The NetBSD Project

CVS log for pkgsrc/print/foomatic4-db-engine/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / foomatic4-db-engine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 26 11:12:06 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 7 14:48:55 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

print: Remove SHA1 hashes for distfiles

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 21 16:07:22 2018 UTC (5 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

foomatic4-db-engine: Update to 4.0.13

pkgsrc changes:
 - Try to address several pkglint warnings
 - Also pass CUPS_PPDS via CONFIGURE_ENV
 - Depends on curl via DEPENDS: just bin/curl is needed not libcurl

Changes:
4.0.13
------
 * Makefile.in: Add support for LDFLAGS variable (bug 1422).
 * configure.ac: Allow user-configurable PERLPREFIX via environment
   variable (Bug 1294).

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 20 19:14:00 2018 UTC (5 years, 2 months ago) by leot
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviour

When *dst and *src overlaps in strcpy(3) according to POSIX the behaviour is
undefined and at least on NetBSD this lead to SIGABRT (due buffer overflow
detection of fortify) in foomatic-combo-xml.

PKGREVISION++

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 4 01:01:33 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Add SHA512 digests for distfiles for print category

Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 15 22:54:50 2015 UTC (8 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Update print/foomatic4-db-engine to foomatic-db-engine-4.0.12.
ok wiz@.

pkgsrc changes:
 o Added LICENSE

Changes:
2014-11-14 Till Kamppeter <till.kamppeter@gmail.com>
	* foomatic-ppdfile.in: Foomatic doesn't provide some offered PPD
	  files. Thanks to Marek Kasik for the patch (bug #1238).

2014-08-22 Till Kamppeter <till.kamppeter@gmail.com>
	* foomatic-ppd-to-xml.in: Let missing XML files be added when to a
	  PPD with already existing XML files new "*Product:" lines get
	  added.

2014-03-20 Till Kamppeter <till.kamppeter@gmail.com>
	* Tagged branch for release 4.0.11.
	* README, USAGE, configure.ac: Updated for release 4.0.11.
	* lib/Foomatic/DB.pm: Do not interpret option default values set to
	  "0" in PPD files as no default setting defined. Thanks to Deng
	  Pang from Ricoh (DengPang at rst dot ricoh dot com) for the report.

2014-02-18 Till Kamppeter <till.kamppeter@gmail.com>
	* Tagged branch for release 4.0.10.
	* README, USAGE, configure.ac: Updated for release 4.0.10.

2014-01-02 Till Kamppeter <till.kamppeter@gmail.com>
	* foomatic-addpjloptions.in: Make foomatic-addpjloptions work with
	  the system's Foomatic database, too.

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 22 15:46:54 2012 UTC (11 years, 4 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

print/foomatic4-db-engine: Fix man page generation on DragonFly(+)

The perl man page generation script has an unnecessary file type check
that causes no man pages to be generated on DragonFly and possibly other
platforms.

After properly identifying the template file, it checks to see if it's type
nroff, troff, or groff.  On DragonFly it is type "ASCII".  Just skip the
check completely, the templates were extracted from the verified tarball.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 26 11:53:50 2012 UTC (11 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

update to 4.0.8
changes:
-deal with non-utf8 encoded PPD files
-improved printer search
-minor build fixes and cleanup

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 17 14:16:50 2011 UTC (12 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

update to 4.0.6
changes:
-improved foomatic-ppd-to-xml script
-XML files generated by foomatic-db-engine now have the same formatting
-fixes

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 24 19:30:08 2010 UTC (13 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

update to 4.0.4
changes:
-deal with the case where a printer has no specific .xml definition
 file but is supported by a generic driver
-bugfixes

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 20 20:54:00 2009 UTC (13 years, 10 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

add foomatic-db-engine-4.0.3 which is the dadabase engine and some
helper scripts for the foomatic-4 print system
Thanks to Jens Rehsack for helping with the perl extension build

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 20 20:54:00 2009 UTC (13 years, 10 months ago) by drochner
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>