diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-05-09 21:23:48 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-05-09 21:23:48 +0000 |
commit | 56c073598806b52334a15c4eee38f3d8e53d8032 (patch) | |
tree | f52c5ddc8153857a9df1ad29df721433219597d9 | |
parent | 21005de3a78b0e25619ad60243f8dd7301c6ec75 (diff) | |
download | ports-56c073598806b52334a15c4eee38f3d8e53d8032.tar.gz ports-56c073598806b52334a15c4eee38f3d8e53d8032.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-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 |
7 files changed, 1 insertions, 50 deletions
@@ -10180,3 +10180,4 @@ databases/rubygem-seed-fu236|databases/rubygem-seed-fu|2018-05-01|Has expired: O security/polarssl13||2018-05-01|Has expired: has reached end of life devel/tesla||2018-05-06|Outdated and almost certainly unused devel/llvm39||2018-05-08|Obsolete, no remaining dependencies +textproc/p5-Spork||2018-05-09|Removed, depends on expired www/p5-Kwiki 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 |