[25680] trunk/dports/textproc/docbook-xsl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 00:07:04 PDT 2007


Revision: 25680
          http://trac.macosforge.org/projects/macports/changeset/25680
Author:   boeyms at macports.org
Date:     2007-05-28 00:07:03 -0700 (Mon, 28 May 2007)

Log Message:
-----------
textproc/docbook-xsl:
 * Adopt port for maintenance;
 * Update to latest version;
 * Add md5 and rmd160 checksums; and
 * Add more of the files into the install.

Modified Paths:
--------------
    trunk/dports/textproc/docbook-xsl/Portfile

Modified: trunk/dports/textproc/docbook-xsl/Portfile
===================================================================
--- trunk/dports/textproc/docbook-xsl/Portfile	2007-05-28 07:00:01 UTC (rev 25679)
+++ trunk/dports/textproc/docbook-xsl/Portfile	2007-05-28 07:07:03 UTC (rev 25680)
@@ -3,31 +3,33 @@
 PortSystem 1.0
 
 name 		docbook-xsl
-version		1.69.1
+version		1.72.0
 categories	textproc
 description	the docbook xsl stylesheets
 platforms	darwin
-maintainers     nomaintainer at macports.org
+maintainers     boeyms at macports.org openmaintainer at macports.org
 master_sites	sourceforge:docbook
-homepage	http://docbook.sf.net/
-checksums	md5 6f2478faea86bd55abb36ddb57291347
+homepage	http://docbook.sourceforge.net/
+checksums	md5 b38b895d47ef7058e4d42b52fdae23f4 \
+		sha1 d2b4411652b14842ff77fc51fd675408f76e8147 \
+		rmd160 4df75842c4cda825ba5f36f5e5235e796e49b1bb
 use_configure 	no
+use_bzip2   yes
 build		{}
 
-set dirs_to_install	"common eclipse extensions fo html htmlhelp images \
-					javahelp lib manpages params profiling template \
-					xhtml VERSION"
+set dirs_to_install	"catalog.xml common eclipse extensions fo highlighting \
+			html htmlhelp images javahelp lib manpages params \
+			profiling roundtrip slides template tools xhtml VERSION"
 set instdir			"share/xsl/${name}"
 
 destroot	{
 	xinstall -m 755 -d ${destroot}/${prefix}/${instdir} \
 		${destroot}/${prefix}/share/doc/${name} \
 		${destroot}/${prefix}/share/${name}
-	xinstall -m 644 -W ${worksrcpath} BUGS ChangeLog README \
-		RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS \
+	xinstall -m 644 -W ${worksrcpath} BUGS ChangeHistory.xml.zip README \
+		RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS COPYING \
 		${destroot}/${prefix}/share/doc/${name}
 	foreach dirname $dirs_to_install {
 		file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir}
 	}
 }
-

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


More information about the macports-changes mailing list