pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/fop Fixed file permissions (the documentation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c481f9ddb3c1
branches:  trunk
changeset: 519376:c481f9ddb3c1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 16:10:07 2006 +0000

description:
Fixed file permissions (the documentation had been world-writable) and
pkglint warnings. Bumped PKGREVISION.

diffstat:

 textproc/fop/Makefile |   14 ++--
 textproc/fop/PLIST    |  144 +++++++++++++++++++++++++-------------------------
 2 files changed, 79 insertions(+), 79 deletions(-)

diffs (truncated from 316 to 300 lines):

diff -r 64fcc7493a69 -r c481f9ddb3c1 textproc/fop/Makefile
--- a/textproc/fop/Makefile     Mon Oct 02 16:00:38 2006 +0000
+++ b/textproc/fop/Makefile     Mon Oct 02 16:10:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/02/05 23:11:01 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2006/10/02 16:10:07 rillig Exp $
 #
 # Note: we currently use the pre-built (-bin) distribution of FOP,
 # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -12,7 +12,7 @@
 
 DISTNAME=      fop-0_15_0-forBeginners
 PKGNAME=       fop-0.15.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc www
 MASTER_SITES=  http://xml.apache.org/dist/fop/recent/
 EXTRACT_SUFX=  .zip
@@ -25,22 +25,22 @@
 USE_JAVA=      run
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
+INSTALLATION_DIRS=     lib/java share/doc/java/fop
 
 .include "../../mk/bsd.prefs.mk"
 
 post-extract:
 .if ${OPSYS:M*BSD}
-       ${FIND} -d ${WRKSRC}/docs -name cvs -exec ${RM} -r '{}' \;
+       find -d ${WRKSRC}/docs -name cvs -exec ${RM} -r '{}' \;
 .else
-       ${FIND} ${WRKSRC}/docs -depth -name cvs -exec ${RM} -r '{}' \;
+       find ${WRKSRC}/docs -depth -name cvs -exec ${RM} -r '{}' \;
 .endif
+       cd ${WRKSRC} && chmod -R go-w .
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/lib/java
        ${INSTALL_DATA} ${WRKSRC}/build/fop.jar ${PREFIX}/lib/java/fop.jar
        ${INSTALL_DATA} ${WRKSRC}/lib/w3c.jar ${PREFIX}/lib/java/fop-w3c.jar
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/fop
-       cd ${WRKSRC}/docs && ${PAX} -rw -pp . ${PREFIX}/share/doc/java/fop
+       cd ${WRKSRC}/docs && pax -rw . ${PREFIX}/share/doc/java/fop
 
 .include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 64fcc7493a69 -r c481f9ddb3c1 textproc/fop/PLIST
--- a/textproc/fop/PLIST        Mon Oct 02 16:00:38 2006 +0000
+++ b/textproc/fop/PLIST        Mon Oct 02 16:10:07 2006 +0000
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:39 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/10/02 16:10:07 rillig Exp $
+lib/java/fop-w3c.jar
 lib/java/fop.jar
-lib/java/fop-w3c.jar
+share/doc/java/fop/bugtests/build.xml
+share/doc/java/fop/bugtests/fo/background_color.fo
 share/doc/java/fop/bugtests/fo/background_transparent.fo
-share/doc/java/fop/bugtests/fo/background_color.fo
+share/doc/java/fop/bugtests/fo/block-container.fo
+share/doc/java/fop/bugtests/fo/block.fo
 share/doc/java/fop/bugtests/fo/border.fo
-share/doc/java/fop/bugtests/fo/block.fo
-share/doc/java/fop/bugtests/fo/block-container.fo
 share/doc/java/fop/bugtests/fo/break-before.fo
 share/doc/java/fop/bugtests/fo/color.fo
 share/doc/java/fop/bugtests/fo/external-graphic.fo
@@ -31,7 +32,6 @@
 share/doc/java/fop/bugtests/fo/text-indent.fo
 share/doc/java/fop/bugtests/fo/word-spacing.fo
 share/doc/java/fop/bugtests/fo/wrap.fo
-share/doc/java/fop/bugtests/build.xml
 share/doc/java/fop/bugtests/list-mountjoy.fo
 share/doc/java/fop/bugtests/list-nested-breaks.fo
 share/doc/java/fop/bugtests/list-nested.fo
@@ -39,9 +39,8 @@
 share/doc/java/fop/bugtests/runtests.sh
 share/doc/java/fop/bugtests/svg-apachexml.fo
 share/doc/java/fop/bugtests/svg-lingrad.fo
-share/doc/java/fop/readme
+share/doc/java/fop/design/apps.gif
 share/doc/java/fop/design/datatypes.gif
-share/doc/java/fop/design/apps.gif
 share/doc/java/fop/design/flow.gif
 share/doc/java/fop/design/fo.gif
 share/doc/java/fop/design/fop.gif
@@ -51,6 +50,7 @@
 share/doc/java/fop/design/pagination.gif
 share/doc/java/fop/design/pdf.gif
 share/doc/java/fop/design/render_pdf.gif
+share/doc/java/fop/examples/build.xml
 share/doc/java/fop/examples/fo/border.fo
 share/doc/java/fop/examples/fo/extensive.fo
 share/doc/java/fop/examples/fo/fonts.fo
@@ -66,9 +66,6 @@
 share/doc/java/fop/examples/fo/simple.fo
 share/doc/java/fop/examples/fo/table.fo
 share/doc/java/fop/examples/fo/textdeko.fo
-share/doc/java/fop/examples/build.xml
-share/doc/java/fop/examples/runtests.bat
-share/doc/java/fop/examples/runtests.sh
 share/doc/java/fop/examples/pagination/basic1.fo
 share/doc/java/fop/examples/pagination/basic2.fo
 share/doc/java/fop/examples/pagination/franklin_2pageseqs.fo
@@ -77,83 +74,92 @@
 share/doc/java/fop/examples/pagination/franklin_rep_max_repeats.fo
 share/doc/java/fop/examples/pagination/franklin_rep_max_repeats_expl.fo
 share/doc/java/fop/examples/pagination/franklin_rep_max_repeats_nl.fo
-share/doc/java/fop/examples/reference/normal.pdf
-share/doc/java/fop/examples/reference/table.pdf
-share/doc/java/fop/examples/reference/list.pdf
-share/doc/java/fop/examples/reference/link.pdf
 share/doc/java/fop/examples/reference/border.pdf
 share/doc/java/fop/examples/reference/extensive.pdf
+share/doc/java/fop/examples/reference/fonts.pdf
 share/doc/java/fop/examples/reference/images.pdf
-share/doc/java/fop/examples/reference/readme.pdf
-share/doc/java/fop/examples/reference/fonts.pdf
+share/doc/java/fop/examples/reference/inhprop.pdf
 share/doc/java/fop/examples/reference/leader.pdf
+share/doc/java/fop/examples/reference/link.pdf
+share/doc/java/fop/examples/reference/list.pdf
+share/doc/java/fop/examples/reference/normal.pdf
+share/doc/java/fop/examples/reference/normalex.pdf
+share/doc/java/fop/examples/reference/readme.pdf
+share/doc/java/fop/examples/reference/simple.pdf
+share/doc/java/fop/examples/reference/table.pdf
 share/doc/java/fop/examples/reference/textdeko.pdf
-share/doc/java/fop/examples/reference/inhprop.pdf
-share/doc/java/fop/examples/reference/normalex.pdf
-share/doc/java/fop/examples/reference/simple.pdf
+share/doc/java/fop/examples/runtests.bat
+share/doc/java/fop/examples/runtests.sh
+share/doc/java/fop/examples/svg/all.xml
+share/doc/java/fop/examples/svg/apache-diagrams.xml
+share/doc/java/fop/examples/svg/arch-diagrams.xml
+share/doc/java/fop/examples/svg/basicexamples.xml
+share/doc/java/fop/examples/svg/build.xml
 share/doc/java/fop/examples/svg/design.xml
-share/doc/java/fop/examples/svg/all.xml
-share/doc/java/fop/examples/svg/test/molecule.svg
+share/doc/java/fop/examples/svg/diagrams.dtd
+share/doc/java/fop/examples/svg/document.dtd
+share/doc/java/fop/examples/svg/document.xsl
+share/doc/java/fop/examples/svg/ex-diagrams.xml
+share/doc/java/fop/examples/svg/examples.xml
+share/doc/java/fop/examples/svg/image.jpg
+share/doc/java/fop/examples/svg/largeexamples.xml
+share/doc/java/fop/examples/svg/makedoc.bat
+share/doc/java/fop/examples/svg/makedoc.sh
+share/doc/java/fop/examples/svg/misc-diagrams.xml
+share/doc/java/fop/examples/svg/misc.xml
+share/doc/java/fop/examples/svg/moretests.xml
+share/doc/java/fop/examples/svg/mozilla-diagrams.xml
 share/doc/java/fop/examples/svg/test/arcs.svg
-share/doc/java/fop/examples/svg/test/junk.svg
 share/doc/java/fop/examples/svg/test/initialcoords.svg
-share/doc/java/fop/examples/svg/test/preserveaspectratio.svg
+share/doc/java/fop/examples/svg/test/junk.svg
+share/doc/java/fop/examples/svg/test/molecule.svg
 share/doc/java/fop/examples/svg/test/nested.svg
+share/doc/java/fop/examples/svg/test/newcoordsys.svg
 share/doc/java/fop/examples/svg/test/newcssunits.svg
-share/doc/java/fop/examples/svg/test/newcoordsys.svg
 share/doc/java/fop/examples/svg/test/newviewport.svg
 share/doc/java/fop/examples/svg/test/origcoordsys.svg
-share/doc/java/fop/examples/svg/test/units.svg
-share/doc/java/fop/examples/svg/test/skew.svg
+share/doc/java/fop/examples/svg/test/preserveaspectratio.svg
 share/doc/java/fop/examples/svg/test/rotatescale.svg
 share/doc/java/fop/examples/svg/test/shapes.svg
+share/doc/java/fop/examples/svg/test/skew.svg
 share/doc/java/fop/examples/svg/test/transformtest.svg
+share/doc/java/fop/examples/svg/test/units.svg
 share/doc/java/fop/examples/svg/test/use01.svg
 share/doc/java/fop/examples/svg/test/use02.svg
 share/doc/java/fop/examples/svg/test/use03.svg
 share/doc/java/fop/examples/svg/test/viewbox1.svg
 share/doc/java/fop/examples/svg/test/viewbox2.svg
-share/doc/java/fop/examples/svg/basicexamples.xml
-share/doc/java/fop/examples/svg/document.dtd
-share/doc/java/fop/examples/svg/document.xsl
-share/doc/java/fop/examples/svg/examples.xml
-share/doc/java/fop/examples/svg/largeexamples.xml
-share/doc/java/fop/examples/svg/misc.xml
-share/doc/java/fop/examples/svg/moretests.xml
 share/doc/java/fop/examples/svg/tests.xml
 share/doc/java/fop/examples/svg/todo.xml
 share/doc/java/fop/examples/svg/unittests.xml
-share/doc/java/fop/examples/svg/apache-diagrams.xml
-share/doc/java/fop/examples/svg/arch-diagrams.xml
-share/doc/java/fop/examples/svg/build.xml
-share/doc/java/fop/examples/svg/diagrams.dtd
-share/doc/java/fop/examples/svg/ex-diagrams.xml
-share/doc/java/fop/examples/svg/image.jpg
-share/doc/java/fop/examples/svg/makedoc.bat
-share/doc/java/fop/examples/svg/makedoc.sh
-share/doc/java/fop/examples/svg/misc-diagrams.xml
-share/doc/java/fop/examples/svg/mozilla-diagrams.xml
-share/doc/java/fop/examples/tests/normal.pdf
-share/doc/java/fop/examples/tests/table.pdf
-share/doc/java/fop/examples/tests/list.pdf
-share/doc/java/fop/examples/tests/link.pdf
 share/doc/java/fop/examples/tests/border.pdf
 share/doc/java/fop/examples/tests/extensive.pdf
+share/doc/java/fop/examples/tests/fonts.pdf
 share/doc/java/fop/examples/tests/images.pdf
+share/doc/java/fop/examples/tests/inhprop.pdf
+share/doc/java/fop/examples/tests/leader.pdf
+share/doc/java/fop/examples/tests/link.pdf
+share/doc/java/fop/examples/tests/list.pdf
+share/doc/java/fop/examples/tests/normal.pdf
+share/doc/java/fop/examples/tests/normalex.pdf
 share/doc/java/fop/examples/tests/readme.pdf
-share/doc/java/fop/examples/tests/fonts.pdf
-share/doc/java/fop/examples/tests/leader.pdf
+share/doc/java/fop/examples/tests/simple.pdf
+share/doc/java/fop/examples/tests/table.pdf
 share/doc/java/fop/examples/tests/textdeko.pdf
-share/doc/java/fop/examples/tests/inhprop.pdf
-share/doc/java/fop/examples/tests/normalex.pdf
-share/doc/java/fop/examples/tests/simple.pdf
+share/doc/java/fop/graphics/fop.jpg
 share/doc/java/fop/graphics/linux.bmp
-share/doc/java/fop/graphics/fop.jpg
 share/doc/java/fop/graphics/listgeometry.gif
 share/doc/java/fop/graphics/page.gif
 share/doc/java/fop/graphics/xml_feather.gif
 share/doc/java/fop/graphics/xml_feather_transparent.gif
-share/doc/java/fop/html-docs/graphics/compiling-label-2.jpg
+share/doc/java/fop/html-docs/architecture.html
+share/doc/java/fop/html-docs/bugs.html
+share/doc/java/fop/html-docs/compiling.html
+share/doc/java/fop/html-docs/download.html
+share/doc/java/fop/html-docs/embedding.html
+share/doc/java/fop/html-docs/examples.html
+share/doc/java/fop/html-docs/faq-running.html
+share/doc/java/fop/html-docs/faqs.html
 share/doc/java/fop/html-docs/graphics/architecture-header.jpg
 share/doc/java/fop/html-docs/graphics/architecture-label-1.jpg
 share/doc/java/fop/html-docs/graphics/architecture-label-2.jpg
@@ -164,12 +170,12 @@
 share/doc/java/fop/html-docs/graphics/bugs-label-3.jpg
 share/doc/java/fop/html-docs/graphics/compiling-header.jpg
 share/doc/java/fop/html-docs/graphics/compiling-label-1.jpg
-share/doc/java/fop/html-docs/graphics/download-label-3.jpg
+share/doc/java/fop/html-docs/graphics/compiling-label-2.jpg
 share/doc/java/fop/html-docs/graphics/compiling-label-3.jpg
 share/doc/java/fop/html-docs/graphics/download-header.jpg
 share/doc/java/fop/html-docs/graphics/download-label-1.jpg
 share/doc/java/fop/html-docs/graphics/download-label-2.jpg
-share/doc/java/fop/html-docs/graphics/license-label-2.jpg
+share/doc/java/fop/html-docs/graphics/download-label-3.jpg
 share/doc/java/fop/html-docs/graphics/embedding-header.jpg
 share/doc/java/fop/html-docs/graphics/embedding-label-1.jpg
 share/doc/java/fop/html-docs/graphics/embedding-label-2.jpg
@@ -200,9 +206,9 @@
 share/doc/java/fop/html-docs/graphics/involved-label-3.jpg
 share/doc/java/fop/html-docs/graphics/license-header.jpg
 share/doc/java/fop/html-docs/graphics/license-label-1.jpg
-share/doc/java/fop/html-docs/graphics/limitations-header.jpg
+share/doc/java/fop/html-docs/graphics/license-label-2.jpg
 share/doc/java/fop/html-docs/graphics/license-label-3.jpg
-share/doc/java/fop/html-docs/graphics/specs-header.jpg
+share/doc/java/fop/html-docs/graphics/limitations-header.jpg
 share/doc/java/fop/html-docs/graphics/limitations-label-1.jpg
 share/doc/java/fop/html-docs/graphics/limitations-label-2.jpg
 share/doc/java/fop/html-docs/graphics/limitations-label-3.jpg
@@ -210,24 +216,15 @@
 share/doc/java/fop/html-docs/graphics/running-label-1.jpg
 share/doc/java/fop/html-docs/graphics/running-label-2.jpg
 share/doc/java/fop/html-docs/graphics/running-label-3.jpg
-share/doc/java/fop/html-docs/graphics/specs-label-3.jpg
+share/doc/java/fop/html-docs/graphics/specs-header.jpg
 share/doc/java/fop/html-docs/graphics/specs-label-1.jpg
 share/doc/java/fop/html-docs/graphics/specs-label-2.jpg
-share/doc/java/fop/html-docs/architecture.html
-share/doc/java/fop/html-docs/bugs.html
-share/doc/java/fop/html-docs/compiling.html
-share/doc/java/fop/html-docs/download.html
-share/doc/java/fop/html-docs/embedding.html
-share/doc/java/fop/html-docs/examples.html
-share/doc/java/fop/html-docs/faq-running.html
-share/doc/java/fop/html-docs/faqs.html
+share/doc/java/fop/html-docs/graphics/specs-label-3.jpg
 share/doc/java/fop/html-docs/implemented.html
 share/doc/java/fop/html-docs/index.html
 share/doc/java/fop/html-docs/involved.html
 share/doc/java/fop/html-docs/license.html
 share/doc/java/fop/html-docs/limitations.html
-share/doc/java/fop/html-docs/running.html
-share/doc/java/fop/html-docs/specs.html
 share/doc/java/fop/html-docs/resources/bottom.gif
 share/doc/java/fop/html-docs/resources/button-asf-hi.gif
 share/doc/java/fop/html-docs/resources/button-asf-lo.gif
@@ -259,6 +256,11 @@
 share/doc/java/fop/html-docs/resources/www.w3.org.gif
 share/doc/java/fop/html-docs/resources/www.xml.org.gif
 share/doc/java/fop/html-docs/resources/xml.apache.org.gif
+share/doc/java/fop/html-docs/running.html



Home | Main Index | Thread Index | Old Index