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 Fix: Patch attached with submission follows:
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
eadler 2012-02-04 05:07:23 UTC FreeBSD ports repository Added files: print/pdfcolorsplit Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.1 +34 -0 ports/print/pdfcolorsplit/Makefile (new) 1.1 +2 -0 ports/print/pdfcolorsplit/distinfo (new) 1.1 +6 -0 ports/print/pdfcolorsplit/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed users don't need to know that the port is written in python so I added this as print/pdfcolorsplit instread of py27/pdfcolorsplit