Port details |
- cl-split-sequence-clisp Partitioning Common Lisp sequences
- 20011114.1_5 devel
=1 20011114.1_5Version 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:49:11
- 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://www.cliki.net/SPLIT-SEQUENCE
- Description:
- split-sequence is a small library to split sequences in to a list of
subsequences delimited by an object satisfying a test function. It is
a member of the Common Lisp Utilities family of programs, designed by
community consensus.
WWW: http://www.cliki.net/SPLIT-SEQUENCE
-
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-split-sequence-clisp>0:devel/cl-split-sequence-clisp
- No installation instructions:
- This port has been deleted.
- PKGNAME: cl-split-sequence-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:
-
- split-sequence.asd : devel/cl-split-sequence
- clisp : lang/clisp
- asdf.fasl : devel/cl-asdf-clisp
- Runtime dependencies:
-
- split-sequence.asd : devel/cl-split-sequence
- 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 |
20011114.1_5 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 |
20011114.1_5 05 Jun 2014 18:27:36 |
antoine |
Fix typo |
20011114.1_5 05 Jun 2014 18:20:50 |
antoine |
Chase lang/clisp expiration date
With hat: portmgr |
20011114.1_5 15 Feb 2014 16:26:49 |
antoine |
Stage support |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
20011114.1_5 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
20011114.1_5 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 |
20011114.1_5 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
20011114.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). |
20011114.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. |
20011114.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. |
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 13:21:59 |
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:46:45 |
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 15 Oct 2005 05:12:01 |
linimon |
Fix typo. |
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:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20011114.1 03 Oct 2003 07:47:10 |
foxfair |
Add cl-split-sequence-clisp 20011114.1, partinitoning Common Lisp
sequences.
split-sequence is a small library to split sequences in to a list of
subsequences delimited by an object satisfying a test function. It is
a member of the Common Lisp Utilities family of programs, designed by
community consensus.
PR: 52376
Submitted by: Henrik Motakef <henrik.motakef@web.de> |