summaryrefslogtreecommitdiff
path: root/www/mod_index_rss
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-09 03:48:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-09 03:48:57 +0000
commitcb193b10417f450df13e8455818f4686f8894fe8 (patch)
tree235453b616dcc064625effa31b257e6647921775 /www/mod_index_rss
parentadd gonvert (diff)
add mod_index_rss
Apache module to provides RSS output for directories
Notes
Notes: svn path=/head/; revision=41103
Diffstat (limited to 'www/mod_index_rss')
-rw-r--r--www/mod_index_rss/Makefile27
-rw-r--r--www/mod_index_rss/distinfo1
-rw-r--r--www/mod_index_rss/pkg-comment1
-rw-r--r--www/mod_index_rss/pkg-descr5
-rw-r--r--www/mod_index_rss/pkg-plist3
5 files changed, 37 insertions, 0 deletions
diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile
new file mode 100644
index 000000000000..ab3a6967176e
--- /dev/null
+++ b/www/mod_index_rss/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: mod_index_rss
+# Date created: Apr 9, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_index_rss
+PORTVERSION= 0.8
+CATEGORIES= www
+MASTER_SITES= http://www.tangent.org/mod_index_rss/
+
+MAINTAINER= ijliao@FreeBSD.org
+
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+
+APXS?= ${LOCALBASE}/sbin/apxs
+
+do-build:
+ @cd ${WRKSRC} && ${APXS} -c mod_index_rss.c
+
+do-install:
+ ${APXS} -i -A -n index_rss ${WRKSRC}/mod_index_rss.so
+
+.include <bsd.port.mk>
diff --git a/www/mod_index_rss/distinfo b/www/mod_index_rss/distinfo
new file mode 100644
index 000000000000..93e0c72f1ff7
--- /dev/null
+++ b/www/mod_index_rss/distinfo
@@ -0,0 +1 @@
+MD5 (mod_index_rss-0.8.tar.gz) = c15c6201543a4ac5cb71957e7fe43d6a
diff --git a/www/mod_index_rss/pkg-comment b/www/mod_index_rss/pkg-comment
new file mode 100644
index 000000000000..e7454534d204
--- /dev/null
+++ b/www/mod_index_rss/pkg-comment
@@ -0,0 +1 @@
+Apache module to provides RSS output for directories
diff --git a/www/mod_index_rss/pkg-descr b/www/mod_index_rss/pkg-descr
new file mode 100644
index 000000000000..5faa2f1a00cb
--- /dev/null
+++ b/www/mod_index_rss/pkg-descr
@@ -0,0 +1,5 @@
+This module provides RSS output for directories. Sites that publish mainly
+static content to directories (whether images, html...) can use it to have
+dynamic lists of their content.
+
+WWW: http://tangent.org/mod_index_rss/
diff --git a/www/mod_index_rss/pkg-plist b/www/mod_index_rss/pkg-plist
new file mode 100644
index 000000000000..362d3436c72e
--- /dev/null
+++ b/www/mod_index_rss/pkg-plist
@@ -0,0 +1,3 @@
+libexec/apache/mod_index_rss.so
+@exec %D/sbin/apxs -e -A -n index_rss %D/%F
+@unexec %D/sbin/apxs -e -A -n index_rss %D/%F