Tk::Enscript - a text-to-postscript converter using Tk::Canvas
This commit is contained in:
parent
28e2250968
commit
d7c5ae4904
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43195
@ -69,6 +69,7 @@
|
||||
SUBDIR += p5-Tk-Autoscroll
|
||||
SUBDIR += p5-Tk-ColourChooser
|
||||
SUBDIR += p5-Tk-Date
|
||||
SUBDIR += p5-Tk-Enscript
|
||||
SUBDIR += p5-Tk-GBARR
|
||||
SUBDIR += panel--
|
||||
SUBDIR += pango
|
||||
|
25
x11-toolkits/p5-Tk-Enscript/Makefile
Normal file
25
x11-toolkits/p5-Tk-Enscript/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Tk-Enscript
|
||||
# Date created: May 28 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-Enscript
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tk
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Tk::Enscript.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/p5-Tk-Enscript/distinfo
Normal file
1
x11-toolkits/p5-Tk-Enscript/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tk-Enscript-1.05.tar.gz) = 07afb7ee5c919542eaf7e2939a5e7b57
|
1
x11-toolkits/p5-Tk-Enscript/pkg-comment
Normal file
1
x11-toolkits/p5-Tk-Enscript/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tk::Enscript - a text-to-postscript converter using Tk::Canvas
|
1
x11-toolkits/p5-Tk-Enscript/pkg-descr
Normal file
1
x11-toolkits/p5-Tk-Enscript/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Tk::Enscript - a text-to-postscript converter using Tk::Canvas
|
6
x11-toolkits/p5-Tk-Enscript/pkg-plist
Normal file
6
x11-toolkits/p5-Tk-Enscript/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tk/Enscript.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tk/enscript.cfg
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Enscript/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Enscript
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user