wiz
2f4126dc58
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
wiz
92e0cb52cb
Bump PKGREVISION for libpng shlib name change.
...
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
joerg
9e7e394ad1
Needs Python 2.5+ for ssize_t alike.
2010-02-15 16:20:06 +00:00
wiz
dfb53f2347
Update to 1.9.47:
...
New in 1.9.47:
* cups.restartJob() now takes optional job_hold_until argument.
* cups.cancelJob() now takes optional purge_job argument.
* cups.setPasswordCB2() method.
* cups.Connection.moveJob() method.
* cups.IPPAttribute and cups.IPPRequest types.
* IPP state constants.
* cups.Connection.getDevices() now takes optional timeout argument.
2010-01-20 10:35:22 +00:00
wiz
7e9f949650
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
wiz
672ef23395
Recursive PKGREVISION bump for jpeg update to 8.
2010-01-17 12:02:03 +00:00
tron
48371fd9b0
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
...
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
wiz
e8a5e254ae
Fix fallout from recursive jpeg shlib bump.
...
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
2009-08-27 18:53:36 +00:00
sno
949cd3bc1f
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
wiz
2bde7a52c4
Update to 1.9.46:
...
New in 1.9.46:
* cups.Connection.getDevices() now takes optional limit,
exclude_schemes and include_schemes arguments.
* cups.Connection.getPPDs() now takes optional limit, exclude_schemes,
include_schemes, ppd_device_id, ppd_make, ppd_make_and_model,
ppd_model_number, ppd_product, ppd_psversion, ppd_type and
ppd_natural_language arguments.
* cups.ppdSetConformance() method.
* cups.PPD_CONFORM_RELAXED constant.
* cups.PPD_CONFORM_STRICT constant.
* cups.modelSort() now accepts Unicode strings.
New in 1.9.45:
* cups.PPD.localizeIPPReason()
* cups.PPD.localizeMarkerName()
2009-08-09 21:42:54 +00:00
abs
c0f7431c4e
Add 26 to PYTHON_VERSIONS_ACCEPTED
2009-07-23 14:30:48 +00:00
drochner
41717ca3a8
include "pyversion" as all these python extensions do
2009-04-07 11:10:00 +00:00
joerg
2d1ba244e9
Simply and speed up buildlink3.mk files and processing.
...
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
5fcbefd0a0
Needs Python 2.4+
2009-02-09 18:41:54 +00:00
markd
40cd9cc282
Reimport py-pycups as py-cups.
2009-01-10 20:13:29 +00:00