[125126] trunk/dports/sysutils/agrep/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Sep 6 18:37:18 PDT 2014


Revision: 125126
          https://trac.macports.org/changeset/125126
Author:   khindenburg at macports.org
Date:     2014-09-06 18:37:18 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
agrep: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/sysutils/agrep/Portfile

Modified: trunk/dports/sysutils/agrep/Portfile
===================================================================
--- trunk/dports/sysutils/agrep/Portfile	2014-09-07 01:31:41 UTC (rev 125125)
+++ trunk/dports/sysutils/agrep/Portfile	2014-09-07 01:37:18 UTC (rev 125126)
@@ -1,37 +1,42 @@
+# -*- 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		agrep
-version		2.04
-revision	1
-conflicts   tre
-description	agrep is similar to egrep.
-long_description	agrep is similar to egrep \(or grep or fgrep\), \
-			but it is much more general \(and usually faster\).
-maintainers	nomaintainer
-categories	sysutils
-license		Noncommercial
-platforms	darwin
-homepage	http://netbsd.org
-master_sites	ftp://ftp.cs.arizona.edu/agrep/
-checksums	md5 abc645404d3926a57c3f5e86a6e89ee9
-extract.suffix	.tar.Z
+name                agrep
+version             2.04
+revision            1
+conflicts           tre
 
-patchfiles	return_types.patch warnings.patch
+description         agrep is similar to egrep.
+long_description    agrep is similar to egrep \(or grep or fgrep\), \
+                    but it is much more general \(and usually faster\).
 
-use_configure	no
-build.type	bsd
-build.target	""
-build.args	CC="${configure.cc}" \
-		CFLAGS="${configure.cflags} ${configure.cc_archflags} -std=gnu89"
+maintainers         nomaintainer
+categories          sysutils
+license             Noncommercial
+platforms           darwin
+homepage            http://netbsd.org
+master_sites        ftp://ftp.cs.arizona.edu/agrep/
+
+checksums           md5 abc645404d3926a57c3f5e86a6e89ee9
+extract.suffix      .tar.Z
+
+patchfiles          return_types.patch warnings.patch
+
+use_configure       no
+build.type          bsd
+build.target        ""
+build.args          CC="${configure.cc}" \
+                    CFLAGS="${configure.cflags} ${configure.cc_archflags} -std=gnu89"
+
 destroot {
-	xinstall ${worksrcpath}/agrep ${destroot}${prefix}/bin/
-	xinstall -m 644 ${worksrcpath}/agrep.1 ${destroot}${prefix}/share/man/man1/
-	xinstall -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYRIGHT README agrep.algorithms \
-	    agrep.chronicle contribution.list \
-	    ${destroot}${prefix}/share/doc/${name}
+    xinstall ${worksrcpath}/agrep ${destroot}${prefix}/bin/
+    xinstall -m 644 ${worksrcpath}/agrep.1 ${destroot}${prefix}/share/man/man1/
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYRIGHT README agrep.algorithms \
+        agrep.chronicle contribution.list \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/b98dc794/attachment.html>


More information about the macports-changes mailing list