summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/barcode/Makefile6
-rw-r--r--graphics/barcode/distinfo11
-rw-r--r--graphics/barcode/patches/patch-aa38
-rw-r--r--graphics/barcode/patches/patch-ab39
-rw-r--r--graphics/barcode/patches/patch-ac16
5 files changed, 63 insertions, 47 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile
index 990633b9946..b65ed54452f 100644
--- a/graphics/barcode/Makefile
+++ b/graphics/barcode/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2003/08/09 10:53:27 seb Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/27 08:50:03 seb Exp $
#
-DISTNAME= barcode-0.96
+DISTNAME= barcode-0.98
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
MAINTAINER= dillo@NetBSD.org
-HOMEPAGE= http://gnu.systemy.it/software/barcode/
+HOMEPAGE= http://ar.linux.it/software/barcode/
COMMENT= Create bar codes as EPS (program and library)
GNU_CONFIGURE= YES
diff --git a/graphics/barcode/distinfo b/graphics/barcode/distinfo
index 87c6ea25a49..e3c2313283a 100644
--- a/graphics/barcode/distinfo
+++ b/graphics/barcode/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2004/06/15 12:47:32 grant Exp $
+$NetBSD: distinfo,v 1.3 2004/06/27 08:50:03 seb Exp $
-SHA1 (barcode-0.96.tar.gz) = d567b95c325df474ebaaf9393d02e0f91781ada1
-Size (barcode-0.96.tar.gz) = 259848 bytes
-SHA1 (patch-aa) = aad4f40e0cd9f0ef428e2a5d17628518d24aff43
-SHA1 (patch-ab) = dcdd5d1dd9e4744cc78c765001579613d88aff2a
+SHA1 (barcode-0.98.tar.gz) = 15b9598bcaa67bcff1f63309d1a18840b9a12899
+Size (barcode-0.98.tar.gz) = 335658 bytes
+SHA1 (patch-aa) = eb0812ae80a65828a20021ba1e718488899c212d
+SHA1 (patch-ab) = 166fce927fdb3ce77600f3fbab3b28faa7c9d340
+SHA1 (patch-ac) = 9e0ea49bb4b647d6daeb9666f0546dd0101fb507
diff --git a/graphics/barcode/patches/patch-aa b/graphics/barcode/patches/patch-aa
index 22b70c3631b..3ae82755041 100644
--- a/graphics/barcode/patches/patch-aa
+++ b/graphics/barcode/patches/patch-aa
@@ -1,16 +1,28 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/12 21:32:54 dillo Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/27 08:50:03 seb Exp $
---- doc/barcode.info.orig Thu Nov 9 16:26:37 2000
-+++ doc/barcode.info
-@@ -13,6 +13,11 @@
- This file documents version 0.96 of the barcode library and sample
- programs (November 2000).
+--- Makefile.in.orig 2001-10-17 13:26:21.000000000 +0000
++++ Makefile.in
+@@ -55,7 +55,7 @@ $(LIBRARY): $(LIBOBJECTS)
+ $(RANLIB) $(LIBRARY)
-+INFO-DIR-SECTION Miscellaneous
-+START-INFO-DIR-ENTRY
-+* Barcode: (barcode). A barcode generation program and library.
-+END-INFO-DIR-ENTRY
-+
- * Menu:
+ $(MAN1) $(MAN3): doc/doc.$(TARGET)
+- awk -f doc/manpager doc/doc.$(TARGET)
++ ${AWK} -f doc/manpager doc/doc.$(TARGET)
- * Overview::
+
+ # Unfortunately, pmake has no "-C". Also, "pmake -n" doesn't follow the cd.
+@@ -63,8 +63,12 @@ $(INFO): doc/doc.$(TARGET)
+ cd doc && $(MAKE)
+
+ install:
+- $(INSTALL) -d $(BINDIR) $(INCDIR) $(LIBDIR) $(MAN1DIR) \
+- $(MAN3DIR) $(INFODIR)
++ $(INSTALL) -d $(BINDIR)
++ $(INSTALL) -d $(INCDIR)
++ $(INSTALL) -d $(LIBDIR)
++ $(INSTALL) -d $(MAN1DIR)
++ $(INSTALL) -d $(MAN3DIR)
++ $(INSTALL) -d $(INFODIR)
+ $(INSTALL) -c $(TARGET) $(BINDIR)
+ $(INSTALL) -c -m 0644 $(HEADER) $(INCDIR)
+ $(INSTALL) -c -m 0644 $(LIBRARY) $(LIBDIR)
diff --git a/graphics/barcode/patches/patch-ab b/graphics/barcode/patches/patch-ab
index 69bae39cae9..ce8bf9ac476 100644
--- a/graphics/barcode/patches/patch-ab
+++ b/graphics/barcode/patches/patch-ab
@@ -1,29 +1,16 @@
-$NetBSD: patch-ab,v 1.2 2004/06/15 12:47:32 grant Exp $
+$NetBSD: patch-ab,v 1.3 2004/06/27 08:50:03 seb Exp $
---- Makefile.in.orig 2000-11-09 05:17:40.000000000 +1100
-+++ Makefile.in
-@@ -55,7 +55,7 @@ $(LIBRARY): $(LIBOBJECTS)
- $(RANLIB) $(LIBRARY)
+--- doc/doc.barcode.orig 2002-03-01 22:41:50.000000000 +0000
++++ doc/doc.barcode
+@@ -43,6 +43,11 @@ This file is the User's Manual for the b
- $(MAN1) $(MAN3): doc/doc.$(TARGET)
-- gawk -f doc/manpager doc/doc.$(TARGET)
-+ ${AWK} -f doc/manpager doc/doc.$(TARGET)
+ @end ifinfo
-
- # Unfortunately, pmake has no "-C". Also, "pmake -n" doesn't follow the cd.
-@@ -63,8 +63,13 @@ $(INFO): doc/doc.$(TARGET)
- cd doc && $(MAKE)
-
- install:
-- $(INSTALL) -d $(BINDIR) $(INCDIR) $(LIBDIR) $(MAN1DIR) \
-- $(MAN3DIR) $(INFODIR)
-+ $(INSTALL) -d $(BINDIR)
-+ $(INSTALL) -d $(INCDIR)
-+ $(INSTALL) -d $(LIBDIR)
-+ $(INSTALL) -d $(MAN1DIR)
-+ $(INSTALL) -d $(MAN3DIR)
-+ $(INSTALL) -d $(MAN3DIR)
-+ $(INSTALL) -d $(INFODIR)
- $(INSTALL) -c $(TARGET) $(BINDIR)
- $(INSTALL) -c -m 0644 $(HEADER) $(INCDIR)
- $(INSTALL) -c -m 0644 $(LIBRARY) $(LIBDIR)
++@dircategory Miscellaneous
++@direntry
++* Barcode: (barcode). A barcode generation program and library.
++@end direntry
++
+ @setchapternewpage odd
+ @titlepage
+ @c use the new format for titles
diff --git a/graphics/barcode/patches/patch-ac b/graphics/barcode/patches/patch-ac
new file mode 100644
index 00000000000..d8f93c5ad72
--- /dev/null
+++ b/graphics/barcode/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2004/06/27 08:50:04 seb Exp $
+
+--- doc/barcode.info.orig 2002-03-01 22:56:47.000000000 +0000
++++ doc/barcode.info
+@@ -13,6 +13,11 @@ Barcode tools
+ This file documents version 0.98 of the barcode library and sample
+ programs (March 2002).
+
++INFO-DIR-SECTION Miscellaneous
++START-INFO-DIR-ENTRY
++* Barcode: (barcode). A barcode generation program and library.
++END-INFO-DIR-ENTRY
++
+ * Menu:
+
+ * Overview::