pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/clisp-fastcgi Import CLISP fastcgi module as www/c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/affd3c3aedbd
branches:  trunk
changeset: 577372:affd3c3aedbd
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Jul 09 19:22:59 2010 +0000

description:
Import CLISP fastcgi module as www/clisp-fastcgi.

diffstat:

 www/clisp-fastcgi/DESCR            |   1 +
 www/clisp-fastcgi/Makefile         |  20 ++++++++++++++++++++
 www/clisp-fastcgi/PLIST            |  10 ++++++++++
 www/clisp-fastcgi/distinfo         |   7 +++++++
 www/clisp-fastcgi/patches/patch-aa |  26 ++++++++++++++++++++++++++
 www/clisp-fastcgi/patches/patch-ab |  13 +++++++++++++
 6 files changed, 77 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/DESCR   Fri Jul 09 19:22:59 2010 +0000
@@ -0,0 +1,1 @@
+CLISP FastCGI module
diff -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/Makefile        Fri Jul 09 19:22:59 2010 +0000
@@ -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@localhost
+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 -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/PLIST   Fri Jul 09 19:22:59 2010 +0000
@@ -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 -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/distinfo        Fri Jul 09 19:22:59 2010 +0000
@@ -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 -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/patches/patch-aa        Fri Jul 09 19:22:59 2010 +0000
@@ -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 -r 82493906a669 -r affd3c3aedbd www/clisp-fastcgi/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clisp-fastcgi/patches/patch-ab        Fri Jul 09 19:22:59 2010 +0000
@@ -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@
+ 



Home | Main Index | Thread Index | Old Index