x11/cl-clx-sbcl: Re-add after deletion in 2013

This commit is contained in:
Joseph Mingrone 2017-08-18 13:50:49 +00:00
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
View file

@ -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

View file

@ -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
View 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>

View 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