aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.1.0Martin Wilke2008-11-081-0/+1
| | | | | | | | PR: 128699 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222559
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+3
| | | | Notes: svn path=/head/; revision=183830
* - Update pnet related ports:Renato Botelho2006-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=156520
* Update to 0.0.4Kirill Ponomarev2004-08-091-0/+2
| | | | | | | | PR: ports/70183 Submitted by: maintainer Notes: svn path=/head/; revision=115721
* - Update to 0.0.2Kirill Ponomarev2004-05-141-0/+8
| | | | | | | | PR: ports/66641 Submitted by: maintainer Notes: svn path=/head/; revision=109159
* Add libjit 0.0.0f,Kirill Ponomarev2004-04-291-0/+23
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> Notes: svn path=/head/; revision=107945