summaryrefslogtreecommitdiff
path: root/www
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
parentNEW PORT textproc/p5-Text-Reform (diff)
New port: www/mod_blosxom
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 PR: ports/50629 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
Notes
Notes: svn path=/head/; revision=79219
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-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
5 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ba88f01e9185..11c88fe2dbd7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -174,6 +174,7 @@
SUBDIR += mod_auth_pwcheck
SUBDIR += mod_backhand
SUBDIR += mod_bf
+ SUBDIR += mod_blosxom
SUBDIR += mod_blowchunks
SUBDIR += mod_bunzip2
SUBDIR += mod_cgi_debug
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