1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Update to 2011.01.02

PR:		ports/154180
Submitted by:	Martin <mkamm@gmx.net> (maintainer)
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-01-27 13:45:20 +00:00
parent 2bccbd69bb
commit c78f2593ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268291
5 changed files with 266 additions and 1085 deletions

View File

@ -7,42 +7,18 @@
PORTNAME= autoconf-archive
PORTVERSION= 0.${DISTDATE:C/-/./g}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://autoconf-archive.cryp.to/ \
http://mitglied.lycos.de/mkamm/distfiles/
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${DISTDATE}
MAINTAINER= mkamm@gmx.net
COMMENT= A set of useful GNU Autoconf macros
DISTDATE= 2009-04-19
DISTDATE= 2011.01.02
USE_BZIP2= yes
USE_AUTOTOOLS= autoconf:env automake:env
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
PLIST_SUB= MACRODIR=share/aclocal
pre-configure:
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} --install
.if defined(NOPORTDOCS)
do-install:
cd ${WRKSRC} && ${MAKE} install-dist_aclocalDATA
.endif
# next rule for maintainer use only: automatically create pkg-plist
plist:
@test -e ${CONFIGURE_COOKIE} || { \
${ECHO_MSG} >&2 "do 'make configure' first!"; exit 64; }
cd ${WRKSRC} && ${MAKE} -V DATA | \
${TR} ' ' '\n' | \
${SED} -e 's,^\./m4[a-z]*/,%%MACRODIR%%/,' \
-e 's,^\./,%%PORTDOCS%%%%DOCSDIR%%/,' \
-e 's,/htmldoc/,/html/,' \
-e 's,^[A-Za-z_],%%PORTDOCS%%%%DOCSDIR%%/&,' | \
${SORT} -u >${PLIST}
${ECHO_CMD} '%%PORTDOCS%%@dirrm %%DOCSDIR%%/html' >>${PLIST}
${ECHO_CMD} '%%PORTDOCS%%@dirrm %%DOCSDIR%%' >>${PLIST}
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
MD5 (autoconf-archive-2009-04-19.tar.bz2) = c7e15df3daeafc0e58916b14c952bc50
SHA256 (autoconf-archive-2009-04-19.tar.bz2) = 4a10259b73dcac8c9dce2663759a952188f8bf00b871ec833aaf65a7ad04f3a3
SIZE (autoconf-archive-2009-04-19.tar.bz2) = 1232816
SHA256 (autoconf-archive-2011.01.02.tar.bz2) = fc051e5b661e614d1d6ba44f7b3612aa70205d9a7ad812249b7342c74c8e9c2f
SIZE (autoconf-archive-2011.01.02.tar.bz2) = 626096

View File

@ -1,18 +0,0 @@
--- Makefile.am.orig Sun Feb 18 18:07:19 2007
+++ Makefile.am Mon Feb 26 12:53:39 2007
@@ -3,12 +3,13 @@
# Copyright (c) 2006 by Peter Simons <simons@cryp.to>
# Licensed under the terms of the GNU General Public License.
-dist_pkgdata_DATA = AUTHORS COPYING README
+dist_doc_DATA = AUTHORS COPYING README
CLEANFILES = $(DIST_ARCHIVES)
MAINTAINERCLEANFILES = missing install-sh configure Makefile.in aclocal.m4
aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = $(M4SOURCE)
-htmldir = $(pkgdatadir)/html
+docdir = $(datadir)/doc/$(PACKAGE)
+htmldir = $(docdir)/html
dist_html_DATA = $(HTMLDOC)

View File

@ -1,9 +1,8 @@
The Autoconf Macro Archive aims to provide a collection of reusable
Autoconf macros as free software. The archive currently features more
than 600 macros which perform portability tests ranging from compiler
support for weird language extensions to automatic generation of
sophisticated Automake rules. However, all these macros have been
contributed by friendly supporters of the cause from all over the
Internet; the archive really just collects and distributes them.
The GNU Autoconf Archive is a collection of more than 450 macros for GNU
Autoconf that have been contributed as free software by friendly supporters
of the cause from all over the Internet. Every single one of those macros
can be re-used without imposing any restrictions whatsoever on the licensing
of the generated configure script. In particular, it is possible to use all
those macros in configure scripts that are meant for non-free software.
WWW: http://autoconf-archive.cryp.to/
WWW: http://savannah.gnu.org/projects/autoconf-archive/

File diff suppressed because it is too large Load Diff