diff options
author | rh <rh@pkgsrc.org> | 2000-07-16 20:17:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-16 20:17:39 +0000 |
commit | 573993574f18dfde59c7d079cd9bcf0bfe4a32f7 (patch) | |
tree | 8b88b1203c5f668ab6e49d0ce988e230edf7a53d /graphics | |
parent | 5deb63fba6f2228b0e2a636a1bbe1b01857cf515 (diff) | |
download | pkgsrc-573993574f18dfde59c7d079cd9bcf0bfe4a32f7.tar.gz |
Initial import of p5-GDTextUtil-0.75, a set of Perl 5 text utilities for
use with the GD drawing package. This package was provided by Damon Brodie
(damon@brodiefamily.org) in PR 10609.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GDTextUtil/Makefile | 19 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/files/md5 | 3 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/pkg/DESCR | 15 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/pkg/PLIST | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile new file mode 100644 index 00000000000..5b049d9a4f9 --- /dev/null +++ b/graphics/p5-GDTextUtil/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 20:17:39 rh Exp $ +# + +DISTNAME= GDTextUtil-0.75 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} + +MAINTAINER= damon@brodiefamily.org +HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDTextUtil/Text.html + +DEPENDS+= p5-GD>=1.30:../../graphics/p5-GD + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GDTextUtil/files/md5 b/graphics/p5-GDTextUtil/files/md5 new file mode 100644 index 00000000000..6612a359c11 --- /dev/null +++ b/graphics/p5-GDTextUtil/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/16 20:17:40 rh Exp $ + +MD5 (GDTextUtil-0.75.tar.gz) = 3ee57030a1ba7c092bea815c8363938a diff --git a/graphics/p5-GDTextUtil/pkg/COMMENT b/graphics/p5-GDTextUtil/pkg/COMMENT new file mode 100644 index 00000000000..46875e1795e --- /dev/null +++ b/graphics/p5-GDTextUtil/pkg/COMMENT @@ -0,0 +1 @@ +Perl 5 text utilities for use with the GD drawing package diff --git a/graphics/p5-GDTextUtil/pkg/DESCR b/graphics/p5-GDTextUtil/pkg/DESCR new file mode 100644 index 00000000000..c4c45455b6d --- /dev/null +++ b/graphics/p5-GDTextUtil/pkg/DESCR @@ -0,0 +1,15 @@ +This are Text utilities for use with the GD drawing package. This +package provides three modules: + +GD::Text: + Provides information about a font, irrespective of whether the font + is a TTF or builtin font. + +GD::Text::Align + Align a string around a coordinate, left, right, center, top, bottom + or center. + +GD::Text::Wrap + Wrap a long string between a right and left margin, starting at a + certain y coordinate. Layout the text flush left, flush right, + center, or justified. diff --git a/graphics/p5-GDTextUtil/pkg/PLIST b/graphics/p5-GDTextUtil/pkg/PLIST new file mode 100644 index 00000000000..1aaa8906cba --- /dev/null +++ b/graphics/p5-GDTextUtil/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 20:17:40 rh Exp $ + +lib/perl5/site_perl/GD/Text.pm +lib/perl5/site_perl/GD/Text/Align.pm +lib/perl5/site_perl/GD/Text/Wrap.pm +lib/perl5/man/man3/GD::Text::Align.3 +lib/perl5/man/man3/GD::Text.3 +lib/perl5/man/man3/GD::Text::Wrap.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Text/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/GD/Text |