From 20a65b519d26ae01558df4daf8560954922f1043 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 12 Oct 1995 07:11:56 +0000 Subject: GNU autoconf ver 2.4, to generate your own configure scripts. Submitted by: torstenb --- devel/autoconf261/Makefile | 21 +++++++++++++++++++++ devel/autoconf261/distinfo | 1 + devel/autoconf261/files/patch-aa | 19 +++++++++++++++++++ devel/autoconf261/pkg-comment | 1 + devel/autoconf261/pkg-descr | 7 +++++++ devel/autoconf261/pkg-plist | 23 +++++++++++++++++++++++ 6 files changed, 72 insertions(+) create mode 100644 devel/autoconf261/Makefile create mode 100644 devel/autoconf261/distinfo create mode 100644 devel/autoconf261/files/patch-aa create mode 100644 devel/autoconf261/pkg-comment create mode 100644 devel/autoconf261/pkg-descr create mode 100644 devel/autoconf261/pkg-plist (limited to 'devel/autoconf261') diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile new file mode 100644 index 000000000000..b72cdc201bf1 --- /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 diff --git a/devel/autoconf261/distinfo b/devel/autoconf261/distinfo new file mode 100644 index 000000000000..668bf14ad417 --- /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 000000000000..82781c318f04 --- /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 000000000000..6775260aba13 --- /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 000000000000..61da7cbcafe8 --- /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 000000000000..f35b76459561 --- /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 -- cgit