Revision: 132519 https://trac.macports.org/changeset/132519 Author: larryv@macports.org Date: 2015-02-03 00:12:46 -0800 (Tue, 03 Feb 2015) Log Message: ----------- autoconf: Add modeline, rearrange, reformat Modified Paths: -------------- trunk/dports/devel/autoconf/Portfile Modified: trunk/dports/devel/autoconf/Portfile =================================================================== --- trunk/dports/devel/autoconf/Portfile 2015-02-03 05:22:54 UTC (rev 132518) +++ trunk/dports/devel/autoconf/Portfile 2015-02-03 08:12:46 UTC (rev 132519) @@ -1,49 +1,50 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name autoconf -epoch 1 -version 2.69 -revision 2 -categories devel +name autoconf +epoch 1 +version 2.69 +revision 2 +categories devel # the license is GPL-3+ with an exception: # http://www.gnu.org/licenses/autoconf-exception.html -license {Autoconf GPL-3+} -installs_libs no -maintainers larryv -platforms darwin -supported_archs noarch +platforms darwin +supported_archs noarch +license {Autoconf GPL-3+} +maintainers larryv -description Automatically configures software for compilation -long_description \ - 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. +description Automatically configures software for compilation +long_description 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. +homepage http://www.gnu.org/software/autoconf/ -homepage http://www.gnu.org/software/autoconf/ -master_sites gnu -use_xz yes +installs_libs no +depends_lib port:m4 \ + port:perl5 -checksums rmd160 666aa45a58e856968c651e2a3b44be38de9c14e4 \ - sha256 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 +master_sites gnu +use_xz yes +checksums rmd160 666aa45a58e856968c651e2a3b44be38de9c14e4 \ + sha256 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 -depends_lib port:perl5 \ - port:m4 - # The libtool port installs "glibtool" and "glibtoolize". -patch.pre_args -p1 -patchfiles libtool-prefix.patch +patch.pre_args -p1 +patchfiles libtool-prefix.patch -configure.perl ${prefix}/bin/perl +configure.perl ${prefix}/bin/perl -test.run yes -test.target check +test.run yes +test.target check -livecheck.type regex -livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D -livecheck.regex ${name}-(\\d+\\.\\d+) +livecheck.type regex +livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D +livecheck.regex ${name}-(\\d+\\.\\d+)
participants (1)
-
larryv@macports.org