diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 11:54:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-29 11:54:15 +0000 |
commit | 91a891ab7cc46a9bc18d81f98e7575e015490dae (patch) | |
tree | caa8b065f4a884e1aac529cc2061d331f11bef58 /www | |
parent | 9faed361fd18120c13f1eda2efb01793d8c29b70 (diff) | |
download | freebsd-ports-91a891ab7cc46a9bc18d81f98e7575e015490dae.zip |
mod_lisp is an Apache 2 module for writing web applications in Common
Lisp. It is distributed with a BSD-style license.
WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html
PR: ports/114666
Submitted by: Viktor Leis <viktor.leis@googlemail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_lisp2/Makefile | 20 | ||||
-rw-r--r-- | www/mod_lisp2/distinfo | 3 | ||||
-rw-r--r-- | www/mod_lisp2/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 19b71c5763d3..25e6c7fc59b3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -379,6 +379,7 @@ SUBDIR += mod_limitipconn SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit + SUBDIR += mod_lisp2 SUBDIR += mod_log_config-st SUBDIR += mod_log_data SUBDIR += mod_log_dbd diff --git a/www/mod_lisp2/Makefile b/www/mod_lisp2/Makefile new file mode 100644 index 000000000000..326e6f27a203 --- /dev/null +++ b/www/mod_lisp2/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: mod_lisp2 +# Date created: Tue Jul 17 2007 +# Whom: vl +# +# $FreeBSD$ +# + +PORTNAME= mod_lisp2 +PORTVERSION= 1.3.1 +CATEGORIES= www +MASTER_SITES= http://freebsd.minira.nl/ + +MAINTAINER= viktor.leis@googlemail.com +COMMENT= Apache2 module for use with Common Lisp + +USE_APACHE= 20+ +AP_FAST_BUILD= YES +AP_GENPLIST= YES + +.include <bsd.port.mk> diff --git a/www/mod_lisp2/distinfo b/www/mod_lisp2/distinfo new file mode 100644 index 000000000000..58f30c9b385f --- /dev/null +++ b/www/mod_lisp2/distinfo @@ -0,0 +1,3 @@ +MD5 (mod_lisp2-1.3.1.tar.gz) = a5cb746e793b65e5801c8b77dbde023d +SHA256 (mod_lisp2-1.3.1.tar.gz) = 5af4bb8fd46b5f62266e46fcf037015ddc9d24ed4d212cc08fd383110a4d6c20 +SIZE (mod_lisp2-1.3.1.tar.gz) = 7972 diff --git a/www/mod_lisp2/pkg-descr b/www/mod_lisp2/pkg-descr new file mode 100644 index 000000000000..13275fe8e440 --- /dev/null +++ b/www/mod_lisp2/pkg-descr @@ -0,0 +1,4 @@ +mod_lisp is an Apache 2 module for writing web applications in Common +Lisp. It is distributed with a BSD-style license. + +WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html |