pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/kbarcode Update kbarcode to 2.0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/83d493271060
branches: trunk
changeset: 520103:83d493271060
user: markd <markd%pkgsrc.org@localhost>
date: Sun Oct 15 12:39:10 2006 +0000
description:
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:
graphics/kbarcode/Makefile | 7 +++----
graphics/kbarcode/PLIST | 26 +++++++++++++++++++-------
graphics/kbarcode/distinfo | 8 ++++----
3 files changed, 26 insertions(+), 15 deletions(-)
diffs (79 lines):
diff -r dc1972bbec5e -r 83d493271060 graphics/kbarcode/Makefile
--- a/graphics/kbarcode/Makefile Sun Oct 15 12:37:15 2006 +0000
+++ b/graphics/kbarcode/Makefile Sun Oct 15 12:39:10 2006 +0000
@@ -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 @@
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 -r dc1972bbec5e -r 83d493271060 graphics/kbarcode/PLIST
--- a/graphics/kbarcode/PLIST Sun Oct 15 12:37:15 2006 +0000
+++ b/graphics/kbarcode/PLIST Sun Oct 15 12:39:10 2006 +0000
@@ -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/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 -r dc1972bbec5e -r 83d493271060 graphics/kbarcode/distinfo
--- a/graphics/kbarcode/distinfo Sun Oct 15 12:37:15 2006 +0000
+++ b/graphics/kbarcode/distinfo Sun Oct 15 12:39:10 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index