[89569] trunk/dports/textproc/barcode/Portfile

cal at macports.org cal at macports.org
Fri Feb 3 06:22:27 PST 2012


Revision: 89569
          http://trac.macports.org/changeset/89569
Author:   cal at macports.org
Date:     2012-02-03 06:22:27 -0800 (Fri, 03 Feb 2012)
Log Message:
-----------
barcode: whitespace only, fix modeline, align to multiple of 4

Modified Paths:
--------------
    trunk/dports/textproc/barcode/Portfile

Modified: trunk/dports/textproc/barcode/Portfile
===================================================================
--- trunk/dports/textproc/barcode/Portfile	2012-02-03 14:18:51 UTC (rev 89568)
+++ trunk/dports/textproc/barcode/Portfile	2012-02-03 14:22:27 UTC (rev 89569)
@@ -1,32 +1,33 @@
 # $Id$
+# -*- 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
 
-PortSystem       1.0
+PortSystem          1.0
 
-name             barcode
-version          0.98
-revision         1
-categories       textproc print
-maintainers      nomaintainer
-description      convert text strings to printed barcodes
-long_description \
+name                barcode
+version             0.98
+revision            1
+categories          textproc print
+maintainers         nomaintainer
+description         convert text strings to printed barcodes
+long_description    \
     Main features of GNU Barcode: \
     - Available as both a library and an executable program \
     - Supports UPC, EAN, ISBN, CODE39 and other encoding standards \
     - PostScript and Encapsulated PostScript output \
     - Accepts sizes and positions as inches, centimeters, millimeters \
     - Can create tables of barcodes (to print labels on sticker pages)
-homepage         http://www.gnu.org/software/${name}/
-platforms        darwin
-master_sites     gnu
-checksums        md5 7f10c3307b84a19a4ab2fa4b3f2974da
+homepage            http://www.gnu.org/software/${name}/
+platforms           darwin
+master_sites        gnu
+checksums           md5 7f10c3307b84a19a4ab2fa4b3f2974da
 
-patchfiles       Makefile.in.patch
+patchfiles          Makefile.in.patch
 
-use_autoreconf   yes
+use_autoreconf      yes
 
-destroot.destdir prefix=${destroot}${prefix} \
-                 MAN1DIR=${destroot}${prefix}/share/man/man1 \
-                 MAN3DIR=${destroot}${prefix}/share/man/man3 \
-                 INFODIR=${destroot}${prefix}/share/info
+destroot.destdir    prefix=${destroot}${prefix} \
+                    MAN1DIR=${destroot}${prefix}/share/man/man1 \
+                    MAN3DIR=${destroot}${prefix}/share/man/man3 \
+                    INFODIR=${destroot}${prefix}/share/info
 
-depends_lib      port:libpaper
+depends_lib         port:libpaper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120203/ab74080c/attachment.html>


More information about the macports-changes mailing list