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
kawa Java-based Scheme implementation
3.1.1_1 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 3.1.1Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-04-13 10:38:53
Last Update: 2024-03-09 20:01:29
Commit Hash: 47a7080
People watching this port, also watch:: jdictionary, sablevm, saxon
Also Listed In: java scheme
License: MIT
WWW:
https://www.gnu.org/software/kawa/
Description:
Kawa is a full Scheme implementation written in Java. With Kawa you can access Java objects, methods, fields and classes within your Scheme code. Scheme functions and files are compiled into optimized Java byte-code, allowing you to write Java applications, applets, classes, and servlets in Scheme.
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 (9 items)
Collapse this list.
  1. bin/kawa
  2. bin/qexo
  3. share/kawa/bin/kawa
  4. share/kawa/lib/kawa.jar
  5. share/man/man1/kawa.1.gz
  6. share/man/man1/qexo.1.gz
  7. /usr/local/share/licenses/kawa-3.1.1_1/catalog.mk
  8. /usr/local/share/licenses/kawa-3.1.1_1/LICENSE
  9. /usr/local/share/licenses/kawa-3.1.1_1/MIT
Collapse this list.
Dependency lines:
  • kawa>0:lang/kawa
To install the port:
cd /usr/ports/lang/kawa/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/kawa
  • pkg install kawa
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kawa
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1586716576 SHA256 (kawa-3.1.1.tar.gz) = 8c9a50cd6b100154c901bd190b3acd2fb8353f33622c4a2ce8fa392a7f09e019 SIZE (kawa-3.1.1.tar.gz) = 3537351

Packages (timestamps in pop-ups are UTC):
kawa
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.1_13.1.1_1-3.1.1_13.1.1_1---
FreeBSD:13:quarterly3.1.13.1.13.1.13.1.13.1.1-3.1.13.1.1
FreeBSD:14:latest3.1.1_13.1.1_13.1.1-3.1.1_1--3.1.1
FreeBSD:14:quarterly3.1.13.1.1--3.1.1-3.1.13.1.1
FreeBSD:15:latest3.1.1_13.1.1_1n/a-n/a-3.1.13.1.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
  2. gmake>=4.4.1 : devel/gmake
  3. groff : textproc/groff
Runtime dependencies:
  1. java : java/openjdk8
  2. indexinfo : print/indexinfo
Library dependencies:
  1. libreadline.so.8 : devel/readline
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_kawa
USES:
gmake groff readline
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/kawa/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/kawa/
  3. ftp://mirrors.rit.edu/gnu/kawa/
  4. http://ftp.halifax.rwth-aachen.de/gnu/kawa/
  5. http://ftp.kddilabs.jp/GNU/gnu/kawa/
  6. http://mirror.navercorp.com/gnu/kawa/
  7. https://ftp.gnu.org/gnu/kawa/
  8. https://ftpmirror.gnu.org/kawa/
  9. https://mirror.netcologne.de/gnu/kawa/
  10. https://mirrors.kernel.org/gnu/kawa/
  11. https://www.nic.funet.fi/pub/gnu/gnu/kawa/
Collapse this list.

Number of commits found: 63

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.1_1
09 Mar 2024 20:01:29
commit hash: 47a70805dbfc2a15b2ce33f3eb518ad03ec8f69dcommit hash: 47a70805dbfc2a15b2ce33f3eb518ad03ec8f69dcommit hash: 47a70805dbfc2a15b2ce33f3eb518ad03ec8f69dcommit hash: 47a70805dbfc2a15b2ce33f3eb518ad03ec8f69d files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
lang/kawa: Move man pages 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)
3.1.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)
3.1.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)
3.1.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.
3.1.1
20 Apr 2020 20:12:45
Revision:532227Original commit files touched by this commit
ashish search for other commits by this committer
- Update to 3.1.1
- Adopt port
3.0_2
09 Apr 2019 14:04:50
Revision:498476Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
3.0_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
3.0
10 Oct 2017 13:06:45
Revision:451698Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 3.0.
2.4_1
27 Jun 2017 13:46:53
Revision:444463Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2.4
02 Jun 2017 19:35:58
Revision:442455Original commit files touched by this commit
danfe search for other commits by this committer
Update `lang/kawa' to version 2.4, minor update and bugfix release.

TIMESTAMP (kawa-2.4.tar.gz) = 1493585268
2.3
29 May 2017 11:32:14
Revision:441979Original commit files touched by this commit
antoine search for other commits by this committer
Register dependency on groff

PR:		213725
2.3
15 Mar 2017 12:59:07
Revision:436240Original commit files touched by this commit
danfe search for other commits by this committer
Do not patch configure script to pass correct values of JAVA and JAVAC
variables, do it via CONFIGURE_ENV.  Configure script modification time
now does not get changed, which in turn does not force the rebuild of
`kawa.info', so dependency on `print/texinfo' can be dropped (generated
file was essentially the same modulo numeric indices).
2.3
14 Mar 2017 12:29:51
Revision:436150Original commit files touched by this commit
danfe search for other commits by this committer
- Update `lang/kawa' to version 2.3
- Instead sed(1)ing over every file set needed variables via MAKE_ARGS
- Unbreak the tests (against JDK 1.8) and convert to test framework

TIMESTAMP (kawa-2.3.tar.gz) = 1484583959
2.1
17 Dec 2016 16:33:49
Revision:428776Original commit files touched by this commit
antoine search for other commits by this committer
Revert r428756 and unbreak

Pointy hat:	sunpoet
2.1
17 Dec 2016 12:58:54
Revision:428756Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
2.1
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
2.1
09 Jan 2016 13:02:02
Revision:405626Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.1

PR:		206057
Submitted by:	jochen@jochen-neumeister.de
2.0
11 Dec 2014 13:03:57
Revision:374530Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 2.0
- Contract MASTER_SITES (and thus strip MASTER_SITE_SUBDIR)
- Cleanup Makefile and reformat pkg-descr while here
1.14_1
10 Dec 2014 22:29:15
Revision:374492Original commit files touched by this commit
gahr search for other commits by this committer
- Reset maintainership of my ports
1.14_1
04 Aug 2014 15:40:59
Revision:364023Original commit files touched by this commit
gahr search for other commits by this committer
- Unbreak by not using libtool
1.14_1
24 Jul 2014 14:53:06
Revision:362801Original commit files touched by this commit
gahr search for other commits by this committer
- Fix linking with readline from ports
- While at it, convert to USES=libtool
1.14_1
23 Jul 2014 13:24:53
Revision:362689Original commit files touched by this commit
adamw search for other commits by this committer
Add USES=readline to fix build on -current.
1.14_1
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
1.14_1
04 Dec 2013 16:24:21
Revision:335624Original commit files touched by this commit
gahr search for other commits by this committer
- Fix BUILD_DEPENDS

Reported by:	pkg-fallout
Spotted by:	bapt
1.14
14 Oct 2013 11:10:44
Revision:330297Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.14
  Release notes: http://www.gnu.org/software/kawa/news.html
  Blog entry: http://per.bothner.com/blog/2013/Kawa-1.14-released/
- STAGE-clean
1.13
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.13
10 Jul 2013 21:32:34
Revision:322735Original commit files touched by this commit
bapt search for other commits by this committer
Mark job unsafe
1.13
03 Apr 2013 10:39:29
Revision:315700Original commit files touched by this commit
gahr search for other commits by this committer
- Fix build on pointyhat by making the regression-test target
  depend on build, instead of install. This avoids having PREFIX
  populated prior to install target.

Reported by:	miwi
Approved by:	portmgr
1.13
13 Dec 2012 18:01:07
Revision:308860Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.13
  Changes: http://www.gnu.org/software/kawa/news.html
- Add LICENSE (MIT)
- Add regression-test target
1.12
14 Jun 2012 09:57:12
Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.12
  Release notes: http://www.gnu.org/software/kawa/news.html
1.11
20 Dec 2010 09:17:53
Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.11
  Changes: http://www.gnu.org/software/kawa/news.html
1.10
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.10
26 Aug 2010 10:04:55
Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.10
1.9.90
18 Aug 2009 13:42:01
Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.9.90
1.9.1
28 Aug 2008 19:56:54
Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 1.9.1
- Take maintainship
1.8_2
19 Aug 2008 09:18:37
Original commit files touched by this commit
linimon search for other commits by this committer
Return laszlof's ports to the pool due to lack of time.

Hat:            portmgr
1.8_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)
1.8_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.8
07 Nov 2006 15:37:06
Original commit files touched by this commit
laszlof search for other commits by this committer
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
1.8
28 Jun 2006 22:33:04
Original commit files touched by this commit
hq search for other commits by this committer
Update to bsd.java.mk 2.0

PR:             99591
Submitted by:   hq
Approved by:    maintainer
1.8
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
1.8
23 Nov 2005 14:24:17
Original commit files touched by this commit
vs search for other commits by this committer
Fix build on 4.x

Approved by: maintainer via barner@
1.8
23 Nov 2005 01:01:25
Original commit files touched by this commit
barner search for other commits by this committer
- Mark IGNORE on 4.x

PR:             ports/89317
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
1.8
10 Nov 2005 18:41:27
Original commit files touched by this commit
garga search for other commits by this committer
- Add SHA256 to all ports submitter maintain

PR:             ports/88791
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
1.8
01 Nov 2005 16:33:46
Original commit files touched by this commit
arved search for other commits by this committer
Update to 1.8

Pass Maintainerhip to submitter

PR:             88297
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
1.7
11 Oct 2005 10:42:05
Original commit files touched by this commit
danfe search for other commits by this committer
Dump perl(1) for ${REINPLACE_CMD}.
1.7
11 Oct 2005 10:32:20
Original commit files touched by this commit
danfe search for other commits by this committer
Clean up Makefile.
1.7
11 Oct 2005 10:28:33
Original commit files touched by this commit
danfe search for other commits by this committer
Undeprecate by updating to 1.7.
1.6.98_2
09 Oct 2005 20:20:57
Original commit files touched by this commit
linimon search for other commits by this committer
Mark BROKEN because the distfile is stale and mark for deprecation.  A newer
one is available at the listed site if anyone is interested.
1.6.98_2
31 Jan 2005 21:14:34
Original commit files touched by this commit
pav search for other commits by this committer
- Really fix plist

Reported by:    krismail
No cookie for:  Florent Thoumie
1.6.98_2
19 Jan 2005 14:00:16
Original commit files touched by this commit
pav search for other commits by this committer
- Correct plist
- Portlint

PR:             ports/76417
Submitted by:   Florent Thoumie <flz@xbsd.org>
1.6.98_1
01 Jan 2005 23:52:21
Original commit files touched by this commit
kris search for other commits by this committer
Reset bouncing maintainer address:

<zach@neurosoft.org>: Host or domain name not found. Name service error for
    name=neurosoft.org type=A: Host not found

Approved by:    portmgr (self)
1.6.98_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.6.98_1
20 Nov 2003 15:06:15
Original commit files touched by this commit
trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
1.6.98_1
20 Nov 2003 13:51:47
Original commit files touched by this commit
trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
1.6.98_1
13 Nov 2003 13:30:42
Original commit files touched by this commit
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
1.6.98_1
28 Aug 2003 00:01:09
Original commit files touched by this commit
edwin search for other commits by this committer
Use the virtual category "scheme" (part ii)

        Add the virtual category "scheme" to the maintained ports
        (except sxm). I guess no maintainer would deny this trivial
        change.

PR:             ports/56052
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
1.6.98_1
21 Feb 2003 12:35:09
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.6.98_1
21 May 2002 18:36:38
Original commit files touched by this commit
znerd search for other commits by this committer
Unbroken. Set USE_JAVA to 1.2+ i.s.o. 1.1+.
Allowing Jikes as a Java compiler.

Bumped PORTREVISION.
1.6.98
20 May 2002 01:49:04
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not build
1.6.98
26 Apr 2002 22:28:52
Original commit files touched by this commit
znerd search for other commits by this committer
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.

The NEED_JAVAC knob has been discussed on the freebsd-java
mailing list. It is documented at:

http://www.metaverse.nl/~ernst/writing.html

The second stage is the actual changing of bsd.java.mk.

Reviewed by:    java@FreeBSD.org
Approved by:    zach@neurosoft.org, joshua@roughtrade.net, lioux
1.6.98
13 Apr 2002 10:38:36
Original commit files touched by this commit
znerd search for other commits by this committer
Add kawa. Kawa is a Java-based Scheme implementation.

PR:             34214
Submitted by:   Zach Garner <zach@neurosoft.org>

Number of commits found: 63