Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
graphics/barcode/DESCR Normal file
View File

@@ -0,0 +1,8 @@
The package is meant to solve most needs in barcode creation with a
conventional printer. It can create printouts for the conventional
product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
as a few other formats. Output is generated as either Postscript or
Encapsulated Postscript (other back-ends may be added if needed).
The package is released as both a library and a command-line frontend,
so that you can include barcode-generation into your application.

27
graphics/barcode/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.16 2013/04/06 20:27:21 rodent Exp $
#
DISTNAME= barcode-0.98
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ar.linux.it/software/barcode/
COMMENT= Create bar codes as EPS (program and library)
GNU_CONFIGURE= YES
MAKE_ENV+= AWK=${AWK:Q}
INFO_FILES= yes
INSTALL_MAKE_FLAGS= \
BINDIR=${DESTDIR}${PREFIX}/bin \
INCDIR=${DESTDIR}${PREFIX}/include \
LIBDIR=${DESTDIR}${PREFIX}/lib \
INFODIR=${DESTDIR}${PREFIX}/${PKGINFODIR} \
MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 \
MAN3DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
# man/man1/barcode.1
CONFLICTS+= xscreensaver<5.00
.include "../../mk/bsd.pkg.mk"

7
graphics/barcode/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $
bin/barcode
include/barcode.h
info/barcode.info
lib/libbarcode.a
man/man1/barcode.1
man/man3/barcode.3

View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.5 2008/09/08 05:13:12 dholland Exp $
SHA1 (barcode-0.98.tar.gz) = 15b9598bcaa67bcff1f63309d1a18840b9a12899
RMD160 (barcode-0.98.tar.gz) = 13685a100a151149a83d28a46372cf562fd750ba
Size (barcode-0.98.tar.gz) = 335658 bytes
SHA1 (patch-aa) = eb0812ae80a65828a20021ba1e718488899c212d
SHA1 (patch-ab) = 166fce927fdb3ce77600f3fbab3b28faa7c9d340
SHA1 (patch-ac) = 9e0ea49bb4b647d6daeb9666f0546dd0101fb507
SHA1 (patch-ad) = eebbcda1403794f16e0de01134c2949cf3ec43fa

View File

@@ -0,0 +1,28 @@
$NetBSD: patch-aa,v 1.2 2004/06/27 08:50:03 seb Exp $
--- Makefile.in.orig 2001-10-17 13:26:21.000000000 +0000
+++ Makefile.in
@@ -55,7 +55,7 @@ $(LIBRARY): $(LIBOBJECTS)
$(RANLIB) $(LIBRARY)
$(MAN1) $(MAN3): doc/doc.$(TARGET)
- awk -f doc/manpager doc/doc.$(TARGET)
+ ${AWK} -f doc/manpager doc/doc.$(TARGET)
# 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)

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-ab,v 1.3 2004/06/27 08:50:03 seb Exp $
--- 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
@end ifinfo
+@dircategory Miscellaneous
+@direntry
+* Barcode: (barcode). A barcode generation program and library.
+@end direntry
+
@setchapternewpage odd
@titlepage
@c use the new format for titles

View File

@@ -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::

View File

@@ -0,0 +1,42 @@
$NetBSD: patch-ad,v 1.1 2008/09/08 05:13:12 dholland Exp $
--- doc/manpager~ 2001-10-16 10:12:22.000000000 -0400
+++ doc/manpager 2008-09-08 01:09:13.000000000 -0400
@@ -32,20 +32,20 @@ SKIP==1 {next}
# (ARub, Oct 10 2000)
/@b\{/ {
#$0 = gensub(/@b\{([^}]+)\}/, "\\\\fB\\1\\\\fP","g");
- gsub("@b\{","\\fB");
- gsub("\}","\\fP");
+ gsub("@b\\{","\\fB");
+ gsub("\\}","\\fP");
}
/@var\{/ {
#$0 = gensub(/@var\{([^}]+)\}/, "\\\\fI\\1\\\\fP","g");
- gsub("@var\{","\\fB");
- gsub("\}","\\fP");
+ gsub("@var\\{","\\fB");
+ gsub("\\}","\\fP");
}
/@(samp|code|file)\{/ {
#$0 = gensub(/@(samp|code|file)\{([^}]+)\}/, "`\\2'","g");
- gsub("@(samp|code|file)\{","");
- gsub("\}","");
+ gsub("@(samp|code|file)\\{","");
+ gsub("\\}","");
}
@@ -54,8 +54,8 @@ SKIP==1 {next}
}
/@ref\{.*\}/ {
- gsub("@ref\{","");
- gsub("\}","");
+ gsub("@ref\\{","");
+ gsub("\\}","");
}
/@\*/ {