diff options
author | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
commit | 827c6381d11bd79a10cffc8155bc2913200b45da (patch) | |
tree | 055d5b4b4fa27cce7f391d5dad608380754ba127 /devel/automake | |
parent | 5229407736453559e6a3641ba620dee33f92c002 (diff) | |
download | freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.zip |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 46 | ||||
-rw-r--r-- | devel/automake/distinfo | 3 | ||||
-rw-r--r-- | devel/automake/files/patch-Makefile.in | 6 | ||||
-rw-r--r-- | devel/automake/files/patch-doc::Makefile.in | 26 | ||||
-rw-r--r-- | devel/automake/files/patch-doc::automake.texi | 26 | ||||
-rw-r--r-- | devel/automake/pkg-descr | 14 | ||||
-rw-r--r-- | devel/automake/pkg-plist | 125 |
7 files changed, 246 insertions, 0 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile new file mode 100644 index 000000000000..3eaff14b70e2 --- /dev/null +++ b/devel/automake/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: automake +# Date created: 5th December 2006 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= automake +PORTVERSION= 1.11.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= automake +DISTNAME= automake-${PORTVERSION} + +MAINTAINER= autotools@FreeBSD.org +COMMENT= GNU Standards-compliant Makefile generator (1.11) + +RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ + automake-wrapper:${PORTSDIR}/devel/automake-wrapper + +USE_AUTOTOOLS= autoconf:env +BUILD_VERSION= 1.11 +PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} +LATEST_LINK= automake111 +USE_BZIP2= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} +CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" +INFO= automake-${BUILD_VERSION} +MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \ + aclocal-${BUILD_VERSION}.1 \ + automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \ + automake-${BUILD_VERSION}.1 + +post-patch: + @${RM} ${WRKSRC}/doc/*.info + @${MV} ${WRKSRC}/doc/automake.texi \ + ${WRKSRC}/doc/automake-${BUILD_VERSION}.texi + +pre-su-install: + @${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} + +.include <bsd.port.mk> diff --git a/devel/automake/distinfo b/devel/automake/distinfo new file mode 100644 index 000000000000..ec9d3c8e176d --- /dev/null +++ b/devel/automake/distinfo @@ -0,0 +1,3 @@ +MD5 (automake-1.11.1.tar.bz2) = c2972c4d9b3e29c03d5f2af86249876f +SHA256 (automake-1.11.1.tar.bz2) = 5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae +SIZE (automake-1.11.1.tar.bz2) = 1066685 diff --git a/devel/automake/files/patch-Makefile.in b/devel/automake/files/patch-Makefile.in new file mode 100644 index 000000000000..55d85c2ed5b9 --- /dev/null +++ b/devel/automake/files/patch-Makefile.in @@ -0,0 +1,6 @@ +--- Makefile.in.orig Sun Oct 15 10:25:23 2006 ++++ Makefile.in Sat Apr 14 16:04:04 2007 +@@ -591,3 +591,2 @@ + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + diff --git a/devel/automake/files/patch-doc::Makefile.in b/devel/automake/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..17a9dc7f012c --- /dev/null +++ b/devel/automake/files/patch-doc::Makefile.in @@ -0,0 +1,26 @@ +--- doc/Makefile.in.orig Sun Mar 7 09:04:33 2004 ++++ doc/Makefile.in Sun Mar 14 17:12:32 2004 +@@ -53,3 +53,3 @@ + DIST_SOURCES = +-INFO_DEPS = $(srcdir)/automake.info ++INFO_DEPS = $(srcdir)/automake-@APIVERSION@.info + TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex +@@ -135,3 +136,3 @@ + target_alias = @target_alias@ +-info_TEXINFOS = automake.texi ++info_TEXINFOS = automake-@APIVERSION@.texi + automake_TEXINFOS = fdl.texi +@@ -142,3 +143,3 @@ + +-TAGS_DEPENDENCIES = automake.texi ++TAGS_DEPENDENCIES = automake-@APIVERSION@.texi + all: all-am +@@ -222,5 +223,5 @@ + $(srcdir)/version.texi: $(srcdir)/stamp-vti +-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure +- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \ +- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \ ++$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure ++ @(dir=.; test -f ./automake-@APIVERSION@.texi || dir=$(srcdir); \ ++ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake-@APIVERSION@.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ diff --git a/devel/automake/files/patch-doc::automake.texi b/devel/automake/files/patch-doc::automake.texi new file mode 100644 index 000000000000..3d9f61200a71 --- /dev/null +++ b/devel/automake/files/patch-doc::automake.texi @@ -0,0 +1,26 @@ +--- doc/automake.texi.orig Sun Oct 15 10:41:24 2006 ++++ doc/automake.texi Sat Apr 14 15:32:49 2007 +@@ -2,4 +2,4 @@ + @c %**start of header +-@setfilename automake.info +-@settitle automake ++@setfilename automake-1.11.info ++@settitle Automake-1.11 + @setchapternewpage off +@@ -34,14 +34,5 @@ + +-@c info Automake points to the Automake package's documentation +-@c info automake points to the automake script's documentation +-@c (Autoconf has a similar setup.) +-@dircategory Software development ++@dircategory Programming & development tools + @direntry +-* Automake: (automake). Making GNU standards-compliant Makefiles. +-@end direntry +- +-@dircategory Individual utilities +-@direntry +-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. +-* automake: (automake)Invoking Automake. Generating Makefile.in. ++* Automake-1.11: (automake-1.11). Making Makefile.in's. + @end direntry diff --git a/devel/automake/pkg-descr b/devel/automake/pkg-descr new file mode 100644 index 000000000000..c0c2845eff43 --- /dev/null +++ b/devel/automake/pkg-descr @@ -0,0 +1,14 @@ +Automake is a tool for automatically generating Makefiles compliant with +the GNU Coding Standards. It was inspired by the 4.4BSD make and include +files, but aims to be portable and to conform to the GNU standards for +Makefile variables and targets. Automake is a Perl script. The input files +are called Makefile.am. The output files are called Makefile.in; They are +intended for use with Autoconf. Automake requires certain things to be done +in your configure.in. This package also includes the "aclocal" +program. aclocal is a program to generate an 'aclocal.m4' based on the +contents of 'configure.in'. It is useful as an extensible, maintainable +mechanism for augmenting autoconf. + +WWW: http://www.gnu.org/software/automake/ + +-- AlanE <alane@freebsd.org> diff --git a/devel/automake/pkg-plist b/devel/automake/pkg-plist new file mode 100644 index 000000000000..76698df4f74c --- /dev/null +++ b/devel/automake/pkg-plist @@ -0,0 +1,125 @@ +bin/aclocal-%%BUILD_VERSION%% +bin/automake-%%BUILD_VERSION%% +share/aclocal-%%BUILD_VERSION%%/amversion.m4 +share/aclocal-%%BUILD_VERSION%%/as.m4 +share/aclocal-%%BUILD_VERSION%%/auxdir.m4 +share/aclocal-%%BUILD_VERSION%%/ccstdc.m4 +share/aclocal-%%BUILD_VERSION%%/cond.m4 +share/aclocal-%%BUILD_VERSION%%/cond-if.m4 +share/aclocal-%%BUILD_VERSION%%/depend.m4 +share/aclocal-%%BUILD_VERSION%%/depout.m4 +share/aclocal-%%BUILD_VERSION%%/dmalloc.m4 +share/aclocal-%%BUILD_VERSION%%/gcj.m4 +share/aclocal-%%BUILD_VERSION%%/header.m4 +share/aclocal-%%BUILD_VERSION%%/init.m4 +share/aclocal-%%BUILD_VERSION%%/install-sh.m4 +share/aclocal-%%BUILD_VERSION%%/lead-dot.m4 +share/aclocal-%%BUILD_VERSION%%/lex.m4 +share/aclocal-%%BUILD_VERSION%%/lispdir.m4 +share/aclocal-%%BUILD_VERSION%%/maintainer.m4 +share/aclocal-%%BUILD_VERSION%%/make.m4 +share/aclocal-%%BUILD_VERSION%%/minuso.m4 +share/aclocal-%%BUILD_VERSION%%/missing.m4 +share/aclocal-%%BUILD_VERSION%%/mkdirp.m4 +share/aclocal-%%BUILD_VERSION%%/multi.m4 +share/aclocal-%%BUILD_VERSION%%/obsol-gt.m4 +share/aclocal-%%BUILD_VERSION%%/obsol-lt.m4 +share/aclocal-%%BUILD_VERSION%%/obsolete.m4 +share/aclocal-%%BUILD_VERSION%%/options.m4 +share/aclocal-%%BUILD_VERSION%%/protos.m4 +share/aclocal-%%BUILD_VERSION%%/python.m4 +share/aclocal-%%BUILD_VERSION%%/regex.m4 +share/aclocal-%%BUILD_VERSION%%/runlog.m4 +share/aclocal-%%BUILD_VERSION%%/sanity.m4 +share/aclocal-%%BUILD_VERSION%%/silent.m4 +share/aclocal-%%BUILD_VERSION%%/strip.m4 +share/aclocal-%%BUILD_VERSION%%/substnot.m4 +share/aclocal-%%BUILD_VERSION%%/tar.m4 +share/aclocal-%%BUILD_VERSION%%/upc.m4 +share/aclocal-%%BUILD_VERSION%%/vala.m4 +share/automake-%%BUILD_VERSION%%/Automake/ChannelDefs.pm +share/automake-%%BUILD_VERSION%%/Automake/Channels.pm +share/automake-%%BUILD_VERSION%%/Automake/Condition.pm +share/automake-%%BUILD_VERSION%%/Automake/Config.pm +share/automake-%%BUILD_VERSION%%/Automake/Configure_ac.pm +share/automake-%%BUILD_VERSION%%/Automake/DisjConditions.pm +share/automake-%%BUILD_VERSION%%/Automake/FileUtils.pm +share/automake-%%BUILD_VERSION%%/Automake/General.pm +share/automake-%%BUILD_VERSION%%/Automake/Item.pm +share/automake-%%BUILD_VERSION%%/Automake/ItemDef.pm +share/automake-%%BUILD_VERSION%%/Automake/Location.pm +share/automake-%%BUILD_VERSION%%/Automake/Options.pm +share/automake-%%BUILD_VERSION%%/Automake/Rule.pm +share/automake-%%BUILD_VERSION%%/Automake/RuleDef.pm +share/automake-%%BUILD_VERSION%%/Automake/Struct.pm +share/automake-%%BUILD_VERSION%%/Automake/VarDef.pm +share/automake-%%BUILD_VERSION%%/Automake/Variable.pm +share/automake-%%BUILD_VERSION%%/Automake/Version.pm +share/automake-%%BUILD_VERSION%%/Automake/Wrap.pm +share/automake-%%BUILD_VERSION%%/Automake/XFile.pm +share/automake-%%BUILD_VERSION%%/COPYING +share/automake-%%BUILD_VERSION%%/INSTALL +share/automake-%%BUILD_VERSION%%/acinstall +share/automake-%%BUILD_VERSION%%/am/ansi2knr.am +share/automake-%%BUILD_VERSION%%/am/check.am +share/automake-%%BUILD_VERSION%%/am/check2.am +share/automake-%%BUILD_VERSION%%/am/clean-hdr.am +share/automake-%%BUILD_VERSION%%/am/clean.am +share/automake-%%BUILD_VERSION%%/am/compile.am +share/automake-%%BUILD_VERSION%%/am/configure.am +share/automake-%%BUILD_VERSION%%/am/data.am +share/automake-%%BUILD_VERSION%%/am/dejagnu.am +share/automake-%%BUILD_VERSION%%/am/depend.am +share/automake-%%BUILD_VERSION%%/am/depend2.am +share/automake-%%BUILD_VERSION%%/am/distdir.am +share/automake-%%BUILD_VERSION%%/am/footer.am +share/automake-%%BUILD_VERSION%%/am/header-vars.am +share/automake-%%BUILD_VERSION%%/am/header.am +share/automake-%%BUILD_VERSION%%/am/install.am +share/automake-%%BUILD_VERSION%%/am/inst-vars.am +share/automake-%%BUILD_VERSION%%/am/java.am +share/automake-%%BUILD_VERSION%%/am/lang-compile.am +share/automake-%%BUILD_VERSION%%/am/lex.am +share/automake-%%BUILD_VERSION%%/am/library.am +share/automake-%%BUILD_VERSION%%/am/libs.am +share/automake-%%BUILD_VERSION%%/am/libtool.am +share/automake-%%BUILD_VERSION%%/am/lisp.am +share/automake-%%BUILD_VERSION%%/am/ltlib.am +share/automake-%%BUILD_VERSION%%/am/ltlibrary.am +share/automake-%%BUILD_VERSION%%/am/mans-vars.am +share/automake-%%BUILD_VERSION%%/am/mans.am +share/automake-%%BUILD_VERSION%%/am/multilib.am +share/automake-%%BUILD_VERSION%%/am/program.am +share/automake-%%BUILD_VERSION%%/am/progs.am +share/automake-%%BUILD_VERSION%%/am/python.am +share/automake-%%BUILD_VERSION%%/am/remake-hdr.am +share/automake-%%BUILD_VERSION%%/am/scripts.am +share/automake-%%BUILD_VERSION%%/am/subdirs.am +share/automake-%%BUILD_VERSION%%/am/tags.am +share/automake-%%BUILD_VERSION%%/am/texi-vers.am +share/automake-%%BUILD_VERSION%%/am/texibuild.am +share/automake-%%BUILD_VERSION%%/am/texinfos.am +share/automake-%%BUILD_VERSION%%/am/vala.am +share/automake-%%BUILD_VERSION%%/am/yacc.am +share/automake-%%BUILD_VERSION%%/ansi2knr.1 +share/automake-%%BUILD_VERSION%%/ansi2knr.c +share/automake-%%BUILD_VERSION%%/compile +share/automake-%%BUILD_VERSION%%/config-ml.in +share/automake-%%BUILD_VERSION%%/config.guess +share/automake-%%BUILD_VERSION%%/config.sub +share/automake-%%BUILD_VERSION%%/depcomp +share/automake-%%BUILD_VERSION%%/elisp-comp +share/automake-%%BUILD_VERSION%%/install-sh +share/automake-%%BUILD_VERSION%%/mdate-sh +share/automake-%%BUILD_VERSION%%/missing +share/automake-%%BUILD_VERSION%%/mkinstalldirs +share/automake-%%BUILD_VERSION%%/py-compile +share/automake-%%BUILD_VERSION%%/symlink-tree +share/automake-%%BUILD_VERSION%%/texinfo.tex +share/automake-%%BUILD_VERSION%%/ylwrap +share/doc/automake/amhello-1.0.tar.gz +@dirrm share/doc/automake +@dirrm share/aclocal-%%BUILD_VERSION%% +@dirrm share/automake-%%BUILD_VERSION%%/Automake +@dirrm share/automake-%%BUILD_VERSION%%/am +@dirrm share/automake-%%BUILD_VERSION%% |