Port details |
- pdfcolorsplit Split your pdf into 2 pdf, color and bw, for printing
- 2011.08.26_3 print
=0 2011.08.26_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- 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: 2012-02-04 05:08:01
- Last Update: 2014-09-01 23:35:55
- SVN Revision: 366968
- Also Listed In: python
- License: GPLv2
- WWW:
- http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit
- Description:
- pdfcolorsplit - a Python program that drives pdftk to split a PDF file into
color and b/w parts. Useful for printing large documents with a few color pages
when color printing is expensive. This program was inspired by Jeremy Sander's
dvicoloursplit.py.
WWW: http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit
-
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:
-
- py27-pdfcolorsplit>0:print/pdfcolorsplit
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pdfcolorsplit
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- pdftk : print/pdftk
- pdftoppm : graphics/xpdf
- python2.7 : lang/python27
- gs : print/ghostscript9
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
2011.08.26_3 01 Sep 2014 23:35:55 |
bapt |
Remove non staged ports without pending PR from p* |
2011.08.26_3 29 Jul 2014 21:25:31 |
adamw |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them) |
2011.08.26_3 24 Jul 2014 16:33:10 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2011.08.26_3 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2011.08.26_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2011.08.26_1 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
2011.08.26_1 25 May 2012 03:28:50 |
cy |
Fix brokenness caused by graphics/xpdf r1.102. |
2011.08.26 23 May 2012 20:51:55 |
pav |
- Mark BROKEN: xpdf port no longer installs anything under bin/
Reported by: pointyhat |
2011.08.26 19 Feb 2012 07:02:58 |
rm |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes. |
2011.08.26 05 Feb 2012 05:58:53 |
jgh |
- update maintainer address
PR: ports/164764
Submitted by: maintainer
Approved by: crees, rene (mentors,implicit) |
2011.08.26 04 Feb 2012 05:07:23 |
eadler |
pdfcolorsplit - a Python program that drives pdftk to split a PDF file into
color and b/w parts. Useful for printing large documents with a few color pages
when color printing is expensive. This program was inspired by Jeremy Sander's
dvicoloursplit.py.
WWW: http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit
PR: ports/160208
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> |