diff options
author | asami <asami@FreeBSD.org> | 1995-10-12 15:11:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-12 15:11:56 +0800 |
commit | 20a65b519d26ae01558df4daf8560954922f1043 (patch) | |
tree | 35435c0c09a2278047761e12b678618e34f45752 /devel | |
parent | 548a47f5e07749c15f1aa77904ce0e5e6e6ec0ec (diff) | |
download | freebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.tar.gz freebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.tar.zst freebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.zip |
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Diffstat (limited to 'devel')
72 files changed, 864 insertions, 0 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf/files/patch-aa b/devel/autoconf/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf/pkg-comment b/devel/autoconf/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf/pkg-descr b/devel/autoconf/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf/pkg-plist b/devel/autoconf/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf213/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf213/distinfo b/devel/autoconf213/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf213/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf213/files/patch-aa b/devel/autoconf213/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf213/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf213/pkg-comment b/devel/autoconf213/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf213/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf213/pkg-descr b/devel/autoconf213/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf213/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf213/pkg-plist b/devel/autoconf213/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf213/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf253/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf253/distinfo b/devel/autoconf253/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf253/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf253/files/patch-aa b/devel/autoconf253/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf253/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf253/pkg-comment b/devel/autoconf253/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf253/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf253/pkg-descr b/devel/autoconf253/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf253/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf253/pkg-plist b/devel/autoconf253/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf253/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf254/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf254/distinfo b/devel/autoconf254/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf254/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf254/files/patch-aa b/devel/autoconf254/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf254/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf254/pkg-comment b/devel/autoconf254/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf254/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf254/pkg-descr b/devel/autoconf254/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf254/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf254/pkg-plist b/devel/autoconf254/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf254/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf257/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf257/distinfo b/devel/autoconf257/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf257/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf257/files/patch-aa b/devel/autoconf257/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf257/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf257/pkg-comment b/devel/autoconf257/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf257/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf257/pkg-descr b/devel/autoconf257/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf257/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf257/pkg-plist b/devel/autoconf257/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf257/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf259/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf259/distinfo b/devel/autoconf259/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf259/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf259/files/patch-aa b/devel/autoconf259/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf259/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf259/pkg-comment b/devel/autoconf259/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf259/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf259/pkg-descr b/devel/autoconf259/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf259/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf259/pkg-plist b/devel/autoconf259/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf259/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf26/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf26/distinfo b/devel/autoconf26/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf26/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf26/files/patch-aa b/devel/autoconf26/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf26/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf26/pkg-comment b/devel/autoconf26/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf26/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf26/pkg-descr b/devel/autoconf26/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf26/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf26/pkg-plist b/devel/autoconf26/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf26/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf261/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf261/distinfo b/devel/autoconf261/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf261/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf261/files/patch-aa b/devel/autoconf261/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf261/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf261/pkg-comment b/devel/autoconf261/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf261/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf261/pkg-descr b/devel/autoconf261/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf261/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf261/pkg-plist b/devel/autoconf261/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf261/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf262/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf262/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf262/files/patch-aa b/devel/autoconf262/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf262/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf262/pkg-comment b/devel/autoconf262/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf262/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf262/pkg-descr b/devel/autoconf262/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf262/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf262/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf267/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf267/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf267/files/patch-aa b/devel/autoconf267/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf267/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf267/pkg-comment b/devel/autoconf267/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf267/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf267/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf267/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/autoconf268/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/autoconf268/distinfo b/devel/autoconf268/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/autoconf268/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf268/files/patch-aa b/devel/autoconf268/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/autoconf268/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/autoconf268/pkg-comment b/devel/autoconf268/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/autoconf268/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf268/pkg-descr b/devel/autoconf268/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/autoconf268/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/autoconf268/pkg-plist b/devel/autoconf268/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/autoconf268/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile new file mode 100644 index 00000000000..b72cdc201bf --- /dev/null +++ b/devel/gnu-autoconf/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: autoconf +# Version required: 2.4 +# Date created: 7 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= autoconf-2.4 +CATEGORIES= development programming +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +MAINTAINER= torstenb@FreeBSD.ORG + +GNU_CONFIGURE= yes + +STRIP= + +.include <bsd.port.mk> diff --git a/devel/gnu-autoconf/distinfo b/devel/gnu-autoconf/distinfo new file mode 100644 index 00000000000..668bf14ad41 --- /dev/null +++ b/devel/gnu-autoconf/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/gnu-autoconf/files/patch-aa b/devel/gnu-autoconf/files/patch-aa new file mode 100644 index 00000000000..82781c318f0 --- /dev/null +++ b/devel/gnu-autoconf/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi diff --git a/devel/gnu-autoconf/pkg-comment b/devel/gnu-autoconf/pkg-comment new file mode 100644 index 00000000000..6775260aba1 --- /dev/null +++ b/devel/gnu-autoconf/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/gnu-autoconf/pkg-descr b/devel/gnu-autoconf/pkg-descr new file mode 100644 index 00000000000..61da7cbcafe --- /dev/null +++ b/devel/gnu-autoconf/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/devel/gnu-autoconf/pkg-plist b/devel/gnu-autoconf/pkg-plist new file mode 100644 index 00000000000..f35b7645956 --- /dev/null +++ b/devel/gnu-autoconf/pkg-plist @@ -0,0 +1,23 @@ +bin/autoconf +bin/autoheader +bin/autoreconf +bin/autoscan +bin/autoupdate +bin/ifnames +info/autoconf.info +info/standards.info +share/autoconf/acconfig.h +share/autoconf/acfunctions +share/autoconf/acgeneral.m4 +share/autoconf/acheaders +share/autoconf/acidentifiers +share/autoconf/acmakevars +share/autoconf/acoldnames.m4 +share/autoconf/acprograms +share/autoconf/acspecific.m4 +share/autoconf/autoconf.m4 +share/autoconf/autoconf.m4f +share/autoconf/autoheader.m4 +share/autoconf/autoheader.m4f +share/autoconf/config.guess +share/autoconf/config.sub |