summaryrefslogtreecommitdiff
path: root/net/clisp-rawsock
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-07-09 19:12:27 +0000
committerasau <asau@pkgsrc.org>2010-07-09 19:12:27 +0000
commit1ec26232343f8d1d3535beccacff6575304901b6 (patch)
treea60998211fb4093f61486292eedf77e691ed9688 /net/clisp-rawsock
parent0ccb8188c7c859b6ffb0335187ddb3b732661cd2 (diff)
downloadpkgsrc-1ec26232343f8d1d3535beccacff6575304901b6.tar.gz
Import CLISP rawsock module as net/clisp-rawsock.
Diffstat (limited to 'net/clisp-rawsock')
-rw-r--r--net/clisp-rawsock/DESCR1
-rw-r--r--net/clisp-rawsock/Makefile18
-rw-r--r--net/clisp-rawsock/PLIST11
-rw-r--r--net/clisp-rawsock/distinfo7
-rw-r--r--net/clisp-rawsock/patches/patch-aa26
-rw-r--r--net/clisp-rawsock/patches/patch-ab13
6 files changed, 76 insertions, 0 deletions
diff --git a/net/clisp-rawsock/DESCR b/net/clisp-rawsock/DESCR
new file mode 100644
index 00000000000..365cda0c640
--- /dev/null
+++ b/net/clisp-rawsock/DESCR
@@ -0,0 +1 @@
+CLISP rawsock module.
diff --git a/net/clisp-rawsock/Makefile b/net/clisp-rawsock/Makefile
new file mode 100644
index 00000000000..8b7435887c1
--- /dev/null
+++ b/net/clisp-rawsock/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $
+#
+
+CLISP_MODULE= rawsock
+
+PKGNAME= clisp-$(CLISP_MODULE)-$(CLISP_VERSION)
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
+
+MAINTAINER= asau@inbox.ru
+HOMEPAGE= http://clisp.cons.org/
+COMMENT= CLISP rawsock module
+
+MAKE_JOBS_SAFE= no
+
+.include "../../lang/clisp/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/clisp-rawsock/PLIST b/net/clisp-rawsock/PLIST
new file mode 100644
index 00000000000..f1cab056635
--- /dev/null
+++ b/net/clisp-rawsock/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $
+lib/clisp/dynmod/lib-rawsock.so
+lib/clisp/dynmod/rawsock.lisp
+lib/clisp/rawsock/Makefile
+lib/clisp/rawsock/demos/README
+lib/clisp/rawsock/demos/sniffer.lisp
+lib/clisp/rawsock/link.sh
+lib/clisp/rawsock/preload.lisp
+lib/clisp/rawsock/rawsock.o
+lib/clisp/rawsock/sock.fas
+lib/clisp/rawsock/sock.lisp
diff --git a/net/clisp-rawsock/distinfo b/net/clisp-rawsock/distinfo
new file mode 100644
index 00000000000..e880ded1d76
--- /dev/null
+++ b/net/clisp-rawsock/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/09 19:12:27 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) = 57ca93e90afba3ffc34070b7ba89211a481ea23f
+SHA1 (patch-ab) = 1fe17741e422c190e515ca5d126e198b8182a7de
diff --git a/net/clisp-rawsock/patches/patch-aa b/net/clisp-rawsock/patches/patch-aa
new file mode 100644
index 00000000000..b7efd0ae525
--- /dev/null
+++ b/net/clisp-rawsock/patches/patch-aa
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $
+
+Override ac_install_sh.
+
+--- modules/rawsock/configure.orig 2010-07-09 12:21:11.000000000 +0400
++++ modules/rawsock/configure 2010-07-09 12:21:37.000000000 +0400
+@@ -2381,19 +2381,6 @@
+ required=true
+ ${required} && test $cl_cv_have_clisp = no && as_fn_error "CLISP not found" "$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/net/clisp-rawsock/patches/patch-ab b/net/clisp-rawsock/patches/patch-ab
new file mode 100644
index 00000000000..16be0c36c16
--- /dev/null
+++ b/net/clisp-rawsock/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $
+
+--- modules/rawsock/Makefile.in.orig 2010-04-16 11:36:58.000000000 +0400
++++ modules/rawsock/Makefile.in 2010-07-09 12:22:32.000000000 +0400
+@@ -3,7 +3,7 @@
+ srcdir = @srcdir@
+ CC = @CC@
+ CPPFLAGS = @CPPFLAGS@
+-CFLAGS = @CFLAGS@
++CFLAGS = @CLISP_CFLAGS@
+ CLISP = @CLISP@ -norc -q
+ CLISP_LINKKIT = @CLISP_LINKKIT@
+