aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf259
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf259')
-rw-r--r--devel/autoconf259/Makefile57
-rw-r--r--devel/autoconf259/distinfo1
-rw-r--r--devel/autoconf259/files/patch-bin-autoscan.in15
-rw-r--r--devel/autoconf259/pkg-comment1
-rw-r--r--devel/autoconf259/pkg-descr9
-rw-r--r--devel/autoconf259/pkg-plist69
6 files changed, 0 insertions, 152 deletions
diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile
deleted file mode 100644
index dab922308e62..000000000000
--- a/devel/autoconf259/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: autoconf
-# Date created: 7 October 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= autoconf
-PORTVERSION= 2.53
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= autoconf
-
-MAINTAINER= ports@geeksrus.net
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
- help2man:${PORTSDIR}/misc/help2man
-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
-
-.if exists(${LOCALBASE}/bin/emacs)
-PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
-.elif exists(${LOCALBASE}/bin/xemacs)
-PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
-.else
-PLIST_SUB+= EMACS="@comment " EMACSDIR=""
-.endif
-
-GENERIC_TOOLS= config.guess \
- config.sub \
- elisp-comp \
- install-sh \
- mdate-sh \
- missing \
- mkinstalldirs
-
-MAN1= autoconf.1 \
- autoheader.1 \
- autom4te.1 \
- autoreconf.1 \
- autoscan.1 \
- autoupdate.1 \
- config.guess.1 \
- config.sub.1 \
- ifnames.1
-
-post-install:
-.for FILE in ${GENERIC_TOOLS}
- ${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/autoconf259/distinfo b/devel/autoconf259/distinfo
deleted file mode 100644
index 5934f0eaa52f..000000000000
--- a/devel/autoconf259/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (autoconf-2.53.tar.bz2) = c121b003f51e293c2bf5a6105c721388
diff --git a/devel/autoconf259/files/patch-bin-autoscan.in b/devel/autoconf259/files/patch-bin-autoscan.in
deleted file mode 100644
index 68836ffb60bc..000000000000
--- a/devel/autoconf259/files/patch-bin-autoscan.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002
-+++ bin/autoscan.in Mon Sep 16 03:56:50 2002
-@@ -192,7 +192,11 @@
- sub used ($$;$)
- {
- my ($kind, $word, $where) = @_;
-- $where ||= "$File::Find::name:$.";
-+ my $lineno = 0;
-+ if (defined($.)) {
-+ $lineno = $.;
-+ }
-+ $where ||= "$File::Find::name:$lineno";
- push (@{$used{$kind}{$word}}, $where);
- }
-
diff --git a/devel/autoconf259/pkg-comment b/devel/autoconf259/pkg-comment
deleted file mode 100644
index 6922f03c2b32..000000000000
--- a/devel/autoconf259/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Automatically configure source code on many Un*x platforms
diff --git a/devel/autoconf259/pkg-descr b/devel/autoconf259/pkg-descr
deleted file mode 100644
index c404cc852ea8..000000000000
--- a/devel/autoconf259/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Autoconf is an extensible package of m4 macros that produce shell
-scripts to automatically configure software source code packages.
-These scripts can adapt the packages to many kinds of UNIX-like
-systems without manual user intervention. Autoconf creates a
-configuration script for a package from a template file that lists the
-operating system features that the package can use, in the form of m4
-macro calls.
-
-WWW: http://www.gnu.org/software/autoconf/
diff --git a/devel/autoconf259/pkg-plist b/devel/autoconf259/pkg-plist
deleted file mode 100644
index e9c549f71932..000000000000
--- a/devel/autoconf259/pkg-plist
+++ /dev/null
@@ -1,69 +0,0 @@
-bin/autoconf
-bin/autoheader
-bin/autom4te
-bin/autoreconf
-bin/autoscan
-bin/autoupdate
-bin/ifnames
-share/autoconf/Autom4te/General.pm
-share/autoconf/Autom4te/Struct.pm
-share/autoconf/Autom4te/XFile.pm
-share/autoconf/INSTALL
-share/autoconf/autoconf/autoconf.m4
-share/autoconf/autoconf/autoconf.m4f
-share/autoconf/autoconf/autoheader.m4
-share/autoconf/autoconf/autotest.m4
-share/autoconf/autoconf/autoupdate.m4
-share/autoconf/autoconf/c.m4
-share/autoconf/autoconf/fortran.m4
-share/autoconf/autoconf/functions.m4
-share/autoconf/autoconf/general.m4
-share/autoconf/autoconf/headers.m4
-share/autoconf/autoconf/lang.m4
-share/autoconf/autoconf/libs.m4
-share/autoconf/autoconf/oldnames.m4
-share/autoconf/autoconf/programs.m4
-share/autoconf/autoconf/specific.m4
-share/autoconf/autoconf/status.m4
-share/autoconf/autoconf/types.m4
-share/autoconf/autom4te.cfg
-share/autoconf/autoscan/functions
-share/autoconf/autoscan/headers
-share/autoconf/autoscan/identifiers
-share/autoconf/autoscan/libraries
-share/autoconf/autoscan/makevars
-share/autoconf/autoscan/programs
-share/autoconf/autotest/autotest.m4
-share/autoconf/autotest/autotest.m4f
-share/autoconf/autotest/general.m4
-share/autoconf/config.guess
-share/autoconf/config.sub
-share/autoconf/elisp-comp
-share/autoconf/install-sh
-share/autoconf/m4sugar/m4sh.m4
-share/autoconf/m4sugar/m4sh.m4f
-share/autoconf/m4sugar/m4sugar.m4
-share/autoconf/m4sugar/m4sugar.m4f
-share/autoconf/m4sugar/version.m4
-share/autoconf/mdate-sh
-share/autoconf/missing
-share/autoconf/mkinstalldirs
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.elc
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.elc
-@comment directories
-%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp
-%%EMACS%%@dirrm %%EMACSDIR%%
-@dirrm share/autoconf/m4sugar
-@dirrm share/autoconf/autotest
-@dirrm share/autoconf/autoscan
-@dirrm share/autoconf/autoconf
-@dirrm share/autoconf/Autom4te
-@dirrm share/autoconf
-@unexec install-info --delete %D/info/autoconf.info %D/info/dir
-@unexec install-info --delete %D/info/standards.info %D/info/dir
-info/autoconf.info
-info/standards.info
-@exec install-info %D/info/autoconf.info %D/info/dir
-@exec install-info %D/info/standards.info %D/info/dir