diff options
author | rene <rene@FreeBSD.org> | 2018-05-10 05:23:48 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-05-10 05:23:48 +0800 |
commit | 478001873f66102f8cbb164ffea53356777fd83d (patch) | |
tree | f52c5ddc8153857a9df1ad29df721433219597d9 /textproc | |
parent | 76bbe4f2450c4916dc405062b8124be903f10098 (diff) | |
download | freebsd-ports-gnome-478001873f66102f8cbb164ffea53356777fd83d.tar.gz freebsd-ports-gnome-478001873f66102f8cbb164ffea53356777fd83d.tar.zst freebsd-ports-gnome-478001873f66102f8cbb164ffea53356777fd83d.zip |
Remove textproc/p5-Spork, it depends on expired www/p5-Kwiki
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Spork/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Spork/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-message | 4 | ||||
-rw-r--r-- | textproc/p5-Spork/pkg-plist | 18 |
6 files changed, 0 insertions, 50 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 62332c23ea6d..03531edc17a3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -798,7 +798,6 @@ SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Manager SUBDIR += p5-Sphinx-Search - SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-Read SUBDIR += p5-Spreadsheet-ReadSXC diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile deleted file mode 100644 index 5adf4b99db3f..000000000000 --- a/textproc/p5-Spork/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> -# $FreeBSD$ - -PORTNAME= Spork -PORTVERSION= 0.21 -PORTREVISION= 1 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:INGY -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Creating standalone HTML slideshows from Kwiki markup - -BUILD_DEPENDS= p5-Kwiki>=0.38:www/p5-Kwiki \ - p5-Spoon>=0.22:devel/p5-Spoon -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/textproc/p5-Spork/distinfo b/textproc/p5-Spork/distinfo deleted file mode 100644 index 09791d89c138..000000000000 --- a/textproc/p5-Spork/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Spork-0.21.tar.gz) = 668ea12ffb46674e5c2fa91f8fcd2eb3709c14119fe17aff31ecd5531bf37589 -SIZE (Spork-0.21.tar.gz) = 32159 diff --git a/textproc/p5-Spork/pkg-descr b/textproc/p5-Spork/pkg-descr deleted file mode 100644 index be32d5452b46..000000000000 --- a/textproc/p5-Spork/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Spork - a Perl module for creating standalone HTML slideshows from Kwiki markup - -WWW: http://search.cpan.org/dist/Spork/ diff --git a/textproc/p5-Spork/pkg-message b/textproc/p5-Spork/pkg-message deleted file mode 100644 index e5a3e2f16ca0..000000000000 --- a/textproc/p5-Spork/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Usage: -$ spork -new # Generate a new slideshow in an empty directory -$ spork -make # Turn the text into html slides -$ spork -start # Start the show in a browser diff --git a/textproc/p5-Spork/pkg-plist b/textproc/p5-Spork/pkg-plist deleted file mode 100644 index 7fbc2f872967..000000000000 --- a/textproc/p5-Spork/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/spork -%%PERL5_MAN3%%/Spork.3.gz -%%PERL5_MAN3%%/Spork::Command.3.gz -%%PERL5_MAN3%%/Spork::Config.3.gz -%%PERL5_MAN3%%/Spork::Formatter.3.gz -%%PERL5_MAN3%%/Spork::Plugin.3.gz -%%PERL5_MAN3%%/Spork::Slides.3.gz -%%SITE_PERL%%/Spork.pm -%%SITE_PERL%%/Spork/Command.pm -%%SITE_PERL%%/Spork/Config.pm -%%SITE_PERL%%/Spork/Formatter.pm -%%SITE_PERL%%/Spork/Formatter/Autringy.pm -%%SITE_PERL%%/Spork/Hub.pm -%%SITE_PERL%%/Spork/Plugin.pm -%%SITE_PERL%%/Spork/Registry.pm -%%SITE_PERL%%/Spork/Slides.pm -%%SITE_PERL%%/Spork/Template/TT2.pm -%%PERL5_MAN1%%/spork.1.gz |