FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:15 AM GMT
Port details
clojure 1.2.0_1,2 lang on this many watch lists=0 search for ports that depend on this port
A dynamic programming language for the JVM
Maintained by: peter.schuller@infidyne.com 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: java/jdk16, devel/jline
There are no ports dependent upon this port

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.2.0_1,2:
     JLINE=on (default) "Enable jline support for the REPL"
===> Use 'make config' to modify these settings

Master Sites:
http://cloud.github.com/downloads/clojure/clojure/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month142

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.115 seconds.