x11/cl-clx-sbcl: Re-add after deletion in 2013
This commit is contained in:
parent
060310a288
commit
9ce6fcc089
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448232
4 changed files with 31 additions and 1 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
24
x11/cl-clx-sbcl/Makefile
Normal file
24
x11/cl-clx-sbcl/Makefile
Normal file
|
@ -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>
|
6
x11/cl-clx-sbcl/pkg-descr
Normal file
6
x11/cl-clx-sbcl/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue