summaryrefslogtreecommitdiff
path: root/print/py-cups
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
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-02-15Needs Python 2.5+ for ssize_t alike.joerg1-2/+2
2010-01-20Update to 1.9.47:wiz2-7/+6
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-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
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-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-08-09Update to 1.9.46:wiz2-6/+6
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-07-23Add 26 to PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2009-04-07include "pyversion" as all these python extensions dodrochner1-1/+3
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-02-09Needs Python 2.4+joerg1-1/+3
2009-01-10Reimport py-pycups as py-cups.markd6-0/+70