[113604] trunk/dports/textproc/ascii/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Nov 20 09:26:39 PST 2013
Revision: 113604
https://trac.macports.org/changeset/113604
Author: ryandesign at macports.org
Date: 2013-11-20 09:26:39 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
ascii: adjust whitespace and add modeline
Modified Paths:
--------------
trunk/dports/textproc/ascii/Portfile
Modified: trunk/dports/textproc/ascii/Portfile
===================================================================
--- trunk/dports/textproc/ascii/Portfile 2013-11-20 17:25:45 UTC (rev 113603)
+++ trunk/dports/textproc/ascii/Portfile 2013-11-20 17:26:39 UTC (rev 113604)
@@ -1,27 +1,30 @@
+# -*- 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 ascii
-version 3.8
-categories textproc
-platforms darwin
+name ascii
+version 3.8
+categories textproc
+platforms darwin
maintainers ryandesign openmaintainer
-description provides conversion between ASCII character tables
-long_description The ascii utility provides easy conversion between various \
- byte representations and the American Standard Code for \
- Information Interchange (ASCII) character table
-homepage http://www.catb.org/~esr/ascii/
-master_sites http://www.catb.org/~esr/ascii/
-checksums md5 8fb7540bf2a7a8e1fa0086708ed9b881
+description provides conversion between ASCII character tables
-use_configure no
+long_description The ascii utility provides easy conversion between various \
+ byte representations and the American Standard Code for \
+ Information Interchange (ASCII) character table
+homepage http://www.catb.org/~esr/ascii/
+master_sites http://www.catb.org/~esr/ascii/
+
+checksums md5 8fb7540bf2a7a8e1fa0086708ed9b881
+
+use_configure no
+
build.target
destroot {
- xinstall -m 755 ${worksrcpath}/ascii ${destroot}${prefix}/bin
- xinstall -m 644 ${worksrcpath}/ascii.1 ${destroot}${prefix}/share/man/man1
+ xinstall -m 755 ${worksrcpath}/ascii ${destroot}${prefix}/bin
+ xinstall -m 644 ${worksrcpath}/ascii.1 ${destroot}${prefix}/share/man/man1
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/38ddfb32/attachment.html>
More information about the macports-changes
mailing list