Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
seb 55b24cbd78 Update to version 0.98.
Packages changes:
	* Update HOMEPAGE.
	* Note that patch files were ordered so that the info file does
	not appear newer than its Texinfo source.

Changes since last packaged version:

2002-03-01  Alessandro Rubini  <rubini@linux.it>
	* library.c (Barcode_Encode): handle bitsets separately, like
		in Barcode_Print (otherwise, you might loose NO_CHECKSUM).
	* debian/changelog: moved to 0.98 (but should fix all debian/ stuff)
	* contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes
	* contrib/barcode-for-delphi.tar.gz.README: short info for file above
	* main.c (main): allow "-g" to set size of code in a table as well
		-- suggested and initiallt implemented by Joachim Reichelt.
	(main): fixed missing "Page: 1 1" in postscript for tables
	(main): for tables don't use Encode_and_Print, use a local
		unrolled version, so the default margin can be removed and
		we avoid problems with negative xoff in the output phase
		(first column may be offset, as noted by Karl Magnus Kolstoe)
	* doc/doc.barcode: documented change above.
	* README: removed refernces to systemy.it, I'm no more there
	Added link to FreeBSD ports tree and GLabels
	Organized as sections with titles
	* contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys
	* contrib/barcode-SVG.tar.gz.README: short description of file above
	* contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen.
	* contrib/grab-0.0.4.tar.gz.README: short description of file above

2002-03-01  Boszormenyi Zoltan <zboszor@externet.hu>
	* barcode.spec: new file

2002-02-27  Alessandro Rubini  <rubini@linux.it>
	* bookland/bookland.py: updated to version 0.92 by Judah Milgram

2001-11-13  Alessandro Rubini  <rubini@linux.it>
	* README: Added a pointer to the Windows port.

2001-11-09  Cloyce D. Spradling  <cloyce@headgear.org>
	* code128.c (Barcode_128b_verify): prototype fix (unsigned char).
	* ps.c (Barcode_ps_print): the comment for ascii codes must only
		be printed if ascii is being printed (benign bug).

2001-11-06  Christoph Pross  <c.pross@beck-ipc.com>
	* pcl.c (Barcode_pcl_print): bugfix: bars were misplaced

2001-10-16  Nathan D. Holmes <nh412124@ursa.cosd.fedex.com>
	====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org
	* code93.c: new file (I modified something as well - Alessandro)
	* doc/doc.barcode (Supported Encodings): added docs for code93
	* main.c: added code93 names
	* Makefile.in (LIBOBJECTS): added code93.o
	* library.c: added code93 entry points

2001-10-16  Alessandro Rubini  <rubini@linux.it>
	* doc/manpager: added (trivial) support for @itemize, added copyright
	* sample.c (main): accept -P to create PCL output
	* doc/doc.barcode (PCL Output): added the section, using text
	provided by Andrea Scopece and turning it into texinfo.
	Removed also a few extra newlines that made bad man pages

2001-10-16  Andrea Scopece  <a.scopece@vizzavi.it>
	* barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III
	* library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print()
	* Makefile.in (LIBOBJECTS): added pcl.o
	* pcl.c: new file, with PCL output support

2001-10-16  Alessandro Rubini  <rubini@linux.it>
	* doc/doc.barcode (Supported Encodings): added documentation for
		EAN and UPC with checksum, as coded by mr. Böszörményi (below)

2001-10-16  Boszormenyi Zoltan <zboszor@externet.hu>
	* ean.c:
	I found that barcode-0.96 does not correctly encodes UPC-E.
	This was mainly because in upc_e_to_a() the switch() branches
	all ended without "break;".

	Printing UPC-E did not print the leading encoding number and
	the trailing UPC-A checksum. Now it does.

	Accept EAN-13 and EAN-8 with and without the checksum.
	So always treat 7 and 12 digit sequences as valid EAN codes
	and accept 8 and 13 digit sequences as valid EAN codes when
	the last digit is the same as the calculated one.

	Accept UPC-A as above (11 or 12 digit sequences.)

	Accepts UPC-E as:
	6 digit sequence: the middle part of the code (leading '0' assumed)
	7 digit sequence: the middle part and either a leading '0' or '1',
	    or a trailing UPC-A checksum. In that case, leading '0' assumed.
	8 digit sequence: a leading '0' or '1', middle part, checksum

	UPC-A, UPC-E, EAN-13, and EAN-8 may all include
	an additional barcode to the right of the main barcode.

	As a 7 or a 12 digit sequence may be ambiguous, please remember
	that EAN is checked before UPC if you specified BARCODE_ANY.

2001-08-20  Alessandro Rubini  <rubini@linux.it>
	* sample.c (main): added upc-e and ean-8 samples

2001-08-11  Boszormenyi Zoltan <zboszor@externet.hu>
	* ps.c (Barcode_ps_print): don't output "showpage" in EPS mode

2001-08-11  Alessandro Rubini  <rubini@linux.it>
	* README: Changed host names, added barcode-commit list.

2000-11-29  Alessandro Rubini  <rubini@morgana.systemy.it>
	* doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352
		(thanks to Stephen Irven for reporting)
2004-06-27 08:50:03 +00:00
archivers bump to 20040626. 2004-06-26 13:31:47 +00:00
audio Fix the OSS plugin. For me it only fixes the volume control, but I have 2004-06-26 22:12:28 +00:00
benchmarks Make this package build on Linux. 2004-06-16 04:33:51 +00:00
biology don't call "install -d" with multiple directory arguments. 2004-06-11 13:22:36 +00:00
bootstrap PKGDBDIR -> PKG_DBDIR for consistency. From Jim Bernard in PR 26027. 2004-06-23 19:06:40 +00:00
cad Do not use stime as a variable name, because it conflicts with 2004-06-16 15:33:00 +00:00
chat Fix installation when XEmacs is used. 2004-06-27 05:34:43 +00:00
comms Updated p5-Device-Gsm to 1.33. 2004-06-22 13:49:55 +00:00
converters Update p5-Jcode package to 0.86. 2004-06-25 14:55:02 +00:00
cross replace the deprecated USE_BISON and this also needs flex(1). 2004-06-11 13:17:06 +00:00
databases Remove PKGREVISION variable from these files as well since BASE_VERS picks 2004-06-26 13:32:45 +00:00
devel move libmpeg3 to multimedia/ 2004-06-26 18:00:21 +00:00
distfiles
doc note PKGREVISION bump of ghostscript-esp. 2004-06-27 08:30:25 +00:00
editors update to 1.3.0.9 2004-06-27 01:08:44 +00:00
emulators update to winelib-0.3 (beta2) 2004-06-26 20:20:00 +00:00
finance Update to version 0.6. 2004-06-15 13:58:51 +00:00
fonts Revert part of 5.0.1 -> 5.0.2 that was leading to core dumps in xpdf 2004-06-19 14:38:56 +00:00
games Regen to make GNU patch happy. 2004-06-26 21:17:55 +00:00
geography Convert to buildlink3. 2004-05-09 02:26:14 +00:00
graphics Update to version 0.98. 2004-06-27 08:50:03 +00:00
ham Updated xlog to 0.9.3: Several bug fixes 2004-05-06 13:41:45 +00:00
inputmethod Add two missing files to PLIST. 2004-06-25 16:58:10 +00:00
lang update to mono-0.97 (release candidate 1) 2004-06-26 20:19:16 +00:00
licenses Add license for rar-linux. 2004-02-27 15:17:28 +00:00
mail Update imp to 3.2.4 2004-06-26 20:35:48 +00:00
math Update mathomatic to 11.2c. 2004-06-26 21:23:43 +00:00
mbone Support NetBSD versions 2.x and tk 8.4. 2004-06-18 12:50:51 +00:00
meta-pkgs Accept perl58 and perl-thread packages too... 2004-06-23 01:10:04 +00:00
misc Grr, the new drivel package lives in www, not misc. This is what happens 2004-06-22 21:54:33 +00:00
mk as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia is 2004-06-26 06:03:41 +00:00
multimedia fix installation of qtextras after distfile changed. 2004-06-26 19:37:28 +00:00
net Update p5-Socket6 to 0.17 2004-06-26 22:02:12 +00:00
news Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from 2004-06-08 12:23:59 +00:00
packages
parallel make this build on -current again (statfs->statvfs) 2004-06-24 17:31:43 +00:00
pkgtools Update to pkglint 3.79 2004-06-26 18:53:17 +00:00
print bump PKGREVISION for dependency change + new files install (hi, recht!) 2004-06-27 08:29:20 +00:00
security this uses zlib, so use buildlink3 and include zlib/buildlink3.mk. 2004-06-26 19:30:58 +00:00
shells Disable multibyte support only when wctype_t is not available. The 2004-06-22 14:05:39 +00:00
sysutils Update rdiff-backup to 0.12.7 2004-06-26 19:16:58 +00:00
templates These pkgs are known to support IPv6. 2003-10-06 00:27:15 +00:00
textproc Add and enable py-feedparser. 2004-06-27 06:33:36 +00:00
time Make this compile on Linux and IRIX and increase odds of working on 2004-06-10 22:42:42 +00:00
wm Update to 2.5.10. 2004-06-27 07:09:26 +00:00
www Update to 1.0.1: 2004-06-26 17:16:21 +00:00
x11 Enable pkgviews installation. 2004-06-27 06:47:07 +00:00
Makefile Add show-deps target: 2004-03-26 02:38:42 +00:00
Packages.txt s/has no effect expect/has no effect except/ .. 2004-06-06 12:46:37 +00:00
pkglocate
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.