aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-27 05:49:02 +0800
committerknu <knu@FreeBSD.org>2003-02-27 05:49:02 +0800
commite9f8a06ce23500e6ea9bedb8b06eee36da67430a (patch)
treeedf113501ef202efcb09b1e0f801d3b026dd7abd /www
parent13d639dc7eed5df5d53929d4135bb04f89f2f58a (diff)
downloadfreebsd-ports-gnome-e9f8a06ce23500e6ea9bedb8b06eee36da67430a.tar.gz
freebsd-ports-gnome-e9f8a06ce23500e6ea9bedb8b06eee36da67430a.tar.zst
freebsd-ports-gnome-e9f8a06ce23500e6ea9bedb8b06eee36da67430a.zip
Add p5-Sledge-Plugin-SessionAutoCleanup, a Sledge plug-in that
automatically cleans up old sessions.
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