[28836] trunk/dports/tex/bibutils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 9 23:16:01 PDT 2007


Revision: 28836
          http://trac.macosforge.org/projects/macports/changeset/28836
Author:   jochen at macports.org
Date:     2007-09-09 23:16:00 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
add modeline according to HACKING proposal, re-indent file accordingly

Modified Paths:
--------------
    trunk/dports/tex/bibutils/Portfile

Modified: trunk/dports/tex/bibutils/Portfile
===================================================================
--- trunk/dports/tex/bibutils/Portfile	2007-09-10 02:01:57 UTC (rev 28835)
+++ trunk/dports/tex/bibutils/Portfile	2007-09-10 06:16:00 UTC (rev 28836)
@@ -1,26 +1,26 @@
-# -*- coding: utf-8; truncate-lines: t -*-
+# -*-  coding: utf-8; mode: tcl; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil -*- vim:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
-name				bibutils
-version				3.37
-categories			tex
-maintainers			openmaintainer jochen
-description			bibliography conversion utilities
-long_description                The bibutils program set interconverts between various \
-                                bibliography formats using a common MODS-format XML \
-                                intermediate. For example, one can convert RIS-format files \
-                                to Bibtex by doing two transformations: RIS->MODS->Bibtex. \
-                                By using a common intermediate for N formats, only 2N \
-                                programs are required and not N²-N. These programs operate \
-                                on the command line and are styled after standard UNIX-like \
-                                filters.
+PortSystem          1.0
+name                bibutils
+version             3.37
+categories          tex
+maintainers         openmaintainer jochen
+description         bibliography conversion utilities
+long_description    The bibutils program set interconverts between various \
+                    bibliography formats using a common MODS-format XML \
+                    intermediate. For example, one can convert RIS-format files \
+                    to Bibtex by doing two transformations: RIS->MODS->Bibtex. \
+                    By using a common intermediate for N formats, only 2N \
+                    programs are required and not N²-N. These programs operate \
+                    on the command line and are styled after standard UNIX-like \
+                    filters.
 
-homepage			http://www.scripps.edu/~cdputnam/software/bibutils/bibutils.html
-master_sites		        http://www.scripps.edu/~cdputnam/software/bibutils/
-distname                        bibutils_${version}
-extract.suffix	                _src.tgz
-checksums			md5 52cc319e97927b2deab3bffface9f212 \
-                                sha1 0604c3ad11a9f5ce82c006a9463cebf421d05d0b
+homepage            http://www.scripps.edu/~cdputnam/software/bibutils/bibutils.html
+master_sites        http://www.scripps.edu/~cdputnam/software/bibutils/
+distname            bibutils_${version}
+extract.suffix      _src.tgz
+checksums           md5 52cc319e97927b2deab3bffface9f212 \
+                    sha1 0604c3ad11a9f5ce82c006a9463cebf421d05d0b
 
-configure.pre_args              --install-dir ${destroot}/${prefix}/bin
+configure.pre_args  --install-dir ${destroot}/${prefix}/bin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070909/c7473e81/attachment.html


More information about the macports-changes mailing list