diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-13 08:37:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-13 08:37:57 +0000 |
commit | a4e07879537811c2bdf4478dc810c5d2330f0a8b (patch) | |
tree | 39ec627d2c3e46d6ea044f09e4687a7d91849c48 /print | |
parent | d14a2f6d798a2199d4bae6c35c461ac1e713ed89 (diff) | |
download | ports-a4e07879537811c2bdf4478dc810c5d2330f0a8b.tar.gz ports-a4e07879537811c2bdf4478dc810c5d2330f0a8b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/p5-Net-CUPS/Makefile | 27 | ||||
-rw-r--r-- | print/p5-Net-CUPS/distinfo | 2 | ||||
-rw-r--r-- | print/p5-Net-CUPS/pkg-descr | 8 | ||||
-rw-r--r-- | print/p5-Net-CUPS/pkg-plist | 18 |
5 files changed, 56 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 6b920060f2bf..8b1b93293ed6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -197,6 +197,7 @@ SUBDIR += no-acroread8 SUBDIR += openprinting SUBDIR += p5-Font-FreeType + SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile new file mode 100644 index 000000000000..4568a0d69234 --- /dev/null +++ b/print/p5-Net-CUPS/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Net-CUPS +# Date created: 2011-09-11 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= Net-CUPS +PORTVERSION= 0.61 +CATEGORIES= print perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Interface to the CUPS API + +BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client +LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image + +PERL_CONFIGURE= yes + +MAN3= Net::CUPS.3 \ + Net::CUPS::Destination.3 \ + Net::CUPS::IPP.3 \ + Net::CUPS::PPD.3 + +.include <bsd.port.mk> diff --git a/print/p5-Net-CUPS/distinfo b/print/p5-Net-CUPS/distinfo new file mode 100644 index 000000000000..21a8a15667ca --- /dev/null +++ b/print/p5-Net-CUPS/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-CUPS-0.61.tar.gz) = fd4a5a86038df9dfe57dcfed78b2d045e4b18d507a6fa5a8f82ecb3a732e0e35 +SIZE (Net-CUPS-0.61.tar.gz) = 83893 diff --git a/print/p5-Net-CUPS/pkg-descr b/print/p5-Net-CUPS/pkg-descr new file mode 100644 index 000000000000..6a2bbea0aebf --- /dev/null +++ b/print/p5-Net-CUPS/pkg-descr @@ -0,0 +1,8 @@ +Previous versions of this module attempted to provide a Perl interface +layer similar to the C interface of CUPS. This was fine for power users, +but most people were not looking for this type of interface. + +This module has now been converted to use an object oriented paradigm +to facilitate quicker development and ease of use. + +WWW: http://search.cpan.org/dist/Net-CUPS/ diff --git a/print/p5-Net-CUPS/pkg-plist b/print/p5-Net-CUPS/pkg-plist new file mode 100644 index 000000000000..2ef8dc0cdebf --- /dev/null +++ b/print/p5-Net-CUPS/pkg-plist @@ -0,0 +1,18 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Net/CUPS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/CUPS/Destination.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/CUPS/IPP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/CUPS/PPD.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/CUPS.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/CUPS.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/Destination/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/IPP/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/PPD/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/PPD +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/IPP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS/Destination +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CUPS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/CUPS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |