aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-05 16:55:04 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-05 16:55:04 +0000
commite8d65f9e66ec9f84bdea1e8a40584af5e48c8974 (patch)
tree394a499756d9bc6aa6a910d46873b32b5258b5fa /print
parent1c9c0b7a4ac26d2a136e928e9e2e9a4d24fd127c (diff)
downloadports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.tar.gz
ports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/p5-Font-FreeType/Makefile7
-rw-r--r--print/p5-Font-FreeType/pkg-plist3
-rw-r--r--print/p5-Net-CUPS/Makefile8
-rw-r--r--print/p5-Net-CUPS/pkg-plist4
-rw-r--r--print/p5-Net-Printer/Makefile3
-rw-r--r--print/p5-Net-Printer/pkg-descr2
-rw-r--r--print/p5-Net-Printer/pkg-plist1
-rw-r--r--print/p5-PDF-Template/Makefile25
-rw-r--r--print/p5-PDF-Template/pkg-descr2
-rw-r--r--print/p5-PDF-Template/pkg-plist23
-rw-r--r--print/p5-XML-ApacheFOP/Makefile3
-rw-r--r--print/p5-XML-ApacheFOP/pkg-descr2
-rw-r--r--print/p5-XML-ApacheFOP/pkg-plist1
13 files changed, 39 insertions, 45 deletions
diff --git a/print/p5-Font-FreeType/Makefile b/print/p5-Font-FreeType/Makefile
index 8973f158e7b3..b233361c9e79 100644
--- a/print/p5-Font-FreeType/Makefile
+++ b/print/p5-Font-FreeType/Makefile
@@ -9,14 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to read font files and render glyphs using FreeType2
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USES= pkgconfig perl5
USE_PERL5= configure
-MAN3= Font::FreeType.3 \
- Font::FreeType::Face.3 \
- Font::FreeType::Glyph.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/print/p5-Font-FreeType/pkg-plist b/print/p5-Font-FreeType/pkg-plist
index 13daebe47391..8f77eeade78b 100644
--- a/print/p5-Font-FreeType/pkg-plist
+++ b/print/p5-Font-FreeType/pkg-plist
@@ -4,6 +4,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/FreeType/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/FreeType/FreeType.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/FreeType/FreeType.so
+%%PERL5_MAN3%%/Font::FreeType.3.gz
+%%PERL5_MAN3%%/Font::FreeType::Face.3.gz
+%%PERL5_MAN3%%/Font::FreeType::Glyph.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/FreeType
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Font/FreeType
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile
index 5e82c8d3238e..a393df591ea0 100644
--- a/print/p5-Net-CUPS/Makefile
+++ b/print/p5-Net-CUPS/Makefile
@@ -12,15 +12,9 @@ MAINTAINER= vg@FreeBSD.org
COMMENT= Interface to the CUPS API
BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client
-LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image
+LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image
USES= perl5
USE_PERL5= configure
-MAN3= Net::CUPS.3 \
- Net::CUPS::Destination.3 \
- Net::CUPS::IPP.3 \
- Net::CUPS::PPD.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/print/p5-Net-CUPS/pkg-plist b/print/p5-Net-CUPS/pkg-plist
index 2ef8dc0cdebf..34deb0555451 100644
--- a/print/p5-Net-CUPS/pkg-plist
+++ b/print/p5-Net-CUPS/pkg-plist
@@ -9,6 +9,10 @@
%%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
+%%PERL5_MAN3%%/Net::CUPS.3.gz
+%%PERL5_MAN3%%/Net::CUPS::Destination.3.gz
+%%PERL5_MAN3%%/Net::CUPS::IPP.3.gz
+%%PERL5_MAN3%%/Net::CUPS::PPD.3.gz
@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
diff --git a/print/p5-Net-Printer/Makefile b/print/p5-Net-Printer/Makefile
index 27800f0a1eaa..353bd23b97b1 100644
--- a/print/p5-Net-Printer/Makefile
+++ b/print/p5-Net-Printer/Makefile
@@ -15,7 +15,4 @@ LICENSE= BSD
USES= perl5
USE_PERL5= configure
-MAN3= Net::Printer.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/print/p5-Net-Printer/pkg-descr b/print/p5-Net-Printer/pkg-descr
index c9f3ab1a89b2..4edd99b4e3ad 100644
--- a/print/p5-Net-Printer/pkg-descr
+++ b/print/p5-Net-Printer/pkg-descr
@@ -15,3 +15,5 @@ or other Sys V-derived operating systems, will work so long as the
print spoolers are set up to understand the BSD protocol. Most modern
network-capable laser printers, such as those manufactured by HP and
LexMark, also "speak" BSD.
+
+WWW: http://search.cpan.org/dist/Net-Printer/
diff --git a/print/p5-Net-Printer/pkg-plist b/print/p5-Net-Printer/pkg-plist
index 72c3f040134a..60923a2f26bb 100644
--- a/print/p5-Net-Printer/pkg-plist
+++ b/print/p5-Net-Printer/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Printer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Printer/.packlist
+%%PERL5_MAN3%%/Net::Printer.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Printer
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile
index 269e229c5f7f..2cd621df1305 100644
--- a/print/p5-PDF-Template/Makefile
+++ b/print/p5-PDF-Template/Makefile
@@ -17,29 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= PDF::Template::Element::Weblink.3 \
- PDF::Template::Container::Scope.3 \
- PDF::Template::Container::Margin.3 \
- PDF::Template::Container::Font.3 \
- PDF::Template::Element::Bookmark.3 \
- PDF::Template::Element::TextBox.3 \
- PDF::Template::Element::Var.3 \
- PDF::Template::Container::Header.3 \
- PDF::Template::Container::PdfTemplate.3 \
- PDF::Template::Container::Loop.3 \
- PDF::Template::Container::Conditional.3 \
- PDF::Template::Container::Always.3 \
- PDF::Template::Element::HorizontalRule.3 \
- PDF::Template::Container::Section.3 \
- PDF::Template::Element::Image.3 \
- PDF::Template::Element::Circle.3 \
- PDF::Template::Element::PageBreak.3 \
- PDF::Template::Container::PageDef.3 \
- PDF::Template::Container::Row.3 \
- PDF::Template::Container::Footer.3 \
- PDF::Template::Element.3 \
- PDF::Template.3 \
- PDF::Template::Element::Line.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/print/p5-PDF-Template/pkg-descr b/print/p5-PDF-Template/pkg-descr
index c06e5056d1b1..b0ce2fb48c8c 100644
--- a/print/p5-PDF-Template/pkg-descr
+++ b/print/p5-PDF-Template/pkg-descr
@@ -6,4 +6,4 @@ Currently, the only renderer support is pdflib_pl, which is from PDFLib
handle Unicode. If you need CJK fonts, you will need to purchase the full
version of PDFLib from them.
-WWW: http://search.cpan.org/dist/PDF-Template-0.22/
+WWW: http://search.cpan.org/dist/PDF-Template/
diff --git a/print/p5-PDF-Template/pkg-plist b/print/p5-PDF-Template/pkg-plist
index f905fa654fe0..0d9b7c114945 100644
--- a/print/p5-PDF-Template/pkg-plist
+++ b/print/p5-PDF-Template/pkg-plist
@@ -29,6 +29,29 @@
%%SITE_PERL%%/PDF/Template/Iterator.pm
%%SITE_PERL%%/PDF/Template/TextObject.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Template/.packlist
+%%PERL5_MAN3%%/PDF::Template::Element::Weblink.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Scope.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Margin.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Font.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::Bookmark.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::TextBox.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::Var.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Header.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::PdfTemplate.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Loop.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Conditional.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Always.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::HorizontalRule.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Section.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::Image.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::Circle.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::PageBreak.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::PageDef.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Row.3.gz
+%%PERL5_MAN3%%/PDF::Template::Container::Footer.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element.3.gz
+%%PERL5_MAN3%%/PDF::Template.3.gz
+%%PERL5_MAN3%%/PDF::Template::Element::Line.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Template
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF
@dirrm %%SITE_PERL%%/PDF/Template/Element
diff --git a/print/p5-XML-ApacheFOP/Makefile b/print/p5-XML-ApacheFOP/Makefile
index a7009b8dd24f..263f38c0e507 100644
--- a/print/p5-XML-ApacheFOP/Makefile
+++ b/print/p5-XML-ApacheFOP/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= XML::ApacheFOP.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/print/p5-XML-ApacheFOP/pkg-descr b/print/p5-XML-ApacheFOP/pkg-descr
index f8d43ffb9167..bd07833a781a 100644
--- a/print/p5-XML-ApacheFOP/pkg-descr
+++ b/print/p5-XML-ApacheFOP/pkg-descr
@@ -1,2 +1,4 @@
XML::ApacheFOP allows you to create PDFs (or other output types) using
Apache FOP.
+
+WWW: http://search.cpan.org/dist/XML-ApacheFOP/
diff --git a/print/p5-XML-ApacheFOP/pkg-plist b/print/p5-XML-ApacheFOP/pkg-plist
index d1dca8b91b5f..b7de164cddb6 100644
--- a/print/p5-XML-ApacheFOP/pkg-plist
+++ b/print/p5-XML-ApacheFOP/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/XML/ApacheFOP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP/.packlist
+%%PERL5_MAN3%%/XML::ApacheFOP.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
@dirrmtry %%SITE_PERL%%/XML