Bug 55317 - Fixes and enhancements for print/muttprint
Summary: Fixes and enhancements for print/muttprint
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 19:30 UTC by gjohnson
Modified: 2003-08-06 20:27 UTC (History)
0 users

See Also:


Attachments
muttprint (8.67 KB, text/plain)
2003-08-06 19:30 UTC, gjohnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gjohnson 2003-08-06 19:30:03 UTC
        The attached patch fixes a couple of problems and adds some
        enhancements to the print/muttprint port.

	The following is fixed:
        - Muttprint will now look in the proper place for its global
	  configuration file.
        - Can now use the paper size set by default without having to
	  get it from a configuration file.
	
	The following enhancements were added:
        - Since PAPERSIZE is defined in the Makefile, use it for setting
	  the default paper size, for both the 'letter' and 'A4' cases.
        - Add a 'WITH_CUPS' knob to have muttprint use CUPS by default.
	  Added appropriate patches for this to work.
        - Add echoed messages to tell the installer about the PAPERSIZE
	  and WITH_CUPS knobs.

        The following changes were made to the port structure to quiet
        'portlint -A':
        - Use DOCSDIR macro in pkg-plist.
        - Use SITE_PERL to specify location to look for perl
	  dependencies.
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2003-08-06 20:23:59 UTC
State Changed
From-To: open->closed

Committed, thanks!