Tue Jul 10 06:53:41 2012 UTC ()
Add missing documentation files to package list, bump package revision.


(tron)
diff -r1.37 -r1.38 pkgsrc/www/tidy/Makefile
diff -r1.4 -r1.5 pkgsrc/www/tidy/PLIST.doc

cvs diff -r1.37 -r1.38 pkgsrc/www/tidy/Makefile (switch to unified diff)

--- pkgsrc/www/tidy/Makefile 2012/07/09 12:15:08 1.37
+++ pkgsrc/www/tidy/Makefile 2012/07/10 06:53:41 1.38
@@ -1,72 +1,71 @@ @@ -1,72 +1,71 @@
1# $NetBSD: Makefile,v 1.37 2012/07/09 12:15:08 mef Exp $ 1# $NetBSD: Makefile,v 1.38 2012/07/10 06:53:41 tron Exp $
2# 
3 2
4DISTNAME= tidy-20091027 3DISTNAME= tidy-20091027
5PKGREVISION= 1 4PKGREVISION= 2
6CATEGORIES= www 5CATEGORIES= www
7MASTER_SITES= # manually created tarballs on ftp.NetBSD.org only 6MASTER_SITES= # manually created tarballs on ftp.NetBSD.org only
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://tidy.sourceforge.net/ 9HOMEPAGE= http://tidy.sourceforge.net/
11COMMENT= Fixes and tidies up HTML files 10COMMENT= Fixes and tidies up HTML files
12LICENSE= mit 11LICENSE= mit
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt 15BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
17 16
18PKG_OPTIONS_VAR= PKG_OPTIONS.tidy 17PKG_OPTIONS_VAR= PKG_OPTIONS.tidy
19PKG_SUPPORTED_OPTIONS= doc 18PKG_SUPPORTED_OPTIONS= doc
20PKG_SUGGESTED_OPTIONS= doc 19PKG_SUGGESTED_OPTIONS= doc
21 20
22.include "../../mk/bsd.options.mk" 21.include "../../mk/bsd.options.mk"
23 22
24WRKSRC= ${WRKDIR}/tidy 23WRKSRC= ${WRKDIR}/tidy
25GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
26USE_LIBTOOL= yes 25USE_LIBTOOL= yes
27USE_TOOLS+= aclocal autoconf automake gmake 26USE_TOOLS+= aclocal autoconf automake gmake
28CPPFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 27CPPFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1
29CPPFLAGS+= -DSUPPORT_ASIAN_ENCODINGS=1 -DSUPPORT_GETPWNAM=1 28CPPFLAGS+= -DSUPPORT_ASIAN_ENCODINGS=1 -DSUPPORT_GETPWNAM=1
30 29
31INSTALLATION_DIRS= ${PKGMANDIR}/man1 30INSTALLATION_DIRS= ${PKGMANDIR}/man1
32PLIST_SRC+= ${PKGDIR}/PLIST 31PLIST_SRC+= ${PKGDIR}/PLIST
33 32
34.if !empty(PKG_OPTIONS:Mdoc) 33.if !empty(PKG_OPTIONS:Mdoc)
35BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen 34BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
36 35
37HTML_DOCFILES= Overview.html doxygen.cfg grid.gif tidy.css faq.html \ 36HTML_DOCFILES= Overview.html doxygen.cfg grid.gif tidy.css faq.html \
38 license.html pending.html release-notes.html tidy.gif 37 license.html pending.html release-notes.html tidy.gif
39HTML_DOCDIR= ${PREFIX}/share/doc/tidy 38HTML_DOCDIR= ${PREFIX}/share/doc/tidy
40INSTALLATION_DIRS+= ${HTML_DOCDIR} ${HTML_DOCDIR}/api 39INSTALLATION_DIRS+= ${HTML_DOCDIR} ${HTML_DOCDIR}/api
41PLIST_SRC+= ${PKGDIR}/PLIST.doc 40PLIST_SRC+= ${PKGDIR}/PLIST.doc
42.endif 41.endif
43 42
44pre-configure: 43pre-configure:
45 cd ${WRKSRC}/build/gnuauto && cp -R -f * ${WRKSRC} 44 cd ${WRKSRC}/build/gnuauto && cp -R -f * ${WRKSRC}
46 cd ${WRKSRC} && \ 45 cd ${WRKSRC} && \
47 touch NEWS README AUTHORS ChangeLog; \ 46 touch NEWS README AUTHORS ChangeLog; \
48 libtoolize --force --copy; \ 47 libtoolize --force --copy; \
49 aclocal; \ 48 aclocal; \
50 autoconf; \ 49 autoconf; \
51 automake -acf 50 automake -acf
52 51
53post-build: 52post-build:
54 cd ${WRKSRC}/htmldoc && \ 53 cd ${WRKSRC}/htmldoc && \
55 ${WRKSRC}/console/tidy -xml-help > tidy.xml && \ 54 ${WRKSRC}/console/tidy -xml-help > tidy.xml && \
56 ${WRKSRC}/console/tidy -xml-config > tidy-config.xml && \ 55 ${WRKSRC}/console/tidy -xml-config > tidy-config.xml && \
57 xsltproc tidy1.xsl tidy.xml > tidy.1 56 xsltproc tidy1.xsl tidy.xml > tidy.1
58.if !empty(PKG_OPTIONS:Mdoc) 57.if !empty(PKG_OPTIONS:Mdoc)
59 cd ${WRKSRC} && \ 58 cd ${WRKSRC} && \
60 doxygen htmldoc/doxygen.cfg 59 doxygen htmldoc/doxygen.cfg
61.endif 60.endif
62 61
63post-install: 62post-install:
64 ${INSTALL_MAN} ${WRKSRC}/htmldoc/tidy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 63 ${INSTALL_MAN} ${WRKSRC}/htmldoc/tidy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
65.if !empty(PKG_OPTIONS:Mdoc) 64.if !empty(PKG_OPTIONS:Mdoc)
66 for doc in ${HTML_DOCFILES}; do \ 65 for doc in ${HTML_DOCFILES}; do \
67 ${INSTALL_DATA} ${WRKSRC}/htmldoc/$$doc ${DESTDIR}${HTML_DOCDIR} ; \ 66 ${INSTALL_DATA} ${WRKSRC}/htmldoc/$$doc ${DESTDIR}${HTML_DOCDIR} ; \
68 done 67 done
69 ${INSTALL_DATA} ${WRKSRC}/htmldoc/api/* ${DESTDIR}${HTML_DOCDIR}/api 68 ${INSTALL_DATA} ${WRKSRC}/htmldoc/api/* ${DESTDIR}${HTML_DOCDIR}/api
70.endif 69.endif
71 70
72.include "../../mk/bsd.pkg.mk" 71.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/tidy/Attic/PLIST.doc (switch to unified diff)

--- pkgsrc/www/tidy/Attic/PLIST.doc 2012/07/09 12:15:08 1.4
+++ pkgsrc/www/tidy/Attic/PLIST.doc 2012/07/10 06:53:41 1.5
@@ -1,69 +1,113 @@ @@ -1,69 +1,113 @@
1@comment $NetBSD: PLIST.doc,v 1.4 2012/07/09 12:15:08 mef Exp $ 1@comment $NetBSD: PLIST.doc,v 1.5 2012/07/10 06:53:41 tron Exp $
2share/doc/tidy/Overview.html 2share/doc/tidy/Overview.html
3share/doc/tidy/api/annotated.html 3share/doc/tidy/api/annotated.html
4share/doc/tidy/api/buffio_8h_source.html 4share/doc/tidy/api/annotated.js
 5share/doc/tidy/api/bc_s.png
 6share/doc/tidy/api/bdwn.png
5share/doc/tidy/api/buffio_8h.html 7share/doc/tidy/api/buffio_8h.html
 8share/doc/tidy/api/buffio_8h.js
 9share/doc/tidy/api/buffio_8h_source.html
6share/doc/tidy/api/classes.html 10share/doc/tidy/api/classes.html
 11share/doc/tidy/api/closed.png
7share/doc/tidy/api/deprecated.html 12share/doc/tidy/api/deprecated.html
 13share/doc/tidy/api/dir_000000.html
8share/doc/tidy/api/doxygen.css 14share/doc/tidy/api/doxygen.css
9share/doc/tidy/api/doxygen.png 15share/doc/tidy/api/doxygen.png
 16share/doc/tidy/api/dynsections.js
10share/doc/tidy/api/files.html 17share/doc/tidy/api/files.html
 18share/doc/tidy/api/files.js
11share/doc/tidy/api/ftv2blank.png 19share/doc/tidy/api/ftv2blank.png
 20share/doc/tidy/api/ftv2cl.png
12share/doc/tidy/api/ftv2doc.png 21share/doc/tidy/api/ftv2doc.png
13share/doc/tidy/api/ftv2folderclosed.png 22share/doc/tidy/api/ftv2folderclosed.png
14share/doc/tidy/api/ftv2folderopen.png 23share/doc/tidy/api/ftv2folderopen.png
15share/doc/tidy/api/ftv2lastnode.png 24share/doc/tidy/api/ftv2lastnode.png
16share/doc/tidy/api/ftv2link.png 25share/doc/tidy/api/ftv2link.png
17share/doc/tidy/api/ftv2mlastnode.png 26share/doc/tidy/api/ftv2mlastnode.png
18share/doc/tidy/api/ftv2mnode.png 27share/doc/tidy/api/ftv2mnode.png
 28share/doc/tidy/api/ftv2mo.png
19share/doc/tidy/api/ftv2node.png 29share/doc/tidy/api/ftv2node.png
 30share/doc/tidy/api/ftv2ns.png
20share/doc/tidy/api/ftv2plastnode.png 31share/doc/tidy/api/ftv2plastnode.png
21share/doc/tidy/api/ftv2pnode.png 32share/doc/tidy/api/ftv2pnode.png
 33share/doc/tidy/api/ftv2splitbar.png
22share/doc/tidy/api/ftv2vertline.png 34share/doc/tidy/api/ftv2vertline.png
23share/doc/tidy/api/functions.html 35share/doc/tidy/api/functions.html
24share/doc/tidy/api/functions_func.html 36share/doc/tidy/api/functions_func.html
25share/doc/tidy/api/functions_vars.html 37share/doc/tidy/api/functions_vars.html
26share/doc/tidy/api/globals.html 38share/doc/tidy/api/globals.html
27share/doc/tidy/api/globals_defs.html 39share/doc/tidy/api/globals_defs.html
28share/doc/tidy/api/globals_func.html 40share/doc/tidy/api/globals_func.html
29share/doc/tidy/api/globals_type.html 41share/doc/tidy/api/globals_type.html
30share/doc/tidy/api/group__AttrGet.html 42share/doc/tidy/api/group__AttrGet.html
 43share/doc/tidy/api/group__AttrGet.js
31share/doc/tidy/api/group__AttrGetAttributeName.html 44share/doc/tidy/api/group__AttrGetAttributeName.html
32share/doc/tidy/api/group__AttrIsAttributeName.html 45share/doc/tidy/api/group__AttrIsAttributeName.html
33share/doc/tidy/api/group__Attribute.html 46share/doc/tidy/api/group__Attribute.html
 47share/doc/tidy/api/group__Attribute.js
34share/doc/tidy/api/group__Basic.html 48share/doc/tidy/api/group__Basic.html
 49share/doc/tidy/api/group__Basic.js
35share/doc/tidy/api/group__Clean.html 50share/doc/tidy/api/group__Clean.html
 51share/doc/tidy/api/group__Clean.js
36share/doc/tidy/api/group__Configuration.html 52share/doc/tidy/api/group__Configuration.html
 53share/doc/tidy/api/group__Configuration.js
37share/doc/tidy/api/group__IO.html 54share/doc/tidy/api/group__IO.html
 55share/doc/tidy/api/group__IO.js
38share/doc/tidy/api/group__Memory.html 56share/doc/tidy/api/group__Memory.html
 57share/doc/tidy/api/group__Memory.js
39share/doc/tidy/api/group__NodeAsk.html 58share/doc/tidy/api/group__NodeAsk.html
 59share/doc/tidy/api/group__NodeAsk.js
40share/doc/tidy/api/group__NodeIsElementName.html 60share/doc/tidy/api/group__NodeIsElementName.html
41share/doc/tidy/api/group__Opaque.html 61share/doc/tidy/api/group__Opaque.html
 62share/doc/tidy/api/group__Opaque.js
42share/doc/tidy/api/group__Parse.html 63share/doc/tidy/api/group__Parse.html
 64share/doc/tidy/api/group__Parse.js
43share/doc/tidy/api/group__Save.html 65share/doc/tidy/api/group__Save.html
 66share/doc/tidy/api/group__Save.js
44share/doc/tidy/api/group__Tree.html 67share/doc/tidy/api/group__Tree.html
45share/doc/tidy/api/index.html 68share/doc/tidy/api/index.html
 69share/doc/tidy/api/jquery.js
46share/doc/tidy/api/modules.html 70share/doc/tidy/api/modules.html
 71share/doc/tidy/api/modules.js
 72share/doc/tidy/api/nav_f.png
 73share/doc/tidy/api/nav_g.png
 74share/doc/tidy/api/nav_h.png
 75share/doc/tidy/api/navtree.css
 76share/doc/tidy/api/navtree.js
 77share/doc/tidy/api/navtreeindex0.js
 78share/doc/tidy/api/navtreeindex1.js
 79share/doc/tidy/api/open.png
47share/doc/tidy/api/pages.html 80share/doc/tidy/api/pages.html
48share/doc/tidy/api/platform_8h_source.html 81share/doc/tidy/api/platform_8h_source.html
 82share/doc/tidy/api/resize.js
49share/doc/tidy/api/structTidyAttr.html 83share/doc/tidy/api/structTidyAttr.html
50share/doc/tidy/api/structTidyDoc.html 84share/doc/tidy/api/structTidyDoc.html
51share/doc/tidy/api/structTidyNode.html 85share/doc/tidy/api/structTidyNode.html
52share/doc/tidy/api/structTidyOption.html 86share/doc/tidy/api/structTidyOption.html
53share/doc/tidy/api/struct__TidyAllocator.html 87share/doc/tidy/api/struct__TidyAllocator.html
 88share/doc/tidy/api/struct__TidyAllocator.js
54share/doc/tidy/api/struct__TidyAllocatorVtbl.html 89share/doc/tidy/api/struct__TidyAllocatorVtbl.html
 90share/doc/tidy/api/struct__TidyAllocatorVtbl.js
55share/doc/tidy/api/struct__TidyBuffer.html 91share/doc/tidy/api/struct__TidyBuffer.html
 92share/doc/tidy/api/struct__TidyBuffer.js
56share/doc/tidy/api/struct__TidyInputSource.html 93share/doc/tidy/api/struct__TidyInputSource.html
 94share/doc/tidy/api/struct__TidyInputSource.js
57share/doc/tidy/api/struct__TidyOutputSink.html 95share/doc/tidy/api/struct__TidyOutputSink.html
 96share/doc/tidy/api/struct__TidyOutputSink.js
 97share/doc/tidy/api/tab_a.png
 98share/doc/tidy/api/tab_b.png
 99share/doc/tidy/api/tab_h.png
 100share/doc/tidy/api/tab_s.png
58share/doc/tidy/api/tabs.css 101share/doc/tidy/api/tabs.css
59share/doc/tidy/api/tidy_8h_source.html 
60share/doc/tidy/api/tidy_8h.html 102share/doc/tidy/api/tidy_8h.html
 103share/doc/tidy/api/tidy_8h.js
 104share/doc/tidy/api/tidy_8h_source.html
61share/doc/tidy/api/tidyenum_8h_source.html 105share/doc/tidy/api/tidyenum_8h_source.html
62share/doc/tidy/doxygen.cfg 106share/doc/tidy/doxygen.cfg
63share/doc/tidy/faq.html 107share/doc/tidy/faq.html
64share/doc/tidy/grid.gif 108share/doc/tidy/grid.gif
65share/doc/tidy/license.html 109share/doc/tidy/license.html
66share/doc/tidy/pending.html 110share/doc/tidy/pending.html
67share/doc/tidy/release-notes.html 111share/doc/tidy/release-notes.html
68share/doc/tidy/tidy.css 112share/doc/tidy/tidy.css
69share/doc/tidy/tidy.gif 113share/doc/tidy/tidy.gif