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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
slisp Simple Lisp interpreter
1.2_2 lang on this many watch lists=1 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 1.2_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-08-29 09:39:06
Last Update: 2024-02-24 16:24:04
Commit Hash: c1382a2
People watching this port, also watch:: ghc, python
Also Listed In: lisp
License: BSD2CLAUSE
WWW:
http://www.sigala.it/sandro/software.php
Description:
SLisp is a simple Lisp interpreter that implements most of the common Lisp constructs in a few hundred lines of C code. It may be useful for learning the basis of the Lisp language.
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 (5 items)
Collapse this list.
  1. bin/slisp
  2. share/man/man1/slisp.1.gz
  3. /usr/local/share/licenses/slisp-1.2_2/catalog.mk
  4. /usr/local/share/licenses/slisp-1.2_2/LICENSE
  5. /usr/local/share/licenses/slisp-1.2_2/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • slisp>0:lang/slisp
To install the port:
cd /usr/ports/lang/slisp/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/slisp
  • pkg install slisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: slisp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (slisp-1.2.tar.gz) = 37d635f33d4b3df7dd23ae07d43550bf165817bd5440723ad9d4f89637ad5f58 SIZE (slisp-1.2.tar.gz) = 97188

Packages (timestamps in pop-ups are UTC):
slisp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2_21.2_21.2_11.2_21.2_2-1.2_1-
FreeBSD:13:quarterly1.2_11.2_11.2_11.2_11.2_11.2_11.2_11.2_1
FreeBSD:14:latest1.2_21.2_21.2_11.2_21.2_21.2_1-1.2_1
FreeBSD:14:quarterly1.2_11.2_1-1.2_11.2_11.2_11.2_11.2_1
FreeBSD:15:latest1.2_21.2_2n/a1.2_1n/a1.2_11.2_11.2_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. indexinfo : print/indexinfo
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_slisp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.sigala.it/sandro/files/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_2
24 Feb 2024 16:24:04
commit hash: c1382a23c3323f28bc40386d232d45bd64397e70commit hash: c1382a23c3323f28bc40386d232d45bd64397e70commit hash: c1382a23c3323f28bc40386d232d45bd64397e70commit hash: c1382a23c3323f28bc40386d232d45bd64397e70 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/slisp: Moved man to share/man

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_1
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2_1
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
1.2
24 Feb 2014 09:04:31
Revision:345787Original commit files touched by this commit
gahr search for other commits by this committer
- Remove article from COMMENT line
- Add LICENSE
1.2
02 Feb 2014 16:02:33
Revision:342322Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.2
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
1.2
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.2
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
1.2
14 Apr 2006 22:53:13
Original commit files touched by this commit
linimon search for other commits by this committer
Reset pat due to no response to email about his status.

Hat:    portmgr
1.2
22 Jan 2006 12:42:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.2
06 Dec 2005 22:50:54
Original commit files touched by this commit
edwin search for other commits by this committer
Use INFO macros
1.2
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)
1.2
09 Oct 2005 23:14:50
Original commit files touched by this commit
linimon search for other commits by this committer
Pacify distfile survey.
1.2
18 Mar 2004 02:27:55
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
1.2
07 Mar 2003 06:05:38
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
15 Nov 2001 03:59:42
commit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Maintainer is now committer so change to new email address.    
29 Aug 2001 13:39:06
commit hash: fp1.18077@dev.null.freshports.orgcommit hash: fp1.18077@dev.null.freshports.orgcommit hash: fp1.18077@dev.null.freshports.orgcommit hash: fp1.18077@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add slisp   A simple Lisp interpreter    

Number of commits found: 20