public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
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.


git-svn-id: http://svn.macports.org/repository/macports/trunk@25680 
d073be05-634f-4543-b044-5fe20cf6d1d6
Boey Maun Suang (author)
Mon May 28 00:07:03 -0700 2007
commit  4e9f35de7a7fd15a1dd6cef3cb4a8d8aa4ac82a1
tree    32398515ecff163de15f3b770a253c67c5551454
parent  ec1cf4ca2b562e880ddc3c9548700c9e84ede926
...
3
4
5
6
 
7
8
9
10
 
11
12
13
 
 
 
 
14
 
15
16
17
18
19
 
 
 
20
21
22
23
24
25
26
27
 
 
28
29
30
31
32
33
...
3
4
5
 
6
7
8
9
 
10
11
 
 
12
13
14
15
16
17
18
19
 
 
 
20
21
22
23
24
25
26
27
28
 
 
29
30
31
32
33
34
35
 
0
@@ -3,31 +3,33 @@
0
 PortSystem 1.0
0
 
0
 name     docbook-xsl
0
-version 1.69.1
0
+version 1.72.0
0
 categories  textproc
0
 description  the docbook xsl stylesheets
0
 platforms  darwin
0
-maintainers nomaintainer@macports.org
0
+maintainers boeyms@macports.org openmaintainer@macports.org
0
 master_sites  sourceforge:docbook
0
-homepage http://docbook.sf.net/
0
-checksums md5 6f2478faea86bd55abb36ddb57291347
0
+homepage http://docbook.sourceforge.net/
0
+checksums md5 b38b895d47ef7058e4d42b52fdae23f4 \
0
+ sha1 d2b4411652b14842ff77fc51fd675408f76e8147 \
0
+ rmd160 4df75842c4cda825ba5f36f5e5235e796e49b1bb
0
 use_configure   no
0
+use_bzip2 yes
0
 build    {}
0
 
0
-set dirs_to_install "common eclipse extensions fo html htmlhelp images \
0
- javahelp lib manpages params profiling template \
0
- xhtml VERSION"
0
+set dirs_to_install "catalog.xml common eclipse extensions fo highlighting \
0
+ html htmlhelp images javahelp lib manpages params \
0
+ profiling roundtrip slides template tools xhtml VERSION"
0
 set instdir      "share/xsl/${name}"
0
 
0
 destroot  {
0
   xinstall -m 755 -d ${destroot}/${prefix}/${instdir} \
0
     ${destroot}/${prefix}/share/doc/${name} \
0
     ${destroot}/${prefix}/share/${name}
0
- xinstall -m 644 -W ${worksrcpath} BUGS ChangeLog README \
0
- RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS \
0
+ xinstall -m 644 -W ${worksrcpath} BUGS ChangeHistory.xml.zip README \
0
+ RELEASE-NOTES.html RELEASE-NOTES.xml TODO VERSION NEWS COPYING \
0
     ${destroot}/${prefix}/share/doc/${name}
0
   foreach dirname $dirs_to_install {
0
     file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir}
0
   }
0
 }
0
-

Comments

    No one has commented yet.