notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
cl-split-sequence-sbcl Partitioning Common Lisp sequences
2.0.1.3_4,1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.1.3_3,1Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-09-28 10:35:32
Last Update: 2025-04-03 06:11:08
Commit Hash: a1a368f
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: lisp
License: PD
WWW:
https://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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/cl-split-sequence-sbcl-2.0.1.3_4,1/catalog.mk
  2. /usr/local/share/licenses/cl-split-sequence-sbcl-2.0.1.3_4,1/LICENSE
  3. /usr/local/share/licenses/cl-split-sequence-sbcl-2.0.1.3_4,1/PD
Collapse this list.
Dependency lines:
  • cl-split-sequence-sbcl>0:devel/cl-split-sequence-sbcl
To install the port:
cd /usr/ports/devel/cl-split-sequence-sbcl/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cl-split-sequence-sbcl
  • pkg install cl-split-sequence-sbcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cl-split-sequence-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):
cl-split-sequence-sbcl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.0.1.3_3,1--2.0.1.3_3,1---
FreeBSD:13:quarterly-2.0.1.3_1,1--2.0.1.3_1,1---
FreeBSD:14:latest-2.0.1.3_3,1--2.0.1.3_3,1---
FreeBSD:14:quarterly-2.0.1.3_1,1--2.0.1.3_1,1---
FreeBSD:15:latest-2.0.1.3_3,1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. split-sequence.asd : devel/cl-split-sequence
  2. sbcl : lang/sbcl
Runtime dependencies:
  1. split-sequence.asd : devel/cl-split-sequence
  2. sbcl : lang/sbcl
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cl-split-sequence-sbcl
USES:
cl
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20011114.1_5
23 Apr 2012 09:27:42
Original commit files touched by this commit
bf search for other commits by this committer
update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
20011114.1_4
24 Jan 2012 14:10:45
Original commit files touched by this commit
bf search for other commits by this committer
update lang/sbcl to 1.0.55, and adjust dependent ports
20011114.1_3
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
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_3
16 Aug 2011 21:00:30
Original commit files touched by this commit
olgeni search for other commits by this committer
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf.
20011114.1_2
20 Jul 2011 19:40:38
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: fails to build

Reported by:    pointyhat
20011114.1_2
20 Jan 2010 12:40:13
Original commit files touched by this commit
olgeni search for other commits by this committer
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_1
16 Jan 2010 11:13:23
Original commit files touched by this commit
olgeni search for other commits by this committer
Remove unused MASTER_SITES on FASL binary ports, since they only
build sources installed by dependencies.
20011114.1_1
15 Jan 2010 12:13:45
Original commit files touched by this commit Sanity Test Failure
olgeni search for other commits by this committer
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
13 Jan 2010 00:20:58
Original commit files touched by this commit
olgeni search for other commits by this committer
Remove dependencies on obsolete cl-asdf-sbcl port.
20011114.1
12 Jan 2010 21:32:07
Original commit files touched by this commit
olgeni search for other commits by this committer
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
20011114.1
11 Jan 2010 23:50:03
Original commit files touched by this commit
olgeni search for other commits by this committer
Take over a few unmaintained ports.
20011114.1
25 Nov 2005 22:46:45
Original commit files touched by this commit
linimon search for other commits by this committer
Remove dead mastersites per distfile survey.
20011114.1
16 Oct 2005 14:48:09
Original commit files touched by this commit
vs search for other commits by this committer
Populate virtual category "lisp"

PR:             ports/86370
Submitted by:   Julian Stecklina
Approved by:    portmgr (linimon)
20011114.1
15 Oct 2005 05:12:01
Original commit files touched by this commit
linimon search for other commits by this committer
Fix typo.
20011114.1
06 Dec 2004 07:19:28
Original commit files touched by this commit
kris search for other commits by this committer
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:34:41
Original commit files touched by this commit
edwin search for other commits by this committer
New Port: Splitting Common Lisp Sequences (SBCL Binaries)

        split-sequence binaries for lang/sbcl

PR:             ports/52374
Submitted by:   Henrik Motakef <henrik.motakef@web.de>

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2