text utilities for use with GD drawing package
This commit is contained in:
parent
b61d8a9b3f
commit
079bd49066
16
graphics/p5-GD-TextUtil/Makefile
Normal file
16
graphics/p5-GD-TextUtil/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/19 17:03:45 mickey Exp $
|
||||
|
||||
DISTNAME= GDTextUtil-0.80
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics perl5
|
||||
NEED_VERSION= 1.330
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GD
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
RUN_DEPENDS= p5-GD::graphics/p5-GD
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-GD-TextUtil/files/md5
Normal file
3
graphics/p5-GD-TextUtil/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (GDTextUtil-0.80.tar.gz) = 3569b86f250ad28bdb771cbc6c83d0aa
|
||||
RMD160 (GDTextUtil-0.80.tar.gz) = 630628b3e521cfcc0f99300065025697f43c914c
|
||||
SHA1 (GDTextUtil-0.80.tar.gz) = 5e642eb0a83b1f3eeb858200daa3bc42ac622f43
|
1
graphics/p5-GD-TextUtil/pkg/COMMENT
Normal file
1
graphics/p5-GD-TextUtil/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
text utilities for use with GD drawing package
|
19
graphics/p5-GD-TextUtil/pkg/DESCR
Normal file
19
graphics/p5-GD-TextUtil/pkg/DESCR
Normal file
@ -0,0 +1,19 @@
|
||||
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.
|
||||
|
||||
|
||||
--dima
|
||||
dima@Chg.RU
|
10
graphics/p5-GD-TextUtil/pkg/PLIST
Normal file
10
graphics/p5-GD-TextUtil/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/19 17:03:45 mickey Exp $
|
||||
libdata/perl5/site_perl/GD/Text.pm
|
||||
libdata/perl5/site_perl/GD/Text/Align.pm
|
||||
libdata/perl5/site_perl/GD/Text/Wrap.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/Text/.packlist
|
||||
man/man3/GD::Text.3p
|
||||
man/man3/GD::Text::Align.3p
|
||||
man/man3/GD::Text::Wrap.3p
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/Text
|
||||
@dirrm libdata/perl5/site_perl/GD/Text
|
Loading…
Reference in New Issue
Block a user