summaryrefslogtreecommitdiff
path: root/graphics/kbarcode
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-10-15 12:39:10 +0000
committermarkd <markd@pkgsrc.org>2006-10-15 12:39:10 +0000
commit9ccb3a0934592eb7465c900b10960ac5a1af0311 (patch)
tree419c2ae1da306f8558db63dc359a839987f427e6 /graphics/kbarcode
parent820f3912d03bf0219c92e9566e5557792372441e (diff)
downloadpkgsrc-9ccb3a0934592eb7465c900b10960ac5a1af0311.tar.gz
Update kbarcode to 2.0.4
Version 2.0.4 Fixed compilation on KDE < 3.5 Fixed a database access bug Raphael Pinson updated the french translation Fixed text alignment in label editor Version 2.0.3 Fixed adding articles from the SQL table Fixed barcode support when only barcode writer in pure postscript is available Added an action map Added the possibility to keep the batch printing window open after printing Version 2.0.2 Fixed translations in the barcode combo Fixed [field0] - [field9] Fixed case sensitive barcode encoding in SQL database Version 2.0.1 Fixed compilation on slackware amd64 Fixed spec file RHFC4 Added turkish translation by Furkan Duman Barcode properties are used immediately in the barcode dialog Added TBarcode2 support Fixed database settings Barcodes values are validated before generating a new barcode for barcode writer in pure postscript. Requires PCRE. Fixed database barcode modes Version 2.0.0 Increased version number Version 2.0.0rc2 Fixed saving barcodes to images (correct fileformat is now detected) Fixed the --print commandline option with --batch Updated german translation Patch by Simon Munton fixes a crash Fixed printing bug: Printing started on the second label Updated Barcode Writer in Pure Postscript version Fixed importing articles Removed the build time dependency on GNU Barcode Version 2.0.0rc1 Added missing #include <stdlib.h> to fix compilation Fixed desktop files Updated admin/ directory to KDE 3.5 Comitted a patch by Jan Zuchhold to support Codabar without checksum Added default value for [serial] field Improved commandline options, --prints now immediately and exits KBarcode after printing. Fixed 3 small memory leaks (one in the SQL code and one during XML parsing) Selection is not removed after changing properties of a text element Formattings in the text editor are kept for new paragraphs now [Lots more changes since version 1.8.1]
Diffstat (limited to 'graphics/kbarcode')
-rw-r--r--graphics/kbarcode/Makefile7
-rw-r--r--graphics/kbarcode/PLIST26
-rw-r--r--graphics/kbarcode/distinfo8
3 files changed, 26 insertions, 15 deletions
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile
index 5e80bbaeacd..573610cc5f5 100644
--- a/graphics/kbarcode/Makefile
+++ b/graphics/kbarcode/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/15 12:39:10 markd Exp $
-DISTNAME= kbarcode-1.8.1
-PKGREVISION= 5
+DISTNAME= kbarcode-2.0.4
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbarcode/}
@@ -10,7 +9,7 @@ HOMEPAGE= http://www.kbarcode.net/
COMMENT= KDE barcode and label printing application
USE_DIRS+= xdg-1.1
-USE_TOOLS+= gmake gs:run
+USE_TOOLS+= gmake gs:run perl
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/graphics/kbarcode/PLIST b/graphics/kbarcode/PLIST
index f01bc8f7c86..9c34b5d7416 100644
--- a/graphics/kbarcode/PLIST
+++ b/graphics/kbarcode/PLIST
@@ -1,15 +1,17 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:21 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/15 12:39:10 markd 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/applications/kde/kbarcode-batch.desktop
+share/applications/kde/kbarcode-editor.desktop
+share/applications/kde/kbarcode-label.desktop
+share/applications/kde/kbarcode-single.desktop
+share/applications/kde/kbarcode.desktop
+share/kde/apps/kbarcode/barcode.ps
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/apps/kbarcode/rules.xml
share/kde/icons/hicolor/16x16/actions/barcode.png
share/kde/icons/hicolor/16x16/actions/kbarcodeellipse.png
share/kde/icons/hicolor/16x16/actions/kbarcodegrid.png
@@ -31,5 +33,15 @@ share/locale/it/LC_MESSAGES/kbarcode.mo
share/locale/nl/LC_MESSAGES/kbarcode.mo
share/locale/pl/LC_MESSAGES/kbarcode.mo
share/locale/sv/LC_MESSAGES/kbarcode.mo
+share/locale/tr/LC_MESSAGES/kbarcode.mo
+@comment in kde: @dirrm share/kde/services
+@comment in kde: @dirrm share/kde/icons/hicolor/64x64/apps
+@comment in kde: @dirrm share/kde/icons/hicolor/32x32/apps
+@comment in kde: @dirrm share/kde/icons/hicolor/32x32/actions
+@comment in kde: @dirrm share/kde/icons/hicolor/22x22/actions
+@comment in kde: @dirrm share/kde/icons/hicolor/16x16/apps
+@comment in kde: @dirrm share/kde/icons/hicolor/16x16/actions
@dirrm share/kde/apps/kbarcode
-@dirrm share/kde/applnk/Applications/KBarcode
+@comment in kde: @dirrm share/kde/apps
+@comment in kde: @dirrm share/applications/kde
+@comment in kde: @dirrm lib/kde3
diff --git a/graphics/kbarcode/distinfo b/graphics/kbarcode/distinfo
index 7b092b465c7..73396d60c80 100644
--- a/graphics/kbarcode/distinfo
+++ b/graphics/kbarcode/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:08 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/10/15 12:39:10 markd Exp $
-SHA1 (kbarcode-1.8.1.tar.gz) = 0164236b8af10c249cb5c4882f81c0ece4aebf45
-RMD160 (kbarcode-1.8.1.tar.gz) = 460b2374979def4f3365bcfeea9b151c93b8e5a5
-Size (kbarcode-1.8.1.tar.gz) = 969743 bytes
+SHA1 (kbarcode-2.0.4.tar.gz) = 10970cbe488a0dccc197316378d76b241a05e36b
+RMD160 (kbarcode-2.0.4.tar.gz) = 4a8820348e9e8d70a2f12d20c921b8241195e6cf
+Size (kbarcode-2.0.4.tar.gz) = 1171749 bytes