text utilities for use with GD drawing package

This commit is contained in:
mickey 2000-09-19 17:03:45 +00:00
parent b61d8a9b3f
commit 079bd49066
5 changed files with 49 additions and 0 deletions

View 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>

View 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

View File

@ -0,0 +1 @@
text utilities for use with GD drawing package

View 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

View 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