From 9ce6fcc08922ab2651cf0a8f08c464d33decc044 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Fri, 18 Aug 2017 13:50:49 +0000 Subject: [PATCH] x11/cl-clx-sbcl: Re-add after deletion in 2013 --- MOVED | 1 - x11/Makefile | 1 + x11/cl-clx-sbcl/Makefile | 24 ++++++++++++++++++++++++ x11/cl-clx-sbcl/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 x11/cl-clx-sbcl/Makefile create mode 100644 x11/cl-clx-sbcl/pkg-descr 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 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