mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add p5-Net-CUPS 0.61
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/ PR: ports/160644 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
This commit is contained in:
parent
d14a2f6d79
commit
a4e0787953
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281716
@ -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
|
||||
|
27
print/p5-Net-CUPS/Makefile
Normal file
27
print/p5-Net-CUPS/Makefile
Normal file
@ -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>
|
2
print/p5-Net-CUPS/distinfo
Normal file
2
print/p5-Net-CUPS/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-CUPS-0.61.tar.gz) = fd4a5a86038df9dfe57dcfed78b2d045e4b18d507a6fa5a8f82ecb3a732e0e35
|
||||
SIZE (Net-CUPS-0.61.tar.gz) = 83893
|
8
print/p5-Net-CUPS/pkg-descr
Normal file
8
print/p5-Net-CUPS/pkg-descr
Normal file
@ -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/
|
18
print/p5-Net-CUPS/pkg-plist
Normal file
18
print/p5-Net-CUPS/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user