pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avrdude Fix html manual generation with texi2html,



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1513fbe19e0
branches:  trunk
changeset: 490020:b1513fbe19e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 02 13:20:39 2005 +0000

description:
Fix html manual generation with texi2html,
and depend on latest version, since it causes PLIST changes. Adapt PLIST.
Bump PKGREVISION.

diffstat:

 cross/avrdude/Makefile         |   9 +++++----
 cross/avrdude/PLIST            |   3 +--
 cross/avrdude/distinfo         |   4 +++-
 cross/avrdude/patches/patch-ag |  18 ++++++++++++++++++
 cross/avrdude/patches/patch-ah |  15 +++++++++++++++
 5 files changed, 42 insertions(+), 7 deletions(-)

diffs (100 lines):

diff -r 851dba209100 -r b1513fbe19e0 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Wed Mar 02 12:57:11 2005 +0000
+++ b/cross/avrdude/Makefile    Wed Mar 02 13:20:39 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/10/18 04:15:14 rumble Exp $
-# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp
+# $NetBSD: Makefile,v 1.7 2005/03/02 13:20:39 wiz Exp $
 
 DISTNAME=      avrdude-4.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    cross
 MASTER_SITES=  http://savannah.nongnu.org/download/avrdude/stable.pkg/4.1.0/
 
@@ -13,10 +12,12 @@
 USE_BUILDLINK3=                YES
 USE_GNU_READLINE=      YES
 
-BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX
+BUILD_DEPENDS+=        teTeX>=1.0:../../print/teTeX
+BUILD_DEPENDS+=        texi2html>=1.76:../../textproc/texi2html
 
 GNU_CONFIGURE= yes
 INFO_FILES=    avrdude.info
+USE_MAKEINFO=  yes
 
 CONFIGURE_ARGS=        --disable-versioned-doc
 
diff -r 851dba209100 -r b1513fbe19e0 cross/avrdude/PLIST
--- a/cross/avrdude/PLIST       Wed Mar 02 12:57:11 2005 +0000
+++ b/cross/avrdude/PLIST       Wed Mar 02 13:20:39 2005 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2004/01/13 17:48:37 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/03/02 13:20:39 wiz Exp $
 bin/avrdude
 etc/avrdude.conf
 man/man1/avrdude.1
 share/doc/avrdude/avrdude.pdf
 share/doc/avrdude/avrdude-html/avrdude.html
 share/doc/avrdude/avrdude-html/avrdude_abt.html
-share/doc/avrdude/avrdude-html/avrdude_ovr.html
 share/doc/avrdude/avrdude-html/avrdude_1.html
 share/doc/avrdude/avrdude-html/avrdude_10.html
 share/doc/avrdude/avrdude-html/avrdude_11.html
diff -r 851dba209100 -r b1513fbe19e0 cross/avrdude/distinfo
--- a/cross/avrdude/distinfo    Wed Mar 02 12:57:11 2005 +0000
+++ b/cross/avrdude/distinfo    Wed Mar 02 13:20:39 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 10:16:52 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/02 13:20:40 wiz Exp $
 
 SHA1 (avrdude-4.1.0.tar.gz) = e3d88668ae06713a4d5576c982f32ff909903525
 RMD160 (avrdude-4.1.0.tar.gz) = be1984a1d1cd7aa5c2b33403bc24ae853c7cb74b
@@ -9,3 +9,5 @@
 SHA1 (patch-ad) = 7e3ce331afbf08e9db6a03178c247410e79d820e
 SHA1 (patch-ae) = 96be79ab7aeb1539f175a0e775cf8a536513028e
 SHA1 (patch-af) = 089decf6d74803cfad5a8a5848709f0ab747e03e
+SHA1 (patch-ag) = a24cd88f049aea4dd6246f28d281e82a93114316
+SHA1 (patch-ah) = 664cc6be38bd01934113483eb561c386828696b9
diff -r 851dba209100 -r b1513fbe19e0 cross/avrdude/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/avrdude/patches/patch-ag    Wed Mar 02 13:20:39 2005 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ag,v 1.1 2005/03/02 13:20:40 wiz Exp $
+
+--- doc/avrdude.texi.orig      2003-04-18 06:41:45.000000000 +0200
++++ doc/avrdude.texi
+@@ -58,9 +58,11 @@ by the Free Software Foundation.
+ @author by Brian S. Dean
+ 
+ @page
+-@hfill (Send bugs and comments on AVRDUDE to @w{@email{avrdude-dev@@nongnu.org}}.)
++@flushright
++(Send bugs and comments on AVRDUDE to @w{@email{avrdude-dev@@nongnu.org}}.)
++@end flushright
+ 
+-@vfill
++@vskip 0pt plus 1filll
+ 
+ Copyright @copyright{} 2003 Brian S. Dean
+ @sp 2
diff -r 851dba209100 -r b1513fbe19e0 cross/avrdude/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/avrdude/patches/patch-ah    Wed Mar 02 13:20:39 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2005/03/02 13:20:40 wiz Exp $
+
+--- doc/Makefile.in.orig       2003-04-19 06:59:56.000000000 +0200
++++ doc/Makefile.in
+@@ -425,8 +425,8 @@ all-local: info html ps pdf
+ 
+ html: 
+       mkdir -p avrdude-html
+-      texi2html -split_node $(srcdir)/$(info_TEXINFOS)
+-      mv *.html avrdude-html
++      texi2html --split=node $(srcdir)/$(info_TEXINFOS)
++      mv avrdude/*.html avrdude-html
+ 
+ clean-local:
+       rm -rf avrdude-html *.info



Home | Main Index | Thread Index | Old Index