FreeBSD Bugzilla – Attachment 12388 Details for
Bug 23965
New port: textproc/p5-Text-Graphics (A text graphics rendering toolkit)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.86 KB, created by
Anton Berezin
on 2000-12-30 19:40:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Anton Berezin
Created:
2000-12-30 19:40:01 UTC
Size:
3.86 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># p5-Text-Graphics ># p5-Text-Graphics/files ># p5-Text-Graphics/files/patch-Graphics.pm ># p5-Text-Graphics/pkg-plist ># p5-Text-Graphics/pkg-descr ># p5-Text-Graphics/pkg-comment ># p5-Text-Graphics/distinfo ># p5-Text-Graphics/Makefile ># >echo c - p5-Text-Graphics >mkdir -p p5-Text-Graphics > /dev/null 2>&1 >echo c - p5-Text-Graphics/files >mkdir -p p5-Text-Graphics/files > /dev/null 2>&1 >echo x - p5-Text-Graphics/files/patch-Graphics.pm >sed 's/^X//' >p5-Text-Graphics/files/patch-Graphics.pm << 'END-of-p5-Text-Graphics/files/patch-Graphics.pm' >X--- lib/Text/Graphics.pm.orig Sat Dec 30 20:01:06 2000 >X+++ lib/Text/Graphics.pm Sat Dec 30 20:02:21 2000 >X@@ -49,8 +49,8 @@ >X my $child = shift; >X my $offx = shift; >X my $offy = shift; >X- $child->{offx} = ($offx > 0) ? $offx : 0; >X- $child->{offy} = ($offy > 0) ? $offy : 0; >X+ $child->{offx} = (defined($offx) && $offx > 0) ? $offx : 0; >X+ $child->{offy} = (defined($offy) && $offy > 0) ? $offy : 0; >X $child->{parent} = $this; >X >X push @{ $this->{children} }, $child; >X@@ -78,7 +78,7 @@ >X my $this = shift; >X my $gc = shift; >X >X- if ($this->{bg} ne undef) { >X+ if (defined $this->{bg}) { >X $gc->fillRect($this->{bg}, 0, 0, $this->{width}, $this->{height}); >X } >X } >X@@ -413,7 +413,7 @@ >X ## we need to re-wrap iff the width changes >X ## >X >X- if (($width ne undef) and ($this->{width} != $width)) { >X+ if ((defined $width) and ($this->{width} != $width)) { >X delete $this->{text_was_wrapped}; >X } >END-of-p5-Text-Graphics/files/patch-Graphics.pm >echo x - p5-Text-Graphics/pkg-plist >sed 's/^X//' >p5-Text-Graphics/pkg-plist << 'END-of-p5-Text-Graphics/pkg-plist' >Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Graphics/.packlist >Xlib/perl5/site_perl/%%PERL_VER%%/Text/Graphics.pm >X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Graphics >X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true >END-of-p5-Text-Graphics/pkg-plist >echo x - p5-Text-Graphics/pkg-descr >sed 's/^X//' >p5-Text-Graphics/pkg-descr << 'END-of-p5-Text-Graphics/pkg-descr' >XThis is a toolkit for rendering plain text via an API like that used for >Xgraphics rendering in GUI toolkits. This package might be used when you >Xwant to do sophisticated rendering of plain text, e.g., for graphing, >Xcreating of complex forms for email and fax, and so on. >X >X-Anton >X<tobez@tobez.org> >END-of-p5-Text-Graphics/pkg-descr >echo x - p5-Text-Graphics/pkg-comment >sed 's/^X//' >p5-Text-Graphics/pkg-comment << 'END-of-p5-Text-Graphics/pkg-comment' >XA text graphics rendering toolkit >END-of-p5-Text-Graphics/pkg-comment >echo x - p5-Text-Graphics/distinfo >sed 's/^X//' >p5-Text-Graphics/distinfo << 'END-of-p5-Text-Graphics/distinfo' >XMD5 (Text-Graphics-1.0001.tar.gz) = d21ee64f6c8817934a038d14019930fa >END-of-p5-Text-Graphics/distinfo >echo x - p5-Text-Graphics/Makefile >sed 's/^X//' >p5-Text-Graphics/Makefile << 'END-of-p5-Text-Graphics/Makefile' >X# New ports collection makefile for: textproc/p5-Text-Graphics >X# Date created: 30 December 2000 >X# Whom: Anton Berezin <tobez@tobez.org> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= Text-Graphics >XPORTVERSION= 1.0001 >XCATEGORIES= textproc perl5 >XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} >XMASTER_SITE_SUBDIR= Text >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= tobez@tobez.org >X >XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XUSE_PERL5= yes >XPERL_CONFIGURE= yes >X >XMAN3= Text::Graphics.3 >XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} >X >Xpost-patch: >X @${RM} ${WRKSRC}/lib/Text/Graphics.pm.orig >X >X.include <bsd.port.mk> >END-of-p5-Text-Graphics/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 23965
: 12388