mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New port: graphics/kbarcode - barcode generator/printer
KBarcode creates, handles, manages and prints barcodes. PR: ports/40235 Submitted by: Andy Raffle <andy@digitalspecies.com>
This commit is contained in:
parent
df1178c511
commit
6c8c2097d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75083
6 changed files with 72 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
||||||
SUBDIR += jslice
|
SUBDIR += jslice
|
||||||
SUBDIR += juno-2
|
SUBDIR += juno-2
|
||||||
SUBDIR += kallery
|
SUBDIR += kallery
|
||||||
|
SUBDIR += kbarcode
|
||||||
SUBDIR += kdc2tiff
|
SUBDIR += kdc2tiff
|
||||||
SUBDIR += kdegraphics3
|
SUBDIR += kdegraphics3
|
||||||
SUBDIR += kisomandel
|
SUBDIR += kisomandel
|
||||||
|
|
28
graphics/kbarcode/Makefile
Normal file
28
graphics/kbarcode/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# New ports collection makefile for: kbarcode
|
||||||
|
# Date created: 05 July 2002
|
||||||
|
# Whom: Andy Raffle <andy@digitalspecies.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= kbarcode
|
||||||
|
PORTVERSION= 0.4.3
|
||||||
|
CATEGORIES= graphics kde
|
||||||
|
MASTER_SITES= ftp://ftp.kde.com/pub/Office/Organize_Track/KBarcode/
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= andy@digitalspecies.com
|
||||||
|
|
||||||
|
BUILD_DEPENDS= barcode:${PORTSDIR}/graphics/barcode
|
||||||
|
|
||||||
|
USE_KDELIBS_VER=3
|
||||||
|
USE_GMAKE= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_TARGET=
|
||||||
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||||
|
--with-extra-includes=${LOCALBASE}/include
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${PREFIX}/bin/kbarcode
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
graphics/kbarcode/distinfo
Normal file
1
graphics/kbarcode/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (kbarcode-0.4.3.tar.gz) = d34a41875b3ecf66749d6b11a41ce26e
|
1
graphics/kbarcode/pkg-comment
Normal file
1
graphics/kbarcode/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
KBarcode creates, handles, manages and prints barcodes
|
22
graphics/kbarcode/pkg-descr
Normal file
22
graphics/kbarcode/pkg-descr
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
KBarcode creates, handles, manages and prints barcodes
|
||||||
|
|
||||||
|
* a label designer with more than 1,000 predefined labels
|
||||||
|
and support for creating customized labels
|
||||||
|
* a barcode generator for creating single barcodes and
|
||||||
|
saving or printing them
|
||||||
|
* support for using an SQL database for storing data
|
||||||
|
* a configuration wizard for connecting to an SQL database
|
||||||
|
and creating database tables
|
||||||
|
* support for different barcode formats (like UPC, EAN, etc.)
|
||||||
|
for each article
|
||||||
|
* support for adding customer-related information and print
|
||||||
|
customized barcodes for each article
|
||||||
|
* batch control for importing a very large number of barcode
|
||||||
|
descriptions (quantity and number of articles) and printing
|
||||||
|
them using the specified barcode label
|
||||||
|
* a friendly GUI.
|
||||||
|
|
||||||
|
WWW: http://kbarcode.sourceforge.net/
|
||||||
|
Authors: Dominik Seichter <domseichter@web.de>,
|
||||||
|
Stefan "Stonki" Onken <stonki@gmx.de>
|
||||||
|
Maintainer: Andy Raffle <andy@digitalspecies.com>
|
19
graphics/kbarcode/pkg-plist
Normal file
19
graphics/kbarcode/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
bin/kbarcode
|
||||||
|
share/applnk/Applications/kbarcode.desktop
|
||||||
|
share/icons/locolor/32x32/apps/kbarcode.png
|
||||||
|
share/icons/locolor/16x16/apps/kbarcode.png
|
||||||
|
share/apps/kbarcode/labeldefinitions.sql
|
||||||
|
share/apps/kbarcode/exampledata.sql
|
||||||
|
share/apps/kbarcode/barcodes.html
|
||||||
|
share/doc/HTML/en/kbarcode/index.docbook
|
||||||
|
share/doc/HTML/en/kbarcode/index.cache.bz2
|
||||||
|
share/doc/HTML/en/kbarcode/common
|
||||||
|
@dirrm share/doc/HTML/en/kbarcode
|
||||||
|
@dirrm share/apps/kbarcode
|
||||||
|
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue