diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-04 10:32:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-04 10:32:12 +0800 |
commit | 5a2ea0ed8e77692983ae9d6e39aeb3da0fc6b358 (patch) | |
tree | 50f4391de42c3e22ba331fd0988dcd196f7ae288 /textproc | |
parent | 3867b3e87a0b5cdca348af04f49ff68149b31823 (diff) | |
download | freebsd-ports-gnome-5a2ea0ed8e77692983ae9d6e39aeb3da0fc6b358.tar.gz freebsd-ports-gnome-5a2ea0ed8e77692983ae9d6e39aeb3da0fc6b358.tar.zst freebsd-ports-gnome-5a2ea0ed8e77692983ae9d6e39aeb3da0fc6b358.zip |
- not fetchable, remove it.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-SwiftTemplate/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Text-SwiftTemplate/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-SwiftTemplate/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-SwiftTemplate/pkg-plist | 3 |
5 files changed, 0 insertions, 42 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2e52d8ddab39..ad23dd8edceb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -525,7 +525,6 @@ SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Striphigh - SUBDIR += p5-Text-SwiftTemplate SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay diff --git a/textproc/p5-Text-SwiftTemplate/Makefile b/textproc/p5-Text-SwiftTemplate/Makefile deleted file mode 100644 index cfd642560051..000000000000 --- a/textproc/p5-Text-SwiftTemplate/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: p5-Text-SwiftTemplate -# Date created: 2006-08-20 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= Text-SwiftTemplate -PORTVERSION= 0.0701 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Text -PKGNAMEPREFIX= p5- - -MAINTAINER= gslin@gslin.org -COMMENT= A fast, lightweight template engine - -PERL_MODBUILD= yes - -MAN3= Text::SwiftTemplate.3 - -post-patch: - ${CHMOD} u+w ${WRKSRC}/Makefile.PL - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-SwiftTemplate/distinfo b/textproc/p5-Text-SwiftTemplate/distinfo deleted file mode 100644 index c8b02d13476b..000000000000 --- a/textproc/p5-Text-SwiftTemplate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Text-SwiftTemplate-0.0701.tar.gz) = 6fe535ac369e93d57a70bae8cbec5b88 -SHA256 (Text-SwiftTemplate-0.0701.tar.gz) = 15f96f0d3a36eca8d43c0ffd4970c25079a77942fba96b4f4a886282447cc839 -SIZE (Text-SwiftTemplate-0.0701.tar.gz) = 8237 diff --git a/textproc/p5-Text-SwiftTemplate/pkg-descr b/textproc/p5-Text-SwiftTemplate/pkg-descr deleted file mode 100644 index f9e4e276e128..000000000000 --- a/textproc/p5-Text-SwiftTemplate/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module provides a simple, lightweight but fast template engine, -for when you need speed rather than complex features. - -WWW: http://search.cpan.org/dist/Text-SwiftTemplate/ diff --git a/textproc/p5-Text-SwiftTemplate/pkg-plist b/textproc/p5-Text-SwiftTemplate/pkg-plist deleted file mode 100644 index 7ad1a0b3719e..000000000000 --- a/textproc/p5-Text-SwiftTemplate/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/Text/SwiftTemplate.pm -@dirrmtry %%SITE_PERL%%/Text |