7a67 FreshPorts -- lang/clojure
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
clojure 1.5.1,2 lang on this many watch lists=0 search for ports that depend on this port
Dynamic programming language for the JVM
Maintained by: jan0sch@gmx.net search for ports maintained by this maintainer
Port Added: 21 Oct 2007 02:50:05
Also Listed In: lisp java
License: not specified in port


Clojure is a dynamic programming language that targets the Java Virtual
Machine. It is designed to be a general-purpose language, combining the
approachability and interactive development of a scripting language with
an efficient and robust infrastructure for multithreaded programming.
Clojure is a compiled language - it compiles directly to JVM bytecode,
yet remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java frameworks,
with optional type hints and type inference, to ensure that calls to Java
can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly a
functional programming language, and features a rich set of immutable,
persistent data structures. When mutable state is needed, Clojure offers a
software transactional memory system that ensures clean, correct,
multithreaded designs.

WWW: http://clojure.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. devel/jline
  2. java/openjdk6

This port is required by:

for Build

To install the port: cd /usr/ports/lang/clojure/ && make install clean
To add the package: pkg_add -r clojure


Configuration Options
===> The following configuration options are available for clojure-1.5.1,2:
     JLINE=on: jline support for the REPL
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://repo1.maven.org/maven2/org/clojure/clojure/1.5.1/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 Mar 2013 19:13:29
Original commit files touched by this commit  1.5.1,2
madpilot search for other commits by this committer
- Update to 1.5.1
- Remove indeterminate article from COMMENT
- Convert to new options framework

PR:		ports/177121
Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)
03 Mar 2013 07:51:57
Original commit files touched by this commit  1.5.0,2
beech search for other commits by this committer
- Update to 1.5.0

PR:		ports/176609
Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)
10 Dec 2012 13:18:29
Original commit files touched by this commit  1.4.0,2
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
19 Jun 2012 05:38:12
Original commit files touched by this commit  1.4.0,2
glewis search for other commits by this committer
. Update to 1.4.0.
. Switch maintainership to the submitter (with the previous maintainer's
  permission).

PR:             168559
Submitted by:   Jens Jahnke <jan0sch@gmx.net>
21 Jul 2011 05:03:02
Original commit files touched by this commit  1.2.0_1,2
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
03 Jul 2011 13:45:36
Original commit files touched by this commit  1.2.0_1,2
ohauer search for other commits by this committer
- remove MD5
17 Sep 2010 12:37:38
Original commit files touched by this commit  1.2.0_1,2
olgeni search for other commits by this committer
Chase swank-clojure version number.
30 Aug 2010 11:27:36
Original commit files touched by this commit  1.2.0,2
olgeni search for other commits by this committer
Upgrade to version 1.2.0.

PR:             ports/149833
Submitted by:   olgeni
Approved by:    maintainer
06 Aug 2010 09:14:55
Original commit files touched by this commit  1.1.0_1,2
olgeni search for other commits by this committer
Add clojure-contrib and swank-clojure to classpath.

They will only be used if the corresponding ports are installed.

Approved by:    maintainer
02 Jan 2010 14:14:00
Original commit files touched by this commit  1.1.0,2
pav search for other commits by this committer
- Update to 1.1.0

PR:             ports/142208
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
10 May 2009 18:31:47
Original commit files touched by this commit  1.0.0,2
miwi search for other commits by this committer
- Update to 1.0.0

PR:             134373
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
22 Mar 2009 12:39:26
Original commit files touched by this commit  20090320
dhn search for other commits by this committer
- Update to 20090320

PR:     ports/132906
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:    miwi (mentor)
23 Jan 2009 09:15:23
Original commit files touched by this commit  20081217_2
rafan search for other commits by this committer
- Add support of jline, enabled by default
- Bump PORTREVISION

PR:             ports/130579
Submitted by:   Peter Schuller <peter.schuller at infidyne.com> (maintainer)
04 Jan 2009 08:34:01
Original commit files touched by this commit  20081217_1
rafan search for other commits by this committer
- Respect CLASSPATH from environment variable
- Bump PORTREVISION

PR:             ports/130134
Submitted by:   Peter Schuller <peter.schuller at infidyne.com> (maintainer)
23 Dec 2008 20:31:42
Original commit files touched by this commit  20081217
miwi search for other commits by this committer
- Update to 20081217
- Now hosted on Google code
- Distfile now unpacks in subdir
- Change name of temporary version of 'clojure' script to not conflict
  with directory from distfile
- Pass maintainership to submitter

PR:             129770
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
18 Oct 2008 21:38:07
Original commit files touched by this commit  20080916
miwi search for other commits by this committer
- Update to 20080916

PR:             128131
Submitted by:   peter.schuller@infidyne.com
06 Jul 2008 15:56:59
Original commit files touched by this commit  20080612
ijliao search for other commits by this committer
upgrade to 20080612
drop maintainership

PR:             125309
Submitted by:   peter.schuller@infidyne.com
06 Jun 2008 13:41:15
Original commit files touched by this commit  20071020_1
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)
21 Oct 2007 02:49:51
Original commit files touched by this commit  20071020
ijliao search for other commits by this committer
add clojure 20071020
A dynamic programming language for the JVM

Number of commits found: 19

282e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0