diff options
author | seb <seb> | 2004-09-27 23:24:23 +0000 |
---|---|---|
committer | seb <seb> | 2004-09-27 23:24:23 +0000 |
commit | c67a785038bd5f7940239aa4a27c7050cb602851 (patch) | |
tree | 18d5882364e9ce59d5f39ead3e82c1337d9d09d6 /graphics | |
parent | b0263618a09dd392a8cdf5f771300aac9ea80631 (diff) | |
download | pkgsrc-c67a785038bd5f7940239aa4a27c7050cb602851.tar.gz |
Initial import of kbarcode version 1.8.1 into the NetBSD Packages
Collection.
KBarcode is a barcode and label printing application for KDE 3. It can
be used to print every thing from simple business cards up to complex
labels with several barcodes (e.g. article descriptions). KBarcode
comes with an easy to use WYSIWYG label designer, a setup wizard,
batch import of labels (directly from the delivery note), thousands
of predefined labels, database managment tools and translations
in many languages. All major types of barcodes like EAN, UPC, CODE39,
DataMatrix and ISBN are supported.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kbarcode/DESCR | 8 | ||||
-rw-r--r-- | graphics/kbarcode/Makefile | 25 | ||||
-rw-r--r-- | graphics/kbarcode/PLIST | 35 | ||||
-rw-r--r-- | graphics/kbarcode/distinfo | 4 |
4 files changed, 72 insertions, 0 deletions
diff --git a/graphics/kbarcode/DESCR b/graphics/kbarcode/DESCR new file mode 100644 index 00000000000..529bfb66469 --- /dev/null +++ b/graphics/kbarcode/DESCR @@ -0,0 +1,8 @@ +KBarcode is a barcode and label printing application for KDE 3. It can +be used to print every thing from simple business cards up to complex +labels with several barcodes (e.g. article descriptions). KBarcode +comes with an easy to use WYSIWYG label designer, a setup wizard, +batch import of labels (directly from the delivery note), thousands +of predefined labels, database managment tools and translations +in many languages. All major types of barcodes like EAN, UPC, CODE39, +DataMatrix and ISBN are supported. diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile new file mode 100644 index 00000000000..42bb7fc20b5 --- /dev/null +++ b/graphics/kbarcode/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/27 23:24:23 seb Exp $ + +DISTNAME= kbarcode-1.8.1 +CATEGORIES= graphics kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbarcode/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://www.kbarcode.net/ +COMMENT= KDE barcode and label printing application + +USE_BUILDLINK3= yes +USE_DIRS+= xdg-1.1 +USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes + +DEPENDS+= barcode-[0-9]*:../../graphics/barcode + +# Works only with KDE 3.3.x +BUILDLINK_DEPENDS.kdelibs= kdelibs>=3.3.0 + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/ghostscript.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/kbarcode/PLIST b/graphics/kbarcode/PLIST new file mode 100644 index 00000000000..5d8c9bf287c --- /dev/null +++ b/graphics/kbarcode/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/27 23:24:23 seb Exp $ +bin/kbarcode +lib/kde3/kfile_kbarcode.la +share/kde/applnk/Applications/KBarcode/kbarcode-batch.desktop +share/kde/applnk/Applications/KBarcode/kbarcode-editor.desktop +share/kde/applnk/Applications/KBarcode/kbarcode-label.desktop +share/kde/applnk/Applications/KBarcode/kbarcode-single.desktop +share/kde/applnk/Applications/KBarcode/kbarcode.desktop +share/kde/apps/kbarcode/barcodes.html +share/kde/apps/kbarcode/exampledata.sql +share/kde/apps/kbarcode/labeldefinitions.sql +share/kde/apps/kbarcode/logo.png +share/kde/icons/hicolor/16x16/actions/barcode.png +share/kde/icons/hicolor/16x16/actions/kbarcodeellipse.png +share/kde/icons/hicolor/16x16/actions/kbarcodegrid.png +share/kde/icons/hicolor/16x16/actions/kbarcodelinetool.png +share/kde/icons/hicolor/16x16/apps/kbarcode.png +share/kde/icons/hicolor/22x22/actions/barcode.png +share/kde/icons/hicolor/32x32/actions/barcode.png +share/kde/icons/hicolor/32x32/actions/kbarcoderect.png +share/kde/icons/hicolor/32x32/apps/kbarcode.png +share/kde/icons/hicolor/64x64/apps/kbarcode.png +share/kde/locale/de/LC_MESSAGES/kbarcode.mo +share/kde/locale/el/LC_MESSAGES/kbarcode.mo +share/kde/locale/es/LC_MESSAGES/kbarcode.mo +share/kde/locale/fi/LC_MESSAGES/kbarcode.mo +share/kde/locale/fr/LC_MESSAGES/kbarcode.mo +share/kde/locale/hu/LC_MESSAGES/kbarcode.mo +share/kde/locale/it/LC_MESSAGES/kbarcode.mo +share/kde/locale/nl/LC_MESSAGES/kbarcode.mo +share/kde/locale/pl/LC_MESSAGES/kbarcode.mo +share/kde/locale/sv/LC_MESSAGES/kbarcode.mo +share/kde/services/kfile_kbarcode.desktop +@dirrm share/kde/apps/kbarcode +@dirrm share/kde/applnk/Applications/KBarcode diff --git a/graphics/kbarcode/distinfo b/graphics/kbarcode/distinfo new file mode 100644 index 00000000000..c5a3d67efab --- /dev/null +++ b/graphics/kbarcode/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/27 23:24:23 seb Exp $ + +SHA1 (kbarcode-1.8.1.tar.gz) = 0164236b8af10c249cb5c4882f81c0ece4aebf45 +Size (kbarcode-1.8.1.tar.gz) = 969743 bytes |