summaryrefslogtreecommitdiff
path: root/devel/papaya
diff options
context:
space:
mode:
authorobache <obache>2011-07-06 13:17:46 +0000
committerobache <obache>2011-07-06 13:17:46 +0000
commitaacc5c8c7460b039eafa83fe1919b541bffab158 (patch)
tree17e3eabc037119d9e3167ee5971608d10305f7d6 /devel/papaya
parent6586e9a83374c9113c939c3ff21c6548d2a1350f (diff)
downloadpkgsrc-aacc5c8c7460b039eafa83fe1919b541bffab158.tar.gz
* remove a redundant link in texinfo file.
* fixes build with texi2html-5. Bump PKGREVISION, number of generated html files changed.
Diffstat (limited to 'devel/papaya')
-rw-r--r--devel/papaya/Makefile8
-rw-r--r--devel/papaya/PLIST3
-rw-r--r--devel/papaya/distinfo5
-rw-r--r--devel/papaya/patches/patch-ad18
-rw-r--r--devel/papaya/patches/patch-doc_papaya.texinfo15
5 files changed, 40 insertions, 9 deletions
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile
index 9c4018cf369..2e8d6296c81 100644
--- a/devel/papaya/Makefile
+++ b/devel/papaya/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2009/12/14 20:53:43 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2011/07/06 13:17:46 obache Exp $
#
DISTNAME= papaya-0.1.7
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
@@ -30,6 +30,10 @@ pre-configure:
${CP} detab.in detab.in.cr && \
${TR} -d '\r' < detab.in.cr > detab.in
+# let not to be regenerated from patched papaya.texi file.
+post-patch:
+ ${TOUCH} ${WRKSRC}/doc/papaya.info
+
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${WRKSRC}/doc/papaya/*.html ${DESTDIR}${PREFIX}/share/doc/papaya
diff --git a/devel/papaya/PLIST b/devel/papaya/PLIST
index ce20008529a..742406c63ad 100644
--- a/devel/papaya/PLIST
+++ b/devel/papaya/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:49:02 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/07/06 13:17:46 obache Exp $
bin/add-html-signature
bin/compare-version
bin/copy-if-changed
@@ -52,7 +52,6 @@ share/doc/papaya/papaya_2.html
share/doc/papaya/papaya_3.html
share/doc/papaya/papaya_4.html
share/doc/papaya/papaya_5.html
-share/doc/papaya/papaya_6.html
share/doc/papaya/papaya_abt.html
share/doc/papaya/papaya_ovr.html
share/doc/papaya/papaya_toc.html
diff --git a/devel/papaya/distinfo b/devel/papaya/distinfo
index 5d532133249..a5ba14fc820 100644
--- a/devel/papaya/distinfo
+++ b/devel/papaya/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2009/12/14 20:53:43 joerg Exp $
+$NetBSD: distinfo,v 1.7 2011/07/06 13:17:46 obache Exp $
SHA1 (papaya-0.1.7.tar.gz) = 4dad7d302a774666207216d8fadae92faf42918d
RMD160 (papaya-0.1.7.tar.gz) = cef643b2370c020aeebca8b424620e46bdfe1642
@@ -6,5 +6,6 @@ Size (papaya-0.1.7.tar.gz) = 200514 bytes
SHA1 (patch-aa) = 2b1c1f0abe375dd37870347891df97e127163b6f
SHA1 (patch-ab) = 5dc68a8598665d11f4484c2ce490681b07dea721
SHA1 (patch-ac) = 5c169a116fbf115e2db57bca354a9e6dd2c34a7b
-SHA1 (patch-ad) = 4987a3c11df06c9e631b908947e6b1a294f528ed
+SHA1 (patch-ad) = 575bc6493570a55cd56f25ff77f9618891088beb
SHA1 (patch-ae) = 59ae8bc2f64e838516c28ce66b621bea94f91847
+SHA1 (patch-doc_papaya.texinfo) = 20e743abe9008382ae8264a3ed9ac101f61c702b
diff --git a/devel/papaya/patches/patch-ad b/devel/papaya/patches/patch-ad
index cae2cb59ee0..bd25089f87a 100644
--- a/devel/papaya/patches/patch-ad
+++ b/devel/papaya/patches/patch-ad
@@ -1,7 +1,10 @@
-$NetBSD: patch-ad,v 1.3 2009/12/14 20:53:43 joerg Exp $
+$NetBSD: patch-ad,v 1.4 2011/07/06 13:17:46 obache Exp $
---- src/texi2html-wrapper.in.orig Tue Jun 25 16:25:17 2002
-+++ src/texi2html-wrapper.in Sun Jul 10 12:27:06 2005
+* always use texi2html
+* default output directory changes for recent texi2html
+
+--- src/texi2html-wrapper.in.orig 2002-06-25 14:25:17.000000000 +0000
++++ src/texi2html-wrapper.in
@@ -14,7 +14,8 @@
this="texi2html-wrapper" ;
@@ -12,3 +15,12 @@ $NetBSD: patch-ad,v 1.3 2009/12/14 20:53:43 joerg Exp $
html_sed1='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ;
html_sed2='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ;
+@@ -30,7 +31,7 @@ if [ ! -d ./html ] ; then
+ fi
+
+ if [ ! -z $texi2html_command ] && [ -x $texi2html_command ] ; then
+- COMMAND="$texi2html_command -menu -split_chapter" ;
++ COMMAND="$texi2html_command -menu -split_chapter --output=./" ;
+ elif [ ! -z $makeinfo_command ] && [ -x $makeinfo_command ] ; then
+ COMMAND="$makeinfo_command --html" ;
+ else
diff --git a/devel/papaya/patches/patch-doc_papaya.texinfo b/devel/papaya/patches/patch-doc_papaya.texinfo
new file mode 100644
index 00000000000..cf900d3beb3
--- /dev/null
+++ b/devel/papaya/patches/patch-doc_papaya.texinfo
@@ -0,0 +1,15 @@
+$NetBSD: patch-doc_papaya.texinfo,v 1.1 2011/07/06 13:17:46 obache Exp $
+
+* remove redundant link
+
+--- doc/papaya.texinfo.orig 2002-01-12 07:22:16.000000000 +0000
++++ doc/papaya.texinfo
+@@ -388,7 +388,7 @@ program. If both program exist, @code{te
+ The generated html file's <BODY> tag will be replaced to change
+ foreground/background color etc...
+
+-@node Library Manual, , Utility Manual, Manual, Manual
++@node Library Manual, , Utility Manual, Manual
+ @section Manuals for libraries
+ @menu
+ * papaya-lib.pl:: perl library