Index: head/devel/cl-infix-sbcl/Makefile =================================================================== --- head/devel/cl-infix-sbcl/Makefile (revision 247969) +++ head/devel/cl-infix-sbcl/Makefile (revision 247970) @@ -1,31 +1,27 @@ # New ports collection Makefile for: cl-infix-sbcl # Date created: 13 Feb 2006 # Whom: Pedro F Giffuni # # $FreeBSD$ PORTNAME= infix PORTVERSION= 19960628 PORTREVISION= 1 CATEGORIES= devel lisp -MASTER_SITES= http://ftp.linux.org.uk/pub/lisp/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://thingamy.com/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A lisp macro to read math statements in infix notation BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port 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 Property changes on: head/devel/cl-infix-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/cl-port-clisp/Makefile =================================================================== --- head/devel/cl-port-clisp/Makefile (revision 247969) +++ head/devel/cl-port-clisp/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-port-clisp # Date created: 12 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= port PORTVERSION= 2002.10.02.1 PORTREVISION= 3 CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/devel/cl-port-clisp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/cl-port-sbcl/Makefile =================================================================== --- head/devel/cl-port-sbcl/Makefile (revision 247969) +++ head/devel/cl-port-sbcl/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-port-sbcl # Date created: 12 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= port PORTVERSION= 2002.10.02.1 PORTREVISION= 1 CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/devel/cl-port-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/cl-split-sequence-clisp/Makefile =================================================================== --- head/devel/cl-split-sequence-clisp/Makefile (revision 247969) +++ head/devel/cl-split-sequence-clisp/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-split-sequence-clisp # Date created: 12 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= split-sequence PORTVERSION= 20011114.1 PORTREVISION= 3 CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Partitioning Common Lisp sequences BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/devel/cl-split-sequence-clisp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/cl-split-sequence-sbcl/Makefile =================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile (revision 247969) +++ head/devel/cl-split-sequence-sbcl/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-split-sequence-sbcl # Date created: 12 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= split-sequence PORTVERSION= 20011114.1 PORTREVISION= 1 CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Partitioning Common Lisp sequences BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/devel/cl-split-sequence-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/textproc/cl-meta-clisp/Makefile =================================================================== --- head/textproc/cl-meta-clisp/Makefile (revision 247969) +++ head/textproc/cl-meta-clisp/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-meta-clisp # Date created: 20. March 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= meta PORTVERSION= 0.1 PORTREVISION= 3 CATEGORIES= textproc lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A parser generator for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/textproc/cl-meta-clisp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/textproc/cl-meta-sbcl/Makefile =================================================================== --- head/textproc/cl-meta-sbcl/Makefile (revision 247969) +++ head/textproc/cl-meta-sbcl/Makefile (revision 247970) @@ -1,28 +1,25 @@ # New ports collection Makefile for: cl-meta-sbcl # Date created: 16 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= meta PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= textproc lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A parser generator for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/textproc/cl-meta-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/textproc/cl-ppcre-clisp/Makefile =================================================================== --- head/textproc/cl-ppcre-clisp/Makefile (revision 247969) +++ head/textproc/cl-ppcre-clisp/Makefile (revision 247970) @@ -1,25 +1,24 @@ # New ports collection Makefile for: cl-ppcre-clisp # Date created: 16 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= cl-ppcre PORTVERSION= 0.5.4 PORTREVISION= 3 CATEGORIES= textproc lisp -MASTER_SITES= http://weitz.de/files/ 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:${PORTSDIR}/textproc/cl-ppcre RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/textproc/cl-ppcre-clisp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/textproc/cl-ppcre-sbcl/Makefile =================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile (revision 247969) +++ head/textproc/cl-ppcre-sbcl/Makefile (revision 247970) @@ -1,25 +1,24 @@ # New ports collection Makefile for: cl-ppcre-sbcl # Date created: 16 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= cl-ppcre PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= textproc lisp -MASTER_SITES= http://weitz.de/files/ 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:${PORTSDIR}/textproc/cl-ppcre RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/textproc/cl-ppcre-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/cl-lml-sbcl/Makefile =================================================================== --- head/www/cl-lml-sbcl/Makefile (revision 247969) +++ head/www/cl-lml-sbcl/Makefile (revision 247970) @@ -1,26 +1,25 @@ # New ports collection Makefile for: cl-lml-sbcl # Date created: 18 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= lml PORTVERSION= 2.5.7 PORTREVISION= 1 CATEGORIES= www textproc -MASTER_SITES= http://files.b9.com/lml/ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Lisp Markup Language BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Property changes on: head/www/cl-lml-sbcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property