CVS log for ports/lang/Makefile
Up to [FreeBSD] / ports / lang
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.765: download - view: text, markup, annotated - select for diffs
Thu Jan 26 12:08:10 2012 UTC (2 weeks ago) by lwhsu
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.764: preferred, colored
Changes since revision 1.764: +1 -0 lines
Add clay 0.1.0, a language designed for generic programming. PR: ports/164505 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Revision 1.764: download - view: text, markup, annotated - select for diffs
Mon Jan 23 16:07:04 2012 UTC (2 weeks, 3 days ago) by lwhsu
Branches: MAIN
Diff to: previous 1.763: preferred, colored
Changes since revision 1.763: +1 -0 lines
Add rust 0.1, a language with a focus on memory safety and concurrency. PR: ports/164366 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Revision 1.763: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:09:08 2012 UTC (3 weeks ago) by osa
Branches: MAIN
Diff to: previous 1.762: preferred, colored
Changes since revision 1.762: +1 -0 lines
Move luajit from devel to lang directory. Notice from: linimon
Revision 1.762: download - view: text, markup, annotated - select for diffs
Mon Dec 26 19:15:22 2011 UTC (6 weeks, 3 days ago) by pawel
Branches: MAIN
Diff to: previous 1.761: preferred, colored
Changes since revision 1.761: +1 -0 lines
IBM Research is developing the open-source X10 programming language to provide a programming model that can address the architectural challenge of multiples cores, hardware accelerators, clusters, and supercomputers in a manner that provides scalable performance in a productive manner. WWW: http://x10-lang.org PR: ports/163269 Submitted by: Jason Bacon <jwbacon@tds.net>
Revision 1.761: download - view: text, markup, annotated - select for diffs
Tue Dec 13 15:37:36 2011 UTC (8 weeks, 2 days ago) by lwhsu
Branches: MAIN
Diff to: previous 1.760: preferred, colored
Changes since revision 1.760: +1 -0 lines
Add pypy 1.7, PyPy is a fast, compliant implementation of the Python language. PR: ports/160265 Submitted by: David Naylor <naylor.b.david@gmail.com>
Revision 1.760: download - view: text, markup, annotated - select for diffs
Sun Dec 11 23:55:44 2011 UTC (8 weeks, 3 days ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.759: preferred, colored
Changes since revision 1.759: +1 -0 lines
Re-add lang/gcc42. Hat: portmgr Feature safe: yes
Revision 1.759: download - view: text, markup, annotated - select for diffs
Sun Dec 11 09:06:56 2011 UTC (8 weeks, 4 days ago) by gerald
Branches: MAIN
Diff to: previous 1.758: preferred, colored
Changes since revision 1.758: +0 -1 lines
Remove the lang/gcc42 port (GCC 4.2) which does not have any user in the tree any more and has been obsoleted by several newer versions of GCC -- ones that actually build on FreeBSD 10.x out of the box and provide better support for newer CPUs, better optimizations overall, and more advanced language support. GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC in ports. The system compiler version of GCC 4.2 is still available up to and including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently redirected to lang/gcc if, or rather when, this changes. PR: 163103 Feature safe: yes
Revision 1.758: download - view: text, markup, annotated - select for diffs
Wed Nov 23 22:27:34 2011 UTC (2 months, 2 weeks ago) by gerald
Branches: MAIN
Diff to: previous 1.757: preferred, colored
Changes since revision 1.757: +0 -1 lines
Remove lang/gcc45 in favor of lang/gcc46 and later. Nothing in the tree uses this version of GCC (GCC 4.5.x) any longer and GCC 4.6 has been the default for USE_FORTRAN=yes and USE_GCC=4.X+ for a while and has proven itself. Plus, only GCC 4.6 and GCC 4.7 have been patched to work with FreeBSD 10.x and later. Feature safe: yes
Revision 1.757: download - view: text, markup, annotated - select for diffs
Sun Nov 13 13:05:16 2011 UTC (2 months, 3 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.756: preferred, colored
Changes since revision 1.756: +1 -0 lines
- Add p5-Marpa-XS 0.018 Marpa::XS is the XS version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: http://search.cpan.org/dist/Marpa-XS/ Feature safe: yes
Revision 1.756: download - view: text, markup, annotated - select for diffs
Sun Nov 13 13:04:31 2011 UTC (2 months, 3 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.755: preferred, colored
Changes since revision 1.755: +1 -0 lines
- Add p5-Marpa-PP 0.010 Marpa::PP is the pure Perl version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: http://search.cpan.org/dist/Marpa-PP/ Feature safe: yes
Revision 1.755: download - view: text, markup, annotated - select for diffs
Sun Nov 13 13:04:04 2011 UTC (2 months, 3 weeks ago) by sunpoet
Branches: MAIN
Diff to: previous 1.754: preferred, colored
Changes since revision 1.754: +1 -0 lines
- Add p5-Marpa 0.206 Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. WWW: http://search.cpan.org/dist/Marpa/ Feature safe: yes
Revision 1.754: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:02:10 2011 UTC (3 months ago) by bapt
Branches: MAIN
Diff to: previous 1.753: preferred, colored
Changes since revision 1.753: +0 -1 lines
2011-11-05 www/p5-Catalyst-Log-Log4perl: Use Log::Log4perl::Catalyst (devel/p5-Log-Log4perl) instead. 2011-10-23 lang/open-cobol-devel: No activity since 2007
Revision 1.753: download - view: text, markup, annotated - select for diffs
Mon Nov 7 17:38:53 2011 UTC (3 months ago) by sunpoet
Branches: MAIN
Diff to: previous 1.752: preferred, colored
Changes since revision 1.752: +1 -1 lines
- Connect p5-ExtUtils-F77 - Disconnect p5-F77
Revision 1.752: download - view: text, markup, annotated - select for diffs
Wed Nov 2 01:35:32 2011 UTC (3 months, 1 week ago) by dougb
Branches: MAIN
Diff to: previous 1.751: preferred, colored
Changes since revision 1.751: +0 -2 lines
Remove ports@ ports that have been DEPRECATED for at least 1 month audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
Revision 1.751: download - view: text, markup, annotated - select for diffs
Tue Nov 1 05:19:46 2011 UTC (3 months, 1 week ago) by dougb
Branches: MAIN
Diff to: previous 1.750: preferred, colored
Changes since revision 1.750: +0 -4 lines
x11-toolkits/gambas2-gb-qt has been broken for over a year. Remove it, and the ports that depend on it.
Revision 1.750: download - view: text, markup, annotated - select for diffs
Sun Oct 23 14:27:40 2011 UTC (3 months, 2 weeks ago) by rene
Branches: MAIN
Diff to: previous 1.749: preferred, colored
Changes since revision 1.749: +0 -1 lines
Remove expired port: 2011-10-21 lang/smarteiffel: Dead upstream, broken on amd64 with gcc>4
Revision 1.749: download - view: text, markup, annotated - select for diffs
Wed Oct 19 18:56:47 2011 UTC (3 months, 3 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.748: preferred, colored
Changes since revision 1.748: +1 -0 lines
Replacement for the GNU Objective-C runtime supporting the features of Objective-C 2 for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features.
Revision 1.748: download - view: text, markup, annotated - select for diffs
Mon Oct 17 00:03:07 2011 UTC (3 months, 3 weeks ago) by avilla
Branches: MAIN
Diff to: previous 1.747: preferred, colored
Changes since revision 1.747: +1 -0 lines
The KDE/FreeBSD team is pleased to announce KDE Software Compilation 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
Revision 1.747: download - view: text, markup, annotated - select for diffs
Fri Oct 14 17:00:39 2011 UTC (3 months, 3 weeks ago) by lwhsu
Branches: MAIN
Diff to: previous 1.746: preferred, colored
Changes since revision 1.746: +1 -0 lines
Add ats 0.2.5, a language with a type system rooted in the Applied Type System. PR: ports/161575 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Revision 1.746: download - view: text, markup, annotated - select for diffs
Tue Oct 11 06:50:56 2011 UTC (3 months, 4 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.745: preferred, colored
Changes since revision 1.745: +1 -0 lines
BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. WWW: http://http://www.basic256.org PR: ports/160367 Submitted by: Fernando <fernando.apesteguia@gmail.com>
Revision 1.745: download - view: text, markup, annotated - select for diffs
Sun Oct 9 02:47:44 2011 UTC (4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.744: preferred, colored
Changes since revision 1.744: +0 -1 lines
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
Revision 1.744: download - view: text, markup, annotated - select for diffs
Mon Sep 26 01:02:18 2011 UTC (4 months, 2 weeks ago) by gerald
Branches: MAIN
Diff to: previous 1.743: preferred, colored
Changes since revision 1.743: +1 -0 lines
Connect the new gcc port.
Revision 1.743: download - view: text, markup, annotated - select for diffs
Wed Sep 7 11:09:09 2011 UTC (5 months ago) by culot
Branches: MAIN
Diff to: previous 1.742: preferred, colored
Changes since revision 1.742: +1 -0 lines
The gnatdroid-armv7 port builds a C/Ada cross-compiler based on GCC 4.6 that targets the Android operating system (version 2.3, API level 9) running on ARM architecture (version 7). This produces binaries that run natively on Android devices as well as the Android SDK emulator. WWW: http://www.dragonlace.net PR: ports/160427 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.742: download - view: text, markup, annotated - select for diffs
Wed Sep 7 05:22:05 2011 UTC (5 months ago) by culot
Branches: MAIN
Diff to: previous 1.741: preferred, colored
Changes since revision 1.741: +1 -0 lines
The gnatdroid-armv5 port builds a C/Ada cross-compiler based on GCC 4.6 that targets the Android operating system (version 2.3, API level 9) running on ARM architecture (version 5). This produces binaries that run natively on Android devices as well as the Android SDK emulator. WWW: http://www.dragonlace.net PR: ports/160426 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.741: download - view: text, markup, annotated - select for diffs
Tue Sep 6 10:48:58 2011 UTC (5 months ago) by culot
Branches: MAIN
Diff to: previous 1.740: preferred, colored
Changes since revision 1.740: +1 -0 lines
This package is a dependency of lang/gnatdroid. It provides the cross-tools required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid, as well as any binaries that it produces. WWW: http://www.dragonlace.net PR: ports/160424 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.740: download - view: text, markup, annotated - select for diffs
Mon Sep 5 12:53:04 2011 UTC (5 months ago) by culot
Branches: MAIN
Diff to: previous 1.739: preferred, colored
Changes since revision 1.739: +1 -0 lines
This package is used by lang/gnatdroid to install the system root of Android 2.3 (API Level 9) of the ARM architecture. The ARM cross-tools are built using these files, which in turn is required for the GNAT FreeBSD->ARM cross-compiler that is gnatdroid. WWW: http://www.dragonlace.net PR: ports/160423 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.739: download - view: text, markup, annotated - select for diffs
Tue Aug 16 05:54:55 2011 UTC (5 months, 3 weeks ago) by bapt
Branches: MAIN
Diff to: previous 1.738: preferred, colored
Changes since revision 1.738: +0 -1 lines
2011-04-17 lang/ocamlduce: has been broken for over a year
Revision 1.738: download - view: text, markup, annotated - select for diffs
Sun Aug 14 16:15:01 2011 UTC (5 months, 3 weeks ago) by swills
Branches: MAIN
Diff to: previous 1.737: preferred, colored
Changes since revision 1.737: +0 -1 lines
Added p5-POE-Component-Hailo in the wrong category
Revision 1.737: download - view: text, markup, annotated - select for diffs
Sun Aug 14 04:14:18 2011 UTC (5 months, 3 weeks ago) by swills
Branches: MAIN
Diff to: previous 1.736: preferred, colored
Changes since revision 1.736: +1 -0 lines
POE::Component::Hailo is a POE component that provides a non-blocking wrapper around Hailo. It accepts the events listed under "INPUT" and emits the events listed under "OUTPUT". WWW: http://search.cpan.org/dist/POE-Component-Hailo/ PR: ports/159295 Submitted by: milki <milki at rescomp.berkeley.edu>
Revision 1.736: download - view: text, markup, annotated - select for diffs
Sat Aug 6 16:52:49 2011 UTC (6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.735: preferred, colored
Changes since revision 1.735: +0 -1 lines
- retire gnustep-libobjc gnustep-makes does require libobjc now so we can not build libobjc for gnustep with gnustep-make
Revision 1.735: download - view: text, markup, annotated - select for diffs
Wed Aug 3 06:49:50 2011 UTC (6 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.734: preferred, colored
Changes since revision 1.734: +0 -3 lines
Removing old ruby stuff 2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Revision 1.734: download - view: text, markup, annotated - select for diffs
Sat Jun 18 18:56:38 2011 UTC (7 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.733: preferred, colored
Changes since revision 1.733: +2 -1 lines
- Documentation for the Python programming language in txt format PR: ports/152186 Submitted by: John Hein <jhein _at_ symmetricom.com>
Revision 1.733: download - view: text, markup, annotated - select for diffs
Thu Jun 9 15:45:57 2011 UTC (8 months ago) by bapt
Branches: MAIN
Diff to: previous 1.732: preferred, colored
Changes since revision 1.732: +0 -2 lines
Remove lang/njs and ports that depends on it, njs has no more public distfile and no more upstream the other aren't under development anymore lang/ruby-js textproc/ruby-xml-script www/ruby-asp 2011-05-01 lang/njs: Upstream disapear and distfile is no more available
Revision 1.732: download - view: text, markup, annotated - select for diffs
Thu Jun 2 20:06:44 2011 UTC (8 months, 1 week ago) by pav
Branches: MAIN
Diff to: previous 1.731: preferred, colored
Changes since revision 1.731: +0 -1 lines
- Remove lang/libobjc2, it's duplicate of gnustep-libobjc Submitted by: Pete French <pete@twisted.org.uk> (maintainer)
Revision 1.731: download - view: text, markup, annotated - select for diffs
Thu May 19 13:54:39 2011 UTC (8 months, 3 weeks ago) by kuriyama
Branches: MAIN
Diff to: previous 1.730: preferred, colored
Changes since revision 1.730: +1 -0 lines
There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values. The escaping routine JavaScript::Value::Escape provides escapes q!"!, q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control characters to JavaScript unicode entities like "\u0026". WWW: http://search.cpan.org/dist/JavaScript-Value-Escape/
Revision 1.730: download - view: text, markup, annotated - select for diffs
Tue May 17 19:30:02 2011 UTC (8 months, 3 weeks ago) by skv
Branches: MAIN
Diff to: previous 1.729: preferred, colored
Changes since revision 1.729: +1 -0 lines
Introduce Perl 5.14.0 Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
Revision 1.729: download - view: text, markup, annotated - select for diffs
Thu May 12 15:52:13 2011 UTC (8 months, 4 weeks ago) by vanilla
Branches: MAIN
Diff to: previous 1.728: preferred, colored
Changes since revision 1.728: +1 -0 lines
Add v8 3.2.8, google\'s open source JavaScript engine. PR: ports/152175 Submitted by: siasia
Revision 1.728: download - view: text, markup, annotated - select for diffs
Mon May 2 14:09:01 2011 UTC (9 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.727: preferred, colored
Changes since revision 1.727: +0 -6 lines
Remove unmaintained expired ports from lang 2011-05-01 lang/cim: Upstream disapear and distfile is no more available 2011-05-01 lang/clips: Upstream disapear and distfile is no more available 2011-05-01 lang/eiffel: Upstream disapear and distfile is no more available 2011-05-01 lang/libutils: Upstream disapear and distfile is no more available 2011-05-01 lang/linux-libperl5.8: Upstream disapear and distfile is no more available 2011-05-01 lang/osb-jscore: Abandonware, please use www/webkit-gtk2
Revision 1.727: download - view: text, markup, annotated - select for diffs
Wed Apr 20 14:00:34 2011 UTC (9 months, 3 weeks ago) by kuriyama
Branches: MAIN
Diff to: previous 1.726: preferred, colored
Changes since revision 1.726: +1 -0 lines
PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven tool. It has native support for different web technologies: DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript. WWW: http://www.phantomjs.org/
Revision 1.726: download - view: text, markup, annotated - select for diffs
Tue Apr 19 04:14:19 2011 UTC (9 months, 3 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.725: preferred, colored
Changes since revision 1.725: +0 -1 lines
- disconnect gnustep-objc
Revision 1.725: download - view: text, markup, annotated - select for diffs
Mon Apr 18 22:25:26 2011 UTC (9 months, 3 weeks ago) by rene
Branches: MAIN
Diff to: previous 1.724: preferred, colored
Changes since revision 1.724: +0 -3 lines
Remove most expired ports: 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
Revision 1.724: download - view: text, markup, annotated - select for diffs
Tue Apr 12 18:10:32 2011 UTC (9 months, 4 weeks ago) by rene
Branches: MAIN
Diff to: previous 1.723: preferred, colored
Changes since revision 1.723: +0 -1 lines
Remove expired ports: 2011-04-11 lang/gpc: development has ceased; use lang/fpc instead 2011-04-11 security/mypasswordsafe: development has ceased; try security/gorilla instead
Revision 1.723: download - view: text, markup, annotated - select for diffs
Sat Apr 9 16:22:04 2011 UTC (10 months ago) by arved
Branches: MAIN
Diff to: previous 1.722: preferred, colored
Changes since revision 1.722: +0 -1 lines
Remove compaq-cc, which only works on alpha, which has not been supported for some time Reported on: freebsd-ports
Revision 1.722: download - view: text, markup, annotated - select for diffs
Mon Apr 4 17:12:35 2011 UTC (10 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.721: preferred, colored
Changes since revision 1.721: +0 -2 lines
Garbage collect expired ports 2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009 2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009 2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009 2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007 2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008 2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009 2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009 2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned 2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+ 2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009 2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009 2011-03-30 www/mediawiki112: abandoned upstream 2011-03-30 www/mediawiki113: abandoned upstream 2011-03-30 www/mediawiki114: abandoned upstream 2011-03-30 www/mediawiki16: abandoned upstream 2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009 2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite" 2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009 2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009
Revision 1.721: download - view: text, markup, annotated - select for diffs
Mon Mar 21 06:14:37 2011 UTC (10 months, 3 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.720: preferred, colored
Changes since revision 1.720: +1 -0 lines
Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. WWW: https://code.google.com/p/pure-lang/ PR: ports/155647 Submitted by: Zhihao Yuan <lichray@gmail.com>
Revision 1.720: download - view: text, markup, annotated - select for diffs
Sun Mar 20 22:46:01 2011 UTC (10 months, 3 weeks ago) by gerald
Branches: MAIN
Diff to: previous 1.719: preferred, colored
Changes since revision 1.719: +1 -0 lines
Connect the new lang/gcc47 port to the build. PR: 155571
Revision 1.719: download - view: text, markup, annotated - select for diffs
Thu Mar 17 16:19:05 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.718: preferred, colored
Changes since revision 1.718: +0 -3 lines
Remove lang/gnat-gcc42 lang/gnat-gcc43 lang/gnat-gcc44
Revision 1.718: download - view: text, markup, annotated - select for diffs
Mon Mar 7 06:38:10 2011 UTC (11 months ago) by wen
Branches: MAIN
Diff to: previous 1.717: preferred, colored
Changes since revision 1.717: +0 -5 lines
- Remove obsolete gnat-doc(3.15p) ports PR: ports/153676 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.717: download - view: text, markup, annotated - select for diffs
Tue Feb 22 07:57:13 2011 UTC (11 months, 2 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.716: preferred, colored
Changes since revision 1.716: +1 -0 lines
- Connect lang/python32
Revision 1.716: download - view: text, markup, annotated - select for diffs
Tue Feb 15 07:32:50 2011 UTC (11 months, 3 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.715: preferred, colored
Changes since revision 1.715: +1 -0 lines
GNAT AUX is based on the trunk version of Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
Revision 1.715: download - view: text, markup, annotated - select for diffs
Sun Feb 13 06:55:14 2011 UTC (11 months, 3 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.714: preferred, colored
Changes since revision 1.714: +0 -1 lines
- Remove p5-SQL-Tokenizer from 'lang' category Reported by: az@ Approved by: milki <milki AT rescomp.berkeley.edu> (maintainer)
Revision 1.714: download - view: text, markup, annotated - select for diffs
Sat Feb 12 17:10:07 2011 UTC (11 months, 3 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.713: preferred, colored
Changes since revision 1.713: +1 -0 lines
SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a valid SQL query. WWW: http://search.cpan.org/dist/SQL-Tokenizer PR: ports/154706 Submitted by: milki <milki AT rescomp.berkeley.edu>
Revision 1.713: download - view: text, markup, annotated - select for diffs
Fri Feb 4 21:03:14 2011 UTC (12 months ago) by rene
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.712: preferred, colored
Changes since revision 1.712: +0 -1 lines
Remove expired ports: 2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD 2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD 2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD 2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD 2011-02-04 lang/dylan: does not build 2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD Feature safe: yes
Revision 1.712: download - view: text, markup, annotated - select for diffs
Mon Jan 3 22:10:20 2011 UTC (13 months ago) by cy
Branches: MAIN
Diff to: previous 1.711: preferred, colored
Changes since revision 1.711: +1 -0 lines
Add Digital Mars D version 2 to ports. PR: 152698
Revision 1.711: download - view: text, markup, annotated - select for diffs
Fri Dec 31 17:35:12 2010 UTC (13 months, 1 week ago) by rene
Branches: MAIN
Diff to: previous 1.710: preferred, colored
Changes since revision 1.710: +0 -1 lines
Garbage-collect expired ports: 2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared 2010-12-30 devel/php-dbg2: No upstream support 2010-12-30 dns/fourcdns: upstream has disapeared 2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available 2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. 2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010. 2010-12-30 ftp/ftpq: upstream has disapeared 2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream 2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared 2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware 2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware 2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead. 2010-12-31 security/hostsentry: Project is dead. 2010-12-31 sysutils/kcube: Project has vanished 2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) 2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium 2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium 2010-12-30 x11-clocks/xtu: Looks like abandonware Leave java/tya in for now, as it has outstanding PRs.
Revision 1.710: download - view: text, markup, annotated - select for diffs
Mon Nov 29 10:27:24 2010 UTC (14 months, 1 week ago) by bapt
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.709: preferred, colored
Changes since revision 1.709: +1 -0 lines
Add dmd 1.065, official compiler for the D 1.0 programming language. PR: ports/152282 Submitted by: Ruben <chromium at hybridsource.org>
Revision 1.709: download - view: text, markup, annotated - select for diffs
Wed Nov 24 05:20:57 2010 UTC (14 months, 2 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.708: preferred, colored
Changes since revision 1.708: +1 -0 lines
This module provides the capability to parse a string at runtime as Perl source code, so that the resulting compiled code can be later executed. This is part of the job of the string form of the eval operator, but in this module it is separated out from the other jobs of eval. Parsing of Perl code is generally influenced by its lexical context, and this module provides some explicit control over this process, by reifying lexical environments as Perl objects. WWW: http://search.cpan.org/dist/Parse-Perl/ PR: ports/152447 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Revision 1.708: download - view: text, markup, annotated - select for diffs
Sat Nov 20 15:36:43 2010 UTC (14 months, 2 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.707: preferred, colored
Changes since revision 1.707: +1 -0 lines
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
Revision 1.707: download - view: text, markup, annotated - select for diffs
Thu Nov 4 00:57:22 2010 UTC (15 months ago) by wen
Branches: MAIN
Diff to: previous 1.706: preferred, colored
Changes since revision 1.706: +1 -0 lines
RegUtil is an implementation of IBM's RexxUtil for Regina. According to the author, it is not complete; however, it implements a large number of the RexxUtil functions, and is very useful. Note that any scripts which load RegUtil must be run with the 'regina' command, rather than 'rexx'; the latter does not support the use of external function packages. WWW: http://pages.interlog.com/~pjtm/ PR: ports/150446 Submitted by: Bob Eager <bob@eager.cx>
Revision 1.706: download - view: text, markup, annotated - select for diffs
Fri Oct 15 19:39:35 2010 UTC (15 months, 3 weeks ago) by brooks
Branches: MAIN
Diff to: previous 1.705: preferred, colored
Changes since revision 1.705: +1 -0 lines
Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9 since 2.8 has shipped. Split out the clang portion of devel/llvm-devel into lang/clang-devel.
Revision 1.705: download - view: text, markup, annotated - select for diffs
Thu Oct 14 19:29:22 2010 UTC (15 months, 3 weeks ago) by brooks
Branches: MAIN
Diff to: previous 1.704: preferred, colored
Changes since revision 1.704: +1 -0 lines
Move devel/clang to lang/clang since compilers typically live in lang. PR: ports/151340
Revision 1.704: download - view: text, markup, annotated - select for diffs
Wed Oct 13 16:41:23 2010 UTC (15 months, 3 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.703: preferred, colored
Changes since revision 1.703: +1 -0 lines
Replacement for the GNU Objective-C runtime supporting the features of Objective-C 2 for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features. Submitted by: Pete French Reviewed by: dinoex
Revision 1.703: download - view: text, markup, annotated - select for diffs
Mon Oct 11 21:20:56 2010 UTC (15 months, 4 weeks ago) by stas
Branches: MAIN
Diff to: previous 1.702: preferred, colored
Changes since revision 1.702: +1 -0 lines
- Add port for lang/rubinius, a LLVM based ruby language implementation. WWW: http://rubini.us/
Revision 1.702: download - view: text, markup, annotated - select for diffs
Thu Oct 7 08:44:27 2010 UTC (16 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.701: preferred, colored
Changes since revision 1.701: +1 -0 lines
GNUstep Objective-C Runtime The GNUstep Objective-C runtime is designed as a drop-in replacement for the GCC runtime. It supports both a legacy and a modern ABI, allowing code compiled with old versions of GCC to be supported without requiring recompilation. The modern ABI adds the following features: - Non-fragile instance variables. - Protocol uniquing. - Object planes support. - Declared property introspection. Both ABIs support the following feature above and beyond the GCC runtime: - The modern Objective-C runtime APIs, introduced with OS X 10.5. - Blocks (closures). - Low memory profile for platforms where memory usage is more important than speed. - Synthesised property accessors. - Efficient support for @synchronized() - Type-dependent dispatch, eliminating stack corruption from mismatched selectors. LICENSE: MIT
Revision 1.701: download - view: text, markup, annotated - select for diffs
Mon Sep 20 16:42:41 2010 UTC (16 months, 2 weeks ago) by garga
Branches: MAIN
Diff to: previous 1.700: preferred, colored
Changes since revision 1.700: +1 -1 lines
Move lang/pfe-devel to lang/pfe, doesn't make sense to have just the -devel port, and it's using a stable version
Revision 1.700: download - view: text, markup, annotated - select for diffs
Thu Sep 9 21:19:13 2010 UTC (17 months ago) by johans
Branches: MAIN
Diff to: previous 1.699: preferred, colored
Changes since revision 1.699: +1 -0 lines
Algol 68 `Genie' compiler The development of Algol played an important role in establishing computer science as an academic discipline. The Algol 68 Genie project preserves Algol 68 out of educational as well as scientific-historical interest, by making available Algol 68 Genie; a recent, well-featured implementation written from scratch. WWW: http://www.xs4all.nl/~jmvdveer/algol.html
Revision 1.699: download - view: text, markup, annotated - select for diffs
Tue Sep 7 13:57:06 2010 UTC (17 months ago) by garga
Branches: MAIN
Diff to: previous 1.698: preferred, colored
Changes since revision 1.698: +1 -1 lines
Rename lang/ficl-devel to lang/ficl, doesn't make sense to have a -devel port when we don't have a stable one, and since it's using a stable version
Revision 1.698: download - view: text, markup, annotated - select for diffs
Sun Sep 5 01:06:43 2010 UTC (17 months ago) by dougb
Branches: MAIN
Diff to: previous 1.697: preferred, colored
Changes since revision 1.697: +0 -1 lines
As previously advertised, remove the remaining ports that have no SHA256 checksum information in the distinfo file.
Revision 1.697: download - view: text, markup, annotated - select for diffs
Sat Sep 4 16:42:27 2010 UTC (17 months ago) by gerald
Branches: MAIN
Diff to: previous 1.696: preferred, colored
Changes since revision 1.696: +0 -1 lines
Remove lang/gcc43. GCC 4.3 is at end of life, we have been using GCC 4.4 as default for USE_FORTRAN for a while and GCC 4.5 already is an active release, too.
Revision 1.696: download - view: text, markup, annotated - select for diffs
Fri Sep 3 12:40:47 2010 UTC (17 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.695: preferred, colored
Changes since revision 1.695: +1 -0 lines
PicoC is a very small C interpreter for scripting. It was originally written for scripting a UAV's on-board flight system and it's also very suitable for other robotic, embedded and non-embedded applications too. WWW: http://code.google.com/p/picoc/
Revision 1.695: download - view: text, markup, annotated - select for diffs
Thu Aug 19 15:39:16 2010 UTC (17 months, 3 weeks ago) by bapt
Branches: MAIN
Diff to: previous 1.694: preferred, colored
Changes since revision 1.694: +1 -0 lines
LDC is a compiler for the D programming Language. It is based on the DMD frontend and uses LLVM as the backend. LLVM provides a fast and modern backend for high quality code generation. LDC is released under a BSD license with exceptions for the DMD frontend and code from GDC. The development takes place mostly on x86-32 and x86-64 Linux and that is where LDC works best. Support for other platforms and architectures is under development, but we are still looking for people to help test and adjust LDC for those platforms! LDC already compiles a lot of D code, but should still be considered beta quality. Take a look at the tickets to get a better impression of what still needs to be implemented. WWW: http://www.dsource.org/projects/ldc PR: ports/149798 Submitted by: Ruben <chromium at hybridsource.org> Approved by: tabthorpe (co-mentor)
Revision 1.694: download - view: text, markup, annotated - select for diffs
Mon Aug 16 18:31:59 2010 UTC (17 months, 3 weeks ago) by acm
Branches: MAIN
Diff to: previous 1.693: preferred, colored
Changes since revision 1.693: +1 -0 lines
- New port: lang/fpc-rexx Free Pascal interface to the rexx-regina library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk>
Revision 1.693: download - view: text, markup, annotated - select for diffs
Mon Aug 16 18:17:11 2010 UTC (17 months, 3 weeks ago) by acm
Branches: MAIN
Diff to: previous 1.692: preferred, colored
Changes since revision 1.692: +1 -0 lines
- New port: lang/fpc-lua Free Pascal interface to the lua interpreter PR: 146001 Submitted by: Christopher Key <cjk32 _ at cam.ac.uk>
Revision 1.692: download - view: text, markup, annotated - select for diffs
Sun Aug 15 19:12:50 2010 UTC (17 months, 3 weeks ago) by lwhsu
Branches: MAIN
Diff to: previous 1.691: preferred, colored
Changes since revision 1.691: +1 -0 lines
- Introduce Python 2.7.0 Original work by: wen
Revision 1.691: download - view: text, markup, annotated - select for diffs
Fri Aug 13 01:34:26 2010 UTC (17 months, 4 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.690: preferred, colored
Changes since revision 1.690: +0 -1 lines
In my sweep of ports that have no SHA256 I contacted maho about lang/ifc7. He confirmed my suspicion that the distfiles are no longer available, but given his fond recollection of work on this port he asked me to swing the axe, so here you go. Sad to say good-bye Many happy memories Sources are no more PR: ports/149454 Submitted by: me
Revision 1.690: download - view: text, markup, annotated - select for diffs
Sun Aug 8 12:38:24 2010 UTC (18 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.689: preferred, colored
Changes since revision 1.689: +0 -1 lines
Remove lang/plt-scheme, which became lang/racket.
Revision 1.689: download - view: text, markup, annotated - select for diffs
Sun Aug 8 11:53:38 2010 UTC (18 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.688: preferred, colored
Changes since revision 1.688: +1 -0 lines
Connect lang/racket.
Revision 1.688: download - view: text, markup, annotated - select for diffs
Thu Jul 15 14:48:50 2010 UTC (18 months, 3 weeks ago) by skv
Branches: MAIN
Diff to: previous 1.687: preferred, colored
Changes since revision 1.687: +1 -0 lines
Introduce Perl 5.12.1 Acknowledgements: kuriyama
Revision 1.687: download - view: text, markup, annotated - select for diffs
Sat Jun 12 16:39:54 2010 UTC (19 months, 4 weeks ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.686: preferred, colored
Changes since revision 1.686: +1 -0 lines
Add clojure-contrib: extensions and enhancements to the standard Clojure libraries.
Revision 1.686: download - view: text, markup, annotated - select for diffs
Wed Jun 2 03:05:28 2010 UTC (20 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.685: preferred, colored
Changes since revision 1.685: +0 -2 lines
Remove obsolete port lang/pike72 and its only dependent ports lang/pexts.
Revision 1.685: download - view: text, markup, annotated - select for diffs
Thu May 20 21:13:14 2010 UTC (20 months, 3 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.684: preferred, colored
Changes since revision 1.684: +0 -1 lines
As advertised, remove redundant lang/yorick-doc port.
Revision 1.684: download - view: text, markup, annotated - select for diffs
Sun Apr 25 23:48:09 2010 UTC (21 months, 2 weeks ago) by gerald
Branches: MAIN
Diff to: previous 1.683: preferred, colored
Changes since revision 1.683: +1 -0 lines
Hook up the new lang/gcc46 port which has been repo-copied from lang/gcc45. PR: 145808
Revision 1.683: download - view: text, markup, annotated - select for diffs
Sun Apr 25 15:14:42 2010 UTC (21 months, 2 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.682: preferred, colored
Changes since revision 1.682: +1 -0 lines
- This library's module, Test::XPath, provides an interface for testing the content and structure of XML and HTML documents using XPath query expressions. This will be most useful for those who need to write TAP-emitting unit tests for HTML or XML output. WWW: http://search.cpan.org/dist/Test-XPath/ PR: ports/146035 Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu>
Revision 1.682: download - view: text, markup, annotated - select for diffs
Sun Apr 25 04:57:38 2010 UTC (21 months, 2 weeks ago) by lwhsu
Branches: MAIN
Diff to: previous 1.681: preferred, colored
Changes since revision 1.681: +1 -0 lines
Add cdent 0.5.4, a Portable Module Programming Language.
Revision 1.681: download - view: text, markup, annotated - select for diffs
Sun Apr 25 00:00:11 2010 UTC (21 months, 2 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.680: preferred, colored
Changes since revision 1.680: +1 -0 lines
- This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
WWW: http://search.cpan.org/dist/TryCatch
PR: ports/145951
Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu>
Revision 1.680: download - view: text, markup, annotated - select for diffs
Fri Apr 23 23:58:27 2010 UTC (21 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.679: preferred, colored
Changes since revision 1.679: +1 -0 lines
- PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda
Revision 1.679: download - view: text, markup, annotated - select for diffs
Fri Apr 23 15:03:12 2010 UTC (21 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.678: preferred, colored
Changes since revision 1.678: +1 -0 lines
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
Revision 1.678: download - view: text, markup, annotated - select for diffs
Mon Apr 5 23:16:26 2010 UTC (22 months ago) by sylvio
Branches: MAIN
Diff to: previous 1.677: preferred, colored
Changes since revision 1.677: +1 -0 lines
- Modern Perl programs use several modules to enable additional features of Perl and of the CPAN. WWW: http://search.cpan.org/dist/Modern-Perl/ PR: ports/145338 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: itetcu (mentor, implicit)
Revision 1.677: download - view: text, markup, annotated - select for diffs
Sat Apr 3 16:52:52 2010 UTC (22 months, 1 week ago) by itetcu
Branches: MAIN
Diff to: previous 1.676: preferred, colored
Changes since revision 1.676: +1 -0 lines
runawk is a small wrapper for AWK that impements a modules system and helps one to write the standalone AWK programs. WWW: http://runawk.sourceforge.net/ PR: ports/145126 Submitted by: Sahil Tandon <sahil at tandon.net>
Revision 1.676: download - view: text, markup, annotated - select for diffs
Wed Mar 24 11:28:57 2010 UTC (22 months, 2 weeks ago) by stas
Branches: MAIN
Diff to: previous 1.675: preferred, colored
Changes since revision 1.675: +1 -0 lines
- Add lang/ocaml-autoconf, ocaml macros module for autoconf. WWW: http://forge.ocamlcore.org/projects/ocaml-autoconf/
Revision 1.675: download - view: text, markup, annotated - select for diffs
Fri Feb 5 03:59:24 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.674: preferred, colored
Changes since revision 1.674: +1 -0 lines
Rakudo is the Perl 6 implementation based on the Parrot VM. http://www.perlfoundation.org/perl6/index.cgi WWW: http://rakudo.org/ PR: ports/143114 Submitted by: Aliaksandr Zahatski <zahatski at gmail.com> (maintainer)
Revision 1.674: download - view: text, markup, annotated - select for diffs
Sun Jan 24 13:22:24 2010 UTC (2 years ago) by gerald
Branches: MAIN
Diff to: previous 1.673: preferred, colored
Changes since revision 1.673: +0 -1 lines
Remove lang/gnat-gcc41 which is a couple of versions behind upstream and based on GCC 4.1 which is not maintained any more, either. Approved by: maintainer
Revision 1.673: download - view: text, markup, annotated - select for diffs
Sun Jan 24 01:44:05 2010 UTC (2 years ago) by wxs
Branches: MAIN
Diff to: previous 1.672: preferred, colored
Changes since revision 1.672: +1 -0 lines
- Attach lang/go to the build.
Revision 1.672: download - view: text, markup, annotated - select for diffs
Wed Jan 20 19:14:51 2010 UTC (2 years ago) by miwi
Branches: MAIN
Diff to: previous 1.671: preferred, colored
Changes since revision 1.671: +0 -3 lines
2010-01-08 audio/dino: has been broken for 7 months 2010-01-08 devel/asis-gpl: has been broken for 3 months 2010-01-08 devel/florist-gpl: has been broken for 3 months 2010-01-08 devel/kdesvn: has been broken for 4 months 2010-01-08 devel/radrails: has been broken for 3 months 2010-01-08 devel/rubygem-rtags: has been broken for 5 months 2010-01-12 games/hattrickorganizer: Has been broken for quite some time 2010-01-08 games/laughingman: has been broken for 3 months 2010-01-08 devel/aunit: has been broken for 3 months 2010-01-18 devel/gdb53: has been broken for 3 months 2010-01-08 lang/ccscript: has been broken for 4 months 2010-01-08 lang/gnat-glade: has been broken for 3 months 2010-01-08 lang/xsb: has been broken for 6 months 2010-01-08 multimedia/nmm: has been broken for 3 months 2010-01-08 multimedia/sabbu: has been broken for 3 months 2010-01-08 net/adasockets: has been broken for 3 months 2010-01-08 textproc/bidiv: has been broken for 3 months 2010-01-08 textproc/xmlada-gps: has been broken for 3 months
Revision 1.671: download - view: text, markup, annotated - select for diffs
Wed Jan 20 06:02:30 2010 UTC (2 years ago) by amdmi3
Branches: MAIN
Diff to: previous 1.670: preferred, colored
Changes since revision 1.670: +1 -1 lines
- Fix sorting and minor cleanups in category Makefiles
Revision 1.670: download - view: text, markup, annotated - select for diffs
Mon Jan 18 06:46:35 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
Diff to: previous 1.669: preferred, colored
Changes since revision 1.669: +0 -1 lines
- remove broken/expired ports@ ports Approved by: portmgr (miwi) audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months devel/adabindx||2010-01-18|Has expired: has been broken for 3 months devel/agide||2010-01-18|Has expired: has been broken for 6 months devel/asis||2010-01-18|Has expired: has been broken for 3 months devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind devel/florist||2010-01-18|Has expired: has been broken for 3 months editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months graphics/gephex||2010-01-18|Has expired: has been broken for 3 months graphics/irit||2010-01-18|Has expired: has been broken for 3 months graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months japanese/expect||2010-01-18|Has expired: has been broken for 3 months lang/pnetc||2010-01-18|Has expired: has been broken for 5 months mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months print/latex-msc||2010-01-18|Has expired: has been broken for 3 months science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months shells/bush||2010-01-18|Has expired: has been broken for 3 months textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
Revision 1.669: download - view: text, markup, annotated - select for diffs
Thu Jan 7 17:04:29 2010 UTC (2 years, 1 month ago) by olgeni
Branches: MAIN
Diff to: previous 1.668: preferred, colored
Changes since revision 1.668: +0 -1 lines
Remove unmaintained lang/drscheme port, which is superceded by lang/plt-scheme. According to pointyhat lang/drscheme it has been broken since 2007/06.
Revision 1.668: download - view: text, markup, annotated - select for diffs
Mon Jan 4 05:09:09 2010 UTC (2 years, 1 month ago) by pgj
Branches: MAIN
Diff to: previous 1.667: preferred, colored
Changes since revision 1.667: +1 -0 lines
This is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. WWW: http://hackage.haskell.org/package/unlambda PR: ports/142278 Submitted by: Jacula Modyun <jacula(at)gmail.com>
Revision 1.667: download - view: text, markup, annotated - select for diffs
Mon Jan 4 04:50:16 2010 UTC (2 years, 1 month ago) by pgj
Branches: MAIN
Diff to: previous 1.666: preferred, colored
Changes since revision 1.666: +1 -0 lines
This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell. WWW: http://hackage.haskell.org/package/brainfuck PR: ports/142277 Submitted by: Jacula Modyun <jacula(at)gmail.com>
Revision 1.666: download - view: text, markup, annotated - select for diffs
Sun Jan 3 16:17:29 2010 UTC (2 years, 1 month ago) by olgeni
Branches: MAIN
Diff to: previous 1.665: preferred, colored
Changes since revision 1.665: +1 -0 lines
Add Clozure CL, a free Common Lisp implementation that can be bootstrapped from C code alone. Unfortunately this port does not support CPUs without the SSE2 instruction set, and will fail to build with a diagnostic message in those cases. Supported FreeBSD architectures are i386 and amd64. pkg-descr contains a quick description of the main Clozure CL features.
Revision 1.665: download - view: text, markup, annotated - select for diffs
Fri Dec 18 10:08:29 2009 UTC (2 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.664: preferred, colored
Changes since revision 1.664: +0 -2 lines
- Get rid python-2.3 and python-3.0 (no longer under developement) Reviewed by: alexbl, clsung, pav
Revision 1.664: download - view: text, markup, annotated - select for diffs
Sun Dec 6 16:17:29 2009 UTC (2 years, 2 months ago) by bms
Branches: MAIN
Diff to: previous 1.663: preferred, colored
Changes since revision 1.663: +1 -0 lines
Add new port of u++, the uC++ front-end for g++. uC++ is an attempt to capture language-level parallelism in C++, to provide a new alternative for concurrent programming.
Revision 1.663: download - view: text, markup, annotated - select for diffs
Sat Nov 28 20:05:17 2009 UTC (2 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.662: preferred, colored
Changes since revision 1.662: +1 -0 lines
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
Revision 1.662: download - view: text, markup, annotated - select for diffs
Fri Nov 27 13:23:25 2009 UTC (2 years, 2 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.661: preferred, colored
Changes since revision 1.661: +0 -1 lines
Remove lang/erlang-doc: PDF documentation was rolled into Erlang.
Revision 1.661: download - view: text, markup, annotated - select for diffs
Sat Nov 21 22:00:17 2009 UTC (2 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.660: preferred, colored
Changes since revision 1.660: +0 -1 lines
Remove lang/gcc295 which is not used by any other port and had been unused/unusable for most of last year. Recommend lang/gcc44 instead. Approved by: maintainer
Revision 1.660: download - view: text, markup, annotated - select for diffs
Fri Nov 13 02:08:42 2009 UTC (2 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.659: preferred, colored
Changes since revision 1.659: +1 -0 lines
Add qore 0.7.6, the Qore Programming Language. PR: ports/140515 Submitted by: B. Estrade <estrabd at gmail.com>
Revision 1.659: download - view: text, markup, annotated - select for diffs
Wed Nov 11 01:32:25 2009 UTC (2 years, 2 months ago) by glarkin
Branches: MAIN
Diff to: previous 1.658: preferred, colored
Changes since revision 1.658: +1 -0 lines
The GNU Ada compiler system built from GCC 4.4.0.
Please add ${PREFIX}/bin/gcc44 to your PATH variable
before using this port.
WWW: http://gcc.gnu.org/
PR: ports/136359
Submitted by: M Rothwell <freebsd-ports@coreland.ath.cx> (maintainer)
Revision 1.658: download - view: text, markup, annotated - select for diffs
Sat Oct 24 10:28:01 2009 UTC (2 years, 3 months ago) by stas
Branches: MAIN
Diff to: previous 1.657: preferred, colored
Changes since revision 1.657: +1 -0 lines
- Add port for lang/stalin, an aggressive optimizing Scheme compiler, which is able to outperform hand-written C in a number of tests. This is a modified version suitable to use on FreeBSD i386/amd64. It possible to run it on other platfroms as well, but I have not boostrapped/tested it on anything except i386/amd64 yet. Author: Jeffrey Mark Siskind WWW: http://cobweb.ecn.purdue.edu/~qobi/software.html
Revision 1.657: download - view: text, markup, annotated - select for diffs
Mon Sep 7 17:00:22 2009 UTC (2 years, 5 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.656: preferred, colored
Changes since revision 1.656: +1 -0 lines
Boo is a new, object-oriented, statically-typed programming language for the Common Language Infrastructure (CLI) with a Python-inspired syntax and a special focus on language and compiler extensibility. PR: 117551 Submitted by: Romain Tartiere <romain at blogreen.org> (latest version)
Revision 1.656: download - view: text, markup, annotated - select for diffs
Wed Sep 2 15:38:40 2009 UTC (2 years, 5 months ago) by pgj
Branches: MAIN
Diff to: previous 1.655: preferred, colored
Changes since revision 1.655: +0 -1 lines
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump port revision where appropriate - Add devel/hs-ghc-paths - Add devel/hs-QuickCheck - Add devel/hs-readline - Add devel/hs-haskeline - Add devel/hs-mmap - Remove lang/ghc-doc - Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4 - Set NHC98 as default compiler for devel/hs-hat as it does not compile with GHC 6.10.4 PR: ports/137055, ports/137058, ports/137059, ports/137060, ports/137061, ports/137062, ports/137063, ports/137063, ports/137064, ports/137065, ports/137066, ports/137067, ports/137068, ports/137069, ports/137070, ports/137071, ports/137072, ports/137074, ports/137075, ports/137076, ports/137077, ports/137078, ports/137079, ports/137080, ports/137081, ports/137082, ports/137083, ports/137084, ports/137085, ports/137086, ports/137087, ports/137088, ports/137090, ports/137091, ports/137092, ports/137093, ports/137094, ports/137095, ports/137096, ports/137097, ports/137098, ports/137099, ports/137102, ports/137103, ports/137104, ports/137107, ports/137108, ports/137109, ports/137110, ports/137111 Submitted by: Jacula Modyun (jacula (at) gmail (dot) com), Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support) Supported by: wxs (review, amd64 testing), tabthorpe (8.x testing) Approved by: tabthorpe (mentor), respective maintainers
Revision 1.655: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:07:07 2009 UTC (2 years, 5 months ago) by tobez
Branches: MAIN
Diff to: previous 1.654: preferred, colored
Changes since revision 1.654: +1 -0 lines
Add lang/p5-Try-Tiny 0.01, a Perl module that provides minimal try/catch with proper localization of $$@.
Revision 1.654: download - view: text, markup, annotated - select for diffs
Wed Aug 19 21:04:52 2009 UTC (2 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.653: preferred, colored
Changes since revision 1.653: +0 -1 lines
Remove lang/gcc42-withgcjawt which basically is just lang/gcc42 with an extra option set and no longer used by anything in the tree.
Revision 1.653: download - view: text, markup, annotated - select for diffs
Sat Aug 8 15:56:42 2009 UTC (2 years, 6 months ago) by erwin
Branches: MAIN
Diff to: previous 1.652: preferred, colored
Changes since revision 1.652: +0 -1 lines
2009-07-28 lang/tinycobol: no longer being developed; consider using lang/open-cobol instead
Revision 1.652: download - view: text, markup, annotated - select for diffs
Tue Aug 4 11:36:50 2009 UTC (2 years, 6 months ago) by tobez
Branches: MAIN
Diff to: previous 1.651: preferred, colored
Changes since revision 1.651: +1 -0 lines
Add lang/p5-signatures 0.06, a Perl module that brings subroutine signatures into the language.
Revision 1.651: download - view: text, markup, annotated - select for diffs
Fri Jul 24 02:17:56 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.650: preferred, colored
Changes since revision 1.650: +1 -0 lines
Development preview OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs to C code and compiles it using GCC. WWW: http://www.opencobol.org/ PR: ports/136204 Submitted by: Glen Barber <glen.j.barber@gmail.com>
Revision 1.650: download - view: text, markup, annotated - select for diffs
Sat Jul 18 20:05:36 2009 UTC (2 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.649: preferred, colored
Changes since revision 1.649: +0 -1 lines
Remove lang/gcc-ooo which is no longer used by the OpenOffice ports and superseded by lang/gcc43 and later.
Revision 1.649: download - view: text, markup, annotated - select for diffs
Tue Jul 7 07:32:22 2009 UTC (2 years, 7 months ago) by mm
Branches: MAIN
Diff to: previous 1.648: preferred, colored
Changes since revision 1.648: +0 -1 lines
- Dropping tcl8.0 support - This has no effect on japanese/tcl80 and japanese/tk80 ports 2009-03-22 lang/tcl80: tcl8.0 support dropped
Revision 1.648: download - view: text, markup, annotated - select for diffs
Mon Jul 6 20:30:29 2009 UTC (2 years, 7 months ago) by lwhsu
Branches: MAIN
Diff to: previous 1.647: preferred, colored
Changes since revision 1.647: +1 -0 lines
- Add Python 3.1
Revision 1.647: download - view: text, markup, annotated - select for diffs
Tue Jun 23 11:46:01 2009 UTC (2 years, 7 months ago) by flz
Branches: MAIN
Diff to: previous 1.646: preferred, colored
Changes since revision 1.646: +1 -0 lines
Add lang/mono-basic 2.4, VisualBasic.NET support for Mono. PR: ports/135928 Submitted by: Romain Tartiere
Revision 1.646: download - view: text, markup, annotated - select for diffs
Sun Jun 21 10:20:37 2009 UTC (2 years, 7 months ago) by dhn
Branches: MAIN
Diff to: previous 1.645: preferred, colored
Changes since revision 1.645: +1 -0 lines
libHX is a C library (with some additional C++ bindings available) WWW: http://libhx.sourceforge.net/ PR: ports/135871 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Revision 1.645: download - view: text, markup, annotated - select for diffs
Mon Jun 15 14:42:13 2009 UTC (2 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.644: preferred, colored
Changes since revision 1.644: +0 -6 lines
Remove pm3-* and friends as it hasn't been able to build for over a year. 2008-09-19 lang/pm3-base: Has been broken for more than 6 months 2009-01-19 lang/pm3-forms: depends on broken, expired port 2009-01-19 lang/pm3-gui: depends on broken, expired port 2009-01-19 lang/pm3-m3tk: depends on broken, expired port 2009-01-19 lang/pm3-net: depends on broken, expired port 2009-01-19 lang/pm3-netobj: depends on broken, expired port graphics/juno-2
Revision 1.644: download - view: text, markup, annotated - select for diffs
Mon Jun 8 14:56:31 2009 UTC (2 years, 8 months ago) by skv
Branches: MAIN
Diff to: previous 1.643: preferred, colored
Changes since revision 1.643: +0 -1 lines
Remove expired port lang/perl5.6
Revision 1.643: download - view: text, markup, annotated - select for diffs
Mon Jun 1 17:26:19 2009 UTC (2 years, 8 months ago) by bsam
Branches: MAIN
Diff to: previous 1.642: preferred, colored
Changes since revision 1.642: +2 -0 lines
Here are new Linux Fedora 10 infrastructure ports. Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Revision 1.642: download - view: text, markup, annotated - select for diffs
Thu May 21 20:07:38 2009 UTC (2 years, 8 months ago) by beat
Branches: MAIN
Diff to: previous 1.641: preferred, colored
Changes since revision 1.641: +1 -0 lines
Petite Chez Scheme is a complete Scheme system that is fully compatible with Chez Scheme but uses high-speed threaded interpreter technology in place of Chez Scheme's incremental native-code compiler. Programs written for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do not depend specifically on the compiler. In fact, Petite Chez Scheme is built from the same sources as Chez Scheme, with all but the compiler sources included. Petite Chez Scheme was conceived as a freely distributable run-time environment for compiled Chez Scheme applications. To serve this purpose, it needed to have a complete run-time environment, including, for many applications, a working evaluator. The result is a system that is useful not only to our customers for the applications they distribute, but also to people who want to use a top-quality Scheme system and can't justify purchasing Chez Scheme. WWW: http://www.scheme.com/petitechezscheme.html PR: ports/133437 Submitted by: Vitaly Magerya <vmagerya AT gmail.com> Approved by: miwi (mentor)
Revision 1.641: download - view: text, markup, annotated - select for diffs
Mon May 18 18:05:00 2009 UTC (2 years, 8 months ago) by johans
Branches: MAIN
Diff to: previous 1.640: preferred, colored
Changes since revision 1.640: +1 -0 lines
Pike is an interpreted, object-oriented programming language. It looks a bit like C and C++, but it is much easier to learn and use. It can be used for small scripts as well as for large programs. A lot of inspiration for this port came from the Pike 7.6 port. Some optional pike modules are not yet included; will follow soon.
Revision 1.640: download - view: text, markup, annotated - select for diffs
Fri May 15 17:43:14 2009 UTC (2 years, 8 months ago) by glarkin
Branches: MAIN
Diff to: previous 1.639: preferred, colored
Changes since revision 1.639: +1 -0 lines
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application. WWW: http://www.scala-lang.org/ PR: ports/133887 Submitted by: Mitsuru YOSHIDA <mitsuru at riken.jp>
Revision 1.639: download - view: text, markup, annotated - select for diffs
Sun May 10 10:46:38 2009 UTC (2 years, 9 months ago) by pgj
Branches: MAIN
Diff to: previous 1.638: preferred, colored
Changes since revision 1.638: +1 -0 lines
F# developed as a research programming language to provide the much sought-after combination of type safety, succinctness, performance, expressivity and scripting, with all the advantages of running on a high-quality, well-supported modern runtime system. This combination has been so successful that the language is now being transitioned towards a fully supported language on the .NET platform. F# was developed as a pragmatically-oriented variant of ML that shares a core language with OCaml. Unlike other scripting languages it executes at or near the speed of C# and C++, making use of the performance that comes through strong typing. Unlike many type-inferred, statically-typed languages it also supports many dynamic language techniques, such as property discovery and reflection where needed. F# includes extensions for working across languages and for object-oriented programming, and it works seamlessly with other .NET programming languages and tools. WWW: http://research.microsoft.com/fsharp/fsharp.aspx Approved by: gabor (mentor)
Revision 1.638: download - view: text, markup, annotated - select for diffs
Sat May 9 01:49:23 2009 UTC (2 years, 9 months ago) by acm
Branches: MAIN
Diff to: previous 1.637: preferred, colored
Changes since revision 1.637: +1 -0 lines
- New port: lang/gambas2-examples Example projects for gambas language
Revision 1.637: download - view: text, markup, annotated - select for diffs
Sat May 9 01:47:55 2009 UTC (2 years, 9 months ago) by acm
Branches: MAIN
Diff to: previous 1.636: preferred, colored
Changes since revision 1.636: +1 -0 lines
- New port: lang/gambas2 Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. (meta port) WWW: http://gambas.sf.net/
Revision 1.636: download - view: text, markup, annotated - select for diffs
Sat May 9 00:59:53 2009 UTC (2 years, 9 months ago) by acm
Branches: MAIN
Diff to: previous 1.635: preferred, colored
Changes since revision 1.635: +1 -0 lines
- New port: lang/gambas2-components Native components for gambas2
Revision 1.635: download - view: text, markup, annotated - select for diffs
Sat May 9 00:53:57 2009 UTC (2 years, 9 months ago) by acm
Branches: MAIN
Diff to: previous 1.634: preferred, colored
Changes since revision 1.634: +1 -0 lines
- New port: lang/gambas2-base Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. WWW: http://gambas.sf.net/
Revision 1.634: download - view: text, markup, annotated - select for diffs
Wed Apr 29 14:52:14 2009 UTC (2 years, 9 months ago) by glarkin
Branches: MAIN
Diff to: previous 1.633: preferred, colored
Changes since revision 1.633: +1 -0 lines
Ikarus Scheme is a free optimizing incremental native-code compiler for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme. Ikarus Scheme is an optimizing compiler, so your Scheme code will run fast without the need to port hot spots to C "for performance". With an incremental compiler, you don't need a separate compilation step to make your program run fast. The best part is that the compiler itself is fast, capable of compiling thousands of lines of code per second. Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the supported features. WWW: http://www.ikarus-scheme.org/
Revision 1.633: download - view: text, markup, annotated - select for diffs
Tue Apr 7 23:40:48 2009 UTC (2 years, 10 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.632: preferred, colored
Changes since revision 1.632: +1 -0 lines
Connect lang/gcc45 AKA GCC 4.5.0 to the build.
Revision 1.632: download - view: text, markup, annotated - select for diffs
Mon Apr 6 14:19:16 2009 UTC (2 years, 10 months ago) by bsam
Branches: MAIN
Diff to: previous 1.631: preferred, colored
Changes since revision 1.631: +1 -0 lines
Add linux-f8-tcl84 8.4.17, tool Command Language (Linux Fedora 8). PR: ports/131806 Submitted by: Stas Timokhin <stast at bsdportal.ru>
Revision 1.631: download - view: text, markup, annotated - select for diffs
Thu Apr 2 00:57:07 2009 UTC (2 years, 10 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.630: preferred, colored
Changes since revision 1.630: +1 -0 lines
tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features:
* parser and bytecode compiler written in tinypy
* fully bootstrapped
* luaesque virtual machine with garbage collection written in C
it's "stackless" sans any "stackless" features
* cross-platform :) it runs under windows / linux / macosx
* a fairly decent subset of python
o classes and single inheritance
o functions with variable or keyword arguments
o strings, lists, dicts, numbers
o modules, list comprehensions
o exceptions with full traceback
o some builtins
* batteries not included -- yet
WWW: http://www.tinypy.org/
PR: 132124
Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
Revision 1.630: download - view: text, markup, annotated - select for diffs
Wed Apr 1 15:25:34 2009 UTC (2 years, 10 months ago) by bsam
Branches: MAIN
Diff to: previous 1.629: preferred, colored
Changes since revision 1.629: +1 -0 lines
Here are new Linux Fedora 8 infrastructure ports. The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
Revision 1.629: download - view: text, markup, annotated - select for diffs
Sat Mar 28 20:45:08 2009 UTC (2 years, 10 months ago) by skv
Branches: MAIN
Diff to: previous 1.628: preferred, colored
Changes since revision 1.628: +1 -0 lines
Introduce Perl 5.10.0
Revision 1.628: download - view: text, markup, annotated - select for diffs
Mon Mar 23 20:53:37 2009 UTC (2 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.627: preferred, colored
Changes since revision 1.627: +0 -1 lines
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Revision 1.627: download - view: text, markup, annotated - select for diffs
Fri Mar 20 09:24:47 2009 UTC (2 years, 10 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.626: preferred, colored
Changes since revision 1.626: +1 -0 lines
Etoile Project LnguageKit Plugins WWW: http://www.etoile-project.org/
Revision 1.626: download - view: text, markup, annotated - select for diffs
Sat Mar 14 22:36:04 2009 UTC (2 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.625: preferred, colored
Changes since revision 1.625: +0 -1 lines
Remove per deprecation/expiration note.
Revision 1.625: download - view: text, markup, annotated - select for diffs
Sat Mar 14 12:31:05 2009 UTC (2 years, 10 months ago) by lwhsu
Branches: MAIN
Diff to: previous 1.624: preferred, colored
Changes since revision 1.624: +1 -0 lines
Add s9fes 20090311, a simple and comprehensible Scheme interpreter. PR: ports/131998 Submitted by: Nils M Holm <nmh at t3x.org>
Revision 1.624: download - view: text, markup, annotated - select for diffs
Mon Mar 2 23:50:32 2009 UTC (2 years, 11 months ago) by mm
Branches: MAIN
Diff to: previous 1.623: preferred, colored
Changes since revision 1.623: +1 -0 lines
- New port: lang/tcl-modules - Slave port of tcl85, separates tcl common modules from tcl85 and tcl86 (identical) into a single port
Revision 1.623: download - view: text, markup, annotated - select for diffs
Sat Feb 7 21:36:03 2009 UTC (3 years ago) by mm
Branches: MAIN
Diff to: previous 1.622: preferred, colored
Changes since revision 1.622: +2 -0 lines
- Add missing entries for tcl86,tk86,tcl86-thread,tk86-thread
Revision 1.622: download - view: text, markup, annotated - select for diffs
Tue Feb 3 22:38:13 2009 UTC (3 years ago) by miwi
Branches: MAIN
Diff to: previous 1.621: preferred, colored
Changes since revision 1.621: +0 -1 lines
2009-01-19 games/emacs-chess: has been broken for more than 6 months 2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port 2009-01-19 devel/hs-hat: has been broken for more than 6 months 2009-01-19 devel/hs-hpl: has been broken for more than 6 months 2009-01-19 databases/mysqlbigram: has been broken for more than 6 months 2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months 2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months 2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months 2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x 2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months 2009-01-31 x11-wm/expocity: project has been abandoned 2009-01-19 x11/bbuname: has been broken for more than 6 months 2009-01-19 security/squidclam: has been broken for more than 6 months 2009-01-19 print/virtualpaper: depends on broken, expired port 2009-01-19 print/ifhp: has been broken for more than 6 months 2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months 2009-01-19 palm/pdbc: has been broken for more than 6 months 2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months 2009-01-19 net-im/sulci: has been broken for more than 6 months 2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months 2009-01-19 multimedia/helixplayer: has been broken for more than 6 months 2009-01-19 lang/quack: has been broken for more than 6 months 2009-01-19 misc/pybliographer: has been broken for more than 6 months 2009-01-19 net/versuch: has been broken for more than 6 months 2009-01-19 net/py-mantissa: has been broken for more than 6 months 2009-01-19 net/libunpipc: has been broken for more than 6 months 2009-01-19 net/gnometelnet: has been broken for more than 6 months 2009-01-19 net/gacxtool: depends on expired, broken port 2009-01-19 devel/py-coro: has been broken for more than 6 months 2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months 2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
Revision 1.621: download - view: text, markup, annotated - select for diffs
Sun Feb 1 19:43:10 2009 UTC (3 years ago) by skv
Branches: MAIN
Diff to: previous 1.620: preferred, colored
Changes since revision 1.620: +1 -1 lines
Rename: lang/perl5 -> lang/perl5.6 PR: ports/131046
Revision 1.620: download - view: text, markup, annotated - select for diffs
Sat Jan 24 12:17:08 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.619: preferred, colored
Changes since revision 1.619: +0 -1 lines
Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more than 3 years and does not build anywhere. No objections: mjl@luckie.org.nz (maintainer), pav
Revision 1.619: download - view: text, markup, annotated - select for diffs
Sun Jan 18 03:27:20 2009 UTC (3 years ago) by gerald
Branches: MAIN
Diff to: previous 1.618: preferred, colored
Changes since revision 1.618: +0 -1 lines
Remove lang/gcc41, the GCC 4.1 series. GCC 4.2 in the form of lang/gcc42 as well as the FreeBSD 7.x system compiler is the new king in town.
Revision 1.618: download - view: text, markup, annotated - select for diffs
Thu Jan 8 10:19:39 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.617: preferred, colored
Changes since revision 1.617: +0 -1 lines
- Remove lang/py-compiler, it's been included in base python since 2.2
Revision 1.617: download - view: text, markup, annotated - select for diffs
Tue Jan 6 07:59:06 2009 UTC (3 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.616: preferred, colored
Changes since revision 1.616: +1 -0 lines
Readd. audio/tuxguitar depends on lang/gcc42-withgcjawt port. Submitted by: cperciva@
Revision 1.616: download - view: text, markup, annotated - select for diffs
Tue Jan 6 05:54:52 2009 UTC (3 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.615: preferred, colored
Changes since revision 1.615: +0 -1 lines
Remove lang/gcc42-withgcjawt This is very hard to maintain * Actually CONFLICT with lang/gcc42. * Depending on lang/gcc42 is not a good idea. Requires too much efforts.
Revision 1.615: download - view: text, markup, annotated - select for diffs
Tue Jan 6 05:41:46 2009 UTC (3 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.614: preferred, colored
Changes since revision 1.614: +0 -1 lines
Remove following ports. lang/gcc41-withgcjawt java/gjdoc java/ecj-bootstrap * lang/gcc41 will also be removed by gerald@ very soon. * these ports are intended for free Java alternative, however, require too much resources to maintain. java/java-gcj-compat has also been removed because it's broken for long time.
Revision 1.614: download - view: text, markup, annotated - select for diffs
Sun Dec 28 12:11:50 2008 UTC (3 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.613: preferred, colored
Changes since revision 1.613: +2 -0 lines
- Connect python26 and python30 to the build
Revision 1.613: download - view: text, markup, annotated - select for diffs
Fri Dec 26 05:34:51 2008 UTC (3 years, 1 month ago) by pgollucci
Branches: MAIN
Diff to: previous 1.612: preferred, colored
Changes since revision 1.612: +1 -0 lines
clojure-mode is an emacs editing mode for the clojure (www.clojure.org) programming language. WWW: http://clojure.codestuffs.com/ PR: ports/129857 Submitted by: Peter Schuller <peter.schuller at infidyne.com> Approved by: araujo (mentor, implicit)
Revision 1.612: download - view: text, markup, annotated - select for diffs
Fri Dec 19 21:21:58 2008 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.611: preferred, colored
Changes since revision 1.611: +0 -1 lines
- Has expired: Has been broken for more than 6 months
Revision 1.611: download - view: text, markup, annotated - select for diffs
Sun Dec 7 20:36:42 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.610: preferred, colored
Changes since revision 1.610: +0 -1 lines
2008-09-19 japanese/escpf: Has been broken for more than 6 months 2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months 2008-09-19 lang/screamer: Has been broken for more than 6 months 2008-10-01 misc/documancer: Unmaintained upstream 2008-09-19 misc/ipbt: Has been broken for more than 6 months 2008-10-13 multimedia/manslide: Use multimedia/smile instead 2008-09-19 net/globus4: Has been broken for more than 6 months 2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months 2008-01-28 net/p54u: website disappeared 2008-09-19 net-im/ginsu: Has been broken for more than 6 months 2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months 2008-09-19 sysutils/sjog: Has been broken for more than 6 months 2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months 2008-09-19 www/roxen: Has been broken for more than 6 months 2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Revision 1.610: download - view: text, markup, annotated - select for diffs
Fri Dec 5 13:30:06 2008 UTC (3 years, 2 months ago) by gahr
Branches: MAIN
Diff to: previous 1.609: preferred, colored
Changes since revision 1.609: +1 -0 lines
- New port: lang/cfortran cfortran.h is an easy-to-use powerful bridge between C and FORTRAN. It provides a transparent, machine independent interface between C and FORTRAN routines and global data.
Revision 1.609: download - view: text, markup, annotated - select for diffs
Sun Nov 30 14:03:57 2008 UTC (3 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.608: preferred, colored
Changes since revision 1.608: +1 -0 lines
Tiny C Compiler Features: * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation. WWW: http://bellard.org/tcc/
Revision 1.608: download - view: text, markup, annotated - select for diffs
Sat Nov 29 12:27:35 2008 UTC (3 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.607: preferred, colored
Changes since revision 1.607: +1 -0 lines
Pragmatic Smalltalk Compiler This is an implementation of Smalltalk designed to run on top of an Objective-C runtime. WWW: http://www.etoile-project.org/
Revision 1.607: download - view: text, markup, annotated - select for diffs
Thu Nov 27 18:21:30 2008 UTC (3 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.606: preferred, colored
Changes since revision 1.606: +1 -0 lines
Etoile's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C, allowing classes to be written in a mixture of Smalltalk and Objective-C. WWW: http://www.etoile-project.org/
Revision 1.606: download - view: text, markup, annotated - select for diffs
Wed Nov 26 20:58:04 2008 UTC (3 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.605: preferred, colored
Changes since revision 1.605: +1 -0 lines
LanguageKit is a compiler kit built on top of LLVM for creating dynamic language implementations using an Objective-C runtime for the object model. This is used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C, allowing classes to be written in a mixture of Smalltalk and Objective-C. WWW: http://www.etoile-project.org/
Revision 1.605: download - view: text, markup, annotated - select for diffs
Mon Nov 24 18:15:34 2008 UTC (3 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.604: preferred, colored
Changes since revision 1.604: +1 -0 lines
ScriptKit is a very lightweight cross-app scripting framework built on top of Distributed Objects. It simply exports a dictionary containing a set of named objects for scripting with Objective-C or any languages based on the LanguageKit such as Pragmatic Smalltalk. This is used for example by the hit corners and gesture recognition tool to run arbitrary commands in response to corner activations or mouse gestures, and by ScriptServices which allows arbitrary shell or Smalltalk scripts to be invoked on the current selection from any GNUstep or Etoile application. WWW: http://www.etoile-project.org/
Revision 1.604: download - view: text, markup, annotated - select for diffs
Mon Nov 24 09:33:54 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.603: preferred, colored
Changes since revision 1.603: +1 -0 lines
cparser is a C compiler, which can parse C89 and C99 as well as many GCC and some MSVC extensions. It also provides many useful analyses for warnings. It uses libFIRM, which provides a SSA-based intermediate representation in form of explicit dependency graphs, for optimization and code generation. Parsing is done with a handwritten recursive descent parser. The AST representation is straightforward, so it can be used for other purposes than code generation. * fast recursive descent parser, parses C89 and C99 * handles most GCC extensions, f.e. __attribute__, inline assembler, computed goto, statement expressions * handles some MSVC extensions (like declspec) * provides many useful warnings * format string checker for char and wchar_t * unreachable code analysis * missing return statement check, which pinpoints exact location(s) * write-only/-self variables detection * missing and redundant forward declarations * most warnings switches, which are available for GCC * provides concise messages in case of error, for example when encountering misspelled typenames * compiler driver compatible with with GCC (-fxxx, -Wxxx, -M, ...) * uses libFIRM for optimization and code generation (devel/libfirm) WWW: http://www.libfirm.org Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
Revision 1.603: download - view: text, markup, annotated - select for diffs
Sun Nov 9 22:56:35 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.602: preferred, colored
Changes since revision 1.602: +1 -0 lines
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language (and most Python code is also valid Cython code), but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code. WWW: http://www.cython.org/ PR: ports/128722 Submitted by: Wen Heping <wenhping at gmail.com>
Revision 1.602: download - view: text, markup, annotated - select for diffs
Sat Sep 6 04:26:26 2008 UTC (3 years, 5 months ago) by chinsan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.601: preferred, colored
Changes since revision 1.601: +1 -0 lines
Add mtasc 1.14, motion-Twin ActionScript 2 Compiler. PR: ports/127130 Submitted by: Marcin Cieslak <saper at SYSTEM.PL>
Revision 1.601: download - view: text, markup, annotated - select for diffs
Mon Aug 25 21:11:17 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.600: preferred, colored
Changes since revision 1.600: +1 -0 lines
Ucc is a C compiler which implements the ANSI C89 standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization. WWW: http://ucc.sf.net PR: ports/126551 Submitted by: Wen Heping <wenheping at gmail.com>
Revision 1.600: download - view: text, markup, annotated - select for diffs
Sat Aug 23 09:44:57 2008 UTC (3 years, 5 months ago) by gerald
Branches: MAIN
Diff to: previous 1.599: preferred, colored
Changes since revision 1.599: +0 -1 lines
Remove lang/gcc32 (GCC 3.2) which is no longer used by any other ports and does not support amd64, for example.
Revision 1.599: download - view: text, markup, annotated - select for diffs
Sun Aug 17 18:24:33 2008 UTC (3 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.598: preferred, colored
Changes since revision 1.598: +1 -0 lines
Mosh is A Fast R6RS Scheme interpreter. WWW: http://code.google.com/p/mosh-scheme/ PR: ports/125375 Submitted by: <katsuji dot ishikawa at gmail dot com>
Revision 1.598: download - view: text, markup, annotated - select for diffs
Sun Aug 10 22:42:41 2008 UTC (3 years, 6 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.597: preferred, colored
Changes since revision 1.597: +1 -0 lines
- Add tolua++50 port similar to tolua++ - tolua++50 is to be used with lua 5.0 and tolua++ with lua 5.1, update depends accordingly - Depend on lua with USE_LUA instead of LIB_DEPEND - Make both ports install files to (lua version)-specific directories, so they can coexist peacefully in a manner similar to tolua/tolua50. - Take maintainership - Add distfile mirror - Remove USE_LDCONFIG (ports do not install any shared libs) - Fix pkg-descr Approved by: miwi (mentor implicit)
Revision 1.597: download - view: text, markup, annotated - select for diffs
Tue Aug 5 15:23:27 2008 UTC (3 years, 6 months ago) by lippe
Branches: MAIN
Diff to: previous 1.596: preferred, colored
Changes since revision 1.596: +1 -0 lines
- Connect ypsilon to the build. Approved by: gabor (mentor, implicit)
Revision 1.596: download - view: text, markup, annotated - select for diffs
Fri Jul 25 03:27:56 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.595: preferred, colored
Changes since revision 1.595: +0 -1 lines
- Remove lang/gambc after it's been repocopied to lang/gambit-c PR: ports/124087 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
Revision 1.595: download - view: text, markup, annotated - select for diffs
Fri Jul 25 03:07:49 2008 UTC (3 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.594: preferred, colored
Changes since revision 1.594: +1 -0 lines
- Connect lang/gambit-c to the build after the repocopy. - Update to 4.2.6 - Respect CFLAGS PR: ports/124087 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
Revision 1.594: download - view: text, markup, annotated - select for diffs
Wed Jul 16 22:42:13 2008 UTC (3 years, 6 months ago) by gahr
Branches: MAIN
Diff to: previous 1.593: preferred, colored
Changes since revision 1.593: +1 -0 lines
- New port: seed7 Seed7 is an extensible general purpose high-level programming language.
Revision 1.593: download - view: text, markup, annotated - select for diffs
Fri Jul 11 13:02:53 2008 UTC (3 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.592: preferred, colored
Changes since revision 1.592: +0 -1 lines
Remove lang/yarv. YARV was officially released as Ruby 1.9. Approved by: MAINTAINER
Revision 1.592: download - view: text, markup, annotated - select for diffs
Tue Jul 8 18:37:44 2008 UTC (3 years, 7 months ago) by gahr
Branches: MAIN
Diff to: previous 1.591: preferred, colored
Changes since revision 1.591: +1 -0 lines
- New port: plt-scheme The PLT-Scheme group have released a new version of their Scheme language and IDE tools suite, and here's a port that builds it on FreeBSD. PR: 124776 Submitted by: Andrew Reilly <areilly@bigpond.net.au> (new maintainer)
Revision 1.591: download - view: text, markup, annotated - select for diffs
Mon Jun 23 14:18:22 2008 UTC (3 years, 7 months ago) by lippe
Branches: MAIN
Diff to: previous 1.590: preferred, colored
Changes since revision 1.590: +1 -0 lines
- Connect bsh to build. Pointy hat to: lippe Reported by: araujo Approved by: gabor (mentor, implicit)
Revision 1.590: download - view: text, markup, annotated - select for diffs
Mon Jun 2 19:46:21 2008 UTC (3 years, 8 months ago) by gahr
Branches: MAIN
Diff to: previous 1.589: preferred, colored
Changes since revision 1.589: +1 -0 lines
- New port: hla High Level Assembler (HLA) is an assembly language developed by Randall Hyde which can use high-level language constructs to aid x86 assembly programmer beginners and advanced assembly developers alike.
Revision 1.589: download - view: text, markup, annotated - select for diffs
Thu May 29 19:14:46 2008 UTC (3 years, 8 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.588: preferred, colored
Changes since revision 1.588: +1 -0 lines
New port: The New Brainfuck Compiler The New Brainfuck Compiler is an optimizing Brainfuck-to-C and Bainfuck-to-Java compiler. Approved by: miwi (mentor)
Revision 1.588: download - view: text, markup, annotated - select for diffs
Fri May 16 15:05:26 2008 UTC (3 years, 8 months ago) by acm
Branches: MAIN
Diff to: previous 1.587: preferred, colored
Changes since revision 1.587: +1 -0 lines
New port: lang/nbc NBC (Next Byte Codes) is a programming language for the LEGO MINDSTORMS NXT product. NBC's syntax is based on assembler programming langauges, so experienced assembler programmers (or just about any programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NBC is relatively easy to learn. WWW: http://bricxcc.sourceforge.net/nbc/ PR: 116274 Submitted by: Ivan "Rambius" Ivanov <rambiusparkisanius_ at __gmail.com>
Revision 1.587: download - view: text, markup, annotated - select for diffs
Mon May 5 06:41:19 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.586: preferred, colored
Changes since revision 1.586: +1 -0 lines
Let the world know that lang/tolua50 exist.
Revision 1.586: download - view: text, markup, annotated - select for diffs
Sun Apr 6 08:58:13 2008 UTC (3 years, 10 months ago) by stas
Branches: MAIN
Diff to: previous 1.585: preferred, colored
Changes since revision 1.585: +1 -0 lines
- Add ruby 1.9 support - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
Revision 1.585: download - view: text, markup, annotated - select for diffs
Sat Mar 1 20:18:34 2008 UTC (3 years, 11 months ago) by gerald
Branches: MAIN
Diff to: previous 1.584: preferred, colored
Changes since revision 1.584: +1 -0 lines
Now track GCC 4.4 development (currently at 4.4.0 snapshot 20080229) via the new lang/gcc44 port. At this point, this is mostly identical to what we have in lang/gcc43 which is in the final stages before the GCC 4.3.0 release, but things will start diverging soon. PR: 120984
Revision 1.584: download - view: text, markup, annotated - select for diffs
Thu Feb 28 12:08:21 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.583: preferred, colored
Changes since revision 1.583: +0 -1 lines
2007-10-28 x11-wm/wmDeskGuide: Version branch long since retired 2008-02-23 ftp/axelq: Unmaintained, website disappeared 2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead 2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2 2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained 2007-11-16 editors/muggy: development stalled for years, unmaintained 2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
Revision 1.583: download - view: text, markup, annotated - select for diffs
Wed Feb 20 23:22:14 2008 UTC (3 years, 11 months ago) by beech
Branches: MAIN
Diff to: previous 1.582: preferred, colored
Changes since revision 1.582: +1 -0 lines
- Drag from attic - Update to 1.45.6 - Bump portepoch - Pass maintainership to submitter Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic indentation of Objective Caml and Camllight codes. Key parts of the code are hilighted using Font-Lock. Support to run an interactive Caml toplevel and debbuger is provided. This mode attempts to give better results than the one provided in the standard distribution OCaml 3.x. Indentation rules are slightly different but closer to classical functional languages. There is no relation with the Tuareg People, except their reputation of great CAMEL riders and breeders. PR: ports/120494 Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (maintainer)
Revision 1.582: download - view: text, markup, annotated - select for diffs
Sun Jan 27 23:10:44 2008 UTC (4 years ago) by nivit
Branches: MAIN
Diff to: previous 1.581: preferred, colored
Changes since revision 1.581: +1 -0 lines
Rhino is an open-source implementation of JavaScript written entirely
in Java. It is typically embedded into Java applications to provide
scripting to end users.
Rhino is an implementation of the core language only and doesn't contain
objects or methods for manipulating HTML documents.
Rhino contains
* All the features of JavaScript 1.6
* Allows direct scripting of Java
* A JavaScript shell for executing JavaScript scripts
* A JavaScript compiler to transform JavaScript source files
into Java class files
* A JavaScript debugger for scripts executed with Rhino
WWW: http://www.mozilla.org/rhino/
Revision 1.581: download - view: text, markup, annotated - select for diffs
Fri Jan 18 20:49:55 2008 UTC (4 years ago) by bms
Branches: MAIN
Diff to: previous 1.580: preferred, colored
Changes since revision 1.580: +1 -0 lines
Add a port for the g++ 4.2.2 C++ library documentation.
Revision 1.580: download - view: text, markup, annotated - select for diffs
Fri Jan 18 14:42:00 2008 UTC (4 years ago) by bms
Branches: MAIN
Diff to: previous 1.579: preferred, colored
Changes since revision 1.579: +1 -0 lines
Add port of libstdc++ documentation for the version shipping with gcc 3.4.x versions. Supersedes lang/stldoc. Note: Versioning convention must be explicit in port name as different versions of this library exist.
Revision 1.579: download - view: text, markup, annotated - select for diffs
Mon Dec 17 18:24:15 2007 UTC (4 years, 1 month ago) by alepulver
Branches: MAIN
Diff to: previous 1.578: preferred, colored
Changes since revision 1.578: +1 -0 lines
Open Dylan compiles to native code and has a full-featured IDE including an incremental development mode, browsing of runtime objects, remote debugging, etc. Open Dylan currently only runs on the x86 platform and the IDE does not yet run on the Linux version. Open Dylan is in many ways a mature implementation. If you are new to the language, choose Open Dylan if you can. WWW: http://www.opendylan.org/
Revision 1.578: download - view: text, markup, annotated - select for diffs
Sat Nov 3 23:39:37 2007 UTC (4 years, 3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.577: preferred, colored
Changes since revision 1.577: +0 -1 lines
Remove lang/gcc40 which only has three dependencies left in the tree (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav)
Revision 1.577: download - view: text, markup, annotated - select for diffs
Sun Oct 21 02:49:51 2007 UTC (4 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.576: preferred, colored
Changes since revision 1.576: +1 -0 lines
add clojure 20071020 A dynamic programming language for the JVM
Revision 1.576: download - view: text, markup, annotated - select for diffs
Wed Oct 17 12:14:16 2007 UTC (4 years, 3 months ago) by mm
Branches: MAIN
Diff to: previous 1.575: preferred, colored
Changes since revision 1.575: +1 -0 lines
Expect is a program that performs programmed dialogue with other interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). This is a development version from CVS code at SourceForge. WWW: http://www.sourceforge.net/projects/expect
Revision 1.575: download - view: text, markup, annotated - select for diffs
Mon Oct 15 14:37:43 2007 UTC (4 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.574: preferred, colored
Changes since revision 1.574: +1 -0 lines
nwcc is a small C compiler for Unix systems under the BSDL It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64, Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware. The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
Revision 1.574: download - view: text, markup, annotated - select for diffs
Thu Oct 4 08:59:33 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.573: preferred, colored
Changes since revision 1.573: +0 -1 lines
lang/snobol is obsolted by lang/snobol4. Discussed with: maintainer
Revision 1.573: download - view: text, markup, annotated - select for diffs
Thu Sep 27 20:23:44 2007 UTC (4 years, 4 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.572: preferred, colored
Changes since revision 1.572: +0 -1 lines
2007-09-22 misc/mango: Depends on broken package qextmdi 2007-04-01 lang/f2py: Replaced by py-numpy Approved by: miwi (co-mentor)
Revision 1.572: download - view: text, markup, annotated - select for diffs
Tue Sep 18 15:55:02 2007 UTC (4 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.571: preferred, colored
Changes since revision 1.571: +0 -3 lines
2007-08-22 lang/fesi: Depends on obsolete version of jdk 2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded into mono 2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later versions and is no longer needed 2007-09-01 devel/hs-green-card: "Does not build with latest GHC" 2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions
Revision 1.571: download - view: text, markup, annotated - select for diffs
Tue Sep 18 02:48:51 2007 UTC (4 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.570: preferred, colored
Changes since revision 1.570: +1 -0 lines
C99 modernization of the original Portable C Compiler by S. C. Johnson, written in the late 70's.
Revision 1.570: download - view: text, markup, annotated - select for diffs
Thu Sep 6 05:56:58 2007 UTC (4 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.569: preferred, colored
Changes since revision 1.569: +1 -0 lines
New port: lang devel/nesasm: 6502 assembler with specific NES support nesasm is a 6502 assembler with specific NES support. NES support in this case refers to FamiCOM and Nintendo Entertainment System support. lang/fasm has been used as a reference on how an assembler should be ported. Feedback is as always welcome, hopefully it will lead to me producing better ports and less work for you committer ;) WWW: http://bobrost.com/nes/resources.php PR: ports/115254 Submitted by: Pontus Stenetorp <ninjin@kth.se>
Revision 1.569: download - view: text, markup, annotated - select for diffs
Mon Sep 3 21:48:38 2007 UTC (4 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.568: preferred, colored
Changes since revision 1.568: +1 -0 lines
The OPAL compilation system (OCS) is a set of development tools for creating software using the algebraic programming language OPAL. The package includes a native compiler and an interpreter. OPAL is mainly developed at the Technical University of Berlin since 1986 and it is used for research and evaluation of language concepts, algorithms and programming techniques. WWW: http://uebb.cs.tu-berlin.de/opal/ PR: ports/114511 Submitted by: Björn König <bkoenig at cs.tu-berlin.de>
Revision 1.568: download - view: text, markup, annotated - select for diffs
Tue Aug 21 09:43:13 2007 UTC (4 years, 5 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.567: preferred, colored
Changes since revision 1.567: +1 -0 lines
New port: cint CINT is a C/C++ interpreter aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities, like makecint and rootcint, automate the process of embedding compiled C/C++ library code as shared objects (as Dynamic Link Library, DLL, or shared library, .so). Source files and shared objects can be dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb like debugging environment for interpreted programs.
Revision 1.567: download - view: text, markup, annotated - select for diffs
Tue Aug 21 06:13:32 2007 UTC (4 years, 5 months ago) by daichi
Branches: MAIN
Diff to: previous 1.566: preferred, colored
Changes since revision 1.566: +1 -0 lines
The Neko Programming Language Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. WWW: http://nekovm.org/ Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Revision 1.566: download - view: text, markup, annotated - select for diffs
Sun Aug 19 08:53:55 2007 UTC (4 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.565: preferred, colored
Changes since revision 1.565: +0 -1 lines
2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable 2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update 2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete 2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version
Revision 1.565: download - view: text, markup, annotated - select for diffs
Wed Jul 25 18:56:37 2007 UTC (4 years, 6 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.564: preferred, colored
Changes since revision 1.564: +1 -0 lines
New port: llvm-gcc4 lvm-gcc is the LLVM C front end. It is a modified version of gcc that compiles C/C++/ObjC programs into native objects, LLVM bitcode or LLVM assembly language, depending upon the options. By default, llvm-gcc compiles to native objects just like GCC does. If the -emit-llvm option is given then it will generate LLVM bitcode files instead. If -S (assembly) is also given, then it will generate LLVM assembly. Being derived from the GNU Compiler Collection, llvm-gcc has many of gcc's features and accepts most of gcc's options. It handles a number of gcc's extensions to the C programming language.
Revision 1.564: download - view: text, markup, annotated - select for diffs
Sat Jul 14 12:17:10 2007 UTC (4 years, 6 months ago) by sat
Branches: MAIN
Diff to: previous 1.563: preferred, colored
Changes since revision 1.563: +1 -0 lines
- Add port lang/squirrel - Register conflicts with archivers/squsq Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. However Squirrel offers a wide range of features like dynamic typing, delegation, classes & inheritance, higher order functions, generators, coroutines, tail recursion, exception handling, automatic memory management, weak references, etc. Squirrel is inspired by languages like Python, Javascript and especially Lua. The API is very similar and the table code is based on the Lua one. WWW: http://squirrel-lang.org/ Author: Alberto Demichelis <alberto@ademichelis.com>
Revision 1.563: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:18:08 2007 UTC (4 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.562: preferred, colored
Changes since revision 1.562: +1 -0 lines
This utility converts both 48k and 128k ZX Spectrum BASIC programs stored as plain text files into TAP files. TAP files can be used in most ZX Spectrum emulators and can be concatenated together using cat(1). Author: Martijn van der Heide PR: ports/114046 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Revision 1.562: download - view: text, markup, annotated - select for diffs
Tue Jul 10 12:16:09 2007 UTC (4 years, 7 months ago) by ahze
Branches: MAIN
Diff to: previous 1.561: preferred, colored
Changes since revision 1.561: +1 -0 lines
Add vala Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready. WWW: http://live.gnome.org/Vala
Revision 1.561: download - view: text, markup, annotated - select for diffs
Thu Jun 14 18:04:11 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.560: preferred, colored
Changes since revision 1.560: +1 -0 lines
- Add lang/gnat-gcc4.3 The GNU Ada compiler system built from GCC 4.3.0. WWW: WWW: http://gcc.gnu.org/ PR: 113205 Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) Repocopied by: marcus
Revision 1.560: download - view: text, markup, annotated - select for diffs
Mon Jun 11 07:41:07 2007 UTC (4 years, 8 months ago) by vs
Branches: MAIN
Diff to: previous 1.559: preferred, colored
Changes since revision 1.559: +0 -2 lines
Remove outdated lang/ghc5 on upstream's request, devel/hs-popenhs which depends on it, and make x11-toolkits/hs-frantk use lang/hugs
Revision 1.559: download - view: text, markup, annotated - select for diffs
Fri Jun 1 17:16:40 2007 UTC (4 years, 8 months ago) by arved
Branches: MAIN
Diff to: previous 1.558: preferred, colored
Changes since revision 1.558: +1 -0 lines
Add dlv, a disjunctive Datalog System
Revision 1.558: download - view: text, markup, annotated - select for diffs
Thu May 31 13:41:18 2007 UTC (4 years, 8 months ago) by mm
Branches: MAIN
Diff to: previous 1.557: preferred, colored
Changes since revision 1.557: +0 -1 lines
Remove port: tcl-tk-wrapper - obsolete (replaced by tcl-wrapper and tk-wrapper)
Revision 1.557: download - view: text, markup, annotated - select for diffs
Thu May 3 15:14:18 2007 UTC (4 years, 9 months ago) by lwhsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.556: preferred, colored
Changes since revision 1.556: +1 -0 lines
Add gnat-gcc42, The GNU Ada Compiler system. (repocopy from gnat-gcc41) Approved by: clsung (mentor)
Revision 1.556: download - view: text, markup, annotated - select for diffs
Sat Apr 21 15:55:34 2007 UTC (4 years, 9 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.555: preferred, colored
Changes since revision 1.555: +0 -1 lines
- disconnect gcc-objc
Revision 1.555: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:03:09 2007 UTC (4 years, 9 months ago) by mm
Branches: MAIN
Diff to: previous 1.554: preferred, colored
Changes since revision 1.554: +0 -1 lines
- move tk-wrapper from lang to x11-toolkits Approved by: garga (mentor)
Revision 1.554: download - view: text, markup, annotated - select for diffs
Tue Apr 10 17:40:44 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.553: preferred, colored
Changes since revision 1.553: +0 -1 lines
2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame) 2007-03-28 graphics/hobbes-icons-xpm: Archaic port 2007-04-10 japanese/firefox-ja: Incomplete pkg-plist 2007-04-10 japanese/lookup-xemacs: Does not install 2007-04-10 lang/linux-hla: Does not compile 2007-04-10 mail/vmailmgr: Incomplete pkg-plist 2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install' 2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD 2007-04-10 net-mgmt/tas: Incomplete pkg-plist 2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0 2007-04-10 news/inn-stable: Fails to patch 2007-04-10 palm/malsync: Does not build with new pilot-link 2007-04-10 russian/elm.language: Leaves behind files on deinstall 2007-04-10 russian/pine.language: Leaves behind config file on deinstall 2007-04-01 science/py-scipy03: Replaced by py-scipy 2007-04-10 security/php4-cryptopp: Does not compile
Revision 1.553: download - view: text, markup, annotated - select for diffs
Fri Apr 6 21:51:49 2007 UTC (4 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.552: preferred, colored
Changes since revision 1.552: +0 -1 lines
lang/gfortran is now just an alias for lang/gcc42. Remove it.
Revision 1.552: download - view: text, markup, annotated - select for diffs
Thu Mar 29 13:09:37 2007 UTC (4 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.551: preferred, colored
Changes since revision 1.551: +0 -1 lines
- Remove tcl81-thread, very old, and unused in the tree, tcl version Approved by: Martin Matuska <martin@matuska.org> (maintainer)
Revision 1.551: download - view: text, markup, annotated - select for diffs
Tue Mar 27 11:03:50 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.550: preferred, colored
Changes since revision 1.550: +1 -0 lines
Add tk-wrapper , shell wrapper for wish (Tk). PR: ports/110627 Submitted by: Martin Matuska <martin at matuska.org>
Revision 1.550: download - view: text, markup, annotated - select for diffs
Tue Mar 27 10:52:18 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.549: preferred, colored
Changes since revision 1.549: +1 -0 lines
Tcl-wrapper installs a shell wrapper for the "tclsh" command that comes with different versions of Tcl. Users can define in a configuration file which version of the Tcl shell should be called. - Martin Matuska martin@matuska.org PR: ports/110626 Submitted by: martin at matuska.org
Revision 1.549: download - view: text, markup, annotated - select for diffs
Wed Mar 21 13:25:38 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.548: preferred, colored
Changes since revision 1.548: +0 -1 lines
- Remove lang/xotcl-thread port is obsolete. threading is default enabled PR: 110611 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Revision 1.548: download - view: text, markup, annotated - select for diffs
Tue Mar 13 18:54:25 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.547: preferred, colored
Changes since revision 1.547: +0 -2 lines
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
Revision 1.547: download - view: text, markup, annotated - select for diffs
Tue Mar 6 19:38:09 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.546: preferred, colored
Changes since revision 1.546: +1 -0 lines
Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that come with different versions of tcl and tk. Users can define which version of the tcl and tk shells should be called. To make use of the "tclsh" wrapper, users need to install tcl. Recommended tcl ports: lang/tcl84 lang/tcl85 To make use of the "wish" wrapper, users need to install tk. Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85 - Martin Matuska martin@matuska.org PR: ports/109852 Submitted by: martin at matuska.org
Revision 1.546: download - view: text, markup, annotated - select for diffs
Sat Mar 3 10:06:17 2007 UTC (4 years, 11 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.545: preferred, colored
Changes since revision 1.545: +1 -0 lines
Add pecl-perl , embedded Perl. PR: ports/109775 Submitted by: Luke Jee
Revision 1.545: download - view: text, markup, annotated - select for diffs
Thu Mar 1 10:26:05 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.544: preferred, colored
Changes since revision 1.544: +1 -0 lines
Add slave port for lang/xotcl. PR: ports/109677 Submitted by: Martin Matuska <martin at matuska.org>
Revision 1.544: download - view: text, markup, annotated - select for diffs
Mon Feb 26 20:17:51 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.543: preferred, colored
Changes since revision 1.543: +1 -0 lines
OCamlDuce is an enhancement to OCaml that allows you to use XML types. WWW: http://www.cduce.org/ocaml PR: ports/109564 Submitted by: Jaap Boender <jaapb at kerguelen.rg>
Revision 1.543: download - view: text, markup, annotated - select for diffs
Fri Feb 23 00:59:36 2007 UTC (4 years, 11 months ago) by stas
Branches: MAIN
Diff to: previous 1.542: preferred, colored
Changes since revision 1.542: +1 -0 lines
Add ruby-doc-stdlib 0.10.1, documentation for the Ruby language standard library. Submitter doesn't respond, thus I'll maintain the port. PR: ports/101423 (based on) Submitted by: Alexander Novitsky <alecn2002 at yandex.ru>
Revision 1.542: download - view: text, markup, annotated - select for diffs
Thu Feb 22 11:15:01 2007 UTC (4 years, 11 months ago) by skv
Branches: MAIN
Diff to: previous 1.541: preferred, colored
Changes since revision 1.541: +1 -0 lines
Add fasm 1.67.21, flat, multiple-pass assembler for IA-32 & x86-64 architectures.
Revision 1.541: download - view: text, markup, annotated - select for diffs
Mon Feb 19 09:37:14 2007 UTC (4 years, 11 months ago) by gabor
Branches: MAIN
Diff to: previous 1.540: preferred, colored
Changes since revision 1.540: +0 -1 lines
Remove expired port: 2006-12-01 lang/tcc: is only for i386, and you are running amd64. Approved by: erwin (mentor, implicit)
Revision 1.540: download - view: text, markup, annotated - select for diffs
Sat Feb 17 03:33:42 2007 UTC (4 years, 11 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.539: preferred, colored
Changes since revision 1.539: +1 -0 lines
This is XDS-C for Linux, it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108499 Submitted by: coumarin at gmail.com
Revision 1.539: download - view: text, markup, annotated - select for diffs
Sat Feb 17 03:31:07 2007 UTC (4 years, 11 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.538: preferred, colored
Changes since revision 1.538: +1 -0 lines
This is Native XDS-x86 for Linux, it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108498 Submitted by: coumarin at gmail.com
Revision 1.538: download - view: text, markup, annotated - select for diffs
Tue Feb 13 09:11:07 2007 UTC (4 years, 11 months ago) by stas
Branches: MAIN
Diff to: previous 1.537: preferred, colored
Changes since revision 1.537: +0 -4 lines
- Remove expired ruby 1.6 ports. - Remove expired ruby18_static port that depends on ruby16
Revision 1.537: download - view: text, markup, annotated - select for diffs
Sun Feb 11 01:03:16 2007 UTC (4 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.536: preferred, colored
Changes since revision 1.536: +0 -1 lines
Remove expired ports
Revision 1.536: download - view: text, markup, annotated - select for diffs
Fri Feb 9 04:12:38 2007 UTC (5 years ago) by alepulver
Branches: MAIN
Diff to: previous 1.535: preferred, colored
Changes since revision 1.535: +1 -0 lines
MPD is a new programming language that has a syntax very close to the one used in the book Foundations of Multithreaded, Parallel, and Distributed Programming. The name of the language comes from the first three letters of the main words of the title of the book: Multithreaded, Parallel, and Distributed. These words also capture a distinguishing aspect of the language, namely that it supports all three of these concurrent programming techniques. MPD is implemented as a variant of the SR programming language. It has a different parser, but it uses the same intermediate form and run-time system as SR. Consequently, MPD provides the same variety of concurrent programming mechanisms as does SR. WWW: http://www.cs.arizona.edu/mpd/ PR: ports/108806 Submitted by: Kai Wang <kaiw27 at gmail.com>
Revision 1.535: download - view: text, markup, annotated - select for diffs
Tue Jan 30 01:03:16 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.534: preferred, colored
Changes since revision 1.534: +1 -0 lines
G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95. Note that g95 and gfortran are different compiler http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler . WWW: http://www.g95.org/ This port is based on hrs's original one, and slightly modified.
Revision 1.534: download - view: text, markup, annotated - select for diffs
Mon Jan 29 03:10:23 2007 UTC (5 years ago) by clsung
Branches: MAIN
Diff to: previous 1.533: preferred, colored
Changes since revision 1.533: +1 -0 lines
Add tcl85-thread , tool Command Language (development version). PR: ports/108041 Submitted by: martin at matuska.org
Revision 1.533: download - view: text, markup, annotated - select for diffs
Mon Jan 29 03:06:55 2007 UTC (5 years ago) by clsung
Branches: MAIN
Diff to: previous 1.532: preferred, colored
Changes since revision 1.532: +1 -0 lines
Add tcl85 8.5.a.5, tool Command Language (development version). PR: ports/108041 Submitted by: martin at matuska.org
Revision 1.532: download - view: text, markup, annotated - select for diffs
Sat Jan 27 03:38:39 2007 UTC (5 years ago) by tmclaugh
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.531: preferred, colored
Changes since revision 1.531: +0 -2 lines
Remove python21 and python22. These version lines are long deprecated and no ports require them. Approved by: python@
Revision 1.531: download - view: text, markup, annotated - select for diffs
Fri Jan 19 22:08:32 2007 UTC (5 years ago) by itetcu
Branches: MAIN
Diff to: previous 1.530: preferred, colored
Changes since revision 1.530: +1 -0 lines
The Gambit programming system is a full implementation of the Scheme language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov
Revision 1.530: download - view: text, markup, annotated - select for diffs
Fri Jan 5 19:28:33 2007 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.529: preferred, colored
Changes since revision 1.529: +0 -1 lines
2006-12-01 misc/afbackup: Uses unregistered uid that conflicts with other ports 2006-12-01 misc/afbackup-client: Uses unregistered uid that conflicts with other ports 2006-12-01 misc/afbackup-server: Uses unregistered uid that conflicts with other ports 2006-12-14 lang/forth: obsoleted by lang/pfe; use of this port is pretty much senseless 2006-12-28 ftp/jmirror: distfile disappeared and has no homepage
Revision 1.529: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:08:37 2007 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.528: preferred, colored
Changes since revision 1.528: +0 -2 lines
2006-12-01 misc/instant-workstation: Incomplete pkg-plist 2006-12-01 lang/yap: Does not compile 2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
Revision 1.528: download - view: text, markup, annotated - select for diffs
Fri Jan 5 07:55:20 2007 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.527: preferred, colored
Changes since revision 1.527: +1 -0 lines
This project defines various useful extensions to Ruby's standard classes, including many of those captured at on the Wiki at StandardClassExtensions. They are thoroughly documented and tested. See the project homepage for API documentation. Author: Gavin Sinclair <gsinclair@soyabean.com.au> WWW: http://extensions.rubyforge.net PR: ports/107434 Submitted by: Christopher Boumenot <boumenot at gmail.com>
Revision 1.527: download - view: text, markup, annotated - select for diffs
Sat Dec 30 19:23:37 2006 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.526: preferred, colored
Changes since revision 1.526: +1 -0 lines
This is the port of Randall Hyde's High Level Assembly (HLA). Don't let the name fool you. HLA is "real" assembly language, just made easier for beginners so they can learn the language faster than ever before. Anything you can do with a traditional assembler can be done with HLA; HLA just happens to do a lot more than traditional assemblers! WWW: http://webster.cs.ucr.edu/ PR: ports/107224 Submitted by: Hernan Di Pietro <hernan.di.pietro at gmail.com>
Revision 1.526: download - view: text, markup, annotated - select for diffs
Fri Dec 29 17:47:27 2006 UTC (5 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.525: preferred, colored
Changes since revision 1.525: +1 -0 lines
Io (GNUstep) is a module which provides Io language support in a convenient way for GNUstep developers or users (linking Objective-C bridge by default). The module is automatically built in various ready to use solutions: * ioobjc (tool you can run in your shell to use Io interactive environment) WWW: http://www.etoile-project.org/
Revision 1.525: download - view: text, markup, annotated - select for diffs
Mon Dec 25 03:28:36 2006 UTC (5 years, 1 month ago) by rafan
Branches: MAIN
Diff to: previous 1.524: preferred, colored
Changes since revision 1.524: +1 -0 lines
Add p5-JSAN 0.07, javaScript Archive Network (JSAN) Shell. PR: ports/107139 Submitted by: chinsan
Revision 1.524: download - view: text, markup, annotated - select for diffs
Tue Dec 19 08:45:57 2006 UTC (5 years, 1 month ago) by vd
Branches: MAIN
Diff to: previous 1.523: preferred, colored
Changes since revision 1.523: +1 -0 lines
Resurrect lang/clips and update it to 6.24
Revision 1.523: download - view: text, markup, annotated - select for diffs
Tue Dec 12 16:12:04 2006 UTC (5 years, 1 month ago) by vd
Branches: MAIN
Diff to: previous 1.522: preferred, colored
Changes since revision 1.522: +0 -1 lines
Remove expired leaf ports: 2006-12-01 lang/clips: Unfetchable 2006-12-07 audio/gdesklets-xmms: Disappeared from the internet 2006-12-01 games/flightgear-l410: is incompatible with the latest FlightGear release
Revision 1.522: download - view: text, markup, annotated - select for diffs
Tue Dec 12 16:06:36 2006 UTC (5 years, 1 month ago) by vd
Branches: MAIN
Diff to: previous 1.521: preferred, colored
Changes since revision 1.521: +0 -2 lines
Remove expired ports: 2006-12-01 print/latex-beamer: is already included in the teTeX distribution 2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution 2006-12-01 print/latex-bibunits: is already included in the teTeX distribution 2006-12-01 print/latex-booktabs: is already included in the teTeX distribution 2006-12-01 print/latex-index: is already included in the teTeX distribution 2006-12-01 print/latex-layouts: is already included in the teTeX distribution 2006-12-01 print/latex-pgf: is already included in the teTeX distribution 2006-12-01 print/latex-subfig: is already included in the teTeX distribution 2006-12-01 print/latex-xcolor: is already included in the teTeX distribution 2006-12-01 print/latex-lineno: is already included in the teTeX distribution 2006-12-01 print/latex-pict2e: is already included in the teTeX distribution 2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead 2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead." 2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release of gcc instead" 2006-12-01 graphics/php4-ming: doesn't work with new version of ming library 2006-12-01 graphics/dvipng: is already included in the teTeX distribution
Revision 1.521: download - view: text, markup, annotated - select for diffs
Fri Dec 8 06:22:12 2006 UTC (5 years, 2 months ago) by wes
Branches: MAIN
Diff to: previous 1.520: preferred, colored
Changes since revision 1.520: +1 -0 lines
New, improved snobol4 interpreter from Phil Budne <phil@ultimate.com> Submitted by: Dave Feustel <dfeustel@mindspring.com>
Revision 1.520: download - view: text, markup, annotated - select for diffs
Sat Nov 18 09:55:59 2006 UTC (5 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.519: preferred, colored
Changes since revision 1.519: +1 -0 lines
A GNUstep-aware scheme interpreter. You need libflex installed on your system. Includes many examples, e.g. the sieve of Erathostenes to compute primes, a Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme is fully tail recursive. The garbage collector bypasses GNUstep's retain/release mechanism in order to deal with circular data structures. GScheme is document-based and you can edit more than one file at the same time. WWW: http://www.gnustep.it/marko/GScheme/index.html
Revision 1.519: download - view: text, markup, annotated - select for diffs
Mon Nov 6 10:39:12 2006 UTC (5 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.518: preferred, colored
Changes since revision 1.518: +1 -0 lines
And here we go, introducing the lang/gcc43 port in form of the 20061104 snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683
Revision 1.518: download - view: text, markup, annotated - select for diffs
Tue Oct 31 14:13:18 2006 UTC (5 years, 3 months ago) by vd
Branches: MAIN
Diff to: previous 1.517: preferred, colored
Changes since revision 1.517: +0 -1 lines
Remove expired leaf ports: 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
Revision 1.517: download - view: text, markup, annotated - select for diffs
Tue Oct 31 06:15:40 2006 UTC (5 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.516: preferred, colored
Changes since revision 1.516: +1 -0 lines
StepTalk is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles. WWW: http://www.gnustep.org/experience/StepTalk.html
Revision 1.516: download - view: text, markup, annotated - select for diffs
Mon Oct 9 14:29:15 2006 UTC (5 years, 4 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.515: preferred, colored
Changes since revision 1.515: +2 -1 lines
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
Revision 1.515: download - view: text, markup, annotated - select for diffs
Thu Oct 5 00:36:18 2006 UTC (5 years, 4 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.514: preferred, colored
Changes since revision 1.514: +1 -0 lines
YARV is Virtual Machine for Programming Language Ruby. The goal of this project is only one, to develop the fastest Virtual Machine for Ruby in the world. Author: Koichi Sasada <ko1@atdot.net> WWW: http://www.atdot.net/yarv/ PR: ports/100769 Submitted by: Jun Mukai aka jmuk <mukai at jmuk.org>
Revision 1.514: download - view: text, markup, annotated - select for diffs
Sun Oct 1 19:17:49 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
Diff to: previous 1.513: preferred, colored
Changes since revision 1.513: +1 -0 lines
- Add port for lang/xotcl Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object- oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS. WWW: http://media.wu-wien.ac.at/ PR: ports/103670 Submitted by: Martin Matuska <martin at matuska.org> Approved by: sem (mentor)
Revision 1.513: download - view: text, markup, annotated - select for diffs
Wed Sep 13 15:24:12 2006 UTC (5 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.512: preferred, colored
Changes since revision 1.512: +1 -0 lines
The newLISP is a scripting language for developing web applications and programs in general and in the domains of artificial intelligence (AI) and statistics. Author: Lutz Mueller WWW: http://www.newlisp.org/ PR: ports/103226 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Revision 1.512: download - view: text, markup, annotated - select for diffs
Mon Sep 4 16:28:30 2006 UTC (5 years, 5 months ago) by bsam
Branches: MAIN
Diff to: previous 1.511: preferred, colored
Changes since revision 1.511: +1 -0 lines
o finish transition a repocopy from gnat-gcc34 to gnat-gcc41: - gcc-4.1.2 version, snapshot 20060818 is used; [1] - fsf_suffix (-gnat-gcc41) is used for FSF MAN7 files to avoid conflicts with other gcc ports; [1] - some Makefile restructure; [1] o remove BROKEN for 4.x as it builds without errors. PR: 100038 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) [1]
Revision 1.511: download - view: text, markup, annotated - select for diffs
Mon Sep 4 15:27:12 2006 UTC (5 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.510: preferred, colored
Changes since revision 1.510: +1 -0 lines
CamlIDL is a stub code generator and COM binding for Objective Caml. CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ PR: ports/101100 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Revision 1.510: download - view: text, markup, annotated - select for diffs
Fri Aug 18 01:39:13 2006 UTC (5 years, 5 months ago) by maho
Branches: MAIN
Diff to: previous 1.509: preferred, colored
Changes since revision 1.509: +1 -0 lines
Add gcc42-withgcjawt. GCC, the GNU Compiler Collection includes C, C++, Java with AWT peer for gtk. This port installs the various front ends as gcc42, g++42, gcj42, like master port, *AND* installs gcj+AWT peer for gtk as well. WWW: http://gcc.gnu.org/ Repocopied by: marcus
Revision 1.509: download - view: text, markup, annotated - select for diffs
Thu Aug 17 21:16:30 2006 UTC (5 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.508: preferred, colored
Changes since revision 1.508: +1 -0 lines
IMP is a monadic style implementation of the semantics of the (very simple)
language IMP, "plain" the implementation with explicit passing of state.
The semantics of the IMP-language is presented in the book:
"The Formal Semantics of Programming Languages" by Glynn Winskel
(1993, The MIT Press).
for more details on monads, see Philip Wadler's page on:
http://cm.bell-labs.com/cm/cs/who/wadler/topics/monads.html#combining-monads
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102103
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: krion (mentor)
Revision 1.508: download - view: text, markup, annotated - select for diffs
Mon Aug 7 13:12:12 2006 UTC (5 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.507: preferred, colored
Changes since revision 1.507: +1 -0 lines
Add sather-tutorial 000328, a tutorial on the Sather programming language. PR: ports/101425 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Revision 1.507: download - view: text, markup, annotated - select for diffs
Mon Aug 7 13:11:34 2006 UTC (5 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.506: preferred, colored
Changes since revision 1.506: +1 -0 lines
Add sather-specification 000328, specification of the Sather programming language. PR: ports/101424 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Revision 1.506: download - view: text, markup, annotated - select for diffs
Thu Aug 3 20:25:08 2006 UTC (5 years, 6 months ago) by bsam
Branches: MAIN
Diff to: previous 1.505: preferred, colored
Changes since revision 1.505: +1 -0 lines
The GNU Ada compiler system built from GCC 3.4.6. PR: 99993 Submitted by: Karel Miklav <karel@lovetemple.net> Approved by: netchild (mentor, implicit)
Revision 1.505: download - view: text, markup, annotated - select for diffs
Tue Aug 1 02:32:22 2006 UTC (5 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.504: preferred, colored
Changes since revision 1.504: +1 -0 lines
add p5-v6-alpha 0.011 An experimental compiler for Perl 6
Revision 1.504: download - view: text, markup, annotated - select for diffs
Tue Aug 1 01:39:58 2006 UTC (5 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.503: preferred, colored
Changes since revision 1.503: +1 -0 lines
add p5-Pugs-Compiler-Rule 0.12 Compiler for Perl 6 Rules
Revision 1.503: download - view: text, markup, annotated - select for diffs
Sat Jul 29 21:48:13 2006 UTC (5 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.502: preferred, colored
Changes since revision 1.502: +1 -0 lines
Various examples for the Objective Caml compiler and programming environment. WWW: http://caml.inria.fr/ocaml/ PR: ports/100932 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
Revision 1.502: download - view: text, markup, annotated - select for diffs
Tue Jul 25 07:34:24 2006 UTC (5 years, 6 months ago) by aaron
Branches: MAIN
Diff to: previous 1.501: preferred, colored
Changes since revision 1.501: +1 -0 lines
Adding port lang/abcl. Armed Bear Common Lisp, an implementation of Common Lisp in Java. PR: ports/96232 Submitted by: Frank Fischer <fischer.frank@gmail.com>
Revision 1.501: download - view: text, markup, annotated - select for diffs
Mon Jul 24 12:17:43 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
Diff to: previous 1.500: preferred, colored
Changes since revision 1.500: +0 -1 lines
- Removed lang/fpc-demo Approved by: garga (mentor)
Revision 1.500: download - view: text, markup, annotated - select for diffs
Mon Jul 24 11:21:23 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
Diff to: previous 1.499: preferred, colored
Changes since revision 1.499: +1 -0 lines
- The big change on ports of freepascal, now all ports are compiled - Adding entry for lang/fpc-utils Approved by: garga (mentor)
Revision 1.499: download - view: text, markup, annotated - select for diffs
Thu Jul 13 22:07:11 2006 UTC (5 years, 6 months ago) by shaun
Branches: MAIN
Diff to: previous 1.498: preferred, colored
Changes since revision 1.498: +1 -0 lines
Add lang/phc, a framework for static analysis of PHP scripts, PHP source to source transformations, and (in the future) compiling PHP scripts down to native machine code. PR: ports/99784 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> Approved by: ahze (mentor, implicit)
Revision 1.498: download - view: text, markup, annotated - select for diffs
Wed Jul 5 21:07:29 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.497: preferred, colored
Changes since revision 1.497: +1 -0 lines
This is a Fortran 77 compatibility runtime linux (Fedora Core 4) library built with gcc-3.2. Reported by: thierry Approved by: netchild (mentor)
Revision 1.497: download - view: text, markup, annotated - select for diffs
Mon Jul 3 00:24:09 2006 UTC (5 years, 7 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.496: preferred, colored
Changes since revision 1.496: +1 -0 lines
The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family. WWW: http://www.gnu-pascal.de/
Revision 1.496: download - view: text, markup, annotated - select for diffs
Thu Jun 29 00:14:08 2006 UTC (5 years, 7 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.495: preferred, colored
Changes since revision 1.495: +0 -1 lines
Remove linux-libgcc since it has been obsoleted by fc3 and fc4.
Revision 1.495: download - view: text, markup, annotated - select for diffs
Sat Jun 24 17:54:22 2006 UTC (5 years, 7 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.494: preferred, colored
Changes since revision 1.494: +1 -0 lines
Add ofc, it's The Objective-C Foundation Classes library.
Revision 1.494: download - view: text, markup, annotated - select for diffs
Wed Jun 21 16:21:45 2006 UTC (5 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.493: preferred, colored
Changes since revision 1.493: +1 -0 lines
Add fpc-units 2.0.2, a meta port to install Free Pascal units. PR: ports/98721 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Revision 1.493: download - view: text, markup, annotated - select for diffs
Wed Jun 21 16:05:36 2006 UTC (5 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.492: preferred, colored
Changes since revision 1.492: +1 -0 lines
Add fpc-tcl , free Pascal interface to the tcl/tk interpreter. PR: ports/98677 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Revision 1.492: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:36:13 2006 UTC (5 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.491: preferred, colored
Changes since revision 1.491: +0 -1 lines
Remove lang/fpc2 in preparation to update lang/fpc to 2.0.2
Revision 1.491: download - view: text, markup, annotated - select for diffs
Mon Jun 19 10:02:04 2006 UTC (5 years, 7 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.490: preferred, colored
Changes since revision 1.490: +1 -0 lines
Add csharp-mode.el. After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode. WWW: http://mfgames.com/linux/csharp-mode
Revision 1.490: download - view: text, markup, annotated - select for diffs
Sun Jun 18 12:49:42 2006 UTC (5 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.489: preferred, colored
Changes since revision 1.489: +0 -1 lines
glibstdc++28 has been deprecated for more than two years. Remove it, finally.
Revision 1.489: download - view: text, markup, annotated - select for diffs
Thu Jun 15 14:54:57 2006 UTC (5 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.488: preferred, colored
Changes since revision 1.488: +1 -0 lines
The Arena language was designed with the following main features in mind,
most of which were added on top of a very C-like core to support better
ad-hoc scripting:
* syntax similar to ANSI C
* standard library similar to ANSI C
* automatic memory management
* runtime polymorphism
* support for exceptions
* support for anonymous functions
Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.
WWW: http://www.minimalinux.org/arena/
Revision 1.488: download - view: text, markup, annotated - select for diffs
Fri Jun 2 13:24:55 2006 UTC (5 years, 8 months ago) by tobez
Branches: MAIN
Diff to: previous 1.487: preferred, colored
Changes since revision 1.487: +1 -0 lines
Add p5-JavaScript 0.55, perl extension for executing embedded JavaScript. PR: ports/98372 Submitted by: dom@happygiraffe.net
Revision 1.487: download - view: text, markup, annotated - select for diffs
Thu Jun 1 07:25:40 2006 UTC (5 years, 8 months ago) by aaron
Branches: MAIN
Diff to: previous 1.486: preferred, colored
Changes since revision 1.486: +1 -0 lines
Adding port lang/p5-Quantum-Superpositions, QM-like superpositions in Perl. Approved by: tobez (implicit)
Revision 1.486: download - view: text, markup, annotated - select for diffs
Tue May 30 20:04:03 2006 UTC (5 years, 8 months ago) by aaron
Branches: MAIN
Diff to: previous 1.485: preferred, colored
Changes since revision 1.485: +1 -0 lines
Add whitespace 0.3, an interpreter for the Whitespace programming language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
Revision 1.485: download - view: text, markup, annotated - select for diffs
Tue May 16 01:42:46 2006 UTC (5 years, 8 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.484: preferred, colored
Changes since revision 1.484: +1 -0 lines
A new port for TinyCC, a small and fast C compiler.
Tcc's features include:
* Small: You can compile and execute C code everywhere, for
example on rescue disks (about 100KB for x86 TCC executable,
including C preprocessor, C compiler, assembler and linker).
* Fast: tcc generates optimized x86 code. No byte code overhead.
Compile, assemble and link several times faster than GCC.
* Unlimited: Any C dynamic library can be used directly. TCC is
heading torward full ISOC99 compliance. TCC can of course compile
itself.
* Safe: tcc includes an optional memory and bound checker. Bound
checked code can be mixed freely with standard code.
* Compile and execute C source directly. No linking or assembly
necessary. Full C preprocessor and GNU-like assembler included.
* C script supported : just add '#!/usr/local/bin/tcc -run' at
the first line of your C source, and execute it directly from the
command line.
* With libtcc, you can use TCC as a backend for dynamic code
generation.
Revision 1.484: download - view: text, markup, annotated - select for diffs
Tue May 9 12:11:07 2006 UTC (5 years, 9 months ago) by garga
Branches: MAIN
Diff to: previous 1.483: preferred, colored
Changes since revision 1.483: +1 -0 lines
Add lang/erlang-lite, a meta-port to lang/erlang that installs it without X11, JAVA and ODBC, reducing a log dependencies. PR: ports/96690 Submitted by: Shaun Amott <shaun@inerd.com>
Revision 1.483: download - view: text, markup, annotated - select for diffs
Sat May 6 13:26:45 2006 UTC (5 years, 9 months ago) by ale
Branches: MAIN
Diff to: previous 1.482: preferred, colored
Changes since revision 1.482: +0 -2 lines
Simplify PHP base ports infrastructure: - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me).
Revision 1.482: download - view: text, markup, annotated - select for diffs
Wed May 3 12:37:03 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.481: preferred, colored
Changes since revision 1.481: +1 -0 lines
- Connect lang/lua50 after repocopy from lang/lua Repocopy by: marcus
Revision 1.481: download - view: text, markup, annotated - select for diffs
Mon Apr 17 05:24:24 2006 UTC (5 years, 9 months ago) by maho
Branches: MAIN
Diff to: previous 1.480: preferred, colored
Changes since revision 1.480: +1 -0 lines
Add gcc41-withgcjawt port. GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. This is essentially same as lang/gcc41 port but installs AWT part of gcj as well.
Revision 1.480: download - view: text, markup, annotated - select for diffs
Wed Apr 5 22:32:56 2006 UTC (5 years, 10 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.479: preferred, colored
Changes since revision 1.479: +1 -0 lines
Add maude. Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for a wide range of applications. Maude has been influenced in important ways by the OBJ3 language, which can be regarded as an equational logic sublanguage. Besides supporting equational specification and programming, Maude also supports rewriting logic computation. Rewriting logic is a logic of concurrent change that can naturally deal with state and with concurrent computations. It has good properties as a general semantic framework for giving executable semantics to a wide range of languages and models of concurrency. In particular, it supports very well concurrent object-oriented computation. The same reasons making rewriting logic a good semantic framework make it also a good logical framework, that is, a metalogic in which many other logics can be naturally represented and executed. Maude supports in a systematic and efficient way logical reflection. This makes Maude remarkably extensible and powerful, supports an extensible algebra of module composition operations, and allows many advanced metaprogramming and metalanguage applications. Indeed, some of the most interesting applications of Maude are metalanguage applications, in which Maude is used to create executable environments for different logics, theorem provers, languages, and models of computation. WWW: http://maude.cs.uiuc.edu/ PR: ports/94986 Submitted by: Rick van der Zwet <rick@traffie.wzoeterwoude.net>
Revision 1.479: download - view: text, markup, annotated - select for diffs
Fri Mar 31 13:28:58 2006 UTC (5 years, 10 months ago) by nobutaka
Branches: MAIN
Diff to: previous 1.478: preferred, colored
Changes since revision 1.478: +0 -1 lines
Remove ruby18-nopthreads port since pthread support of lang/ruby18 port is disabled by default. Approved by: portmgr (krion)
Revision 1.478: download - view: text, markup, annotated - select for diffs
Fri Feb 3 17:27:40 2006 UTC (6 years ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.477: preferred, colored
Changes since revision 1.477: +0 -1 lines
Remove expired port
Revision 1.477: download - view: text, markup, annotated - select for diffs
Sun Jan 22 23:42:31 2006 UTC (6 years ago) by aaron
Branches: MAIN
Diff to: previous 1.476: preferred, colored
Changes since revision 1.476: +1 -0 lines
Adding port lang/tolua++, a utility for better binding between Lua and C++. Approved by: tobez
Revision 1.476: download - view: text, markup, annotated - select for diffs
Mon Jan 16 11:14:42 2006 UTC (6 years ago) by tdb
Branches: MAIN
Diff to: previous 1.475: preferred, colored
Changes since revision 1.475: +1 -0 lines
Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler.
Revision 1.475: download - view: text, markup, annotated - select for diffs
Mon Jan 16 09:42:59 2006 UTC (6 years ago) by pav
Branches: MAIN
Diff to: previous 1.474: preferred, colored
Changes since revision 1.474: +1 -0 lines
- Provide pthread-less Ruby package
Revision 1.474: download - view: text, markup, annotated - select for diffs
Sat Jan 14 14:56:27 2006 UTC (6 years ago) by pav
Branches: MAIN
Diff to: previous 1.473: preferred, colored
Changes since revision 1.473: +0 -1 lines
- Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4
Revision 1.473: download - view: text, markup, annotated - select for diffs
Sat Jan 7 23:57:34 2006 UTC (6 years, 1 month ago) by tobez
Branches: MAIN
Diff to: previous 1.472: preferred, colored
Changes since revision 1.472: +1 -0 lines
Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very useful subset of Perl 6 subroutine syntax to Perl 5.
Revision 1.472: download - view: text, markup, annotated - select for diffs
Wed Dec 28 22:06:36 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.471: preferred, colored
Changes since revision 1.471: +1 -0 lines
New port: lang/fpc2 Freepascal 2.0.0 is the latest release of freepascal compiler suite. Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2, (based on an older version) the AmigaOS, FreeBSD/ELF, and BeOS. WWW: http://www.freepascal.org/ PR: ports/82640 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Revision 1.471: download - view: text, markup, annotated - select for diffs
Tue Dec 27 21:14:39 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.470: preferred, colored
Changes since revision 1.470: +1 -0 lines
[New ports] devel/mimir, lang/elan - Elan Programming Language Elan is a programming language originally developed by the Technical University of Berlin, but nowadays an implementation is maintained by the Radboud University of Nijmegen. We at TCCN learn youngsters how to program in this language. We installed FreeBSD on one of our SPARC's some time ago, but Elan wasn't in the Ports tree yet. That's why I made two ports. One for lang/elan, the Elan compiler, and one for devel/mimir, a library the Elan compiler uses. More info about Elan: http://en.wikipedia.org/wiki/Elan_programming_language PR: ports/89275 Submitted by: Ed Schouten <ed@fxq.nl>
Revision 1.470: download - view: text, markup, annotated - select for diffs
Sun Dec 11 22:49:55 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.469: preferred, colored
Changes since revision 1.469: +1 -0 lines
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210 snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
Revision 1.469: download - view: text, markup, annotated - select for diffs
Sun Dec 11 16:52:44 2005 UTC (6 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.468: preferred, colored
Changes since revision 1.468: +1 -0 lines
New port linux-libperl version 5.8.5: Library for embedding the perl interpreter (linux version)
Revision 1.468: download - view: text, markup, annotated - select for diffs
Thu Dec 8 09:31:45 2005 UTC (6 years, 2 months ago) by tobez
Branches: MAIN
Diff to: previous 1.467: preferred, colored
Changes since revision 1.467: +1 -0 lines
Add lang/p5-Interpolation 0.70, a Perl module that implements arbitrary string interpolation semantics.
Revision 1.467: download - view: text, markup, annotated - select for diffs
Thu Dec 1 02:21:07 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.466: preferred, colored
Changes since revision 1.466: +1 -0 lines
Resurrect lang/mlton in the ports framework. Remove lang/mlton from MOVED. PR: ports/89684 related
Revision 1.466: download - view: text, markup, annotated - select for diffs
Sat Nov 26 19:33:32 2005 UTC (6 years, 2 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.465: preferred, colored
Changes since revision 1.465: +1 -0 lines
Add linux-libgcc. This port contains a version of libgcc which is newer than the one shipped with the default linux_base port. WWW: http://gcc.gnu.org/
Revision 1.465: download - view: text, markup, annotated - select for diffs
Sat Nov 26 12:49:46 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.464: preferred, colored
Changes since revision 1.464: +1 -0 lines
New port: lang/twelf A meta-logical framework for deductive systems The Twelf implementation comprises * the LF logical framework, including type reconstruction; * the Elf constraint logic programming language; * an inductive meta-theorem prover for LF; * and an Emacs interface. PR: ports/84625 Submitted by: "Andrew Bernard" <andrew@hobnob.com>
Revision 1.464: download - view: text, markup, annotated - select for diffs
Tue Nov 15 11:35:44 2005 UTC (6 years, 2 months ago) by barner
Branches: MAIN
Diff to: previous 1.463: preferred, colored
Changes since revision 1.463: +0 -2 lines
Remove abandoned ports (mastersite has vanished). Requested by: Simon Dick <simond@irrelevant.org> (maintainer) PR: ports/89059
Revision 1.463: download - view: text, markup, annotated - select for diffs
Sat Nov 5 09:07:09 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.462: preferred, colored
Changes since revision 1.462: +0 -3 lines
Remove expired ports
Revision 1.462: download - view: text, markup, annotated - select for diffs
Fri Nov 4 13:36:08 2005 UTC (6 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.461: preferred, colored
Changes since revision 1.461: +1 -0 lines
Add new port for io snapshot of 2005-10-17: Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). WWW: http://www.iolanguage.com/
Revision 1.461: download - view: text, markup, annotated - select for diffs
Wed Nov 2 13:34:58 2005 UTC (6 years, 3 months ago) by perky
Branches: MAIN
Diff to: previous 1.460: preferred, colored
Changes since revision 1.460: +1 -0 lines
Add new port for python-mode.el. Emacs lisp modules for the Python language. PR: 87314 Submitted by: Dario Freni <saturnero@guri.org> WWW: http://python-mode.sourceforge.net/
Revision 1.460: download - view: text, markup, annotated - select for diffs
Mon Oct 31 14:42:19 2005 UTC (6 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.459: preferred, colored
Changes since revision 1.459: +1 -0 lines
Library that provides an ECMAScript (JavaScript) run-time environment. WWW: http://www.adaptive-enterprises.com.au/~d/software/see/ PR: ports/88178 Submitted by: Simun Mikecin <sime@logos.hr>
Revision 1.459: download - view: text, markup, annotated - select for diffs
Tue Oct 11 12:36:47 2005 UTC (6 years, 4 months ago) by tobez
Branches: MAIN
Diff to: previous 1.458: preferred, colored
Changes since revision 1.458: +1 -0 lines
Add lang/p5-JavaScript-Squish 0.04, a perl module to reduce/compact JavaScript code to as few characters as possible.
Revision 1.458: download - view: text, markup, annotated - select for diffs
Fri Sep 30 17:53:57 2005 UTC (6 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.457: preferred, colored
Changes since revision 1.457: +0 -1 lines
Remove this port which was committed without a maintainer, and subsequent emails to the committer about this were ignored. If someone else wants to maintain it, it can be added back. Pointy hat to: sobomax
Revision 1.457: download - view: text, markup, annotated - select for diffs
Fri Sep 30 07:46:08 2005 UTC (6 years, 4 months ago) by tobez
Branches: MAIN
Diff to: previous 1.456: preferred, colored
Changes since revision 1.456: +0 -1 lines
Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better.
Revision 1.456: download - view: text, markup, annotated - select for diffs
Mon Sep 12 17:33:44 2005 UTC (6 years, 4 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.455: preferred, colored
Changes since revision 1.455: +1 -0 lines
Add oorexx. Open Object Rexx is a powerful object-oriented scripting language. The interpreter is almost fully compatible with the original Object Rexx by IBM. The port is derived from the generic Unix source code, with the idea to add BSD-specific enhancements over time and also to develop modules that would allow to run the most of OS/2 Object Rexx code on BSD platforms. WWW: http://www.oorexx.org/ PR: ports/86005 Submitted by: Micho Durdevich <micho@matem.unam.mx>
Revision 1.455: download - view: text, markup, annotated - select for diffs
Mon Sep 12 10:19:15 2005 UTC (6 years, 4 months ago) by vs
Branches: MAIN
Diff to: previous 1.454: preferred, colored
Changes since revision 1.454: +1 -1 lines
Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to lang/ghc-doc and track two dependencies.
Revision 1.454: download - view: text, markup, annotated - select for diffs
Thu Sep 1 13:11:27 2005 UTC (6 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.453: preferred, colored
Changes since revision 1.453: +1 -0 lines
Add pyperl 1.0.1, module to embed Perl code into a Python program.
Revision 1.453: download - view: text, markup, annotated - select for diffs
Mon Aug 1 15:11:30 2005 UTC (6 years, 6 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.452: preferred, colored
Changes since revision 1.452: +1 -0 lines
Jelly is an XML based scripting engine. The basic idea is that XML elements can be bound to a Java Tag which is a Java bean that performs some function. Jelly is totally extendable via custom actions (in a similar way to JSP custom tags) as well as cleanly integrating with scripting languages such as Jexl, Velocity, pnuts, beanshell and via BSF (Bean Scripting Framework) languages like JavaScript & JPython. Jelly uses an XMLOutput class which extends SAX ContentHandler to output XML events. This makes Jelly ideal for XML content generation, SOAP scripting or dynamic web site generation. A single Jelly tag can produce, consume, filter or transform XML events. This leads to a powerful XML pipeline engine similar in some ways to Cocoon. WWW: http://jakarta.apache.org/commons/jelly/index.html
Revision 1.452: download - view: text, markup, annotated - select for diffs
Sun Jul 31 13:34:35 2005 UTC (6 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.451: preferred, colored
Changes since revision 1.451: +0 -1 lines
Remove the lang/gcc31 port. It fails to build on several architectures (even ones it is supposed to work on, cf. pointyhat), it fails to build on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single ABI changes and many bug fixes. It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these are still actively maintained upstream and support FreeBSD 7, for example.
Revision 1.451: download - view: text, markup, annotated - select for diffs
Fri Jul 29 07:19:53 2005 UTC (6 years, 6 months ago) by barner
Branches: MAIN
Diff to: previous 1.450: preferred, colored
Changes since revision 1.450: +1 -0 lines
Add polyml 4.1.3, a fast open-source implementation of Standard ML. PR: 83433 Submitted by: Timothy Bourke <timbob@bigpond.com>
Revision 1.450: download - view: text, markup, annotated - select for diffs
Fri Jul 29 00:55:50 2005 UTC (6 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.449: preferred, colored
Changes since revision 1.449: +0 -1 lines
Remove stackless_python from the ports collection. It's never been released as tarball source and difficult to maintain for its tendency to be outdated from the mainstream Python.
Revision 1.449: download - view: text, markup, annotated - select for diffs
Tue Jul 19 02:51:40 2005 UTC (6 years, 6 months ago) by linimon
Branches: MAIN
Diff to: previous 1.448: preferred, colored
Changes since revision 1.448: +0 -1 lines
As previously announced, remove gcc27. It is no longer used by anything in the tree. If absolutely necessary for compatibility with old code, use lang/gcc28 or preferably lang/gcc295.
Revision 1.448: download - view: text, markup, annotated - select for diffs
Sun Jul 17 17:01:46 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.447: preferred, colored
Changes since revision 1.447: +1 -0 lines
New slave port of tcl84 that enabled threading support.
Revision 1.447: download - view: text, markup, annotated - select for diffs
Sat Jul 16 15:23:22 2005 UTC (6 years, 6 months ago) by erwin
Branches: MAIN
Diff to: previous 1.446: preferred, colored
Changes since revision 1.446: +1 -0 lines
Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla JavaScript implementation. PR: ports/82321 Submitted by: kappa@freebsd.org.ua
Revision 1.446: download - view: text, markup, annotated - select for diffs
Mon Jun 27 14:05:51 2005 UTC (6 years, 7 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.445: preferred, colored
Changes since revision 1.445: +1 -0 lines
Add metaocaml. MetaOCaml is a multi-stage extension of the OCaml programming language, and provides three basic constructs called Brackets, Escape, and Run for building, combining, and executing future-stage computations, respectively. MetaOCaml is a compiled dialect of MetaML. WWW: http://www.metaocaml.org/ PR: ports/82330 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Revision 1.445: download - view: text, markup, annotated - select for diffs
Sun Jun 19 14:38:51 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.444: preferred, colored
Changes since revision 1.444: +1 -0 lines
Add cduce 0.3.2. CDuce is an XML centric programming language result of a joint research project on XML, semantic subtyping, databases and efficient tree automata. Despite its XML orientation, it is also generalist. PR: 82117 Submitted by: Marwan Burelle <marwan.burelle (at) lri.fr>
Revision 1.444: download - view: text, markup, annotated - select for diffs
Mon May 16 21:46:43 2005 UTC (6 years, 8 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.443: preferred, colored
Changes since revision 1.443: +1 -0 lines
Add sketchy. SketchyLISP is a small, tail-recursive, lexically scoped interpreter for purely symbolic dialect of LISP that smells like Scheme. It may be considered an implementation of pure LISP plus DEFINE and CALL/CC. This package contains the SketchyLISP interpreter and library, the reference manual, and example programs. WWW: http://www.t3x.org/sketchy/ PR: ports/81012 Submitted by: Nils M Holm <nmh@t3x.org>
Revision 1.443: download - view: text, markup, annotated - select for diffs
Tue Apr 26 13:49:35 2005 UTC (6 years, 9 months ago) by gerald
Branches: MAIN
Diff to: previous 1.442: preferred, colored
Changes since revision 1.442: +1 -0 lines
Complete the repocopy of gcc40 to gcc41 and update to the 20050424 snapshot of GCC 4.1.0. PR: 80306
Revision 1.442: download - view: text, markup, annotated - select for diffs
Sun Apr 17 12:25:49 2005 UTC (6 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.441: preferred, colored
Changes since revision 1.441: +1 -0 lines
Add a development version of SDCC, Small Devices C Compiler. PR: ports/79803 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Revision 1.441: download - view: text, markup, annotated - select for diffs
Fri Apr 15 17:08:03 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.440: preferred, colored
Changes since revision 1.440: +1 -0 lines
Library that provides an ECMAScript (JavaScript) run-time environment. PR: ports/72055 Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor)
Revision 1.440: download - view: text, markup, annotated - select for diffs
Fri Apr 15 17:01:21 2005 UTC (6 years, 9 months ago) by skv
Branches: MAIN
Diff to: previous 1.439: preferred, colored
Changes since revision 1.439: +1 -0 lines
Add parrot 0.1.2, parrot - virtual machine for dynamic languages.
Revision 1.439: download - view: text, markup, annotated - select for diffs
Sun Apr 3 12:51:32 2005 UTC (6 years, 10 months ago) by lth
Branches: MAIN
Diff to: previous 1.438: preferred, colored
Changes since revision 1.438: +1 -0 lines
Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.
Revision 1.438: download - view: text, markup, annotated - select for diffs
Tue Mar 15 03:05:04 2005 UTC (6 years, 10 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.437: preferred, colored
Changes since revision 1.437: +1 -0 lines
- Pugs is an implementation of Perl 6, written in Haskell. It aims to implement the full Perl6 specification, as detailed in the Synopses. - Synopses: [http://dev.perl.org/perl6/synopsis/] Discussed with: tobez, autrijus@autrijus.org PR: 78809 Submitted by: clsung
Revision 1.437: download - view: text, markup, annotated - select for diffs
Mon Feb 21 11:21:17 2005 UTC (6 years, 11 months ago) by hq
Branches: MAIN
Diff to: previous 1.436: preferred, colored
Changes since revision 1.436: +1 -0 lines
Groovy is an agile dynamic language for the Java 2 Platform that has many of the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java 2 Platform in a quick, concise and fun way. Groovy brings the power of a scripting language directly into the Java 2 Platform. For example: - Shell scripting using Groovy allows the full power of the Java Platform to be brought to bear to the task at hand. - Groovy can be used (and indeed is already being used) as a replacement for Java for small and medium sized applications to execute on the Java 2 Platform. - Groovy can be used as an embedded language for dynamic business rules or extension points utilizing the agility of Groovy and saving the cost of redeploying applications for each change of rule (especially when the rules are stored in a database). - Groovy makes writing test cases for unit tests very easy. As well as being a powerful language for scripting Java objects, Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. WWW: http://groovy.codehaus.org/
Revision 1.436: download - view: text, markup, annotated - select for diffs
Sat Feb 19 19:54:54 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.435: preferred, colored
Changes since revision 1.435: +1 -1 lines
- Update aleph 0.9.0 to afnix 1.0.0 - Rename to match new name of the project - Take maintainership PR: ports/77611 Submitted by: Johan van Selst <johans@stack.nl> Repocopy by: marcus
Revision 1.435: download - view: text, markup, annotated - select for diffs
Sat Feb 19 00:59:14 2005 UTC (6 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.434: preferred, colored
Changes since revision 1.434: +0 -1 lines
Remove lang/php3, which depends on the removed mod_php3
Revision 1.434: download - view: text, markup, annotated - select for diffs
Fri Feb 18 23:44:30 2005 UTC (6 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.433: preferred, colored
Changes since revision 1.433: +0 -2 lines
As previously announced, remove ports that have reached their expiry date, and the handful of ports that depended on them.
Revision 1.433: download - view: text, markup, annotated - select for diffs
Sat Feb 5 04:59:24 2005 UTC (7 years ago) by knu
Branches: MAIN
Diff to: previous 1.432: preferred, colored
Changes since revision 1.432: +0 -2 lines
The slippery pthread support for systems prior to 502102 has been dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-)
Revision 1.432: download - view: text, markup, annotated - select for diffs
Sat Dec 25 19:08:58 2004 UTC (7 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.431: preferred, colored
Changes since revision 1.431: +1 -0 lines
Re-add ruby-lua4, which was updated with ruby-lua to support lua 5.x. Repocopy is not necessary here since lang/ruby-lua is and will be the mainstream.
Revision 1.431: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:26:59 2004 UTC (7 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.430: preferred, colored
Changes since revision 1.430: +1 -0 lines
Add MOVED section for devel/bison-devel and lang/gcc-ooo and add them in Makefiles at devel/Makefile and lang/Makefile Reported by: kris
Revision 1.430: download - view: text, markup, annotated - select for diffs
Wed Dec 8 08:38:06 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.429: preferred, colored
Changes since revision 1.429: +1 -0 lines
Add munger, a simple, statically-scoped, interpreted lisp that has line-editor-like access to multiple text buffers. PR: ports/74781 Submitted by: James Bailie <jimmy@jamesbailie.com>
Revision 1.429: download - view: text, markup, annotated - select for diffs
Wed Dec 1 15:04:04 2004 UTC (7 years, 2 months ago) by perky
Branches: MAIN
Diff to: previous 1.428: preferred, colored
Changes since revision 1.428: +1 -0 lines
- Update lang/python to 2.4 final release. - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Revision 1.428: download - view: text, markup, annotated - select for diffs
Tue Nov 30 21:49:47 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.427: preferred, colored
Changes since revision 1.427: +1 -0 lines
Add osb-jscore JavaScriptCore is part of Gtk-Wecore. JavaScriptCore is javascript interpreter that OSB uses. It is based on Apple's WebCore JavaScriptCore code, which is in turn based on KDE kjs code.
Revision 1.427: download - view: text, markup, annotated - select for diffs
Sun Nov 21 09:32:06 2004 UTC (7 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.426: preferred, colored
Changes since revision 1.426: +1 -0 lines
toLua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules. WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
Revision 1.426: download - view: text, markup, annotated - select for diffs
Sun Nov 21 08:32:23 2004 UTC (7 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.425: preferred, colored
Changes since revision 1.425: +1 -0 lines
toLua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Revision 1.425: download - view: text, markup, annotated - select for diffs
Thu Nov 18 16:10:56 2004 UTC (7 years, 2 months ago) by daichi
Branches: MAIN
Diff to: previous 1.424: preferred, colored
Changes since revision 1.424: +1 -0 lines
Add gdc 0.8, D Front End for GCC. PR: ports/74072 Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
Revision 1.424: download - view: text, markup, annotated - select for diffs
Sun Oct 31 05:23:22 2004 UTC (7 years, 3 months ago) by gerald
Branches: MAIN
Diff to: previous 1.423: preferred, colored
Changes since revision 1.423: +1 -0 lines
Complete the repo-copy of gcc34 to gcc40 and update to the 20041024 snapshot of GCC 4.0.0. PR: 71696
Revision 1.423: download - view: text, markup, annotated - select for diffs
Thu Oct 28 12:27:32 2004 UTC (7 years, 3 months ago) by dd
Branches: MAIN
Diff to: previous 1.422: preferred, colored
Changes since revision 1.422: +1 -0 lines
Add tuareg-mode, an Emacs major mode for editing Caml code
Revision 1.422: download - view: text, markup, annotated - select for diffs
Wed Oct 27 18:05:47 2004 UTC (7 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.421: preferred, colored
Changes since revision 1.421: +0 -1 lines
Remove the still-born GCC 3.5 port. There will be no FSF GCC version 3.5, and we will grow a devel/gcc40 port. PR: 71696
Revision 1.421: download - view: text, markup, annotated - select for diffs
Thu Oct 14 20:32:11 2004 UTC (7 years, 3 months ago) by tobez
Branches: MAIN
Diff to: previous 1.420: preferred, colored
Changes since revision 1.420: +1 -0 lines
Add p5-List-MoreUtil, an assorted collection of list/array utility functions. This port goes to lang/ to follow the tradition of p5-Scalar-List-Utils.
Revision 1.420: download - view: text, markup, annotated - select for diffs
Thu Oct 14 08:51:02 2004 UTC (7 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.419: preferred, colored
Changes since revision 1.419: +1 -0 lines
Add asn1c 0.9.4, The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into the C source code. This compiler supports automatic constraints checking code generation, parametrization, basic support for Information Object Classes. The produced C code contains the codecs for BER & DER encoding rules. PR: ports/71560. Submitted by: Lev Walkin <vlm@lionet.info>
Revision 1.419: download - view: text, markup, annotated - select for diffs
Thu Sep 2 10:47:07 2004 UTC (7 years, 5 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.418: preferred, colored
Changes since revision 1.418: +1 -0 lines
Complete the repo-copy of gcc34 to gcc35 and update to the 20040829 snapshot of GCC 3.5.0. PR: 70493
Revision 1.418: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:42:33 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.417: preferred, colored
Changes since revision 1.417: +1 -0 lines
Add mlton 20040227, an optimizing Standard ML compiler. PR: 44295 Submitted by: Stephen Weeks
Revision 1.417: download - view: text, markup, annotated - select for diffs
Sun Aug 8 15:48:21 2004 UTC (7 years, 6 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.416: preferred, colored
Changes since revision 1.416: +1 -0 lines
Add embryo, it's a C like scripting language used in parts of the Enlightenment.
Revision 1.416: download - view: text, markup, annotated - select for diffs
Thu Jul 29 06:10:47 2004 UTC (7 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.415: preferred, colored
Changes since revision 1.415: +1 -0 lines
Add new port for IronPython 0.6, a new Python implementation for .NET platforms.
Revision 1.415: download - view: text, markup, annotated - select for diffs
Sun Jul 25 09:58:58 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
Diff to: previous 1.414: preferred, colored
Changes since revision 1.414: +1 -0 lines
Add ecl 0.9d.040206, an ANSI Common Lisp implementation. PR: ports/62455 Submitted by: Julian Stecklina
Revision 1.414: download - view: text, markup, annotated - select for diffs
Mon Jul 19 09:47:42 2004 UTC (7 years, 6 months ago) by ale
Branches: MAIN
Diff to: previous 1.413: preferred, colored
Changes since revision 1.413: +0 -3 lines
Remove obsolate PHP slave ports.
Revision 1.413: download - view: text, markup, annotated - select for diffs
Mon Jul 19 09:33:20 2004 UTC (7 years, 6 months ago) by ale
Branches: MAIN
Diff to: previous 1.412: preferred, colored
Changes since revision 1.412: +1 -0 lines
Add php5-extensions 1.0, a "meta-port" to install PHP extensions.
Revision 1.412: download - view: text, markup, annotated - select for diffs
Mon Jul 19 09:32:08 2004 UTC (7 years, 6 months ago) by ale
Branches: MAIN
Diff to: previous 1.411: preferred, colored
Changes since revision 1.411: +1 -0 lines
Add php4-extensions 1.0, a "meta-port" to install PHP extensions.
Revision 1.411: download - view: text, markup, annotated - select for diffs
Mon Jul 19 08:09:11 2004 UTC (7 years, 6 months ago) by ale
Branches: MAIN
Diff to: previous 1.410: preferred, colored
Changes since revision 1.410: +1 -0 lines
Add a new shared extension for PHP.
Revision 1.410: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:33:52 2004 UTC (7 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.409: preferred, colored
Changes since revision 1.409: +0 -2 lines
Remove deprecated ports: lang/python15 and lang/python20.
Revision 1.409: download - view: text, markup, annotated - select for diffs
Sun Jun 20 23:40:24 2004 UTC (7 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.408: preferred, colored
Changes since revision 1.408: +0 -1 lines
Remove expired ports, plus the three ports that depended on them.
Revision 1.408: download - view: text, markup, annotated - select for diffs
Thu Jun 3 07:15:49 2004 UTC (7 years, 8 months ago) by vs
Branches: MAIN
Diff to: previous 1.407: preferred, colored
Changes since revision 1.407: +1 -1 lines
Resurrect lang/squeak: Squeak3 is the latest stable version. Resurrection suggested by: marcus
Revision 1.407: download - view: text, markup, annotated - select for diffs
Tue May 25 00:50:54 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.406: preferred, colored
Changes since revision 1.406: +1 -0 lines
- Add proftpd-mysql port, a slave port of proftpd with mysql support. Need by dtc port.
Revision 1.406: download - view: text, markup, annotated - select for diffs
Sat May 15 00:50:47 2004 UTC (7 years, 8 months ago) by linimon
Branches: MAIN
Diff to: previous 1.405: preferred, colored
Changes since revision 1.405: +0 -2 lines
As previously announced, remove the following deprecated ports: databases/zpygresqlda lang/ruby-python lang/tclX80 misc/libelysium
Revision 1.405: download - view: text, markup, annotated - select for diffs
Tue May 11 22:29:15 2004 UTC (7 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.404: preferred, colored
Changes since revision 1.404: +0 -0 lines
Note that the removal of lang/pike74 is from: PR: ports/66459 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Revision 1.404: download - view: text, markup, annotated - select for diffs
Tue May 11 22:27:08 2004 UTC (7 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.403: preferred, colored
Changes since revision 1.403: +0 -1 lines
Remove pike74. This development version has been supplanted by pike76. Its only dependency (www/caudium-devel) is being temporarily retired as well.
Revision 1.403: download - view: text, markup, annotated - select for diffs
Sun May 9 23:26:39 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.402: preferred, colored
Changes since revision 1.402: +1 -0 lines
Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizing ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog Z80 based MCUs. PR: ports/66262 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Revision 1.402: download - view: text, markup, annotated - select for diffs
Sat May 8 06:08:59 2004 UTC (7 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.401: preferred, colored
Changes since revision 1.401: +0 -2 lines
As previously announced, remove these broken or obsolete ports.
Revision 1.401: download - view: text, markup, annotated - select for diffs
Wed May 5 21:55:33 2004 UTC (7 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.400: preferred, colored
Changes since revision 1.400: +1 -1 lines
Connect to pike76.
Revision 1.400: download - view: text, markup, annotated - select for diffs
Thu Apr 29 08:30:56 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.399: preferred, colored
Changes since revision 1.399: +1 -0 lines
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>
Revision 1.399: download - view: text, markup, annotated - select for diffs
Tue Apr 13 11:26:47 2004 UTC (7 years, 9 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.398: preferred, colored
Changes since revision 1.398: +1 -0 lines
slave port of gcc32 replaces gnustep-objc on some architectures
Revision 1.398: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:58:15 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.397: preferred, colored
Changes since revision 1.397: +1 -0 lines
Add fpc-base 1.0.10, meta package to install all of the Free Pascal base. PR: 62623 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Approved by: pav (mentor).
Revision 1.397: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:57:15 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.396: preferred, colored
Changes since revision 1.396: +1 -0 lines
Add fpc-demo 1.0.10, Free Pascal compiler examples. PR: 62605 Submitted by: John Merryweather Cooper Approved by: pav (mentor).
Revision 1.396: download - view: text, markup, annotated - select for diffs
Fri Apr 2 07:29:36 2004 UTC (7 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.395: preferred, colored
Changes since revision 1.395: +2 -0 lines
Remove category pkg/COMMENT files in favour of a COMMENT variable in the category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
Revision 1.395: download - view: text, markup, annotated - select for diffs
Thu Mar 25 18:10:25 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.394: preferred, colored
Changes since revision 1.394: +1 -0 lines
Add gambas 0.91, gambas Almost Means BASic. PR: 62755 Approved by: mat (mentor).
Revision 1.394: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:05:44 2004 UTC (7 years, 11 months ago) by vs
Branches: MAIN
Diff to: previous 1.393: preferred, colored
Changes since revision 1.393: +1 -0 lines
New Port: lang/lua-mode.el Emacs/XEmacs major mode for editing Lua scripts. PR: ports/63770 Submitted by: John Elsasser Approved by: linimon (mentor)
Revision 1.393: download - view: text, markup, annotated - select for diffs
Mon Mar 8 17:40:37 2004 UTC (7 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.392: preferred, colored
Changes since revision 1.392: +1 -0 lines
Add fpc-docs, a port for documentation of Free Pascal Compiler. PR: ports/62599 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
Revision 1.392: download - view: text, markup, annotated - select for diffs
Sat Mar 6 21:53:20 2004 UTC (7 years, 11 months ago) by obraun
Branches: MAIN
Diff to: previous 1.391: preferred, colored
Changes since revision 1.391: +1 -0 lines
Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs. PR: ports/63813 Submitted by: Josh Elsasser <jre@vineyard.net>
Revision 1.391: download - view: text, markup, annotated - select for diffs
Sat Mar 6 17:08:03 2004 UTC (7 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.390: preferred, colored
Changes since revision 1.390: +5 -0 lines
Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back as a bunch of ports and a meta-port. ml-pnet: Some of the Mono upper-level libraries in a form that can be easily compiled and used with pnet's CLI implementation. pnet: A meta-port for all these ports. pnet-base: A runtime engine, C# compiler and a host of useful development tools, all written in C. pnetc: pnetC project, an ANSI C library that can be compiled down to IL using Portable.NET's cscc compiler. pnetlib: C# class libraries. PR: ports/60408, ports/60409, ports/60413, ports/60453 Submitted by: michael johnson <ahze@ahze.net>
Revision 1.390: download - view: text, markup, annotated - select for diffs
Fri Feb 27 07:51:03 2004 UTC (7 years, 11 months ago) by sergei
Branches: MAIN
Diff to: previous 1.389: preferred, colored
Changes since revision 1.389: +1 -0 lines
Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml. PR: 62293 Submitted by: Eugene Ossintsev <eugos@gmx.net>
Revision 1.389: download - view: text, markup, annotated - select for diffs
Fri Feb 27 07:48:50 2004 UTC (7 years, 11 months ago) by sergei
Branches: MAIN
Diff to: previous 1.388: preferred, colored
Changes since revision 1.388: +1 -0 lines
Add ocaml-nox11, a slave port for lang/ocaml without X11 PR: 62292 Submitted by: Eugene Ossintsev <eugos@gmx.net>
Revision 1.388: download - view: text, markup, annotated - select for diffs
Fri Feb 20 20:13:47 2004 UTC (7 years, 11 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.387: preferred, colored
Changes since revision 1.387: +1 -0 lines
Add pike75 7.5.17, a dynamic programming language with a syntax similar to C++. PR: ports/62436 Submitted by: kiwi@oav.net
Revision 1.387: download - view: text, markup, annotated - select for diffs
Tue Feb 17 10:52:28 2004 UTC (7 years, 11 months ago) by linimon
Branches: MAIN
Diff to: previous 1.386: preferred, colored
Changes since revision 1.386: +0 -1 lines
Remove squeak2 in favor of squeak3. squeak2 is outdated, obsolete and no longer needed. PR: ports/62421 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de> (maintainer) No objection: freebsd-ports
Revision 1.386: download - view: text, markup, annotated - select for diffs
Wed Feb 11 01:20:08 2004 UTC (8 years ago) by maho
Branches: MAIN
Diff to: previous 1.385: preferred, colored
Changes since revision 1.385: +1 -1 lines
Move lang/g95 -> lang/gfortran change to appropriate name Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> PR : 62287 (repocopy request) Thanks to : joe, adam
Revision 1.385: download - view: text, markup, annotated - select for diffs
Sun Feb 1 23:20:22 2004 UTC (8 years ago) by maho
Branches: MAIN
Diff to: previous 1.384: preferred, colored
Changes since revision 1.384: +1 -0 lines
Add New port lang/g95 GNU Fortran 90/95 Compiler from GCC's tree-ssa-20020619-branch and still this is alpha stage. you can invoke Fortran by typing gfortran or g95, Note: gcc-3.5 will include this effort.
Revision 1.384: download - view: text, markup, annotated - select for diffs
Sat Jan 31 23:10:37 2004 UTC (8 years ago) by maho
Branches: MAIN
Diff to: previous 1.383: preferred, colored
Changes since revision 1.383: +1 -1 lines
added ifc7 and remove ifc8 by repocopy
Revision 1.383: download - view: text, markup, annotated - select for diffs
Wed Jan 21 07:53:10 2004 UTC (8 years ago) by znerd
Branches: MAIN
Diff to: previous 1.382: preferred, colored
Changes since revision 1.382: +1 -0 lines
New port: fpc-devel: Free Pascal 1.9.x beta series. PR: 61183 Submitted by: Marco van de Voort <marcov@stack.nl>
Revision 1.382: download - view: text, markup, annotated - select for diffs
Mon Jan 19 14:52:11 2004 UTC (8 years ago) by maho
Branches: MAIN
Diff to: previous 1.381: preferred, colored
Changes since revision 1.381: +1 -0 lines
Add new port lang/ifc8 Submitted by: Masakazu HIGAKI <higamasa@dream.com>
Revision 1.381: download - view: text, markup, annotated - select for diffs
Mon Jan 19 06:24:52 2004 UTC (8 years ago) by linimon
Branches: MAIN
Diff to: previous 1.380: preferred, colored
Changes since revision 1.380: +1 -0 lines
Add lang/harbour, an open source Clipper-compatible compiler. PR: ports/52016 Submitted by: David G. Holm <harbour@netfang.net>
Revision 1.380: download - view: text, markup, annotated - select for diffs
Thu Jan 15 22:56:09 2004 UTC (8 years ago) by obraun
Branches: MAIN
Diff to: previous 1.379: preferred, colored
Changes since revision 1.379: +1 -1 lines
* Upgrade lang/ghc to 6.2. * Welcome lang/ghc5 after repocopy from lang/ghc. * Say goodbye to lang/ghc6. * Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni. Approved by: portmgr (marcus), maintainer Repocopy by: joe
Revision 1.379: download - view: text, markup, annotated - select for diffs
Sun Jan 11 15:34:17 2004 UTC (8 years, 1 month ago) by netchild
Branches: MAIN
Diff to: previous 1.378: preferred, colored
Changes since revision 1.378: +1 -0 lines
- connect icc7 to the build after a repocopy from icc - update icc7 to 7.1.035 - sync parts of icc7 with the icc (v8) port
Revision 1.378: download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:18:26 2004 UTC (8 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.377: preferred, colored
Changes since revision 1.377: +0 -1 lines
Remove lang/fpl. It has not fetched in some time, and the maintainer's address now bounces with permanent errors. It had previously been scheduled for removal on Feb. 2nd and no one has objected.
Revision 1.377: download - view: text, markup, annotated - select for diffs
Fri Jan 9 19:37:33 2004 UTC (8 years, 1 month ago) by olgeni
Branches: MAIN
Diff to: previous 1.376: preferred, colored
Changes since revision 1.376: +1 -0 lines
Add ghc6-doc.
Revision 1.376: download - view: text, markup, annotated - select for diffs
Thu Jan 8 07:50:53 2004 UTC (8 years, 1 month ago) by ijliao
Branches: MAIN
Diff to: previous 1.375: preferred, colored
Changes since revision 1.375: +1 -0 lines
add q 4.6 Q -- equational programming language
Revision 1.375: download - view: text, markup, annotated - select for diffs
Mon Jan 5 04:21:24 2004 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.374: preferred, colored
Changes since revision 1.374: +1 -0 lines
Add lush, an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages. WWW: http://lush.sourceforge.net/ PR: ports/60906 Submitted by: David Yeske <dyeske@yahoo.com>
Revision 1.374: download - view: text, markup, annotated - select for diffs
Mon Dec 29 07:42:41 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.373: preferred, colored
Changes since revision 1.373: +1 -0 lines
New port: lang/huc (PC Engine C Compiler) HuC is a PC Engine C compiler. It can create ROMs (hucard) or CD images and is bundled with an assembler and all kinds of libraries. You can ouput text, scrolls, make sound, control CD, handle sprites and tiles, and more. PR: ports/60511 Submitted by: Frederic <nexusb@free.fr>
Revision 1.373: download - view: text, markup, annotated - select for diffs
Wed Dec 17 13:14:26 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.372: preferred, colored
Changes since revision 1.372: +1 -0 lines
Add slib-gauche, a port that installs slib into gauche catalog. PR: ports/60282 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Revision 1.372: download - view: text, markup, annotated - select for diffs
Sun Dec 14 21:50:44 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.371: preferred, colored
Changes since revision 1.371: +1 -0 lines
Add freetxl, a unique programming language specifically designed to support computer software analysis and source transformation tasks. It is the evolving result of more than fifteen years of concentrated research on rule-based structural transformation as a paradigm for the rapid solution of complex computing problems. PR: ports/54617 Submitted by: Ryan Thompson <ryan@sasknow.com>
Revision 1.371: download - view: text, markup, annotated - select for diffs
Sun Dec 14 20:18:34 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.370: preferred, colored
Changes since revision 1.370: +1 -0 lines
- Update to 3a1 - Split into two ports - interpreter independent library and installation into guile - Give maintainership to submitter PR: ports/56393, ports/59888 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Revision 1.370: download - view: text, markup, annotated - select for diffs
Mon Dec 8 19:00:36 2003 UTC (8 years, 2 months ago) by bms
Branches: MAIN
Diff to: previous 1.369: preferred, colored
Changes since revision 1.369: +1 -0 lines
New port: Ficl is a programming language interpreter designed to be embedded into other systems as a command, macro, and development prototyping language. FreeBSD uses ficl in its loader. So far we haven't done much more in this area, perhaps importing a port will encourage further fruitful exploitation of this valuable tool.
Revision 1.369: download - view: text, markup, annotated - select for diffs
Fri Dec 5 00:56:32 2003 UTC (8 years, 2 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.368: preferred, colored
Changes since revision 1.368: +1 -0 lines
add qc-- 20031201 The Quick C-- Compiler PR: 59893
Revision 1.368: download - view: text, markup, annotated - select for diffs
Sat Nov 22 10:35:12 2003 UTC (8 years, 2 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.367: preferred, colored
Changes since revision 1.367: +2 -1 lines
Add missing port to INDEX: - games/pathological - lang/gcc34 - net/ruby-romp - sysutils/prune sort. Approved by: marcus (mentor)
Revision 1.367: download - view: text, markup, annotated - select for diffs
Sun Nov 9 17:18:50 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.366: preferred, colored
Changes since revision 1.366: +1 -0 lines
add rexx-wrapper 2.1 A tool that wraps Rexx source or tokenised code into an executable
Revision 1.366: download - view: text, markup, annotated - select for diffs
Sun Nov 9 16:20:51 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.365: preferred, colored
Changes since revision 1.365: +1 -0 lines
add rexx-regina 3.2 A Rexx interpreter
Revision 1.365: download - view: text, markup, annotated - select for diffs
Sat Nov 8 06:26:55 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.364: preferred, colored
Changes since revision 1.364: +0 -1 lines
As announced on Aug 7, remove the broken ETHOberonV4 port
Revision 1.364: download - view: text, markup, annotated - select for diffs
Sun Nov 2 21:26:16 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.363: preferred, colored
Changes since revision 1.363: +0 -5 lines
Remove lang/jgnat* ports from the tree: Date: Sat, 1 Nov 2003 20:29:30 -0800 From: John Merryweather Cooper <coop9211@uidaho.edu> To: edwin@lonesome.com Subject: Re: FreeBSD ports Problem Reports for ports you maintain X-Mailer: Balsa 2.0.15 lang/jgnat and the associated lang/jgnat-doc-* ports should be retired. lang/jgnat is no longer supported by ACT and will no longer compile with lang/gnat's Ada compiler. PR: ports/46443 Submitted by: david@realityrift.com Approved by: John Merryweather Cooper <coop9211@uidaho.edu>
Revision 1.363: download - view: text, markup, annotated - select for diffs
Thu Oct 30 02:35:37 2003 UTC (8 years, 3 months ago) by nork
Branches: MAIN
Diff to: previous 1.362: preferred, colored
Changes since revision 1.362: +1 -0 lines
Add quack 0.22, enhanced Emacs support for editing and running Scheme programming. PR: ports/58471 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Revision 1.362: download - view: text, markup, annotated - select for diffs
Fri Oct 24 21:41:31 2003 UTC (8 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.361: preferred, colored
Changes since revision 1.361: +1 -0 lines
Add execline 1.05: execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/execline/ Approved by: krion (implicit)
Revision 1.361: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:57:20 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.360: preferred, colored
Changes since revision 1.360: +1 -0 lines
New port: ArrowLISP - purely symbolic LISP interpreter and IDE ArrowLISP is a small, properly tail-recursive, dynamically scoped interpreter for a purely symbolic and almost side-effect-free dialect of LISP. It may be considered an implementation of pure LISP. The interpreter has both a command line interface and an editor-like full screen interface. PR: ports/55501 Submitted by: Nils M Holm <nmh@t3x.org>
Revision 1.360: download - view: text, markup, annotated - select for diffs
Sat Sep 27 07:16:27 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.359: preferred, colored
Changes since revision 1.359: +1 -0 lines
New port: optimizing BF to C compiler BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers. PR: ports/57241 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
Revision 1.359: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:47:00 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.358: preferred, colored
Changes since revision 1.358: +1 -0 lines
New port: lang/php4-horde - a default PHP configured for the Horde framework. The port www/horde2 and its dependences (mail/turba, mail/imp3, etc.) cannot be packaged, because the default options of PHP are not sufficient. This port uses lang/php4 with Horde's options, in order to remove the IS_INTERACTIVE flags. PR: ports/57111 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.358: download - view: text, markup, annotated - select for diffs
Wed Sep 3 05:25:37 2003 UTC (8 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.357: preferred, colored
Changes since revision 1.357: +1 -0 lines
slave port for PHP4 with SNMP and GD support This port is needed for net/jffnms to build PR: 56269 Submitted by: asa@gascom.ru
Revision 1.357: download - view: text, markup, annotated - select for diffs
Sat Aug 30 01:59:33 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.356: preferred, colored
Changes since revision 1.356: +1 -0 lines
new port: net/fpl FPL is a complete script programming language _very_ similar to C. If you are a software developer and plans to add any kind of macro/script control, consider the FPL alternative! FPL library lets the software programmer define functions and variables that FPL should accept. The library will call a function in the software whenever any of these functions are used or variables are read in an FPL program. PR: ports/46756 Submitted by: Dominic Marks <dom@cus.org.uk>
Revision 1.356: download - view: text, markup, annotated - select for diffs
Fri Aug 8 03:53:34 2003 UTC (8 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.355: preferred, colored
Changes since revision 1.355: +0 -1 lines
As announced on May 6, remove the broken lang/wxbasic port.
Revision 1.355: download - view: text, markup, annotated - select for diffs
Fri Aug 8 03:53:14 2003 UTC (8 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.354: preferred, colored
Changes since revision 1.354: +0 -1 lines
As announced on May 6, remove the broken lang/pnet port.
Revision 1.354: download - view: text, markup, annotated - select for diffs
Thu Aug 7 11:10:04 2003 UTC (8 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.353: preferred, colored
Changes since revision 1.353: +6 -6 lines
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and ruby-devel to ruby18.
Revision 1.353: download - view: text, markup, annotated - select for diffs
Thu Jul 31 19:38:53 2003 UTC (8 years, 6 months ago) by perky
Branches: MAIN
Diff to: previous 1.352: preferred, colored
Changes since revision 1.352: +1 -0 lines
- Add python22 as an alternative version. - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
Revision 1.352: download - view: text, markup, annotated - select for diffs
Wed Jul 23 10:12:57 2003 UTC (8 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.351: preferred, colored
Changes since revision 1.351: +1 -0 lines
Add klogoturtle, a LOGO Interpreter for KDE.
Revision 1.351: download - view: text, markup, annotated - select for diffs
Wed Jul 16 11:06:23 2003 UTC (8 years, 6 months ago) by nork
Branches: MAIN
Diff to: previous 1.350: preferred, colored
Changes since revision 1.350: +1 -0 lines
Add php5-cli, is a PHP5 Command Line Interpreter as php5's slave port. PR: ports/54520 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
Revision 1.350: download - view: text, markup, annotated - select for diffs
Wed Jul 16 10:59:22 2003 UTC (8 years, 6 months ago) by nork
Branches: MAIN
Diff to: previous 1.349: preferred, colored
Changes since revision 1.349: +1 -0 lines
Add php5 5.0.0.a1, PHP5 Scripting Language. PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
Revision 1.349: download - view: text, markup, annotated - select for diffs
Thu Jul 3 14:41:08 2003 UTC (8 years, 7 months ago) by perky
Branches: MAIN
Diff to: previous 1.348: preferred, colored
Changes since revision 1.348: +1 -0 lines
Update new python-devel port to 2.3.b2. This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!)
Revision 1.348: download - view: text, markup, annotated - select for diffs
Sun Jun 29 00:46:42 2003 UTC (8 years, 7 months ago) by arved
Branches: MAIN
Diff to: previous 1.347: preferred, colored
Changes since revision 1.347: +1 -0 lines
Add py-prolog, A Python extension embedding SWI-Prolog Submitted by: g.gonter@ieee.org
Revision 1.347: download - view: text, markup, annotated - select for diffs
Wed Jun 11 16:04:37 2003 UTC (8 years, 8 months ago) by obraun
Branches: MAIN
Diff to: previous 1.346: preferred, colored
Changes since revision 1.346: +1 -0 lines
Add ghc6 after repo-copy.
Revision 1.346: download - view: text, markup, annotated - select for diffs
Sat Jun 7 14:19:57 2003 UTC (8 years, 8 months ago) by mi
Branches: MAIN
Diff to: previous 1.345: preferred, colored
Changes since revision 1.345: +0 -1 lines
Finish up the tclX82 removal. I thought, I did this part, but... Submitted by: Derek Young (via kris)
Revision 1.345: download - view: text, markup, annotated - select for diffs
Thu May 22 18:30:36 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.344: preferred, colored
Changes since revision 1.344: +1 -0 lines
Add php4-cli (4.3.2RC4), PHP Command Line Interpreter, is slave port for lang/php4. PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Revision 1.344: download - view: text, markup, annotated - select for diffs
Thu May 22 18:26:27 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
Diff to: previous 1.343: preferred, colored
Changes since revision 1.343: +1 -0 lines
Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4 to 4.3.2RC4 release and added php4-cli and php4 ports, for apache module, command line interface, and both, respectively. Too many changes (improvements, bug fixes and new features) to be listed here, PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Revision 1.343: download - view: text, markup, annotated - select for diffs
Sat May 10 22:29:24 2003 UTC (8 years, 9 months ago) by perky
Branches: MAIN
Diff to: previous 1.342: preferred, colored
Changes since revision 1.342: +1 -0 lines
Upgrade to 5.0 and keep 4.0 as lang/lua4
Revision 1.342: download - view: text, markup, annotated - select for diffs
Tue May 6 03:56:25 2003 UTC (8 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.341: preferred, colored
Changes since revision 1.341: +0 -1 lines
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Revision 1.341: download - view: text, markup, annotated - select for diffs
Sun Apr 27 01:46:49 2003 UTC (8 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.340: preferred, colored
Changes since revision 1.340: +1 -0 lines
Add spidermonkey 1.5.p5, a standalone JavaScript interpreter from the Mozilla project. PR: 51325 Submitted by: Dan Rench (drench@xnet.com)
Revision 1.340: download - view: text, markup, annotated - select for diffs
Sat Apr 26 20:09:50 2003 UTC (8 years, 9 months ago) by obraun
Branches: MAIN
Diff to: previous 1.339: preferred, colored
Changes since revision 1.339: +1 -0 lines
Chameleon is a Haskell-style language which allows for type programming via Constraint Handling Rules (CHRs). Chameleon implements the ideas described in ``A Theory of Overloading''. WWW: http://www.comp.nus.edu.sg/~sulzmann/chameleon/
Revision 1.339: download - view: text, markup, annotated - select for diffs
Thu Apr 17 11:13:19 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.338: preferred, colored
Changes since revision 1.338: +2 -0 lines
Add emulators/vmware3 to emulators/Makefile Add lang/gcc33 and lang/tclX to emulators/Makefile
Revision 1.338: download - view: text, markup, annotated - select for diffs
Fri Apr 4 21:40:53 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
Diff to: previous 1.337: preferred, colored
Changes since revision 1.337: +1 -0 lines
Add chicken 1.0, a Scheme-to-C compiler supporting most of the features as described in the Revised^5 Report on the Algorithmic Language Scheme. PR: ports/50155 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.337: download - view: text, markup, annotated - select for diffs
Fri Apr 4 20:52:05 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
Diff to: previous 1.336: preferred, colored
Changes since revision 1.336: +1 -0 lines
Add sisc 1.7.7, an extensible Java-based Scheme interpreter of the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing Java interpreters. PR: ports/50109 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.336: download - view: text, markup, annotated - select for diffs
Fri Apr 4 20:26:07 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
Diff to: previous 1.335: preferred, colored
Changes since revision 1.335: +1 -0 lines
Add stklos 0.54, the successor of the STk Scheme interpreter. STklos is a free Scheme System (nearly) conform to R5RS. The aim of this implementation is to be fast as well as light. PR: ports/50231 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.335: download - view: text, markup, annotated - select for diffs
Wed Mar 5 16:06:48 2003 UTC (8 years, 11 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.334: preferred, colored
Changes since revision 1.334: +1 -0 lines
Add ohugs 0.5, interpreter for Haskell with object-oriented features. PR: ports/48946 Submitted by: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
Revision 1.334: download - view: text, markup, annotated - select for diffs
Tue Feb 25 06:21:09 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.333: preferred, colored
Changes since revision 1.333: +1 -0 lines
Add ruby-js, a Ruby binding to NJS JavaScript Interpreter.
Revision 1.333: download - view: text, markup, annotated - select for diffs
Mon Feb 17 07:20:21 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.332: preferred, colored
Changes since revision 1.332: +1 -0 lines
Added repocopy of lang/pike72 -> lang/pike74
Revision 1.332: download - view: text, markup, annotated - select for diffs
Wed Feb 12 09:17:41 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.331: preferred, colored
Changes since revision 1.331: +1 -0 lines
New port: lang/pexts : Pike extensions for pike 7.2 PExts (Pike EXTensionS) are modules for Pike to handle some usefull extensions like bzip2, mhash and PCRE. Theses modules are used automaticaly by Caudium. PR: ports/45980 Submitted by: Xavier Beaudouin <kiwi@oav.net>
Revision 1.331: download - view: text, markup, annotated - select for diffs
Wed Jan 29 15:19:15 2003 UTC (9 years ago) by dirk
Branches: MAIN
Diff to: previous 1.330: preferred, colored
Changes since revision 1.330: +0 -1 lines
Remove lang/php4 which was integrated into www/mod_php4.
Revision 1.330: download - view: text, markup, annotated - select for diffs
Tue Jan 28 09:56:59 2003 UTC (9 years ago) by obraun
Branches: MAIN
Diff to: previous 1.329: preferred, colored
Changes since revision 1.329: +1 -0 lines
Helium is a compiler for a subset of Haskell designed especially for teaching Haskell. WWW: http://www.cs.uu.nl/~afie/helium/
Revision 1.329: download - view: text, markup, annotated - select for diffs
Mon Jan 20 05:06:32 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.328: preferred, colored
Changes since revision 1.328: +1 -0 lines
New port: lang/bigloo - A Scheme interpreter and native code compiler This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions. PR: ports/40644 Submitted by: Stanislav Grozev <tacho@factline.com>
Revision 1.328: download - view: text, markup, annotated - select for diffs
Sun Jan 19 13:12:01 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.327: preferred, colored
Changes since revision 1.327: +1 -0 lines
New Port: ports/lang/screamer Screamer is an extension of Common Lisp that adds support for nondeterministic programming. PR: ports/39895 Submitted by: Scott Flatman <sf@dsinw.com>
Revision 1.327: download - view: text, markup, annotated - select for diffs
Sat Jan 18 10:12:07 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.326: preferred, colored
Changes since revision 1.326: +1 -0 lines
New port: lang/cocor (Coco/R, a compiler generator) Coco/R is a recursive decent compiler generator. This is a FreeBSD port of the C/C++ version of Coco/R. PR: ports/36251 Submitted by: Guy Antony Halse <guy@rucus.ru.ac.za>
Revision 1.326: download - view: text, markup, annotated - select for diffs
Sat Jan 18 05:11:46 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.325: preferred, colored
Changes since revision 1.325: +1 -0 lines
New port: lang/cmucl-extra Optional extras for the CMU implementation of Common Lisp. PR: ports/39250 Submitted by: Scott Flatman <sf@dsinw.com>
Revision 1.325: download - view: text, markup, annotated - select for diffs
Wed Jan 15 11:25:05 2003 UTC (9 years ago) by des
Branches: MAIN
Diff to: previous 1.324: preferred, colored
Changes since revision 1.324: +1 -0 lines
Steel Bank Common Lisp
Revision 1.324: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:41 2003 UTC (9 years, 1 month ago) by ijliao
Branches: MAIN
Diff to: previous 1.323: preferred, colored
Changes since revision 1.323: +1 -1 lines
smalleiffel -> smarteiffel upgrade to 1.0 PR: 46044 Submitted by: maintainer
Revision 1.323: download - view: text, markup, annotated - select for diffs
Wed Nov 27 20:28:07 2002 UTC (9 years, 2 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.322: preferred, colored
Changes since revision 1.322: +1 -1 lines
Sort entries.
Revision 1.322: download - view: text, markup, annotated - select for diffs
Sun Oct 27 05:12:24 2002 UTC (9 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.321: preferred, colored
Changes since revision 1.321: +2 -1 lines
Remove pike after repo-copy pike to pike70, and add pike70 & pike72 to lang/Makefile.
Revision 1.321: download - view: text, markup, annotated - select for diffs
Sun Oct 13 05:04:07 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.320: preferred, colored
Changes since revision 1.320: +0 -1 lines
The tclplugin was marked BROKEN_ELF 4 years ago. Remove it.
Revision 1.320: download - view: text, markup, annotated - select for diffs
Sun Oct 13 04:28:46 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.319: preferred, colored
Changes since revision 1.319: +0 -1 lines
This port has been broken for ELF systems since rev 1.1 (4 years, 2 months ago). Remove it.
Revision 1.319: download - view: text, markup, annotated - select for diffs
Thu Sep 19 11:16:54 2002 UTC (9 years, 4 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.318: preferred, colored
Changes since revision 1.318: +1 -0 lines
Add PDSS(v2.52.21), which stands for PIMOS Development Support System, is a KL1/Prolog (Parallel logic programming language) byte-code Interpreter/compiler environment. PR: ports/42703 Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> Approved by: knu (mentor)
Revision 1.318: download - view: text, markup, annotated - select for diffs
Fri Sep 13 21:46:00 2002 UTC (9 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.317: preferred, colored
Changes since revision 1.317: +1 -1 lines
The gcc32 port builds again -- so hook it up to the build.
Revision 1.317: download - view: text, markup, annotated - select for diffs
Tue Sep 10 12:44:52 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.316: preferred, colored
Changes since revision 1.316: +1 -0 lines
yorick-doc is complete html documentation for the yorick interpreted language (yorick port) PR: 34473 Submitted by: munro1@llnl.gov
Revision 1.316: download - view: text, markup, annotated - select for diffs
Mon Sep 9 18:47:41 2002 UTC (9 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.315: preferred, colored
Changes since revision 1.315: +1 -0 lines
Add gauche, a scheme script interpreter with multibyte character handling.
Revision 1.315: download - view: text, markup, annotated - select for diffs
Fri Sep 6 07:07:12 2002 UTC (9 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.314: preferred, colored
Changes since revision 1.314: +1 -0 lines
add lafontaine 0.3R3 Graphical logo interpreter
Revision 1.314: download - view: text, markup, annotated - select for diffs
Thu Sep 5 03:57:45 2002 UTC (9 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.313: preferred, colored
Changes since revision 1.313: +1 -1 lines
Disconnect gcc32 after a repo copy until the port is ready for life again.
Revision 1.313: download - view: text, markup, annotated - select for diffs
Sat Aug 31 04:14:31 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.312: preferred, colored
Changes since revision 1.312: +0 -1 lines
Remove gcc33 from SUBDIR, because it has not yet been upgraded after the repo-copy and is consequently breaking INDEX. Pointy hat to: obrien
Revision 1.312: download - view: text, markup, annotated - select for diffs
Tue Aug 27 08:53:09 2002 UTC (9 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.311: preferred, colored
Changes since revision 1.311: +0 -1 lines
remove rotfl cannot fetch distfiles for a long time
Revision 1.311: download - view: text, markup, annotated - select for diffs
Thu Aug 22 15:31:42 2002 UTC (9 years, 5 months ago) by obraun
Branches: MAIN
Diff to: previous 1.310: preferred, colored
Changes since revision 1.310: +1 -0 lines
Add generic-haskell 1.23, the Generic Haskell compiler. PR: ports/40239 Approved by: dwcjr (mentor)
Revision 1.310: download - view: text, markup, annotated - select for diffs
Tue Aug 6 13:09:44 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.309: preferred, colored
Changes since revision 1.309: +1 -0 lines
add open-cobol 0.9.7 An open-source COBOL compiler
Revision 1.309: download - view: text, markup, annotated - select for diffs
Sun Jul 28 01:29:41 2002 UTC (9 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.308: preferred, colored
Changes since revision 1.308: +1 -0 lines
`gcc32' was repocopied to `gcc33' as it is being renumbered by the GCC guys.
Revision 1.308: download - view: text, markup, annotated - select for diffs
Fri Jul 26 13:38:25 2002 UTC (9 years, 6 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.307: preferred, colored
Changes since revision 1.307: +1 -0 lines
Add html and postscript documentation for the Glasgow Haskell Compiler.
Revision 1.307: download - view: text, markup, annotated - select for diffs
Mon Jul 22 13:41:41 2002 UTC (9 years, 6 months ago) by nakai
Branches: MAIN
Diff to: previous 1.306: preferred, colored
Changes since revision 1.306: +1 -0 lines
Initial import. .NET clone by Ximian
Revision 1.306: download - view: text, markup, annotated - select for diffs
Sun Jul 21 17:09:04 2002 UTC (9 years, 6 months ago) by tobez
Branches: MAIN
Diff to: previous 1.305: preferred, colored
Changes since revision 1.305: +1 -0 lines
Update to 5.8.0 (after repocopy).
Revision 1.305: download - view: text, markup, annotated - select for diffs
Mon Jul 8 03:14:41 2002 UTC (9 years, 7 months ago) by demon
Branches: MAIN
Diff to: previous 1.304: preferred, colored
Changes since revision 1.304: +1 -0 lines
New port: Intel's Fortran compiler supporting Pentium 4 and Itanium processor. PR: 37704 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Revision 1.304: download - view: text, markup, annotated - select for diffs
Thu Jun 27 14:32:29 2002 UTC (9 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.303: preferred, colored
Changes since revision 1.303: +1 -0 lines
Add qscheme 0.5.1, a small and fast Scheme interpreter. PR: 34999 Submitted by: erik@smluc.org
Revision 1.303: download - view: text, markup, annotated - select for diffs
Thu Jun 27 11:21:38 2002 UTC (9 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.302: preferred, colored
Changes since revision 1.302: +1 -0 lines
Add visualworks 5i.4, a high performance Smalltalk environment. PR: 26884 Submitted by: js@jeannot.org
Revision 1.302: download - view: text, markup, annotated - select for diffs
Wed Jun 26 09:15:50 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.301: preferred, colored
Changes since revision 1.301: +0 -1 lines
Remove librep2. librep and librep2 are now in sync.
Revision 1.301: download - view: text, markup, annotated - select for diffs
Fri Jun 21 20:06:19 2002 UTC (9 years, 7 months ago) by demon
Branches: MAIN
Diff to: previous 1.300: preferred, colored
Changes since revision 1.300: +1 -0 lines
New port: Emacs major mode for editing PHP files.
Revision 1.300: download - view: text, markup, annotated - select for diffs
Sun Jun 16 10:10:41 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.299: preferred, colored
Changes since revision 1.299: +1 -1 lines
nsl renamed to tensile
Revision 1.299: download - view: text, markup, annotated - select for diffs
Wed Jun 12 18:28:08 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.298: preferred, colored
Changes since revision 1.298: +1 -0 lines
add f2py 2.13.175.1250 Fortran to Python Interface Generator
Revision 1.298: download - view: text, markup, annotated - select for diffs
Sat Jun 8 17:28:39 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.297: preferred, colored
Changes since revision 1.297: +0 -1 lines
bye-bye to PGCC
Revision 1.297: download - view: text, markup, annotated - select for diffs
Sat Jun 8 17:24:55 2002 UTC (9 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.296: preferred, colored
Changes since revision 1.296: +1 -0 lines
Add ruby16-shim-ruby18, version 1.7.2.2002.05.21. Ruby Shim is a set of modules that provide the libraries and the additional features that will appear in the next version of Ruby. Shim between 1.6 and 1.8 includes: features/ruby18 Hooks to support ruby 1.8 extensions dl Interface to dynamic linker racc-runtime Racc runtime module stringio IO interface for String strscan Fast string scanner benchmark Benchmark module fileutils File & directory manipulation pp Pretty printer (prettier version of `p') tsort Topological sorter Accordingly, this port obsoletes and replaces the following ports: devel/ruby-dl devel/ruby-fileutils devel/ruby-fnmatch devel/ruby-racc-runtime devel/ruby-strscan They will be automatically deinstalled during the installation process of this port.
Revision 1.296: download - view: text, markup, annotated - select for diffs
Tue Jun 4 00:26:27 2002 UTC (9 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.295: preferred, colored
Changes since revision 1.295: +1 -0 lines
Add scsh after repo-copy. Pointy hat to: alex
Revision 1.295: download - view: text, markup, annotated - select for diffs
Mon Jun 3 18:19:30 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.294: preferred, colored
Changes since revision 1.294: +1 -0 lines
add wxbasic 0.52 wxBasic Programming Language
Revision 1.294: download - view: text, markup, annotated - select for diffs
Tue May 14 22:26:38 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.293: preferred, colored
Changes since revision 1.293: +1 -0 lines
Update to 20020509 (version in GNOME2 RC2) after a repo-copies from lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
Revision 1.293: download - view: text, markup, annotated - select for diffs
Wed May 8 17:47:48 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.292: preferred, colored
Changes since revision 1.292: +0 -1 lines
Remove smalleiffel-devel, it is out dated. Requested by: Berend de Boer <berend@pobox.com>
Revision 1.292: download - view: text, markup, annotated - select for diffs
Mon May 6 19:33:53 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.291: preferred, colored
Changes since revision 1.291: +1 -0 lines
add nsl 0.9 The New Scripting Language
Revision 1.291: download - view: text, markup, annotated - select for diffs
Mon May 6 19:03:45 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.290: preferred, colored
Changes since revision 1.290: +1 -0 lines
add libutils 0.7.9 Support lib for NSL
Revision 1.290: download - view: text, markup, annotated - select for diffs
Sat Apr 13 10:38:36 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.289: preferred, colored
Changes since revision 1.289: +1 -0 lines
Add kawa. Kawa is a Java-based Scheme implementation. PR: 34214 Submitted by: Zach Garner <zach@neurosoft.org>
Revision 1.289: download - view: text, markup, annotated - select for diffs
Fri Apr 12 19:29:14 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.288: preferred, colored
Changes since revision 1.288: +0 -1 lines
Remove lang/lcc -- it's been broken for so long and there is no new version.
Revision 1.288: download - view: text, markup, annotated - select for diffs
Tue Apr 2 15:19:54 2002 UTC (9 years, 10 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.287: preferred, colored
Changes since revision 1.287: +0 -1 lines
Removed python+ipv6. IPv6 patch was merged in python-2.2.
Revision 1.287: download - view: text, markup, annotated - select for diffs
Tue Apr 2 14:09:04 2002 UTC (9 years, 10 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.286: preferred, colored
Changes since revision 1.286: +1 -0 lines
Add erlang-doc, documentation for the Erlang/OTP system (PDF format).
Revision 1.286: download - view: text, markup, annotated - select for diffs
Sat Mar 30 07:26:27 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.285: preferred, colored
Changes since revision 1.285: +1 -0 lines
Add cli - Microsoft's Shared Source implementation if CLI ECMA standard and C# language. Please note, that in order to build on -current you need linker binary from -stable.
Revision 1.285: download - view: text, markup, annotated - select for diffs
Fri Mar 29 09:36:40 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.284: preferred, colored
Changes since revision 1.284: +1 -0 lines
Add new port lang/stldoc - STL reference manual by SGI PR: 36324 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Revision 1.284: download - view: text, markup, annotated - select for diffs
Tue Mar 26 17:00:52 2002 UTC (9 years, 10 months ago) by netchild
Branches: MAIN
Diff to: previous 1.283: preferred, colored
Changes since revision 1.283: +1 -0 lines
This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects. This port is not able to produce native executables on its own. You need to do it yourself with gcc. Approved by: steve
Revision 1.283: download - view: text, markup, annotated - select for diffs
Mon Mar 25 02:42:39 2002 UTC (9 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.282: preferred, colored
Changes since revision 1.282: +0 -1 lines
Remove the guileobjc port, which has been BROKEN since 1999.
Revision 1.282: download - view: text, markup, annotated - select for diffs
Mon Mar 25 02:41:11 2002 UTC (9 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.281: preferred, colored
Changes since revision 1.281: +0 -1 lines
Remove the libobjects port, which was marked BROKEN in 1999.
Revision 1.281: download - view: text, markup, annotated - select for diffs
Fri Mar 8 06:30:47 2002 UTC (9 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.280: preferred, colored
Changes since revision 1.280: +2 -1 lines
Turn on gcc3{1,2}
Revision 1.280: download - view: text, markup, annotated - select for diffs
Sat Mar 2 22:40:17 2002 UTC (9 years, 11 months ago) by petef
Branches: MAIN
Diff to: previous 1.279: preferred, colored
Changes since revision 1.279: +1 -0 lines
Add spl 1.2.1, the Shakespeare programming language. PR: 30395 Submitted by: Hye-Shik Chang <perky@fallin.lv>
Revision 1.279: download - view: text, markup, annotated - select for diffs
Fri Feb 22 14:05:59 2002 UTC (9 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.278: preferred, colored
Changes since revision 1.278: +1 -0 lines
flynn@energyhq.homeip.net wrote: Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C Compiler. Found it odd that there's not a port for this, considering that the author of the compiler is a FreeBSD commiter. PR: 34449 Submitted by: flynn@energyhq.homeip.net
Revision 1.278: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:52:52 2002 UTC (10 years ago) by okazaki
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.277: preferred, colored
Changes since revision 1.277: +1 -0 lines
Add njs 0.2.5, NJS (NGS) is a standalone JavaScript/ECMAScript interpreter. PR: 33842 Submitted by: thierry@pompo.net
Revision 1.277: download - view: text, markup, annotated - select for diffs
Thu Jan 17 16:23:05 2002 UTC (10 years ago) by lioux
Branches: MAIN
Diff to: previous 1.276: preferred, colored
Changes since revision 1.276: +1 -0 lines
New port cyclone version 0.2: A safe dialect of C from Cornell and AT&T Research PR: 33613 Submitted by: Alan Eldridge <alane@geeksrus.net>
Revision 1.276: download - view: text, markup, annotated - select for diffs
Wed Jan 16 12:35:33 2002 UTC (10 years ago) by tg
Branches: MAIN
Diff to: previous 1.275: preferred, colored
Changes since revision 1.275: +1 -0 lines
Activate python21.
Revision 1.275: download - view: text, markup, annotated - select for diffs
Wed Jan 2 19:31:41 2002 UTC (10 years, 1 month ago) by jdp
Branches: MAIN
Diff to: previous 1.274: preferred, colored
Changes since revision 1.274: +0 -1 lines
Remove the modula-3-socks port. It is obsolete. CVSup works fine now with standard runsocks, and I have finally updated the manual page to reflect that.
Revision 1.274: download - view: text, markup, annotated - select for diffs
Tue Jan 1 22:23:44 2002 UTC (10 years, 1 month ago) by jdp
Branches: MAIN
Diff to: previous 1.273: preferred, colored
Changes since revision 1.273: +1 -0 lines
Add a port for ezm3, a smaller, more portable distribution of the Modula-3 compiler and runtime system for people who just want to build CVSup. Smaller distfiles! Faster builds! No runtime dependencies! Less memory usage! No more RTHeapDepC.c problems! Smoother skin and glossier fur! (Well, most of those things.)
Revision 1.273: download - view: text, markup, annotated - select for diffs
Mon Dec 24 11:29:35 2001 UTC (10 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.272: preferred, colored
Changes since revision 1.272: +1 -0 lines
Add missing tcl84 SUBDIR. Submitted by: bento
Revision 1.272: download - view: text, markup, annotated - select for diffs
Sat Dec 22 14:55:01 2001 UTC (10 years, 1 month ago) by kevlo
Branches: MAIN
Diff to: previous 1.271: preferred, colored
Changes since revision 1.271: +1 -0 lines
Initial import of fbbi 0.98 fbbi is an interpreter for the Befunge-98 language. PR: 33091 Submitted by: Leland Wang <llwang@infor.org>
Revision 1.271: download - view: text, markup, annotated - select for diffs
Fri Dec 21 20:23:37 2001 UTC (10 years, 1 month ago) by ijliao
Branches: MAIN
Diff to: previous 1.270: preferred, colored
Changes since revision 1.270: +1 -0 lines
add nhc98 1.08 A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.270: download - view: text, markup, annotated - select for diffs
Wed Dec 19 19:49:38 2001 UTC (10 years, 1 month ago) by petef
Branches: MAIN
Diff to: previous 1.269: preferred, colored
Changes since revision 1.269: +1 -0 lines
Add tcl-manual 2001.12.19, documentation for TCL (Tool Command Language). PR: 32925 Submitted by: Edwin Groothuis (edwin@mavetju.org)
Revision 1.269: download - view: text, markup, annotated - select for diffs
Wed Dec 19 14:26:17 2001 UTC (10 years, 1 month ago) by tobez
Branches: MAIN
Diff to: previous 1.268: preferred, colored
Changes since revision 1.268: +1 -0 lines
Add p5-Scalar-List-Utils, a collection of Perl subroutines that would be nice to have in the perl core.
Revision 1.268: download - view: text, markup, annotated - select for diffs
Wed Dec 19 04:10:22 2001 UTC (10 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.267: preferred, colored
Changes since revision 1.267: +1 -0 lines
Add linux-j 405a, a general purpose programming language. PR: 30933 Submitted by: js@jeannot.org
Revision 1.267: download - view: text, markup, annotated - select for diffs
Sun Dec 9 02:28:20 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.266: preferred, colored
Changes since revision 1.266: +1 -0 lines
o New port fpc version 1.0.4: Free Pascal beta compiler with Turbo, Delphi and other extensions o Borrows install scripting tricks from halflifeserver port PR: 32385 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.266: download - view: text, markup, annotated - select for diffs
Wed Dec 5 06:08:16 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.265: preferred, colored
Changes since revision 1.265: +1 -0 lines
o New port gnat-doc-txt version 3.13p: Documentation for the GNAT compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.265: download - view: text, markup, annotated - select for diffs
Wed Dec 5 06:07:20 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.264: preferred, colored
Changes since revision 1.264: +1 -0 lines
o New port gnat-doc-texi version 3.13p: Documentation for the GNAT compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.264: download - view: text, markup, annotated - select for diffs
Wed Dec 5 06:06:17 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.263: preferred, colored
Changes since revision 1.263: +1 -0 lines
o New port gnat-doc-ps version 3.13p: Documentation for the GNAT compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.263: download - view: text, markup, annotated - select for diffs
Wed Dec 5 06:05:12 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.262: preferred, colored
Changes since revision 1.262: +1 -0 lines
o New port gnat-doc-info version 3.13p: Documentation for the GNAT compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.262: download - view: text, markup, annotated - select for diffs
Wed Dec 5 05:58:45 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.261: preferred, colored
Changes since revision 1.261: +1 -0 lines
o New port jgnat-doc-txt version 1.1p: Documentation for the JGNAT compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.261: download - view: text, markup, annotated - select for diffs
Wed Dec 5 05:57:27 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.260: preferred, colored
Changes since revision 1.260: +1 -0 lines
o New port jgnat-doc-ps version 1.1p: Documentation for the JGNAT compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.260: download - view: text, markup, annotated - select for diffs
Wed Dec 5 05:55:58 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.259: preferred, colored
Changes since revision 1.259: +1 -0 lines
o New port jgnat-doc-info version 1.1p: Documentation for the JGNAT compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.259: download - view: text, markup, annotated - select for diffs
Wed Dec 5 05:47:37 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.258: preferred, colored
Changes since revision 1.258: +1 -0 lines
o New port jgnat-doc-html version 1.1p: Documentation for the JGNAT compiler o Master port for all jgnat-doc-* ports PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.258: download - view: text, markup, annotated - select for diffs
Wed Dec 5 05:44:18 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.257: preferred, colored
Changes since revision 1.257: +1 -0 lines
New port jgnat-doc-html version 1.1p: Documentation for the JGNAT compiler PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Revision 1.257: download - view: text, markup, annotated - select for diffs
Tue Nov 27 14:36:14 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.256: preferred, colored
Changes since revision 1.256: +1 -0 lines
Add squeak3.
Revision 1.256: download - view: text, markup, annotated - select for diffs
Tue Oct 23 09:06:11 2001 UTC (10 years, 3 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +1 -0 lines
An Emacs mode for editing Objective CAML programs.
Revision 1.255: download - view: text, markup, annotated - select for diffs
Wed Oct 17 18:21:21 2001 UTC (10 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +1 -0 lines
add hope Hope is lazy interpriter for HOPE applicative language PR: 30799 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Revision 1.254: download - view: text, markup, annotated - select for diffs
Sun Oct 14 14:44:42 2001 UTC (10 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +2 -1 lines
add ferite An embeddable scripting language PR: 30094 Submitted by: Jeremy Norris <ishmael27@home.com>
Revision 1.253: download - view: text, markup, annotated - select for diffs
Tue Oct 9 18:55:51 2001 UTC (10 years, 4 months ago) by tobez
Branches: MAIN
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +2 -1 lines
Add p5-Data-JavaScript, a perl module to dump perl structures to JavaScript code.
Revision 1.252: download - view: text, markup, annotated - select for diffs
Thu Sep 20 09:18:26 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +2 -1 lines
Add jruby, an implementation of Ruby Interpreter in Pure Java. That it is still in the alpha stage, but it actually works.
Revision 1.251: download - view: text, markup, annotated - select for diffs
Thu Sep 6 14:15:33 2001 UTC (10 years, 5 months ago) by wjv
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +2 -1 lines
Add py-compiler, a Python source to bytecode compiler.
Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Aug 31 15:21:37 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +2 -1 lines
Add gcc30 to the mix.
Revision 1.249: download - view: text, markup, annotated - select for diffs
Thu Aug 30 08:13:20 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +2 -1 lines
Add ruby-lua, a Ruby extension to make Lua script language as a class.
Revision 1.248: download - view: text, markup, annotated - select for diffs
Wed Aug 29 12:39:02 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +2 -1 lines
add slisp A simple Lisp interpreter PR: 29643 Submitted by: Patrick Li <pat@databits.net>
Revision 1.247: download - view: text, markup, annotated - select for diffs
Thu Aug 23 11:30:39 2001 UTC (10 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +2 -1 lines
Initial import of klone-2.1.359 KLONE is a small and fast fully interpreted language intended to be embedded into C applications to provide them with a powerful, yet fast and small extension language. Its syntax is very inspired from Lisp (its external syntax has been kept as close as possible to Common Lisp as possible), but its implementation is original and efficient, to give full extensibility, intimate interfacing to C, incremental garbage collection, and full portability on either K&R or ANSI C. Obtained from: OpenBSD
Revision 1.246: download - view: text, markup, annotated - select for diffs
Sat Aug 18 08:42:12 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +2 -1 lines
add xsb A tabled Logic Programming and Deductive Database system PR: 29322 Submitted by: Christopher Rued <c.rued@xsb.com>
Revision 1.245: download - view: text, markup, annotated - select for diffs
Sat Aug 18 07:48:48 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +2 -1 lines
add nml A dialect/harmony of Standard ML and OCaml PR: 29158 Submitted by: Jaeho Shin <netj@ego.mazic.org>
Revision 1.244: download - view: text, markup, annotated - select for diffs
Sat Aug 18 06:17:14 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +2 -1 lines
add pnet C# compiler, assembler, disassembler, and runtime engine PR: 29034 Submitted by: Michael Johnson <ahze@ahze.net>
Revision 1.243: download - view: text, markup, annotated - select for diffs
Fri Aug 17 18:04:40 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +2 -1 lines
add treecc Treecc program is designed to assist in the development of compilers PR: 28934 Submitted by: Michael Johnson <ahze@ahze.net>
Revision 1.242: download - view: text, markup, annotated - select for diffs
Fri Aug 17 17:08:29 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +2 -1 lines
add clips CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad <yotta@dougdidit.com>
Revision 1.241: download - view: text, markup, annotated - select for diffs
Tue Jul 31 10:06:37 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +2 -1 lines
Add rscheme 0.7.3.1, an object-oriented, extended version of the Scheme dialect of Lisp.
Revision 1.240: download - view: text, markup, annotated - select for diffs
Sat Jul 21 23:36:04 2001 UTC (10 years, 6 months ago) by jdp
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +1 -3 lines
Unhook the obsolete modula-3 and modula-3-lib ports from the Makefile.
Revision 1.239: download - view: text, markup, annotated - select for diffs
Wed Jul 18 09:13:01 2001 UTC (10 years, 6 months ago) by jasone
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -1 lines
Connect the onyx port.
Revision 1.238: download - view: text, markup, annotated - select for diffs
Sun Jul 8 07:57:37 2001 UTC (10 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +2 -1 lines
add gprolog A free Prolog compiler developed by Daniel Diaz PR: 28651 Submitted by: Douglas Anestad <yotta@dougdidit.com>
Revision 1.237: download - view: text, markup, annotated - select for diffs
Tue Jun 26 12:18:04 2001 UTC (10 years, 7 months ago) by tg
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +4 -1 lines
Activate gnustep-{base,gui,guile,make,objc,xgps}.
Revision 1.236: download - view: text, markup, annotated - select for diffs
Tue Jun 26 09:19:43 2001 UTC (10 years, 7 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +2 -1 lines
A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
Revision 1.235: download - view: text, markup, annotated - select for diffs
Thu Jun 14 17:13:18 2001 UTC (10 years, 7 months ago) by markp
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +2 -1 lines
Add malbolge 1.0, an Infernal programming language. Cleaned up before commit. PR: 28147 Submitted by: simond@irrelevant.org
Revision 1.234: download - view: text, markup, annotated - select for diffs
Thu Jun 14 16:59:44 2001 UTC (10 years, 7 months ago) by markp
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +2 -1 lines
Add dis 1.0, a moderately Infernal programming language. Cleaned up before commit. PR: 28146 Submitted by: simond@irrelevant.org
Revision 1.233: download - view: text, markup, annotated - select for diffs
Mon Jun 4 15:02:49 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +3 -1 lines
Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r. As there are unidentified problems with libc_r + ruby, please use this with care. I'd appreciate if any of you could join me in debugging.
Revision 1.232: download - view: text, markup, annotated - select for diffs
Mon Jun 4 14:56:58 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +2 -1 lines
Add lang/ruby_static-devel, the statically linked ruby-devel executable.
Revision 1.231: download - view: text, markup, annotated - select for diffs
Thu May 31 16:33:16 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +2 -1 lines
add awka Converts the AWK script to C, then compiles it
Revision 1.230: download - view: text, markup, annotated - select for diffs
Sat May 5 23:20:11 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +2 -1 lines
Add lang/ruby-devel, the development version of Ruby. (1.7)
Revision 1.229: download - view: text, markup, annotated - select for diffs
Sat May 5 22:38:22 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +2 -1 lines
Separate Emacs lisp modules from lang/ruby as lang/ruby-mode.el.
Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed May 2 11:29:17 2001 UTC (10 years, 9 months ago) by tg
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -1 lines
Activate python20. This port is needed until stackless-python has been upgraded to work with python-2.1.
Revision 1.227: download - view: text, markup, annotated - select for diffs
Sun Apr 29 14:43:01 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +2 -1 lines
add yap A high-performance Prolog compiler
Revision 1.226: download - view: text, markup, annotated - select for diffs
Sat Apr 28 15:08:04 2001 UTC (10 years, 9 months ago) by joe
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +2 -1 lines
Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. PR: ports/26875
Revision 1.225: download - view: text, markup, annotated - select for diffs
Fri Apr 27 17:37:53 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +2 -1 lines
add diveintopython A free Python tutorial book that is "not For Dummies(tm)" PR: 26697 Submitted by: Johann Visagie <johann@egenetics.com>
Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Apr 24 18:06:33 2001 UTC (10 years, 9 months ago) by dirk
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +2 -1 lines
PHP documentation in HTML. Done with lots of help from: roam
Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Apr 17 08:32:19 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +2 -1 lines
add nickle A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com>
Revision 1.222: download - view: text, markup, annotated - select for diffs
Fri Apr 13 19:10:12 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +1 -4 lines
Goodbye, Ruby 1.4.
Revision 1.221: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:56:17 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -1 lines
Add jython 2.0, an implementation of Python Interpreter with Pure Java. PR: 26302 Submitted by: Hye-Shik Chang <perky@python.or.kr>
Revision 1.220: download - view: text, markup, annotated - select for diffs
Thu Apr 5 14:11:09 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +2 -1 lines
Add ruby-ri, Ruby Interactive reference with command line and Emacs interfaces.
Revision 1.219: download - view: text, markup, annotated - select for diffs
Mon Apr 2 06:01:20 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +2 -1 lines
add mdk MIX Development Kit offers an emulation of MIX and MIXAL
Revision 1.218: download - view: text, markup, annotated - select for diffs
Thu Mar 29 13:18:52 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +2 -1 lines
Add stackless_python 2.0, a Python implementation that does not use the C stack. PR: 29196 Submitted by: Hye-Shik Chang <perky@python.or.kr>
Revision 1.217: download - view: text, markup, annotated - select for diffs
Tue Mar 27 22:06:44 2001 UTC (10 years, 10 months ago) by sf
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +1 -2 lines
remove squeak1, distfile is no longer available. There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer
Revision 1.216: download - view: text, markup, annotated - select for diffs
Thu Mar 22 13:33:59 2001 UTC (10 years, 10 months ago) by tg
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +2 -1 lines
Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-base
bundles and replaces the old mx extensions for python.
I'll remove the old ports (devel/py-mx{DateTime,Proxy,Stack,Tools},
textproc/py-mxTextTools) after a short grace period to allow for testing
the new stuff.
Revision 1.215: download - view: text, markup, annotated - select for diffs
Sat Mar 10 06:38:57 2001 UTC (10 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +2 -1 lines
New port crossgo32-f77 PR: 21389 Submitted by: hdcho@geni.knu.ac.kr Reviewed by: will
Revision 1.214: download - view: text, markup, annotated - select for diffs
Wed Mar 7 17:50:49 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +2 -1 lines
Add ruby-programmingruby, the source of the Programming Ruby
("pick-axe") book in XML and HTML.
It is released under the Open Publication license.
Revision 1.213: download - view: text, markup, annotated - select for diffs
Tue Mar 6 17:50:08 2001 UTC (10 years, 11 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +2 -1 lines
add aleph Aleph is a multi-threaded functional programming language
Revision 1.212: download - view: text, markup, annotated - select for diffs
Mon Mar 5 04:45:48 2001 UTC (10 years, 11 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +2 -1 lines
add rotfl, a simple text-formatting language
Revision 1.211: download - view: text, markup, annotated - select for diffs
Sun Mar 4 18:32:57 2001 UTC (10 years, 11 months ago) by dirk
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2 lines
Disable php, enable php3.
Revision 1.210: download - view: text, markup, annotated - select for diffs
Sun Feb 25 21:26:52 2001 UTC (10 years, 11 months ago) by dirk
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -1 lines
Add php4.
Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon Feb 19 15:55:35 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -1 lines
Add lang/ruby_static, the statically linked version of the "ruby" executable, with some basic extensions compiled in. This is added so people can use ruby even in an emergency.
Revision 1.208: download - view: text, markup, annotated - select for diffs
Wed Feb 14 13:22:36 2001 UTC (10 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +2 -1 lines
New Port: lang/cel Cel is a computer language. In particular it is of the prototype-based, object oriented variety. PR: 23996 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Revision 1.207: download - view: text, markup, annotated - select for diffs
Wed Feb 7 22:51:54 2001 UTC (11 years ago) by knu
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +2 -1 lines
Add ruby-reference, Ruby Class and Module Reference, in HTML format. This really is a great work. Every Ruby user should have this installed to help them hack Ruby. :)
Revision 1.206: download - view: text, markup, annotated - select for diffs
Mon Jan 22 15:44:21 2001 UTC (11 years ago) by ijliao
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -1 lines
add sxm, another implementation of scheme
Revision 1.205: download - view: text, markup, annotated - select for diffs
Sun Jan 14 19:45:28 2001 UTC (11 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +2 -1 lines
ScriptBasic is a scripting implementation of the BASIC language. The aim of this implementation is to provide a general and widely used tool for the simple programmer. One of the reason behind the success of the Microsoft operating systems is VisualBasic, which is built into many of the applications Microsoft delivers. Why are UNIX and other non-Microsoft operating system users prohibited to use the simplest programming language? ScriptBasic is a BASIC implementation, which aims not less than becoming the most widely used scripting tool on UNIX systems. It is portable, it is BASIC, it is a scripting tool and it is GNU LGPL. PR: ports/24133 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Revision 1.204: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:26:18 2001 UTC (11 years, 1 month ago) by alex
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -1 lines
Add tcltutor 2.b.4, a Tcl/Tk based tutorial for Tcl. PR: 22776 Submitted by: Edwin Groothuis (mavetju@chello.nl)
Revision 1.203: download - view: text, markup, annotated - select for diffs
Wed Dec 27 11:28:53 2000 UTC (11 years, 1 month ago) by alex
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +2 -1 lines
Add jgnat-1.0p, an Ada to Java-Byte-Code compiler. PR: 17799 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Revision 1.202: download - view: text, markup, annotated - select for diffs
Tue Dec 19 13:59:59 2000 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -1 lines
Add php 3.0.16, a standalone PHP interpreter. PR: 21094 Submitted by: roam (oops :-)
Revision 1.201: download - view: text, markup, annotated - select for diffs
Tue Dec 19 11:26:48 2000 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +2 -1 lines
Add t3x 6.8.1, a compiler for the basic procedural language T3X, whose syntax is a cross between Pascal and BCPL, but smaller and simpler. PR: 23268 Submitted by: Nils M. Holm <nmh@t3x.org>
Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Dec 8 10:30:17 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +2 -1 lines
Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o
Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu Nov 30 11:35:53 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +2 -1 lines
Add gcc295 (after repo copy from egcs).
Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Nov 6 07:43:14 2000 UTC (11 years, 3 months ago) by keith
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +2 -1 lines
New port: mmix, a RISC computer designed by Donald E. Knuth
Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon Oct 30 02:31:08 2000 UTC (11 years, 3 months ago) by patrick
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +2 -1 lines
Add a new development version of PFE (Portable Forth Enviornment).
Revision 1.196: download - view: text, markup, annotated - select for diffs
Thu Oct 26 15:36:36 2000 UTC (11 years, 3 months ago) by patrick
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +2 -1 lines
Add new port: lang/tinycobol
Revision 1.195: download - view: text, markup, annotated - select for diffs
Tue Oct 24 18:05:27 2000 UTC (11 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -1 lines
Add New Port: lang/fesi FESI is a free EcmaScript interpreter written in 100% Java PR: 20435 Submitted by: Leo Kim <leo@florida.sarang.net>
Revision 1.194: download - view: text, markup, annotated - select for diffs
Sat Oct 21 19:28:37 2000 UTC (11 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +2 -1 lines
New port - GNU Forth, a fast and portable Forth system. PR: ports/21923 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Reviewed by: dcs
Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Oct 18 12:02:15 2000 UTC (11 years, 3 months ago) by tg
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +1 -2 lines
Deactivate python-beta.
Revision 1.192: download - view: text, markup, annotated - select for diffs
Sun Sep 17 10:51:10 2000 UTC (11 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +1 -2 lines
Take the mocka port out back and introduce it politely to Mr Bullet. This port has been broken for 2 years now and is obviously never going to be fixed. >BLAM!<
Revision 1.191: download - view: text, markup, annotated - select for diffs
Fri Sep 8 11:50:42 2000 UTC (11 years, 5 months ago) by tg
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +2 -1 lines
Activate python15 after repo-copy.
Revision 1.190: download - view: text, markup, annotated - select for diffs
Fri Sep 8 10:39:02 2000 UTC (11 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +1 -2 lines
Remove p5-B-Graph, it was already in devel. Submitted by: bento
Revision 1.189: download - view: text, markup, annotated - select for diffs
Thu Sep 7 05:00:41 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +2 -2 lines
Move lang/irb to lang/ruby14-irb, now irb is part of Ruby 1.6. Utilize bsd.ruby.mk.
Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Sep 7 00:03:29 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +3 -1 lines
Split rubytk into ruby-tcltklib and ruby-tk. Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3.
Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Sep 6 23:07:07 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +2 -1 lines
Activate ruby14.
Revision 1.186: download - view: text, markup, annotated - select for diffs
Fri Sep 1 06:51:57 2000 UTC (11 years, 5 months ago) by wes
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +2 -1 lines
A port of the Macro Implementation of SNOBOL4 in C (C-MAINBOL) version 0.99.4; Aug 11, 1997. This was sort of request by Eivind.
Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Aug 30 09:33:03 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +2 -1 lines
Add lang/ruby-usersguide: English version of Ruby Users Guide, and japanese/ruby-usersguide: Japanese version of Ruby Users Guide.
Revision 1.184: download - view: text, markup, annotated - select for diffs
Sun Aug 27 06:17:13 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -1 lines
Turn Ratfor loose on the world.
Revision 1.183: download - view: text, markup, annotated - select for diffs
Fri Aug 18 18:53:11 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -1 lines
Add {lang,japanese}/ruby-man, Ruby reference manual, in HTML format.
These are English version and Japanese version, respectively.
PR: ports/20690
Submitted by: Jimmy Olgeni <olgeni@uli.it>
(I added japanese/ruby-man as a slave port to lang/ruby-man)
Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu Aug 17 11:58:22 2000 UTC (11 years, 5 months ago) by tg
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -1 lines
Activate python-beta.
Revision 1.181: download - view: text, markup, annotated - select for diffs
Fri Aug 11 10:57:40 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -1 lines
Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.
Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Aug 11 05:15:09 2000 UTC (11 years, 6 months ago) by will
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -1 lines
Add p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm Beattie's perl compiler (the B::* classes) and your favorite graph layout tool. PR: 20164 Submitted by: Leo Kim <leo@florida.sarang.net>
Revision 1.179: download - view: text, markup, annotated - select for diffs
Mon Aug 7 06:09:16 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +2 -1 lines
Add Ruby related ports. devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :>
Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Aug 3 03:23:00 2000 UTC (11 years, 6 months ago) by sada
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -1 lines
Activate smalleiffel-devel. PR: ports/18087 Submitted by: Berend de Boer <berend@nederware.nl>
Revision 1.177: download - view: text, markup, annotated - select for diffs
Mon Jul 31 15:01:34 2000 UTC (11 years, 6 months ago) by nbm
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +2 -1 lines
Add gnat-glade, the glade companion package to gnat, for building distributed systems in Ada. PR: ports/18374 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Revision 1.176: download - view: text, markup, annotated - select for diffs
Fri Jul 28 10:45:42 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +2 -1 lines
Add ccscript - a state-event driven class extendible C++ script interpreter. PR: 20229 Submitted by: David Sugar <dyfet@gnu.org>
Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Jul 13 20:55:49 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +2 -1 lines
Activate tclX82
Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jul 10 03:37:31 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -1 lines
Adding mozart version 1.1.0.20000207. A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de>
Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Jun 30 02:56:19 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -1 lines
Add oo2c, an Oberon-2 compiler. PR: 18215 Submitted by: Oliver Breuninger <ob@seicom.net>
Revision 1.172: download - view: text, markup, annotated - select for diffs
Wed Jun 28 16:09:06 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -1 lines
Gnome Basic is an embryonic attempt to provide VB compatible functionality for the GNOME project, particularly with respect to office (VBA) compatibility.
Revision 1.171: download - view: text, markup, annotated - select for diffs
Thu Jun 22 11:09:13 2000 UTC (11 years, 7 months ago) by nbm
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -1 lines
Activate p5-Error
Revision 1.170: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:30:20 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -2 lines
Remove GNOME 1.0 dead wood, now we're at 1.2
Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon May 29 06:18:23 2000 UTC (11 years, 8 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +2 -1 lines
Split the `sml-nj' port into `sml-nj' and `sml-nj-devel'. Requested by: Chris Richards <crichard@wso.williams.edu> Repo copied by: asami
Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon May 29 03:05:50 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -1 lines
Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the ports collection! :-) PR: 17578 Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua> No objections from: asami, obrien
Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon May 1 18:05:45 2000 UTC (11 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +1 -2 lines
Nuke tcl-7.6
Revision 1.166: download - view: text, markup, annotated - select for diffs
Tue Apr 18 15:46:33 2000 UTC (11 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -1 lines
Activate smalleiffel.
Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Mar 22 19:12:31 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -1 lines
turn everyone back onto GCC 2.7.2.3.
Revision 1.164: download - view: text, markup, annotated - select for diffs
Sun Feb 20 22:03:49 2000 UTC (11 years, 11 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +2 -1 lines
Add p5-Expect
Revision 1.163: download - view: text, markup, annotated - select for diffs
Sun Feb 13 23:58:23 2000 UTC (11 years, 11 months ago) by jdp
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +3 -1 lines
Enable pm3-m3tk and pm3-netobj.
Revision 1.162: download - view: text, markup, annotated - select for diffs
Sun Feb 13 02:18:14 2000 UTC (11 years, 11 months ago) by imura
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +2 -1 lines
Initial import of clisp-1999.07.22. This is CLISP - an ANSI Common Lisp. PR: 16542 Submitted by: Jeff Brown <jabrown@caida.org>
Revision 1.161: download - view: text, markup, annotated - select for diffs
Thu Feb 10 05:51:40 2000 UTC (12 years ago) by jdp
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +5 -1 lines
Enable pm3-{base,forms,gui,net}.
Revision 1.160: download - view: text, markup, annotated - select for diffs
Tue Feb 1 19:47:15 2000 UTC (12 years ago) by asami
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +2 -1 lines
Add python+ipv6. Submitted by: bento
Revision 1.159: download - view: text, markup, annotated - select for diffs
Wed Jan 5 18:33:09 2000 UTC (12 years, 1 month ago) by jseger
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -1 lines
Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1
Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Dec 29 09:19:25 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +2 -1 lines
Adding cu-prolog version 3.94. An Experimental constraint logic programming language. PR: 12536 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Dec 29 07:30:44 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -1 lines
Moving the starlogo port from java to lang.
Revision 1.156: download - view: text, markup, annotated - select for diffs
Mon Dec 27 09:41:33 1999 UTC (12 years, 1 month ago) by jkoshy
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +2 -1 lines
"ports/devel/sml-mode.el" being moved to "ports/lang/sml-mode.el".
Revision 1.155: download - view: text, markup, annotated - select for diffs
Sat Dec 25 15:08:49 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -1 lines
Adding yabasic version 2.60. Yet another Basic for Unix and Windows. PR: 15016 Submitted by: Frank Gruender <elwood@mc5sys.in-berlin.de>
Revision 1.154: download - view: text, markup, annotated - select for diffs
Tue Dec 7 21:19:30 1999 UTC (12 years, 2 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -1 lines
Activate p5-F77
Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Nov 11 10:19:54 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -1 lines
Add librep.
Revision 1.152: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:25:54 1999 UTC (12 years, 3 months ago) by nectar
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -1 lines
Activate ghc
Revision 1.151: download - view: text, markup, annotated - select for diffs
Tue Nov 2 04:03:19 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +1 -2 lines
Nuke tcl 8.1 Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
Revision 1.150: download - view: text, markup, annotated - select for diffs
Mon Nov 1 03:47:19 1999 UTC (12 years, 3 months ago) by steve
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -1 lines
Activate the wamcc port.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Oct 12 10:07:55 1999 UTC (12 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -2 lines
Remove xpl. PR: 14268 Submitted by: Ade Lovett <ade@lovett.com> - no maintainer since January 21st 1998 - marked as broken since October 14th 1998 - source tarball only seems to exist on ${MASTER_SITE_LOCAL} (ftpsearch on 'xpl' didn't show up anything) - no-one seems to be screaming about the fact it's been broken for almost year - does anyone actually run PL/1 (or derivatives thereof) on anything other than those machines that ${DEITY} intended it to be run on? Another one for the bit-bucket.
Revision 1.148: download - view: text, markup, annotated - select for diffs
Fri Sep 17 15:04:39 1999 UTC (12 years, 4 months ago) by jseger
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -2 lines
Nuke tcl 7.5 and tk 4.1 They are no longer required by the ports collection.
Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Sep 6 23:19:17 1999 UTC (12 years, 5 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -2 lines
Nuke tclX75
Revision 1.146: download - view: text, markup, annotated - select for diffs
Sun Sep 5 16:32:07 1999 UTC (12 years, 5 months ago) by jseger
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -1 lines
Upgrade repository copies to tcl/tk 8.2
Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:34:09 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Change Id->FreeBSD.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Sat Aug 14 22:09:02 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -1 lines
Activate nqc
Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Aug 5 16:22:10 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2 lines
"egcs-devel" --> "gcc-devel"
Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Jul 13 02:56:58 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -1 lines
Activate irb
Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Jul 6 01:28:42 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -1 lines
Activate lua.
Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Jun 28 01:46:09 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -12 lines
New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles.
Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Jun 23 15:26:13 1999 UTC (12 years, 7 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -1 lines
Activate jsdk.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Jun 11 00:14:02 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -1 lines
Add the intel2gas port.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Jun 10 23:58:03 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -1 lines
Activate the shujit port.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Jun 10 08:11:07 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -1 lines
Turn on the tya port.
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Jun 10 01:00:28 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -1 lines
Register the jfc port it it's new home.
Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Jun 2 10:25:07 1999 UTC (12 years, 8 months ago) by tg
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +6 -1 lines
Activate python-doc-*.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu May 20 21:53:31 1999 UTC (12 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -2 lines
Bye-bye g77. (use egcs-devel instead)
Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Apr 30 18:17:37 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -1 lines
Added otcl and jdk-tutorial
Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Apr 28 09:47:15 1999 UTC (12 years, 9 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -1 lines
activate SIOD
Revision 1.130: download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:51:09 1999 UTC (12 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +3 -1 lines
add f2c & f77
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Apr 21 07:49:39 1999 UTC (12 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -1 lines
turnon egcs-devel
Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:56:24 1999 UTC (12 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -2 lines
* Update python 1.5.1 -> 1.5.2 * Remove python-beta
Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Apr 3 02:05:32 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -1 lines
Activate the pike port.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Mar 19 22:23:38 1999 UTC (12 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -1 lines
Add jdk-doc.
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Mar 1 04:13:05 1999 UTC (12 years, 11 months ago) by jdp
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -1 lines
Enable the "m3gdb" port.
Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Jan 25 06:10:06 1999 UTC (13 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Typo (tck81-thread -> tcl81-thread).
Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Jan 21 18:22:23 1999 UTC (13 years ago) by ejc
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -1 lines
Add tcl81-thread
Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Jan 18 04:51:04 1999 UTC (13 years ago) by steve
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -1 lines
Activate the mawk port.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Jan 6 22:43:49 1999 UTC (13 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -1 lines
Add python-beta.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Dec 24 18:12:31 1998 UTC (13 years, 1 month ago) by flathill
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -1 lines
Activate lang/erlang
Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Dec 23 04:34:10 1998 UTC (13 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
The squeak port has moved to squeak1. Thanks to: Satoshi Asami for the repo copy. :)
Revision 1.118: download - view: text, markup, annotated - select for diffs
Sat Dec 19 23:53:03 1998 UTC (13 years, 1 month ago) by jseger
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -1 lines
Activate lange/ici
Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Dec 17 10:59:30 1998 UTC (13 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -1 lines
Since Mr. O'Brien is so modest, I'm going to add his pgcc port here.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Dec 10 19:28:51 1998 UTC (13 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -1 lines
Activate the jikes port.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Dec 3 04:35:44 1998 UTC (13 years, 2 months ago) by nectar
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1 lines
Update squeak to version 2.2.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Nov 10 02:07:32 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1 lines
Turn on nawk port.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Nov 10 02:01:52 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -2 lines
The kawk port has been repository-copied to nawk.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Oct 21 18:53:16 1998 UTC (13 years, 3 months ago) by andreas
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -1 lines
enable gawk
Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Sep 24 00:31:19 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -1 lines
Activate guileobjc libobjects. Approved by: asami
Revision 1.110: download - view: text, markup, annotated - select for diffs
Sun Sep 6 06:42:47 1998 UTC (13 years, 5 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -1 lines
Activate gnomeobjc.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Aug 26 09:42:48 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -1 lines
turn on bc-gcc
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Aug 25 14:24:07 1998 UTC (13 years, 5 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1 lines
Activate slib.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jul 28 06:47:27 1998 UTC (13 years, 6 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -1 lines
Activate CAML-Light.
Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Jul 20 03:53:01 1998 UTC (13 years, 6 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -1 lines
Turn on ETHOberonV4.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Jul 15 10:11:23 1998 UTC (13 years, 6 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -1 lines
Activate sml-nj.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Jul 12 21:59:15 1998 UTC (13 years, 7 months ago) by hsu
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -1 lines
Add dylan.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Jul 4 19:22:50 1998 UTC (13 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
Turn on kawk.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Jun 24 19:53:34 1998 UTC (13 years, 7 months ago) by msmith
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -2 lines
Remove idl4, as RSI are no longer distributing it.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Jun 12 12:09:15 1998 UTC (13 years, 8 months ago) by tg
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
Activate o2c.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu May 21 02:22:11 1998 UTC (13 years, 8 months ago) by jseger
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -1 lines
Activate tclX80.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Apr 27 14:54:10 1998 UTC (13 years, 9 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -1 lines
Activate elisp-manual and emacs-lisp-intro Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: ports/5086 PR: ports/5087
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Apr 18 14:01:04 1998 UTC (13 years, 9 months ago) by rnordier
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -1 lines
Activate TenDRA (apparently not done when port was committed).
Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Apr 17 22:07:04 1998 UTC (13 years, 9 months ago) by mph
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -1 lines
Activate intercal.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Mar 27 10:53:24 1998 UTC (13 years, 10 months ago) by tg
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -1 lines
Activate ptoc.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Mar 5 03:38:08 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Should have been "glibstdc++"
Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Mar 5 03:33:39 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
be friendly, share glibstd++28 with the world.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Feb 16 15:57:02 1998 UTC (13 years, 11 months ago) by jseger
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
Activate ports/lang/tcl81 and ports/x11/tk81
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Jan 16 10:17:20 1998 UTC (14 years ago) by obrien
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -1 lines
turn on gcc 2.8.0
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Jan 11 00:36:56 1998 UTC (14 years, 1 month ago) by andreas
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -3 lines
nuke pgcc ports, egcs is the successor.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:42:20 1998 UTC (14 years, 1 month ago) by jdp
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -1 lines
Enable egcs.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Nov 24 09:24:06 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1 lines
Activate yorick.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Nov 24 00:10:48 1997 UTC (14 years, 2 months ago) by fenner
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -1 lines
Add hugs.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Nov 20 05:26:32 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Typo (SUBIDR -> SUBDIR). Pointy hat respectfully offered to: tg :)
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Nov 17 09:50:34 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1 lines
Activate atlast.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Nov 9 14:14:57 1997 UTC (14 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Activate lang/guile, deactivate lang/guile-iii.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Nov 9 11:44:31 1997 UTC (14 years, 3 months ago) by andreas
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
enable tclplugin
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Oct 9 09:01:55 1997 UTC (14 years, 4 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -1 lines
Activate objc and tclX75.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Sep 30 07:49:24 1997 UTC (14 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -1 lines
Add back tcl75 and tk41. Forgotten when fixing up his own screwup by: pst Mentioned on the ports list in passing by: fenner
Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Sep 12 10:18:25 1997 UTC (14 years, 5 months ago) by pst
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -6 lines
Remove obsolete (and BROKEN) tcl ports
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Sep 11 09:50:17 1997 UTC (14 years, 5 months ago) by tg
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -1 lines
Activate ruby.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Aug 20 20:02:42 1997 UTC (14 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -1 lines
Add tcl8.0
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Aug 19 07:10:08 1997 UTC (14 years, 5 months ago) by fenner
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
Re-sort SUBDIRS
Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Aug 11 10:12:42 1997 UTC (14 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -1 lines
Add new p5-ePerl.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jul 15 15:34:10 1997 UTC (14 years, 6 months ago) by cracauer
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
activate cmucl
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jul 10 22:42:14 1997 UTC (14 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -2 lines
Remove tcl75 for now, it is missing pkg/* files.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jul 7 03:33:04 1997 UTC (14 years, 7 months ago) by pst
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
Bring back tcl 7.5
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Jun 26 11:35:58 1997 UTC (14 years, 7 months ago) by max
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1 lines
Activate sr.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jun 25 06:07:44 1997 UTC (14 years, 7 months ago) by tg
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Activate mocka.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Jun 16 03:05:31 1997 UTC (14 years, 7 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -1 lines
Activate devel/p5-Devel-DProf Activate devel/p5-Devel-Peek Activate devel/p5-Devel-Symdump Activate lang/p5-Tcl Activate x11/p5-Tcl-Tk
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jun 10 09:35:51 1997 UTC (14 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
Add squeak.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat May 3 19:35:59 1997 UTC (14 years, 9 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
tada ... eperl is now enabled in the ports lang section
Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Mar 12 09:20:36 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -1 lines
Added tcl76.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Mar 6 23:10:51 1997 UTC (14 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -2 lines
Remove pTk, superseded by p5-Tk400 port.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Feb 18 11:35:41 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -1 lines
www/sawt --> devel/sawt www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Feb 16 01:32:43 1997 UTC (14 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
Turn on guavac Java compiler.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jan 16 08:34:24 1997 UTC (15 years ago) by msmith
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
Add idl4
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jan 3 11:26:54 1997 UTC (15 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
Added ocaml.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Dec 27 11:11:44 1996 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
Just doing a little "SUBDIR += lcc" action.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Dec 25 12:14:02 1996 UTC (15 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
Share mixal with the rest of the world.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Dec 19 00:19:07 1996 UTC (15 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
Add pgcc-current. Forgetten-despite-my-repeated-warnings-by: andreas
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Dec 4 08:03:09 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Turn on lang/cim
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Dec 3 11:06:32 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2 lines
Remove tcl75, it is already in the main source tree.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Nov 1 02:41:30 1996 UTC (15 years, 3 months ago) by jdp
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
Enable modula-3-socks.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Oct 29 23:07:37 1996 UTC (15 years, 3 months ago) by jdp
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Add new port "modula-3-lib".
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Oct 25 10:35:48 1996 UTC (15 years, 3 months ago) by max
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -1 lines
Activated SWI-Prolog port.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Oct 17 02:38:23 1996 UTC (15 years, 3 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
Removed msqlperl, pending re-import into databases/
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Oct 5 20:19:19 1996 UTC (15 years, 4 months ago) by max
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Fixed typo and activated msqlperl properly. Closes PR ports/1728. (But I don't know how to actually change the state of PR. Could someone do this for me? Or tell me how?) Submitted by: shanee@rabbit.augusta.de
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Sep 30 11:10:33 1996 UTC (15 years, 4 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
Import of MsqlPerl, an perl5 module for accessing mSQL databases.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Sep 23 15:55:44 1996 UTC (15 years, 4 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
Import of REXX/imc.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jul 28 14:43:05 1996 UTC (15 years, 6 months ago) by chuckr
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Added moscow_ml to SUBDIRS
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jul 10 10:28:28 1996 UTC (15 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
Added xpl.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jun 16 06:47:36 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
Add tclX75
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Apr 12 08:30:51 1996 UTC (15 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Add gnat.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 20 22:31:15 1996 UTC (15 years, 10 months ago) by jdp
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1 lines
Add new subdirectory "modula-3".
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Mar 7 01:54:35 1996 UTC (15 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add tcl75.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Feb 7 10:09:38 1996 UTC (16 years ago) by asami
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Add expect to SUBDIR, it builds and packages now!
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Feb 7 06:20:54 1996 UTC (16 years ago) by jkh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Add tclX74 to subdirs.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jan 31 09:14:31 1996 UTC (16 years ago) by asami
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Added pgcc.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Oct 12 07:15:54 1995 UTC (16 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Change guile-ii to guile-iii.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Oct 3 11:45:08 1995 UTC (16 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +29 -29 lines
Convert all makefiles to new formats.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Oct 3 02:57:01 1995 UTC (16 years, 4 months ago) by erich
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
added eiffel Reviewed by: asami
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Aug 24 01:44:35 1995 UTC (16 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Add pbasic.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Aug 14 08:43:23 1995 UTC (16 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Added tcl74.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 9 14:49:16 1995 UTC (16 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
Add bwbasic, move BROKEN stuff down in alphabetical order.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 8 22:11:29 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Add python.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jul 5 14:08:49 1995 UTC (16 years, 7 months ago) by jmz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +22 -4 lines
Remove nTk, add pTk Convert the makefile to the new format
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jun 21 10:47:38 1995 UTC (16 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -2 lines
Move gnat to BROKEN list. It's really not broken at all, it just requires an existing gnat installation, so leaving it in SUBDIR may cause people to trip over. Submitted by: jhs
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun May 14 07:14:01 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
Oops, gnat was fixed earlier today by Josh (I think...or was in Jeff?)... move it to SUBDIR.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun May 14 03:29:39 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
Clean up subdir Makefiles. They now all look like this: ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 13 07:55:10 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -5 lines
Add gnat to the "broken" list (for now), add elk and itcl to the SUBDIR list.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat May 13 03:35:48 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Add guile-ii. Move nTk in alphabetical order.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri May 12 15:32:36 1995 UTC (16 years, 9 months ago) by jmz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Add nTk to the SUBDIR list (not in alphabetical order since it depends on perl5)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 12 07:20:21 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Add g77, which is now working fine. Thanks, Jeff!
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 18 01:35:35 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Take out schemetoc until ldconfig is taken out.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 17 06:04:06 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Added perl5.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Apr 6 08:55:31 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Add icon
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Mar 30 07:52:39 1995 UTC (16 years, 10 months ago) by jmacd
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
added mit-scheme to the SUBDIR variable.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 14 05:26:51 1995 UTC (16 years, 11 months ago) by jmacd
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
I forgot to add this when I fixed scheme48, it works now.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 12 23:15:21 1995 UTC (16 years, 11 months ago) by ats
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Put back tclX from the broken subdirs to the regular subdirs. It builds and installs now.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 26 01:16:07 1995 UTC (16 years, 11 months ago) by ats
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Disable tclX until someone fixes it. It expects a static tk library, but the tk port only builds a shared lib.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 12 21:13:29 1995 UTC (17 years ago) by hsu
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Add gcl.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 10 08:07:59 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Add Gofer Submitted by: hsu
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 10 07:47:27 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Add smalltalk
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 29 07:28:37 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2 lines
Remove expect until it's fixed
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:44:33 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
Re-enable forth and delete comment
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 5 22:03:24 1995 UTC (17 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Remove itcl until Paul T. fixes it.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 5 00:19:03 1995 UTC (17 years, 1 month ago) by swallace
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Added STk and schemetoc
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Dec 7 20:05:18 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2 lines
Remove `forth' from the subdir list until the ftp site situation is corrected.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 23 07:24:02 1994 UTC (17 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Add forth.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 20 22:48:00 1994 UTC (17 years, 2 months ago) by ats
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Add itcl and scm to the SUBDIR list. They seem to build ok.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 20 01:22:02 1994 UTC (17 years, 2 months ago) by ats
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Added Sather to the subdirs list. This thing builds ok. The bootstrap is only veeeerryy slow. It needed even a long time on my Pentium 90Mhz with 32Mb :-).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 15 20:50:41 1994 UTC (17 years, 2 months ago) by pst
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
add expect
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 10 01:32:35 1994 UTC (17 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Remove ports that don't work from the top level Makefiles. The ports themselves are still there, but don't get made from a top level make. In another couple of days, I will remove the ports as well if people don't fix them.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 22 23:07:12 1994 UTC (17 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Add logo to SUBDIR.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 6 01:36:56 1994 UTC (17 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Add itcl to targets.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 4 15:11:55 1994 UTC (17 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
These are my changes to support the new argument-less configure scripts.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 23 10:20:23 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
Add $Id$ lines to all the directory level Makefiles. Submitted by: jkh
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 22 11:26:06 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Change ports Makefiles to use bsd.port.subdir.mk Submitted by: jkh
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Aug 21 19:07:45 1994 UTC (17 years, 5 months ago) by jkh
Branches: lang
CVS tags: lang_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Bring in my little ports/lang tree. Submitted by: jkh
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 21 19:07:44 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Initial revision
