aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2017-08-18 21:50:49 +0800
committerjrm <jrm@FreeBSD.org>2017-08-18 21:50:49 +0800
commite29c06fe69f69d3d86b2c86b5d85f565efd5471e (patch)
treedef6543d6cd02da5e929540e5f89943b9f973068
parentbaef7d4a3c0fbfa15affbcc10b849d34b1511d05 (diff)
downloadfreebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.tar.gz
freebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.tar.zst
freebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.zip
x11/cl-clx-sbcl: Re-add after deletion in 2013
-rw-r--r--MOVED1
-rw-r--r--x11/Makefile1
-rw-r--r--x11/cl-clx-sbcl/Makefile24
-rw-r--r--x11/cl-clx-sbcl/pkg-descr6
4 files changed, 31 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index 6e0e7e48e0b1..95152b43de86 100644
--- a/MOVED
+++ b/MOVED
@@ -4820,7 +4820,6 @@ news/lottanzb||2013-08-27|Has expired: Broken for more than 6 months
textproc/xaira||2013-08-27|Has expired: Broken for more than 6 months
graphics/f90gl||2013-08-27|Has expired: Broken for more than 6 months
multimedia/linux-gspca-kmod||2013-08-27|Has expired: Broken for more than 6 months
-x11/cl-clx-sbcl||2013-08-27|Has expired: Broken for more than 6 months
math/dislin||2013-08-27|Has expired: Broken for more than 6 months
irc/smuxi||2013-08-27|Has expired: Broken for more than 6 months
java/icedtea6-stubs||2013-08-27|Has expired: Broken for more than 6 months
diff --git a/x11/Makefile b/x11/Makefile
index 866ed1964367..c987f52a4a0a 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -33,6 +33,7 @@
SUBDIR += cinnamon-screensaver
SUBDIR += cinnamon-session
SUBDIR += cl-clx
+ SUBDIR += cl-clx-sbcl
SUBDIR += compositeproto
SUBDIR += controllermap
SUBDIR += cool-retro-term
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
new file mode 100644
index 000000000000..16124d288d56
--- /dev/null
+++ b/x11/cl-clx-sbcl/Makefile
@@ -0,0 +1,24 @@
+# Created by: Anonymous
+# $FreeBSD$
+
+PORTNAME= clx
+PORTVERSION= 0.7.4
+CATEGORIES= x11 lisp
+PKGNAMEPREFIX= cl-
+PKGNAMESUFFIX= -sbcl
+DISTFILES= # none
+
+MAINTAINER= jrm@FreeBSD.org
+COMMENT= X11 client library for Common Lisp
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
+RUN_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
+
+USE_ASDF_FASL= yes
+FASL_TARGET= sbcl
+FASL_BUILD= yes
+
+.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
+.include <bsd.port.mk>
diff --git a/x11/cl-clx-sbcl/pkg-descr b/x11/cl-clx-sbcl/pkg-descr
new file mode 100644
index 000000000000..185faff10d6f
--- /dev/null
+++ b/x11/cl-clx-sbcl/pkg-descr
@@ -0,0 +1,6 @@
+CLX is to Common Lisp as Xlib is to C - it provides low-level X calls
+on top of which a Graphics Toolkit can be based.
+
+This package contains the fasl files generated by SBCL.
+
+WWW: http://www.cliki.net/CLX