Bug 142846 - [PATCH] print/cups-base: Add support for Xpdf/Poppler pdftops
Summary: [PATCH] print/cups-base: Add support for Xpdf/Poppler pdftops
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 02:20 UTC by Chen-Yu Tsai
Modified: 2010-01-15 17:37 UTC (History)
0 users

See Also:


Attachments
cups-base.with_xpdf.diff (1.97 KB, patch)
2010-01-15 02:20 UTC, Chen-Yu Tsai
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chen-Yu Tsai 2010-01-15 02:20:00 UTC
	
	The pdftops filter in CUPS can support Ghostscript and Xpdf/Poppler
       	pdftops, but the port can only be configured to use Ghostscript.

Fix: The attached patch adds an option for using Xpdf/Poppler.
	Note that Ghostscript and Xpdf cannot be used at the same time.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-15 02:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-15 16:06:48 UTC
dinoex      2010-01-15 16:06:39 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Log:
  - fix option WITHOUT_GHOSTSCRIPT
  
  - new option WITH_XPDF
  PR:             142846
  Submitted by:   Chen-Yu Tsai
  
  Revision  Changes    Path
  1.134     +15 -6     ports/print/cups-base/Makefile
  1.56      +1 -1      ports/print/cups-base/pkg-plist
_______________________________________________
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 3 Dirk Meyer freebsd_committer freebsd_triage 2010-01-15 17:37:03 UTC
State Changed
From-To: open->closed

committed with some small changes, thanks.