mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Upgrade to 2.9
This commit is contained in:
parent
da1b04d3b6
commit
57263ac952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2898
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Version required: 2.7
|
||||
# Version required: 2.9
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.7
|
||||
DISTNAME= autoconf-2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
|
||||
@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autoconf-2.7.tar.gz) = a5daa4ad6b7637072bfd87fc709d96e6
|
||||
MD5 (autoconf-2.9.tar.gz) = a19ad9cb9709881130e50a035b40d734
|
||||
|
@ -1 +1 @@
|
||||
autoconf-2.7, produce shell scripts to automatically configure source code
|
||||
Automatically configure source code on many Un*x platforms
|
||||
|
@ -1,23 +1,23 @@
|
||||
bin/autoconf
|
||||
bin/autoheader
|
||||
bin/autoreconf
|
||||
bin/autoscan
|
||||
bin/autoupdate
|
||||
bin/ifnames
|
||||
bin/autoscan
|
||||
info/autoconf.info
|
||||
info/standards.info
|
||||
share/autoconf/autoconf.m4f
|
||||
share/autoconf/autoheader.m4f
|
||||
share/autoconf/autoconf.m4
|
||||
share/autoconf/acgeneral.m4
|
||||
share/autoconf/acoldnames.m4
|
||||
share/autoconf/acspecific.m4
|
||||
share/autoconf/autoheader.m4
|
||||
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/acmakevars
|
||||
share/autoconf/config.guess
|
||||
share/autoconf/config.sub
|
||||
|
Loading…
Reference in New Issue
Block a user