Port details |
- pkpgcounter Count pages and ink coverage percent
- 3.50_3 print
=0 3.50_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-09-12 15:56:17
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: GPLv3
- WWW:
- http://www.pykota.com/software/pkpgcounter/
- Description:
- pkpgcounter is a generic Page Description Language parser which can
either count the number of pages or compute the percent of ink coverage
needed to print various types of documents.
It currently supports the following file types:
- PostScript (both DSC compliant and binary)
- PDF
- PCL3/4/5
- PCLXL (aka PCL6)
- DVI
- TIFF
- ESC/P2
- OpenDocument (ISO/IEC DIS 26300)
- Zenographics ZjStream
- Samsung QPDL (aka SPL2)
- Samsung SPL1
The five latter ones, as well as some TIFF documents, are currently
only supported in page counting mode.
WWW: http://www.pykota.com/software/pkpgcounter/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pkpgcounter>0:print/pkpgcounter
- No installation instructions:
- This port has been deleted.
- PKGNAME: pkpgcounter
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pkpgcounter-3.50.tar.gz) = cbeea2c571682d5fa6ac1ffeec36d3495dbe65665581f2f0ae6255dbd7d62118
SIZE (pkpgcounter-3.50.tar.gz) = 195579
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-pillow>0 : graphics/py-pillow@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-pillow>0 : graphics/py-pillow@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pkpgcounter-3.50_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.50_3 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
3.50_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
3.50_3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.50_3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.50_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.50_3 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
3.50_3 06 Oct 2014 17:53:54 |
wg |
print/pkpgcounter: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit) |
3.50_2 07 Jul 2014 07:01:53 |
vanilla |
Stagify. |
3.50_2 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
3.50_2 02 Aug 2012 09:02:45 |
cs |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
3.50_2 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
3.50_2 26 Feb 2012 12:20:47 |
mm |
Return maintainership back to pool |
3.50_2 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
3.50_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.50_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.50 26 Aug 2008 06:13:24 |
rafan |
- Update to 3.50
- License changed from GPLv2 to GPLv3
- Pass maintainership to submitter
PR: ports/126831
Submitted by: mm
Approved by: rafan (maintainer) |
3.00 12 Sep 2007 04:37:12 |
rafan |
- Update to 3.00
- Switch to GPLv3 or higher |
2.18 27 Jul 2007 10:00:22 |
rafan |
- Update to 2.18 |
2.17 21 Jul 2007 12:42:55 |
rafan |
- Update to 2.17 |
2.16_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.16 18 Mar 2007 06:07:27 |
rafan |
- Update to 2.16 |
2.15 09 Feb 2007 03:01:26 |
rafan |
- Update to 2.15 |
2.14 22 Jan 2007 22:45:17 |
rafan |
- Update to 2.14 |
2.13 30 Dec 2006 02:42:18 |
rafan |
- Update to 2.13
Noticed by: portscout |
2.12 29 Nov 2006 15:52:12 |
rafan |
- Update to 2.12 |
2.11 03 Nov 2006 15:28:29 |
rafan |
- Some tweaks, no patch required
Submitted by: sat |
2.11 31 Oct 2006 04:55:10 |
rafan |
- Update to 2.11 |
2.10 15 Sep 2006 13:00:07 |
rafan |
- Update to 2.10 |
2.00 12 Sep 2006 15:55:23 |
rafan |
Add pkpgcounter 2.00, A generic Page Description Language parser. |