summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-23 08:55:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-23 08:55:52 +0000
commit9d4f8456acc3866ca5d881c8cf879063f54ab065 (patch)
tree15ea11e0b5cb5de6b9dbbb4a468390964593567e /www
parentAdd ruby-mecab, the MeCab library module for Ruby. (diff)
Add p5-Sledge-Plugin-CacheContent, a Sledge plug-in that generates
and serves cached content.
Notes
Notes: svn path=/head/; revision=79497
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Sledge-Plugin-CacheContent/Makefile29
-rw-r--r--www/p5-Sledge-Plugin-CacheContent/distinfo1
-rw-r--r--www/p5-Sledge-Plugin-CacheContent/pkg-descr4
-rw-r--r--www/p5-Sledge-Plugin-CacheContent/pkg-plist5
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4bd7d0876e10..b883d3874267 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -349,6 +349,7 @@
SUBDIR += p5-PHP-Session
SUBDIR += p5-ParallelUA
SUBDIR += p5-Sledge
+ SUBDIR += p5-Sledge-Plugin-CacheContent
SUBDIR += p5-Sledge-Plugin-Download
SUBDIR += p5-Sledge-Plugin-Dumper
SUBDIR += p5-Sledge-Plugin-HTML2HDML
diff --git a/www/p5-Sledge-Plugin-CacheContent/Makefile b/www/p5-Sledge-Plugin-CacheContent/Makefile
new file mode 100644
index 000000000000..dc529b82681b
--- /dev/null
+++ b/www/p5-Sledge-Plugin-CacheContent/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Sledge-Plugin-CacheContent
+# Date created: 23 April 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sledge-Plugin-CacheContent
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= http://downloads.sourceforge.jp/sledge/3762/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A Sledge plug-in that generates and serves cached content
+
+BUILD_DEPENDS= ${PM_DEPENDS}
+RUN_DEPENDS= ${PM_DEPENDS}
+
+PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+PERL_CONFIGURE= yes
+
+MAN3= Sledge::Plugin::CacheContent.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/www/p5-Sledge-Plugin-CacheContent/distinfo b/www/p5-Sledge-Plugin-CacheContent/distinfo
new file mode 100644
index 000000000000..588e589362ce
--- /dev/null
+++ b/www/p5-Sledge-Plugin-CacheContent/distinfo
@@ -0,0 +1 @@
+MD5 (Sledge-Plugin-CacheContent-0.03.tar.gz) = 26ae49158851cfd1eacbdc592d5c2568
diff --git a/www/p5-Sledge-Plugin-CacheContent/pkg-descr b/www/p5-Sledge-Plugin-CacheContent/pkg-descr
new file mode 100644
index 000000000000..94c51b035e99
--- /dev/null
+++ b/www/p5-Sledge-Plugin-CacheContent/pkg-descr
@@ -0,0 +1,4 @@
+Sledge::Plugin::CacheContent is a Sledge plug-in that generates and
+serves cached content.
+
+WWW: http://sl.edge.jp/
diff --git a/www/p5-Sledge-Plugin-CacheContent/pkg-plist b/www/p5-Sledge-Plugin-CacheContent/pkg-plist
new file mode 100644
index 000000000000..6451b49a9ec7
--- /dev/null
+++ b/www/p5-Sledge-Plugin-CacheContent/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin/CacheContent.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/CacheContent/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/CacheContent
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin 2>/dev/null || true