diff options
author | asau <asau@pkgsrc.org> | 2010-07-09 19:22:59 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-09 19:22:59 +0000 |
commit | b6efe465be623cd04d79dc8702c48bf4109249ea (patch) | |
tree | 43e474088c2b1b4cf2d60d6109d301e0e7f18f55 /www | |
parent | 244a08dd37fe16df537012e3fe5075cf88574328 (diff) | |
download | pkgsrc-b6efe465be623cd04d79dc8702c48bf4109249ea.tar.gz |
Import CLISP fastcgi module as www/clisp-fastcgi.
Diffstat (limited to 'www')
-rw-r--r-- | www/clisp-fastcgi/DESCR | 1 | ||||
-rw-r--r-- | www/clisp-fastcgi/Makefile | 20 | ||||
-rw-r--r-- | www/clisp-fastcgi/PLIST | 10 | ||||
-rw-r--r-- | www/clisp-fastcgi/distinfo | 7 | ||||
-rw-r--r-- | www/clisp-fastcgi/patches/patch-aa | 26 | ||||
-rw-r--r-- | www/clisp-fastcgi/patches/patch-ab | 13 |
6 files changed, 77 insertions, 0 deletions
diff --git a/www/clisp-fastcgi/DESCR b/www/clisp-fastcgi/DESCR new file mode 100644 index 00000000000..8ad1b065b84 --- /dev/null +++ b/www/clisp-fastcgi/DESCR @@ -0,0 +1 @@ +CLISP FastCGI module diff --git a/www/clisp-fastcgi/Makefile b/www/clisp-fastcgi/Makefile new file mode 100644 index 00000000000..02432d5412d --- /dev/null +++ b/www/clisp-fastcgi/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ +# + +CLISP_MODULE= fastcgi + +PKGNAME= clisp-$(CLISP_MODULE)-$(CLISP_VERSION) +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://clisp.cons.org/ +COMMENT= CLISP FastCGI module + +MAKE_JOBS_SAFE= no + + +.include "../../lang/clisp/module.mk" + +.include "../../www/fcgi/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/clisp-fastcgi/PLIST b/www/clisp-fastcgi/PLIST new file mode 100644 index 00000000000..33e92adfa95 --- /dev/null +++ b/www/clisp-fastcgi/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ +lib/clisp/dynmod/fastcgi.lisp +lib/clisp/dynmod/lib-fastcgi.so +lib/clisp/fastcgi/Makefile +lib/clisp/fastcgi/README +lib/clisp/fastcgi/fastcgi.fas +lib/clisp/fastcgi/fastcgi.lisp +lib/clisp/fastcgi/fastcgi.o +lib/clisp/fastcgi/fastcgi_wrappers.o +lib/clisp/fastcgi/link.sh diff --git a/www/clisp-fastcgi/distinfo b/www/clisp-fastcgi/distinfo new file mode 100644 index 00000000000..a9edf83efc9 --- /dev/null +++ b/www/clisp-fastcgi/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ + +SHA1 (clisp-2.49.tar.gz) = 1743e7917013162400c955af441e991db43b3323 +RMD160 (clisp-2.49.tar.gz) = ae30f3b681cb023e885c6e4ed12210ee5ba14c76 +Size (clisp-2.49.tar.gz) = 9823111 bytes +SHA1 (patch-aa) = 56711a14e58e3fdd53fffa8de81c9726484022c3 +SHA1 (patch-ab) = 6ad3496c7007c8e0e2f96ce4e0a844372fe4d207 diff --git a/www/clisp-fastcgi/patches/patch-aa b/www/clisp-fastcgi/patches/patch-aa new file mode 100644 index 00000000000..08a9c6fff39 --- /dev/null +++ b/www/clisp-fastcgi/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ + +Override ac_install_sh. + +--- modules/fastcgi/configure.orig 2010-07-09 12:30:19.000000000 +0400 ++++ modules/fastcgi/configure 2010-07-09 12:30:40.000000000 +0400 +@@ -2351,19 +2351,6 @@ + $as_echo "$cl_cv_clisp_FFI" >&6; } + ${required} && test $cl_cv_clisp_FFI = no && \ + as_fn_error "no FFI in CLISP" "$LINENO" 5 +-ac_aux_dir= +-for ac_dir in $cl_cv_clisp_libdir/build-aux "$srcdir"/$cl_cv_clisp_libdir/build-aux; do +- for ac_t in install-sh install.sh shtool; do +- if test -f "$ac_dir/$ac_t"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/$ac_t -c" +- break 2 +- fi +- done +-done +-if test -z "$ac_aux_dir"; then +- as_fn_error "cannot find install-sh, install.sh, or shtool in $cl_cv_clisp_libdir/build-aux \"$srcdir\"/$cl_cv_clisp_libdir/build-aux" "$LINENO" 5 +-fi + + # These three variables are undocumented and unsupported, + # and are intended to be withdrawn in a future Autoconf release. diff --git a/www/clisp-fastcgi/patches/patch-ab b/www/clisp-fastcgi/patches/patch-ab new file mode 100644 index 00000000000..4b9869ac0e2 --- /dev/null +++ b/www/clisp-fastcgi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2010/07/09 19:22:59 asau Exp $ + +--- modules/fastcgi/Makefile.in.orig 2010-04-16 11:36:33.000000000 +0400 ++++ modules/fastcgi/Makefile.in 2010-07-09 12:50:26.000000000 +0400 +@@ -6,7 +6,7 @@ + srcdir = @srcdir@ + CC = @CC@ + CPPFLAGS = @CPPFLAGS@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CLISP_CFLAGS@ + CLISP = @CLISP@ -norc -q + CLISP_LINKKIT = @CLISP_LINKKIT@ + |