Index: head/converters/cl-babel-sbcl/Makefile =================================================================== --- head/converters/cl-babel-sbcl/Makefile (revision 486774) +++ head/converters/cl-babel-sbcl/Makefile (revision 486775) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Charset encoding/decoding library written in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes ASDF_MODULES= babel babel-streams .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-alexandria-sbcl/Makefile =================================================================== --- head/devel/cl-alexandria-sbcl/Makefile (revision 486774) +++ head/devel/cl-alexandria-sbcl/Makefile (revision 486775) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of portable public domain utilities for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-infix-sbcl/Makefile =================================================================== --- head/devel/cl-infix-sbcl/Makefile (revision 486774) +++ head/devel/cl-infix-sbcl/Makefile (revision 486775) @@ -1,24 +1,24 @@ # Created by: Pedro F Giffuni # $FreeBSD$ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp macro to read math statements in infix notation BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:devel/cl-infix RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:devel/cl-infix NO_CDROM= No fees or compensation can be charged USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-port-sbcl/Makefile =================================================================== --- head/devel/cl-port-sbcl/Makefile (revision 486774) +++ head/devel/cl-port-sbcl/Makefile (revision 486775) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:devel/cl-port RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:devel/cl-port USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-split-sequence-sbcl/Makefile =================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile (revision 486774) +++ head/devel/cl-split-sequence-sbcl/Makefile (revision 486775) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Partitioning Common Lisp sequences BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-trivial-features-sbcl/Makefile =================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile (revision 486774) +++ head/devel/cl-trivial-features-sbcl/Makefile (revision 486775) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Ensures consistent *FEATURES* in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/devel/cl-trivial-gray-streams-sbcl/Makefile =================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile (revision 486774) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile (revision 486775) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Thin compatibility layer for Gray streams BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/security/cl-md5-sbcl/Makefile =================================================================== --- head/security/cl-md5-sbcl/Makefile (revision 486774) +++ head/security/cl-md5-sbcl/Makefile (revision 486775) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Native MD5 implementation in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5 RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5 USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/textproc/cl-meta-sbcl/Makefile =================================================================== --- head/textproc/cl-meta-sbcl/Makefile (revision 486774) +++ head/textproc/cl-meta-sbcl/Makefile (revision 486775) @@ -1,23 +1,23 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 30 +PORTREVISION= 31 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Parser generator for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/textproc/cl-ppcre-sbcl/Makefile =================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile (revision 486774) +++ head/textproc/cl-ppcre-sbcl/Makefile (revision 486775) @@ -1,21 +1,21 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= textproc lisp DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/www/cl-lml-sbcl/Makefile =================================================================== --- head/www/cl-lml-sbcl/Makefile (revision 486774) +++ head/www/cl-lml-sbcl/Makefile (revision 486775) @@ -1,22 +1,22 @@ # Created by: Henrik Motakef # $FreeBSD$ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp Markup Language BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Index: head/x11/cl-clx-sbcl/Makefile =================================================================== --- head/x11/cl-clx-sbcl/Makefile (revision 486774) +++ head/x11/cl-clx-sbcl/Makefile (revision 486775) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 11 +PORTREVISION= 12 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 Index: head/x11-wm/stumpwm/Makefile =================================================================== --- head/x11-wm/stumpwm/Makefile (revision 486774) +++ head/x11-wm/stumpwm/Makefile (revision 486775) @@ -1,87 +1,87 @@ # Created by: Alejandro Pulver # $FreeBSD$ PORTNAME= stumpwm DISTVERSION= 18.05 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org COMMENT= Tiling, keyboard driven Window Manager written in Common Lisp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cl-alexandria>=0:devel/cl-alexandria \ cl-alexandria-sbcl>=0:devel/cl-alexandria-sbcl \ cl-clx>=0:x11/cl-clx \ cl-clx-sbcl>=0:x11/cl-clx-sbcl \ cl-ppcre>=0:textproc/cl-ppcre \ cl-ppcre-sbcl>=0:textproc/cl-ppcre-sbcl \ texinfo>=0:print/texinfo RUN_DEPENDS= cl-alexandria>=0:devel/cl-alexandria \ cl-alexandria-sbcl>=0:devel/cl-alexandria-sbcl \ cl-clx>=0:x11/cl-clx \ cl-clx-sbcl>=0:x11/cl-clx-sbcl \ cl-ppcre>=0:textproc/cl-ppcre \ cl-ppcre-sbcl>=0:textproc/cl-ppcre-sbcl USE_GITHUB= yes GH_TAGNAME= 49fdf94 USE_SBCL= yes PLIST_SUB= ASDF_PATHNAME="${ASDF_PATHNAME:S,^${PREFIX}/,,}" \ ASDF_REGISTRY="${ASDF_REGISTRY:S,^${PREFIX}/,,}" SUB_FILES= stumpwm SUB_LIST= ASDF_REGISTRY=${ASDF_REGISTRY} \ SBCL=${SBCL} INFO= ${PORTNAME} PORTDOCS= AUTHORS COPYING HACKING NEWS README.md PORTEXAMPLES= sample-stumpwmrc.lisp OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${CP} ${WRKSRC}/load-stumpwm.lisp.in ${WRKSRC}/load-stumpwm.lisp @${REINPLACE_CMD} -e 's|@STUMPWM_ASDF_DIR@|${ASDF_PATHNAME}|' \ ${WRKSRC}/load-stumpwm.lisp ${CP} ${WRKSRC}/make-image.lisp.in ${WRKSRC}/make-image.lisp @${REINPLACE_CMD} -e 's|@MODULE_DIR@|${DATADIR}|' \ ${WRKSRC}/make-image.lisp do-build: (cd ${WRKSRC} && \ CL_SOURCE_REGISTRY="${WRKSRC}" \ ASDF_OUTPUT_TRANSLATIONS="/:" \ ${SBCL} \ --eval "(asdf:oos 'asdf:compile-op :${PORTNAME})" \ --eval "(load \"load-stumpwm.lisp\")" \ --eval "(load \"manual.lisp\")" \ --eval "(stumpwm::generate-manual)" \ --eval "(sb-ext:quit)" && \ makeinfo stumpwm.texi) do-install: @${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} \ ${STAGEDIR}${ASDF_REGISTRY} \ ${STAGEDIR}${ASDF_PATHNAME}/sbclfasl ${INSTALL_SCRIPT} ${WRKDIR}/stumpwm ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/.dir-locals.el ${WRKSRC}/${PORTNAME}.asd \ ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME} ${INSTALL_DATA} ${WRKSRC}/*.fasl ${STAGEDIR}${ASDF_PATHNAME}/sbclfasl ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.info \ ${STAGEDIR}${PREFIX}/${INFO_PATH} @${RLN} ${STAGEDIR}${ASDF_PATHNAME}/${PORTNAME}.asd \ ${STAGEDIR}${ASDF_REGISTRY} do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}/${EXAMPLESDIR} .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include