aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_blosxom
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-18 15:09:17 +0800
committeredwin <edwin@FreeBSD.org>2003-04-18 15:09:17 +0800
commitd0a08830da1dd578689b35432fc64db352a2dd3b (patch)
tree91f4334ba6bd00fe4c989fb5ed1ca353034eaf22 /www/mod_blosxom
parentaca8e179bcd17a8c2eca99422c0baf1ed4091837 (diff)
downloadfreebsd-ports-gnome-d0a08830da1dd578689b35432fc64db352a2dd3b.tar.gz
freebsd-ports-gnome-d0a08830da1dd578689b35432fc64db352a2dd3b.tar.zst
freebsd-ports-gnome-d0a08830da1dd578689b35432fc64db352a2dd3b.zip
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>
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