summaryrefslogtreecommitdiff
path: root/www/mod_snake/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 21:51:32 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 21:51:32 +0000
commita5a5208e21d00c7d560b02849886aa65ef9f3b20 (patch)
treeb841e9cc559b3904493f4c43dd89dedb3285c625 /www/mod_snake/pkg-descr
parentAdd versioning information to the distfile. :) (diff)
Add mod_snake 0.5.0, a library to easily create flexible Apache
modules.
Notes
Notes: svn path=/head/; revision=41239
Diffstat (limited to 'www/mod_snake/pkg-descr')
-rw-r--r--www/mod_snake/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/mod_snake/pkg-descr b/www/mod_snake/pkg-descr
new file mode 100644
index 000000000000..2a4ecf04bb0c
--- /dev/null
+++ b/www/mod_snake/pkg-descr
@@ -0,0 +1,9 @@
+mod_snake was created in an attempt to give Apache 1.3
+and 2.0 developers the power to create easy and flexible
+modules in the Python programming language. Aside from giving
+modules the same power as they have in C, mod_snake also
+provides APIs similar to that of mod_python and mod_perl
+for simple module creation, accelerated Python CGIs, and
+embedded Python.
+
+WWW: http://modsnake.sourceforge.net/