[37125] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Mon May 26 23:29:14 PDT 2008


Revision: 37125
          http://trac.macosforge.org/projects/macports/changeset/37125
Author:   ryandesign at macports.org
Date:     2008-05-26 23:29:13 -0700 (Mon, 26 May 2008)

Log Message:
-----------
dosmacux: new port, version 1.5.

Added Paths:
-----------
    trunk/dports/textproc/dosmacux/
    trunk/dports/textproc/dosmacux/Portfile

Added: trunk/dports/textproc/dosmacux/Portfile
===================================================================
--- trunk/dports/textproc/dosmacux/Portfile	                        (rev 0)
+++ trunk/dports/textproc/dosmacux/Portfile	2008-05-27 06:29:13 UTC (rev 37125)
@@ -0,0 +1,50 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    dosmacux
+version                 1.5
+categories              textproc
+platforms               darwin
+maintainers             ryandesign
+use_bzip2               yes
+homepage                http://www.math.utah.edu/pub/dosmacux/
+
+master_sites \
+    ${homepage} \
+    ftp://ftp.math.utah.edu/pub/misc/
+
+checksums \
+    md5 4c37a5fa90a4598f109e36047e3a9010 \
+    sha1 37344520373639cd7a9fb69465114218044ff7b0 \
+    rmd160 dc87032458df1106a48df6dc017138202c886f45
+
+description \
+    convert text file line endings between DOS, Mac and UNIX standards
+
+long_description \
+    ${name} provides six utilities for converting text file end-of-line \
+    characters from one operating system convention to another, while \
+    retaining file time stamps.
+
+configure.args \
+    --mandir=${prefix}/share/man
+
+test.run                yes
+test.target             check
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
+    xinstall -W ${worksrcpath} -m 0644 \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        ${docdir}
+}
+
+livecheck.check         regex
+livecheck.url           ${homepage}
+livecheck.regex         ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/textproc/dosmacux/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/5f0d3493/attachment.htm 


More information about the macports-changes mailing list