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>
This commit is contained in:
Edwin Groothuis 2003-04-18 07:09:17 +00:00
parent 85b8168caa
commit d6f0695d71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79219
5 changed files with 30 additions and 0 deletions

View file

@ -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

20
www/mod_blosxom/Makefile Normal file
View file

@ -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>

1
www/mod_blosxom/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (mod_blosxom-0.05.tar.gz) = d08521aaab6b8cc5cdeafc8d2a354e5c

View file

@ -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

View file

@ -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