Commit Graph

54 Commits

Author SHA1 Message Date
ajacoutot cd288e02a4 Update to foomatic-db-4.0.20210611. 2022-04-29 07:53:48 +00:00
naddy 0e126762d0 drop RCS Ids 2022-03-11 19:50:56 +00:00
ajacoutot baa1cbd3ab Update to foomatic-db-4.0.20201104. 2020-12-11 12:57:33 +00:00
ajacoutot 9ec3408393 Update to foomatic-db-4.0.20200526. 2020-05-28 08:57:26 +00:00
naddy d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen 48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
tj b78c82b5f8 switch some more homepage and master_sites links to https. input/ok sthen 2019-07-10 21:01:26 +00:00
ajacoutot 4d6151063c Update to foomatic-db-4.0.20190128. 2019-03-03 13:36:33 +00:00
ajacoutot d07e90bdd3 Update to foomatic-db-4.0.20180228. 2018-04-28 19:00:49 +00:00
ajacoutot 98edd03b3d Update to foomatic-db-4.0.20170503. 2017-07-28 07:46:46 +00:00
ajacoutot dded12e7f8 Remove foo2hiperc-z1, it conflicts with foo2zjs; reported by espie@ 2017-04-04 21:24:13 +00:00
ajacoutot a3bc322329 Update to foomatic-db-4.0.20161003. 2016-10-12 08:24:43 +00:00
ajacoutot bb099aaf71 Update to foomatic-db-4.0.20150819. 2016-02-27 09:30:32 +00:00
ajacoutot dd96faabfe Update to foomatic-db-4.0.20150415. 2015-06-08 09:44:42 +00:00
ajacoutot 9543647b61 Missing BUILD_DEPENDS.
spotted by nigel@
2014-11-17 08:08:06 +00:00
ajacoutot 754707caf2 Make PPDs natively available to CUPS; needed for an upcoming cups upgrade. 2014-11-15 10:03:36 +00:00
ajacoutot 2af91d791c Update to foomatic-db-4.0.20140707. 2014-08-21 07:43:41 +00:00
ajacoutot 114e1b8476 Update to foomatic-db-4.0.20131218. 2014-02-08 15:49:13 +00:00
ajacoutot f033df22dd Drop more unusable drivers. 2014-01-25 09:23:34 +00:00
ajacoutot f8e4df6f59 Update to foomatic-db-4.0.20131001. 2013-12-27 13:32:35 +00:00
ajacoutot c4ff4c05b2 Do not RUN_DEPENDS on print/foomatic-db-engine anymore; it will soon be
the opposite.
2013-12-12 14:51:29 +00:00
ajacoutot 539eeef333 distfiles.bsdfrog.org: http -> https 2013-10-01 09:07:14 +00:00
ajacoutot 01f2e0f192 Update to foomatic-db-4.0.20130712. 2013-07-12 08:10:12 +00:00
ajacoutot 287de93bff Update to foomatic-db-4.0.20130605. 2013-06-05 14:04:58 +00:00
ajacoutot c96bc95599 Fix MASTER_SITES. 2013-05-30 17:58:02 +00:00
ajacoutot 2cd5f8b56a Update to foomatic-db-4.0.20130513. 2013-05-13 09:26:33 +00:00
espie eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot aa71bcf2a8 Do not register share/foomatic/ in PLIST. 2013-03-02 13:50:07 +00:00
ajacoutot 0d624d3573 Update to foomatic-db-4.0.20130202. 2013-02-02 08:56:11 +00:00
ajacoutot 93447dd4b2 Enable the gutenprint cups driver. 2012-10-19 08:15:41 +00:00
ajacoutot dea8c6536d Update to foomatic-db-4.0.20120901. 2012-09-01 21:47:29 +00:00
ajacoutot 3fee01776e Missing RUN_DEPENDS on foomatic-db-engine. 2012-08-04 14:52:33 +00:00
ajacoutot 2d90e3bd65 Update to foomatic-db-4.0.20120411. 2012-04-11 16:16:08 +00:00
ajacoutot b36cf3a8a7 Tweak original MASTER_SITES. 2012-02-17 15:41:40 +00:00
ajacoutot 7f47a2222b Update to foomatic-db-4.0.20120112. 2012-01-12 16:47:06 +00:00
ajacoutot a21716b7e0 Resolve conflict with foo2zjs. 2011-11-06 17:25:51 +00:00
ajacoutot 473c2746d5 Update to foomatic-db-4.0.20110708. 2011-07-08 23:28:17 +00:00
ajacoutot 96cdbbe9ec Update to foomatic-db-4.0.20110415. 2011-04-15 19:16:23 +00:00
ajacoutot 20918013ba Rework the way we handle dependencies in the print ports:
* depends on foomatic-filters when a driver installs:
  share/foomatic/db/source/.../*.ppd{,.gz}
* depends on foomatic-db-engine when a driver installs:
  share/foomatic/db/source/.../*.xml

foomatic-db-engine now depends on foomatic-db (which itself depends on
nothing anymore).

This will ensure all the needed packages are installed for complete
foomatic-* use.
Some packages install both pre-created ppd and xml files, so theorically
it wouldn't need to depend on foomatic-db-engine, but we still do it
because we may want to regen the ppd file.

It's the best compromise I could come up with.
2011-04-15 18:40:47 +00:00
ajacoutot 174ea062e2 Simplify: use my distfiles subdomain. 2011-04-02 16:56:42 +00:00
ajacoutot 2daac499de Remove files already shipped by the ptouch-driver.
ok jasper@
2011-03-02 06:48:41 +00:00
ajacoutot ac6fa316c8 Update to foomatic-db-4.0.20110101. 2011-01-02 07:33:10 +00:00
espie bec176e99e new depends 2010-11-20 09:48:38 +00:00
ajacoutot f0c832185f Disable support for the gutenprint driver, we use gutenprint-ijs which
is spooler independant. Don't display gutenprint as a recommended driver
anymore (which wouldn't work anyway), but use the ijs one.
2010-08-24 16:33:26 +00:00
ajacoutot fb932d5820 Update foomatic-db to the 20100821 rev. 2010-08-22 06:57:38 +00:00
ajacoutot a3ca386d58 Do not ship the foo2* driver related files as these will be shipped with
the foo2zjs package which has more up-to-date versions.
2010-07-31 08:17:46 +00:00
edd 273e6d9067 Convert a whole bunch of ports/print to use new WANTLIB/LIB_DEPENDS/REVISION.
OK aja@
2010-07-26 20:07:31 +00:00
ajacoutot 61677a6e76 Do not install useless ReadMe. 2010-03-31 14:44:28 +00:00
ajacoutot b5115d7fc9 Update to foomatic-db-4.0.20091207
Now depends on foomatic-db-engine.
2009-12-10 10:58:25 +00:00
ajacoutot 45a0f3aff7 - take maintainership of these ports, jacob@ is on audio now and not
printing anymore ;-)

"go ahead" jacob@
2008-12-20 21:15:56 +00:00