aboutsummaryrefslogtreecommitdiff
path: root/www/mod_blosxom
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:09:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:09:17 +0000
commitd6f0695d71a73325e44ac34129cd3dadcc172b28 (patch)
treeee74882851cd55280feeee903f3576435b6d5a74 /www/mod_blosxom
parent85b8168caa1d092e514e705c4b3b04aa413887b3 (diff)
Notes
Diffstat (limited to 'www/mod_blosxom')
-rw-r--r--www/mod_blosxom/Makefile20
-rw-r--r--www/mod_blosxom/distinfo1
-rw-r--r--www/mod_blosxom/pkg-descr5
-rw-r--r--www/mod_blosxom/pkg-plist3
4 files changed, 29 insertions, 0 deletions
diff --git a/www/mod_blosxom/Makefile b/www/mod_blosxom/Makefile
new file mode 100644
index 000000000000..621cc5ef8fce
--- /dev/null
+++ b/www/mod_blosxom/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mod_blosxom
+# Date created: 6 April 2003
+# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_blosxom
+PORTVERSION= 0.05
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mod-blosxom
+
+MAINTAINER= gslin@ccca.nctu.edu.tw
+COMMENT= Apache module to build the extremely lightweight Weblog environment
+
+BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.include <bsd.port.mk>
diff --git a/www/mod_blosxom/distinfo b/www/mod_blosxom/distinfo
new file mode 100644
index 000000000000..e08d889432f8
--- /dev/null
+++ b/www/mod_blosxom/distinfo
@@ -0,0 +1 @@
+MD5 (mod_blosxom-0.05.tar.gz) = d08521aaab6b8cc5cdeafc8d2a354e5c
diff --git a/www/mod_blosxom/pkg-descr b/www/mod_blosxom/pkg-descr
new file mode 100644
index 000000000000..1b2d027fe586
--- /dev/null
+++ b/www/mod_blosxom/pkg-descr
@@ -0,0 +1,5 @@
+mod_blosxom.c is the Apache module which builds the extremely lightweight
+Weblog environment. mod_blosxom.c has inherited the function of 'Blosxom'
+and can share the same data and the same template.
+
+WWW: http://mod-blosxom.sourceforge.net/cgi-bin/blosxom
diff --git a/www/mod_blosxom/pkg-plist b/www/mod_blosxom/pkg-plist
new file mode 100644
index 000000000000..dbd772d334bb
--- /dev/null
+++ b/www/mod_blosxom/pkg-plist
@@ -0,0 +1,3 @@
+libexec/apache/mod_blosxom.so
+@exec %D/sbin/apxs -e -A -n blosxom %D/%F
+@unexec %D/sbin/apxs -e -A -n blosxom %D/%F