[30306] trunk/dports/textproc

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 24 02:07:22 PDT 2007


Revision: 30306
          http://trac.macosforge.org/projects/macports/changeset/30306
Author:   milosh at macports.org
Date:     2007-10-24 02:07:21 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
New port txt2tags

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

Added: trunk/dports/textproc/txt2tags/Portfile
===================================================================
--- trunk/dports/textproc/txt2tags/Portfile	                        (rev 0)
+++ trunk/dports/textproc/txt2tags/Portfile	2007-10-24 09:07:21 UTC (rev 30306)
@@ -0,0 +1,36 @@
+# $Id:$
+
+PortSystem 1.0
+
+name            txt2tags
+version         2.4
+categories      textproc
+maintainers     milosh
+description     A document generator: ONE source, MULTI targets
+long_description \
+    Txt2tags is a document generator. It reads a text file with minimal \
+    markup as **bold** and //italic// and converts it to the following \
+    formats: HTML, XHTML, SGML, LaTeX, Lout, Man page, MoinMoin, MagicPoint, \
+    PageMaker...
+
+homepage        http://txt2tags.sourceforge.net/
+platforms       darwin
+master_sites    sourceforge
+extract.suffix  .tgz
+checksums       md5 198ce2962a57650b8032c0d59dc1eeae \
+                sha1 72a6292abf5c16cc2da4fc937893969e6f3cf14f
+use_configure   no
+depends_lib     bin:python:python24
+
+build {
+    copy ${worksrcpath}/doc/manpage.man ${worksrcpath}/txt2tags.1
+}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/txt2tags
+    xinstall ${worksrcpath}/txt2tags ${destroot}${prefix}/bin/
+    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/txt2tags/
+    copy ${worksrcpath}/extras ${destroot}${prefix}/share/doc/txt2tags/
+    copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/txt2tags/
+    xinstall -m 0644 ${worksrcpath}/txt2tags.1 ${destroot}${prefix}/share/man/man1/
+}


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

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


More information about the macports-changes mailing list