FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:12 AM GMT
Port details
libjit 0.1.2 lang on this many watch lists=1 search for ports that depend on this port
Libjit implements Just-In-Time compilation functionality

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Apr 2004 08:34:04
License: LGPL21 LGPL3
The libjit library implements Just-In-Time compilation functionality. Unlike
other JIT's, this one is designed to be independent of any particular virtual
machine bytecode format or language. The hope is that Free Software projects
can get a leg-up on proprietry VM vendors by using this library rather than
spending large amounts of time writing their own JIT from scratch.

This JIT is also designed to be portable to multiple archictures. If you run 
libjit on a machine for which a native code generator is not yet available, 
then libjit will fall back to interpreting the code. This way, you don't need 
to write your own interpreter for your bytecode format if you don't want to.

WWW: http://www.gnu.org/software/dotgnu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/libtool
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://nongnu.askapache.com/dotgnu-pnet/libjit-releases/
http://mirror.lihnidos.org/GNU/savannah/dotgnu-pnet/libjit-releases/
http://ftp.twaren.net/Unix/NonGNU/dotgnu-pnet/libjit-releases/
ftp://ftp.twaren.net/Unix/NonGNU/dotgnu-pnet/libjit-releases/
http://download.savannah.gnu.org/releases-noredirect/dotgnu-pnet/libjit-releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 29

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
31 Aug 2011 22:01:27
Original commit files touched by this commit  0.1.2
dhn search for other commits by this committer
- Update to 0.1.2

PR:             ports/160122
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
02 Aug 2011 13:47:46
Original commit files touched by this commit  0.1.0_1
bapt search for other commits by this committer
Mark BROKEN: Does not fetch
03 Jul 2011 13:45:36
Original commit files touched by this commit  0.1.0_1
ohauer search for other commits by this committer
- remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.1.0_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 Apr 2010 05:16:19
Original commit files touched by this commit  0.1.0_1
linimon search for other commits by this committer
Mark various ports as broken or ignore on powerpc.

While here, remove remnants of alpha.
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.1.0_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
05 Jan 2009 20:36:33
Original commit files touched by this commit  0.1.0_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
30 Nov 2008 10:05:56
Original commit files touched by this commit  0.1.0_1
miwi search for other commits by this committer
- Fix build with AMD64

Reported by:    pavbot
Many Thanks to: Christoph Mallon (aka Tron @EFnet)
08 Nov 2008 20:09:19
Original commit files touched by this commit  0.1.0
miwi search for other commits by this committer
- Update to 0.1.0

PR:             128699
Submitted by:   Wen heping <wenheping@gmail.com>
01 Feb 2008 12:08:39
Original commit files touched by this commit  0.0.6
linimon search for other commits by this committer
Mark as broken on sparc64: fails to compile.
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.0.6
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
17 Sep 2006 20:08:47
Original commit files touched by this commit  0.0.6
kris search for other commits by this committer
Now builds on sparc64
15 Aug 2006 00:29:13
Original commit files touched by this commit  0.0.6
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.0.6
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 20:23:47
Original commit files touched by this commit  0.0.6
garga search for other commits by this committer
- Update pnet related ports:
  * lang/pnet 0.7.0 -> 0.7.4
  * lang/pnet-base 0.7.0 -> 0.7.4
  * lang/pnetlib 0.7.0 -> 0.7.4
  * lang/pnetc 0.7.0 -> 0.7.4
  * lang/ml-pnet 0.7.0 -> 0.7.4
  * lang/treecc 0.3.6 -> 0.3.8
  * lang/libjit 0.0.4 -> 0.0.6
- Make portlint(1) happy
- Unbreak ml-pnet on 4.x

PR:             ports/93602
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reworked by:    garga
Thanks to:      mnag, tdb
25 Nov 2005 00:33:45
Original commit files touched by this commit  0.0.4
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.0.4
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
28 Oct 2005 06:27:41
Original commit files touched by this commit  0.0.4
kris search for other commits by this committer
BROKEN on sparc64: segfault during build
10 Jun 2005 04:36:43
Original commit files touched by this commit  0.0.4
oliver search for other commits by this committer
fix build (revert libtool changes so libjit uses libtool 1.3 again)

Noted by:       pointyhat via kris
03 Jun 2005 13:48:04
Original commit files touched by this commit  0.0.4
oliver search for other commits by this committer
fix build

Noted by:       pointyhat via kris
02 Jun 2005 20:28:41
Original commit files touched by this commit  0.0.4
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
26 Mar 2005 20:33:56
Original commit files touched by this commit  0.0.4
kris search for other commits by this committer
BROKEN on ia64: Segfault during build

Approved by:    portmgr (self)
18 Feb 2005 09:27:02
Original commit files touched by this commit  0.0.4
krion search for other commits by this committer
Fix build on amd64.

PR:             ports/77638
Submitted by:   Johan van Selst <johans@stack.nl>
12 Oct 2004 12:31:34
Original commit files touched by this commit  0.0.4
krion search for other commits by this committer
Drop maintainership to ports@FreeBSD.org

PR:             ports/72437
Submitted by:   Michael Johnson <ahze@ahze.net>
21 Aug 2004 06:11:56
Original commit files touched by this commit  0.0.4
krion search for other commits by this committer
Fix build with gcc-3.4

PR:             ports/70752
Submitted by:   maintainer
09 Aug 2004 08:27:31
Original commit files touched by this commit  0.0.4
krion search for other commits by this committer
Update to 0.0.4

PR:             ports/70183
Submitted by:   maintainer
19 Jun 2004 09:20:51
Original commit files touched by this commit  0.0.2
kris search for other commits by this committer
BROKEN on amd64: Does not compile
14 May 2004 19:24:23
Original commit files touched by this commit  0.0.2
krion search for other commits by this committer
- Update to 0.0.2

PR:             ports/66641
Submitted by:   maintainer
29 Apr 2004 08:30:56
Original commit files touched by this commit  0.0.0f
krion search for other commits by this committer
Add libjit 0.0.0f,

The libjit library implements Just-In-Time compilation
functionality. Unlike other JIT's, this one is designed to be
independent of any particular virtual machine bytecode format
or language. The hope is that Free Software projects can get a
leg-up on proprietry VM vendors by using this library rather
than spending large amounts of time writing their own JIT from
scratch.

This JIT is also designed to be portable to multiple
archictures. If you run libjit on a machine for which a native
code generator is not yet available, then libjit will fall back
to interpreting the code. This way, you don't need to write
your own interpreter for your bytecode format if you don't want
to.

PR:             ports/66038
Submitted by:   michael johnson <ahze@ahze.net>

Number of commits found: 29

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.229 seconds.