Bug 160208 - [NEW PORT} print/py27-pdfcolorsplit - script to split pdf into color and bw pdfs
Summary: [NEW PORT} print/py27-pdfcolorsplit - script to split pdf into color and bw pdfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 13:40 UTC by Aldis Berjoza
Modified: 2012-02-04 05:13 UTC (History)
0 users

See Also:


Attachments
file.shar (2.07 KB, text/plain)
2011-08-26 13:40 UTC, Aldis Berjoza
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2011-08-26 13:40:02 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-26 13:40:12 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2011-12-25 18:28:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-04 05:07:37 UTC
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"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-02-04 05:13:35 UTC
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