Port details |
- cl-meta-clisp Parser generator for Common Lisp
- 0.1_5,1 textproc
=1 0.1_5,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated lang/clisp
This port expired on: 2014-07-28
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2003-10-03 07:28:46
- Last Update: 2014-07-28 16:38:08
- SVN Revision: 363198
- People watching this port, also watch:: sysmon, nettle, p5-XML-Writer
- Also Listed In: lisp
- License: not specified in port
- WWW:
- http://home.pipeline.com/~hbaker1/Prag-Parse.html
- Description:
- META is builder for recursive descent parsers implemented as a domain
specific language on top of Common Lisp.
This package installs binaries for CLISP.
WWW: http://home.pipeline.com/~hbaker1/Prag-Parse.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- cl-meta-clisp>0:textproc/cl-meta-clisp
- No installation instructions:
- This port has been deleted.
- PKGNAME: cl-meta-clisp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meta.asd : textproc/cl-meta
- clisp : lang/clisp
- asdf.fasl : devel/cl-asdf-clisp
- Runtime dependencies:
-
- meta.asd : textproc/cl-meta
- clisp : lang/clisp
- asdf.fasl : devel/cl-asdf-clisp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1_5,1 28 Jul 2014 16:38:08 |
rene |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
0.1_5,1 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
0.1_5,1 05 Jun 2014 18:27:36 |
antoine |
Fix typo |
0.1_5,1 05 Jun 2014 18:20:50 |
antoine |
Chase lang/clisp expiration date
With hat: portmgr |
0.1_5,1 15 Feb 2014 18:38:41 |
antoine |
Stage support |
0.1_5,1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.1_5,1 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
0.1_5,1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.1_5,1 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
0.1_4,1 20 Apr 2011 12:58:41 |
olgeni |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin |
0.1_4 23 Jul 2010 13:14:09 |
olgeni |
Unbreak by patching installed Lisp source file in textproc/cl-meta
(see commit message for textproc/cl-meta/Makefile 1.9)
Noticed by: QAT via itetcu, pointyhat via pav |
0.1_4 16 Jun 2010 17:29:50 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
0.1_4 20 Jan 2010 12:40:13 |
olgeni |
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).
Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.
Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.
All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped). |
0.1_3 16 Jan 2010 11:13:23 |
olgeni |
Remove unused MASTER_SITES on FASL binary ports, since they only
build sources installed by dependencies. |
0.1_3 15 Jan 2010 12:13:45 |
olgeni |
Remove redundant code and variables from the cl-* ports.
Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.
Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.
This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication. |
0.1_2 12 Jan 2010 21:33:49 |
olgeni |
Sync version with source port (cl-meta). |
20011114.1_2 12 Jan 2010 21:32:07 |
olgeni |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
20011114.1_2 11 Jan 2010 23:50:03 |
olgeni |
Take over a few unmaintained ports. |
20011114.1_2 06 Jun 2008 14:05:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
20011114.1_1 25 Nov 2005 22:50:35 |
linimon |
Remove dead mastersites per distfile survey. |
20011114.1_1 16 Oct 2005 14:48:09 |
vs |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
20011114.1_1 06 Dec 2004 07:19:28 |
kris |
Reset bouncing maintainer address:
<henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
<henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to
RCPT TO command) |
20011114.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
20011114.1 03 Oct 2003 07:27:06 |
foxfair |
Add cl-meta-clisp 20011114.1, a parser generator for Common Lisp.
META is builder for recursive descent parsers implemented as a domain
specific language on top of Common Lisp.
PR: 52364
Submitted by: Henrik Motakef <henrik.motakef@web.de> |