Port details |
- cl-ppcre-sbcl Portable Perl-Compatible Regular Expression for Common Lisp
- 2.1.2_10 textproc =2 2.1.2_10Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2003-09-28 10:32:03
- Last Update: 2024-12-30 12:16:48
- Commit Hash: 438578c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: lisp
- License: BSD2CLAUSE
- WWW:
- http://www.weitz.de/cl-ppcre/
- Description:
- CL-PPCRE is a fast, Perl compatible implementation of regular expressions
written in portable, ANSI-compliant 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 - Dependency lines:
-
- cl-ppcre-sbcl>0:textproc/cl-ppcre-sbcl
- To install the port:
- cd /usr/ports/textproc/cl-ppcre-sbcl/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/cl-ppcre-sbcl
- pkg install cl-ppcre-sbcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-ppcre-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:
-
- cl-ppcre.asd : textproc/cl-ppcre
- sbcl : lang/sbcl
- Runtime dependencies:
-
- cl-ppcre.asd : textproc/cl-ppcre
- sbcl : lang/sbcl
- This port is required by:
- for Build
-
- x11-wm/stumpwm
Configuration Options:
- No options to configure
- Options name:
- textproc_cl-ppcre-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 |
2.0.3_2 24 Jan 2012 14:10:45 |
bf |
update lang/sbcl to 1.0.55, and adjust dependent ports |
2.0.3_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 |
2.0.3_1 16 Aug 2011 21:00:30 |
olgeni |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf. |
2.0.3 20 Jul 2011 19:40:38 |
pav |
- Mark BROKEN: fails to build
Reported by: pointyhat |
2.0.3 08 Oct 2010 15:05:40 |
olgeni |
Upgrade to version 2.0.3.
Obtained from: swell.k gmail com |
0.5.4_2 04 Aug 2010 14:11:56 |
olgeni |
Clean up my pkg-descr files (spelling and whitespace). |
0.5.4_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.5.4_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.5.4_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.5.4 13 Jan 2010 00:20:58 |
olgeni |
Remove dependencies on obsolete cl-asdf-sbcl port. |
0.5.4 12 Jan 2010 21:32:07 |
olgeni |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
0.5.4 11 Jan 2010 23:50:03 |
olgeni |
Take over a few unmaintained ports. |
0.5.4 16 Oct 2005 14:48:09 |
vs |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
0.5.4 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) |
0.5.4 28 Sep 2003 10:29:59 |
edwin |
New Port: Portable Perl-Compatible Regexps for Common Lisp (SBCL Binaries)
cl-ppcre binaries for lang/sbcl
PR: ports/52370
Submitted by: Henrik Motakef <henrik.motakef@web.de> |