[21102] trunk/dports/textproc

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 1 16:56:28 PST 2007


Revision: 21102
          http://trac.macosforge.org/projects/macports/changeset/21102
Author:   markd at macports.org
Date:     2007-01-01 16:56:27 -0800 (Mon, 01 Jan 2007)

Log Message:
-----------
New port.

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

Added: trunk/dports/textproc/doclifter/Portfile
===================================================================
--- trunk/dports/textproc/doclifter/Portfile	                        (rev 0)
+++ trunk/dports/textproc/doclifter/Portfile	2007-01-02 00:56:27 UTC (rev 21102)
@@ -0,0 +1,32 @@
+# $Id: Portfile 20335 2006-11-02 00:38:50Z blair at macports.org $
+
+PortSystem	1.0
+name		doclifter
+version		2.3
+categories	textproc
+platforms	darwin
+maintainers	markd at macports.org
+description	troff macro to DocBook translater.
+long_description A troff macro to DocBook translater.  For example, \
+		it may be used to convert man pages to DocBook.
+homepage	http://catb.org/~esr/doclifter/
+master_sites	http://catb.org/~esr/doclifter/
+checksums	md5 db0573381ac1abec627b4bb5025087ea
+
+depends_lib	port:python24
+
+use_configure	no
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/bin
+	xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
+	xinstall ${worksrcpath}/doclifter ${destroot}${prefix}/bin
+	xinstall ${worksrcpath}/manlifter ${destroot}${prefix}/bin
+	xinstall ${worksrcpath}/doclifter.1 ${destroot}${prefix}/share/man/man1
+	xinstall ${worksrcpath}/manlifter.1 ${destroot}${prefix}/share/man/man1
+
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	foreach doc {BUGS COPYING README TODO} {
+		xinstall -m 644 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/${name}
+	}
+}

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


More information about the macports-changes mailing list