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
slib-guile SLIB installation for Guile
3b7 lang on this many watch lists=7 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 3b7Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-12-14 20:19:15
Last Update: 2023-10-24 13:08:28
Commit Hash: 5364831
People watching this port, also watch:: OpenSP, pcre, python
Also Listed In: scheme
License: not specified in port
WWW:
https://people.csail.mit.edu/jaffer/SLIB.html
Description:
To use the features offered by the SLIB library, add the following construct to your programs: (use-modules (ice-9 slib))
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
There is no configure plist information for this port.
Dependency lines:
  • slib-guile22>0:lang/slib-guile
To install the port:
cd /usr/ports/lang/slib-guile/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/slib-guile
  • pkg install slib-guile22
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: slib-guile22
Package flavors (<flavor>: <package>)
  • guile22: slib-guile22
  • guile18: slib-guile18
  • guile30: slib-guile30
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
slib-guile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3b4---3b4-
FreeBSD:13:quarterly--3b6_2-----
FreeBSD:14:latest-------3b6_2
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

slib-guile18
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3b73b7-3b73b7---
FreeBSD:13:quarterly3b73b7-3b73b73b73b73b7
FreeBSD:14:latest3b73b7-3b73b7---
FreeBSD:14:quarterly3b73b7-3b73b73b73b73b7
FreeBSD:15:latest3b73b7n/a3b7n/a3b73b73b7
FreeBSD:15:quarterly--n/a-n/a---
 

slib-guile22
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3b73b7-3b73b7---
FreeBSD:13:quarterly3b73b7-3b73b73b7-3b7
FreeBSD:14:latest3b73b7-3b73b7---
FreeBSD:14:quarterly3b73b7-3b73b7--3b7
FreeBSD:15:latest3b73b7n/a3b7n/a--3b7
FreeBSD:15:quarterly--n/a-n/a---
 

slib-guile30
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3b73b7-3b73b7---
FreeBSD:13:quarterly3b73b7-3b73b7-3b73b7
FreeBSD:14:latest3b73b7-3b73b7---
FreeBSD:14:quarterly3b73b7-3b73b7-3b73b7
FreeBSD:15:latest3b73b7n/a3b7n/a-3b73b7
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. require.scm : lang/slib
  2. guile-2.2 : lang/guile2
Runtime dependencies:
  1. require.scm : lang/slib
  2. guile-2.2 : lang/guile2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_slib-guile
USES:
guile:1.8,2.2,3.0,flavors,build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3b7
24 Oct 2023 13:08:28
commit hash: 536483130b53f54fbec2b86634870702108096e9commit hash: 536483130b53f54fbec2b86634870702108096e9commit hash: 536483130b53f54fbec2b86634870702108096e9commit hash: 536483130b53f54fbec2b86634870702108096e9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/slib-guile: Update version 3b6=>3b7
3b6_3
30 Jul 2023 22:59:04
commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Andrew "RhodiumToad" Gierth
*/*: adapt to new guile framework

 - change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
3b6_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3b6_1
20 Jul 2022 19:44:12
commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove '$MCom' tag

gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
3b6_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)
3b6_1
06 Jun 2021 16:33:58
commit hash: be575ef66bb77f44add7e9361896b0fa8e852a6acommit hash: be575ef66bb77f44add7e9361896b0fa8e852a6acommit hash: be575ef66bb77f44add7e9361896b0fa8e852a6acommit hash: be575ef66bb77f44add7e9361896b0fa8e852a6a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/slib-guile: Fix leftovers
3b6
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.
3b6
15 Feb 2021 20:36:07
Revision:565338Original commit files touched by this commit
bofh search for other commits by this committer
lang/slib-guile: Update version 3b4=>3b6

- Fix build with latest lang/guile
- Mark NO_ARCH
- Take MAINTAINERSHIP
3b4
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
3b4
05 Oct 2014 13:29:41
Revision:370066Original commit files touched by this commit
madpilot search for other commits by this committer
- Update slib and slib-guile to 3b4
- Fix build for lang/slib with new texinfo [1]
- Convert slib-guile @exec/@unexec directives to post install/deinstall scripts
- Add new port slib-guile2 based on slib-guile
- Remove dirrms

MFH:	2014Q4
3b3_1
10 Oct 2013 00:20:43
Revision:329950Original commit files touched by this commit
madpilot search for other commits by this committer
- Convert to staging
- Convert to USES=gmake
- Convert LIB_DEPENDS to new format
3b3_1
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)
3b3_1
21 Jan 2012 17:40:15
Original commit files touched by this commit
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
3b3_1
31 Jul 2011 15:07:08
Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Chase guile shared lib bump
- Add an entry to UPDATING
3b3
18 Aug 2010 20:04:09
Original commit files touched by this commit
decke search for other commits by this committer
- Update slib to 3b3

PR:             ports/148730
Submitted by:   Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:    beat (co-mentor)
3b2
19 Aug 2009 20:52:43
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3b2

PR:             ports/137926
Submitted by:   Steve Randall <srandall52@sbcglobal.net>
3b1
11 Aug 2009 04:23:00
Original commit files touched by this commit
danfe search for other commits by this committer
Fix the build.

Inspired by PR: ports/137151
3a4_2
06 Jun 2008 13:41:15
Original commit files touched by this commit
edwin search for other commits by this committer
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)
3a4_1
01 Mar 2008 06:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Chase guile update.

PR:             121137
Submitted by:   David Barksdale <amatus@gnu.org>
3a4
24 Jan 2007 16:19:21
Original commit files touched by this commit
pav search for other commits by this committer
- Sync with lang/slib to 3a4
3a3_3
14 Oct 2006 08:35:50
Original commit files touched by this commit
marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3a3
08 Jun 2006 15:43:43
Original commit files touched by this commit
lawrance search for other commits by this committer
Unbreak and sync version with slib.

Submitted by:   Robert Backhaus <robbak@robbak.com>
3a1
20 Feb 2006 01:28:02
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not install
3a1
21 Oct 2004 07:50:49
Original commit files touched by this commit
sergei search for other commits by this committer
- Reset maintainership to ports@FreeBSD.org

PR:             ports/72950
Submitted by:   Kimura Fuyuki (maintainer)
3a1
14 Dec 2003 20:18:35
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3a1
- Split into two ports - interpreter independent library and installation
  into guile
- Give maintainership to submitter

PR:             ports/56393, ports/59888
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>

Number of commits found: 25