Port details |
- cl-meta-sbcl Parser generator for Common Lisp
- 0.1_93,1 textproc =2 0.1_89,1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2003-09-28 10:22:34
- Last Update: 2024-12-20 02:31:48
- Commit Hash: 4c954c1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 SBCL.
- ¦ ¦ ¦ ¦
- 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-sbcl>0:textproc/cl-meta-sbcl
- To install the port:
- cd /usr/ports/textproc/cl-meta-sbcl/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/cl-meta-sbcl
- pkg install cl-meta-sbcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-meta-sbcl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meta.asd : textproc/cl-meta
- sbcl : lang/sbcl
- Runtime dependencies:
-
- meta.asd : textproc/cl-meta
- sbcl : lang/sbcl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_cl-meta-sbcl
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1_2,1 20 Jul 2011 19:40:38 |
pav |
- Mark BROKEN: fails to build
Reported by: pointyhat |
0.1_2,1 20 Apr 2011 12:58:41 |
olgeni |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin |
0.1_2 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_1 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_1 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 13 Jan 2010 00:20:58 |
olgeni |
Remove dependencies on obsolete cl-asdf-sbcl port. |
0.1 12 Jan 2010 21:33:49 |
olgeni |
Sync version with source port (cl-meta). |
20011114.1 12 Jan 2010 21:32:07 |
olgeni |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
20011114.1 11 Jan 2010 23:50:03 |
olgeni |
Take over a few unmaintained ports. |
20011114.1 25 Nov 2005 22:50:35 |
linimon |
Remove dead mastersites per distfile survey. |
20011114.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 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 28 Sep 2003 10:21:23 |
edwin |
New Port: Common Lisp Parser Generator (SBCL Binaries)
cl-meta binaries for lang/sbcl
PR: ports/52362
Submitted by: Henrik Motakef <henrik.motakef@web.de> |