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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
swank-clojure Swank/SLIME support for Clojure
1.2.1 devel on this many watch lists=0 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.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-06-17 13:31:57
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: java lisp
License: not specified in port
WWW:
https://github.com/technomancy/swank-clojure
Description:
Swank Clojure is a server that allows SLIME (the Superior Lisp Interaction Mode for Emacs) to connect to Clojure projects. To use it you must launch a swank server, then connect to it from within Emacs using M-x slime-connect. For example: (ns user (:use [swank.swank :as swank])) (clojure.main/with-bindings (swank/ignore-protocol-version "2010-06-04") (swank/start-server "/dev/null" :port 4005)) Just replace "user" with your preferred namespace.
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 (1 items)
Collapse this list.
  1. share/java/classes/swank-clojure-1.2.1.jar
Collapse this list.
Dependency lines:
  • swank-clojure>0:devel/swank-clojure
To install the port:
cd /usr/ports/devel/swank-clojure/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/swank-clojure
  • pkg install swank-clojure
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: swank-clojure
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (technomancy-swank-clojure-1.2.1_GH0.tar.gz) = 1bc84eea7ad2587cdb3dff241f3e2646dff53c22c24f39b7902779d86c26725f SIZE (technomancy-swank-clojure-1.2.1_GH0.tar.gz) = 45107

Packages (timestamps in pop-ups are UTC):
swank-clojure
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.11.2.1-1.2.11.2.1---
FreeBSD:13:quarterly1.2.11.2.11.2.11.2.11.2.1-1.2.11.2.1
FreeBSD:14:latest1.2.11.2.11.2.1-1.2.1--1.2.1
FreeBSD:14:quarterly1.2.11.2.1--1.2.1-1.2.11.2.1
FreeBSD:15:latest1.2.11.2.1n/a-n/a-1.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.
Build dependencies:
  1. java : java/openjdk8
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_swank-clojure
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/olgeni/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/olgeni/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/olgeni/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/olgeni/
  5. https://codeload.github.com/technomancy/swank-clojure/tar.gz/1.2.1?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
1.2.1
04 Jul 2015 00:59:54
Revision:391290Original commit files touched by this commit
olgeni search for other commits by this committer
Use https in WWW tag.
1.2.1
11 May 2015 20:53:02
Revision:386102Original commit files touched by this commit
mat search for other commits by this committer
Fix.

Sponsored by:	Absolight
1.2.1
11 May 2015 18:34:58
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
1.2.1
06 Feb 2014 23:11:59
Revision:343172Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.2.1
20 Sep 2013 17:17:45
Revision:327726Original 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:
devel part 4)
1.2.1
26 Jan 2013 15:03:49
Revision:311019Original commit files touched by this commit
olgeni search for other commits by this committer
Convert Makefile headers to the new format in my ports (round #2).
1.2.1
10 Dec 2012 11:25:28
Revision:308600Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA=	1.5+ (part1)
1.2.1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.2.1
03 Sep 2010 12:33:25
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.2.1.

Add a local mirror since the main site gives 404s every now and then.
1.2.0_1
30 Aug 2010 16:17:44
Original commit files touched by this commit
olgeni search for other commits by this committer
Zip version of source files disappeared from site: use official tar.gz format
instead.

Switch to using DISTNAME while I'm here.

Noticed by:     erwin
1.2.0
30 Aug 2010 11:47:35
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.2.0.
1.1.0
17 Jun 2010 13:27:18
Original commit files touched by this commit
olgeni search for other commits by this committer
Add swank-clojure, a server that allows SLIME (the Superior Lisp
Interaction Mode for Emacs) to connect to Clojure projects.

Number of commits found: 17