SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
graphics/p5-GD-TextUtil/pkg/DESCR
Normal file
15
graphics/p5-GD-TextUtil/pkg/DESCR
Normal file
|
@ -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.
|
8
graphics/p5-GD-TextUtil/pkg/PLIST
Normal file
8
graphics/p5-GD-TextUtil/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/GD/
|
||||
${P5SITE}/GD/Text/
|
||||
${P5SITE}/GD/Text.pm
|
||||
${P5SITE}/GD/Text/Align.pm
|
||||
${P5SITE}/GD/Text/Wrap.pm
|
||||
@man man/man3p/GD::Text.3p
|
||||
@man man/man3p/GD::Text::Align.3p
|
||||
@man man/man3p/GD::Text::Wrap.3p
|
Loading…
Add table
Add a link
Reference in a new issue