aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-26 21:49:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-26 21:49:02 +0000
commited7162ea0ae27f0217fce4129b1b30872244c060 (patch)
tree470435d3545a7af7180422cc878a2eef2f133c98 /www
parentf007cff7a2f2ed1aac5baa8fcd52d8cf180baca5 (diff)
downloadports-ed7162ea0ae27f0217fce4129b1b30872244c060.tar.gz
ports-ed7162ea0ae27f0217fce4129b1b30872244c060.zip
Add p5-Sledge-Plugin-SessionAutoCleanup, a Sledge plug-in that
automatically cleans up old sessions.
Notes
Notes: svn path=/head/; revision=76533
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile29
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/distinfo1
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-descr4
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist5
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 08f228eee1d7..1644a7189e30 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -343,6 +343,7 @@
SUBDIR += p5-Sledge-Plugin-Log
SUBDIR += p5-Sledge-Plugin-NoCache
SUBDIR += p5-Sledge-Plugin-ScratchPad
+ SUBDIR += p5-Sledge-Plugin-SessionAutoCleanup
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-URI-Sequin
SUBDIR += p5-WWW-Automate
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile b/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
new file mode 100644
index 000000000000..a034d3af20f7
--- /dev/null
+++ b/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Sledge-Plugin-SessionAutoCleanup
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sledge-Plugin-SessionAutoCleanup
+PORTVERSION= 0.02
+CATEGORIES= www perl5
+MASTER_SITES= http://downloads.sourceforge.jp/sledge/2365/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A Sledge plug-in that automatically cleans up old sessions
+
+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::SessionAutoCleanup.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/distinfo b/www/p5-Sledge-Plugin-SessionAutoCleanup/distinfo
new file mode 100644
index 000000000000..97b3af71dd7a
--- /dev/null
+++ b/www/p5-Sledge-Plugin-SessionAutoCleanup/distinfo
@@ -0,0 +1 @@
+MD5 (Sledge-Plugin-SessionAutoCleanup-0.02.tar.gz) = 5554d24734ed08cfa7cfe2b782d6c607
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-descr b/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-descr
new file mode 100644
index 000000000000..cc8f0e0eb67d
--- /dev/null
+++ b/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-descr
@@ -0,0 +1,4 @@
+Sledge::Plugin::SessionAutoCleanup is a Sledge plug-in that
+automatically cleans up old sessions.
+
+WWW: http://sl.edge.jp/
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist b/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist
new file mode 100644
index 000000000000..6c6448e39971
--- /dev/null
+++ b/www/p5-Sledge-Plugin-SessionAutoCleanup/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin/SessionAutoCleanup.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/SessionAutoCleanup/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/SessionAutoCleanup
+@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