Commit graph

622 commits

Author SHA1 Message Date
Anton Berezin
8d585117a8 Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very useful
subset of Perl 6 subroutine syntax to Perl 5.
2006-01-07 23:57:34 +00:00
Edwin Groothuis
0b23aff65a 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>
2005-12-28 22:06:36 +00:00
Edwin Groothuis
c2e628f92f [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>
2005-12-27 21:14:39 +00:00
Gerald Pfeifer
b240fc287c 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
2005-12-11 22:49:57 +00:00
Mario Sergio Fujikawa Ferreira
8b499abea8 New port linux-libperl version 5.8.5: Library for embedding the
perl interpreter (linux version)
2005-12-11 16:52:44 +00:00
Anton Berezin
4c28441c5d Add lang/p5-Interpolation 0.70, a Perl module that implements arbitrary
string interpolation semantics.
2005-12-08 09:31:45 +00:00
Edwin Groothuis
e7b0ede33c Resurrect lang/mlton in the ports framework.
Remove lang/mlton from MOVED.

PR:		ports/89684 related
2005-12-01 02:21:07 +00:00
Jean-Yves Lefort
941115a00f 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/
2005-11-26 19:33:32 +00:00
Edwin Groothuis
70b1179c61 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>
2005-11-26 12:49:47 +00:00
Simon Barner
3047850d8a Remove abandoned ports (mastersite has vanished).
Requested by:	Simon Dick <simond@irrelevant.org> (maintainer)
PR:		ports/89059
2005-11-15 11:35:44 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Hye-Shik Chang
ca6a980efc 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/
2005-11-04 13:36:09 +00:00
Hye-Shik Chang
2ab1f4ed47 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/
2005-11-02 13:34:58 +00:00
Renato Botelho
d2af571a96 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>
2005-10-31 14:42:20 +00:00
Anton Berezin
2393165f34 Add lang/p5-JavaScript-Squish 0.04, a perl module to reduce/compact
JavaScript code to as few characters as possible.
2005-10-11 12:36:48 +00:00
Kris Kennaway
ab823f00d6 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
2005-09-30 17:53:58 +00:00
Anton Berezin
760d3149ff Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better. 2005-09-30 07:46:10 +00:00
Jean-Yves Lefort
624ca24dc8 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>
2005-09-12 17:33:44 +00:00
Volker Stolz
e0bdb7bfac Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
2005-09-12 10:19:16 +00:00
Maxim Sobolev
395e387f68 Add pyperl 1.0.1, module to embed Perl code into a Python program. 2005-09-01 13:11:28 +00:00
Herve Quiroz
636406d3d5 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
2005-08-01 15:11:30 +00:00
Gerald Pfeifer
2fb932b3b4 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.
2005-07-31 13:34:35 +00:00
Simon Barner
fbc1517ea7 Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR:		83433
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2005-07-29 07:19:56 +00:00
Hye-Shik Chang
fff33a0d39 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.
2005-07-29 00:55:50 +00:00
Mark Linimon
243a62858a 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.
2005-07-19 02:51:41 +00:00
Pav Lucistnik
67488695ea New slave port of tcl84 that enabled threading support. 2005-07-17 17:01:46 +00:00
Erwin Lansing
3de2043b3c Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla
JavaScript implementation.

PR:		ports/82321
Submitted by:	kappa@freebsd.org.ua
2005-07-16 15:23:22 +00:00
Jean-Yves Lefort
4506d92ae6 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>
2005-06-27 14:05:52 +00:00
Thierry Thomas
2b905abd02 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>
2005-06-19 14:38:51 +00:00
Jean-Yves Lefort
62f1cf7657 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>
2005-05-16 21:46:43 +00:00
Gerald Pfeifer
33c9cf25c9 Complete the repocopy of gcc40 to gcc41 and update to the 20050424
snapshot of GCC 4.1.0.

PR:		80306
2005-04-26 13:50:39 +00:00
Pav Lucistnik
bdc33e3316 Add a development version of SDCC, Small Devices C Compiler.
PR:		ports/79803
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2005-04-17 12:25:50 +00:00
Jean-Yves Lefort
deb865467b Library that provides an ECMAScript (JavaScript) run-time environment.
PR:		ports/72055
Submitted by:	Simun Mikecin <sime@logos.hr>
Approved by:	adamw (mentor)
2005-04-15 17:08:03 +00:00
Sergey Skvortsov
8c2b4be529 Add parrot 0.1.2, parrot - virtual machine for dynamic languages. 2005-04-15 17:01:21 +00:00
Lars Thegler
8358e9b14d Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util. 2005-04-03 12:51:32 +00:00
Cheng-Lung Sung
9be6101327 - 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
2005-03-15 03:05:04 +00:00
Herve Quiroz
9d40ec2112 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/
2005-02-21 11:21:18 +00:00
Pav Lucistnik
e1c5fc8ec0 - 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
2005-02-19 19:54:55 +00:00
Kris Kennaway
6866fc45ed Remove lang/php3, which depends on the removed mod_php3 2005-02-19 00:59:14 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Akinori MUSHA
870baf2a9a 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 ;-)
2005-02-05 04:59:26 +00:00
Akinori MUSHA
4b77210ea9 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.
2004-12-25 19:08:59 +00:00
Maho Nakata
8cd124b88f 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
2004-12-19 11:26:59 +00:00
Pav Lucistnik
a167e294e9 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>
2004-12-08 08:38:06 +00:00
Hye-Shik Chang
cbee63519e - Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
2004-12-01 15:04:05 +00:00
Michael Johnson
f8eed86591 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.
2004-11-30 21:49:48 +00:00
Edwin Groothuis
a83e62a434 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>
2004-11-21 09:32:07 +00:00
Edwin Groothuis
ba0c53550f 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/
2004-11-21 08:32:23 +00:00
Daichi GOTO
cfccf82ceb Add gdc 0.8, D Front End for GCC.
PR:		ports/74072
Submitted by:	Masanori OZAWA (ozawa@ongs.co.jp)
2004-11-18 16:10:56 +00:00
Gerald Pfeifer
8a1a913d78 Complete the repo-copy of gcc34 to gcc40 and update to the 20041024
snapshot of GCC 4.0.0.

PR:		71696
2004-10-31 05:24:28 +00:00
Dima Dorfman
9cc8e73a28 Add tuareg-mode, an Emacs major mode for editing Caml code 2004-10-28 12:27:32 +00:00
David E. O'Brien
89e77fc278 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
2004-10-27 18:06:34 +00:00
Anton Berezin
349452dc1b 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.
2004-10-14 20:32:12 +00:00
Kirill Ponomarev
153c40f19a 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>
2004-10-14 08:51:02 +00:00
Gerald Pfeifer
702cd6a8a1 Complete the repo-copy of gcc34 to gcc35 and update to the 20040829
snapshot of GCC 3.5.0.

PR:		70493
2004-09-02 10:47:07 +00:00
Thierry Thomas
57f084cd83 Add mlton 20040227, an optimizing Standard ML compiler.
PR:		44295
Submitted by:	Stephen Weeks
2004-08-21 15:42:34 +00:00
Vanilla I. Shu
9168608c3f Add embryo, it's a C like scripting language used in parts of the Enlightenment. 2004-08-08 15:48:21 +00:00
Hye-Shik Chang
fb65895765 Add new port for IronPython 0.6,
a new Python implementation for .NET platforms.
2004-07-29 06:10:47 +00:00
Volker Stolz
81396a5fab Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR:		ports/62455
Submitted by:	Julian Stecklina
2004-07-25 09:58:58 +00:00
Alex Dupre
dfd8507c96 Remove obsolate PHP slave ports. 2004-07-19 09:47:43 +00:00
Alex Dupre
4622dd168c Add php5-extensions 1.0, a "meta-port" to install PHP extensions. 2004-07-19 09:33:20 +00:00
Alex Dupre
2439416a64 Add php4-extensions 1.0, a "meta-port" to install PHP extensions. 2004-07-19 09:32:08 +00:00
Alex Dupre
c75f2c1cfd Add a new shared extension for PHP. 2004-07-19 08:09:11 +00:00
Hye-Shik Chang
1446b7717f Remove deprecated ports: lang/python15 and lang/python20. 2004-06-21 01:33:54 +00:00
Kris Kennaway
bbdac6a841 Remove expired ports, plus the three ports that depended on them. 2004-06-20 23:40:39 +00:00
Volker Stolz
4a3968acea Resurrect lang/squeak: Squeak3 is the latest stable version.
Resurrection suggested by: marcus
2004-06-03 07:15:49 +00:00
Clement Laforet
44d5a2a4dc - Add proftpd-mysql port, a slave port of proftpd with mysql support.
Need by dtc port.
2004-05-25 00:50:54 +00:00
Mark Linimon
7c346bdd7d As previously announced, remove the following deprecated ports:
databases/zpygresqlda
lang/ruby-python
lang/tclX80
misc/libelysium
2004-05-15 00:50:47 +00:00
Mark Linimon
15dd50ac7f Remove pike74. This development version has been supplanted by pike76.
Its only dependency (www/caudium-devel) is being temporarily retired
as well.
2004-05-11 22:27:08 +00:00
Pav Lucistnik
158d385fd1 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>
2004-05-09 23:26:39 +00:00
Kris Kennaway
ff996e3290 As previously announced, remove these broken or obsolete ports. 2004-05-08 06:09:03 +00:00
Vanilla I. Shu
fcaf4c2d5d Connect to pike76. 2004-05-05 21:55:33 +00:00
Kirill Ponomarev
c645a7ed35 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>
2004-04-29 08:30:56 +00:00
Dirk Meyer
08f231f091 slave port of gcc32
replaces gnustep-objc on some architectures
2004-04-13 11:26:47 +00:00
Thierry Thomas
cdcbfe7713 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).
2004-04-12 21:58:15 +00:00
Thierry Thomas
84889e693f Add fpc-demo 1.0.10, Free Pascal compiler examples.
PR:		62605
Submitted by:	John Merryweather Cooper
Approved by:	pav (mentor).
2004-04-12 21:57:15 +00:00
Kris Kennaway
98dd96ee20 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
2004-04-02 07:29:48 +00:00
Thierry Thomas
d122a6e31d Add gambas 0.91, gambas Almost Means BASic.
PR:		62755
Approved by:	mat (mentor).
2004-03-25 18:10:26 +00:00
Volker Stolz
50b8a65958 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)
2004-03-11 21:05:44 +00:00
Pav Lucistnik
8bcb9866bb Add fpc-docs, a port for documentation of Free Pascal Compiler.
PR:		ports/62599
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2004-03-08 17:40:37 +00:00
Oliver Braun
4bb415d6d0 Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.
PR:		ports/63813
Submitted by:	Josh Elsasser <jre@vineyard.net>
2004-03-06 21:53:20 +00:00
Pav Lucistnik
d5e5082e47 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>
2004-03-06 17:08:04 +00:00
Sergei Kolobov
53d7785946 Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.
PR:		62293
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
2004-02-27 07:51:03 +00:00
Sergei Kolobov
1761168fee Add ocaml-nox11, a slave port for lang/ocaml without X11
PR:		62292
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
2004-02-27 07:48:50 +00:00
Vanilla I. Shu
0da9c27b86 Add pike75 7.5.17, a dynamic programming language with a syntax similar
to C++.

PR:		ports/62436
Submitted by:	kiwi@oav.net
2004-02-20 20:13:48 +00:00
Mark Linimon
e7cd88d637 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
2004-02-17 10:52:28 +00:00
Maho Nakata
f02982c699 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
2004-02-11 01:20:08 +00:00
Maho Nakata
d09352d85c 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.
2004-02-01 23:20:23 +00:00
Maho Nakata
3ac7fa0588 added ifc7 and remove ifc8 by repocopy 2004-01-31 23:10:37 +00:00
Ernst de Haan
2ddbe2d1c8 New port: fpc-devel: Free Pascal 1.9.x beta series.
PR:		61183
Submitted by:	Marco van de Voort <marcov@stack.nl>
2004-01-21 07:53:11 +00:00
Maho Nakata
aeb7d1dd84 Add new port lang/ifc8
Submitted by:	Masakazu HIGAKI <higamasa@dream.com>
2004-01-19 14:52:12 +00:00
Mark Linimon
8d37621480 Add lang/harbour, an open source Clipper-compatible compiler.
PR:		ports/52016
Submitted by:	David G. Holm <harbour@netfang.net>
2004-01-19 06:24:52 +00:00
Oliver Braun
ceb5689bb9 * 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
2004-01-15 22:56:11 +00:00
Alexander Leidinger
a2f3809140 - 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
2004-01-11 15:34:17 +00:00
Mark Linimon
3a10b82b6c 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.
2004-01-10 21:18:26 +00:00
Jimmy Olgeni
99d54fe513 Add ghc6-doc. 2004-01-09 19:37:33 +00:00
Ying-Chieh Liao
6a50b5eb8f add q 4.6
Q -- equational programming language
2004-01-08 07:50:54 +00:00
Pav Lucistnik
29761881f6 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>
2004-01-05 04:21:24 +00:00
Edwin Groothuis
486a5d36cb 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>
2003-12-29 07:42:41 +00:00
Pav Lucistnik
f126b58ee9 Add slib-gauche, a port that installs slib into gauche catalog.
PR:		ports/60282
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-12-17 13:14:27 +00:00
Pav Lucistnik
ea25dbefac 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>
2003-12-14 21:50:44 +00:00
Pav Lucistnik
06a67d3fff - 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>
2003-12-14 20:18:35 +00:00
Bruce M Simpson
e82a259642 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.
2003-12-08 19:00:36 +00:00
Ying-Chieh Liao
752518241b add qc-- 20031201
The Quick C-- Compiler

PR:		59893
2003-12-05 00:56:32 +00:00
Oliver Eikemeier
315e03beaa Add missing port to INDEX:
- games/pathological
- lang/gcc34
- net/ruby-romp
- sysutils/prune

sort.

Approved by:	marcus (mentor)
2003-11-22 10:35:13 +00:00
Ying-Chieh Liao
4b0a82c391 add rexx-wrapper 2.1
A tool that wraps Rexx source or tokenised code into an executable
2003-11-09 17:18:50 +00:00
Ying-Chieh Liao
402d5004ad add rexx-regina 3.2
A Rexx interpreter
2003-11-09 16:20:52 +00:00
Kris Kennaway
363c160be7 As announced on Aug 7, remove the broken ETHOberonV4 port 2003-11-08 06:26:55 +00:00
Edwin Groothuis
f323a8678e 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>
2003-11-02 21:26:18 +00:00
Norikatsu Shigemura
b7c4b3f5cc Add quack 0.22, enhanced Emacs support for editing and
running Scheme programming.

PR:		ports/58471
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-10-30 02:35:38 +00:00
Sergei Kolobov
e6630da35a 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)
2003-10-24 21:41:31 +00:00
Edwin Groothuis
90117cbf42 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>
2003-09-28 10:57:21 +00:00
Edwin Groothuis
161411524e 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>
2003-09-27 07:16:27 +00:00
Edwin Groothuis
2dda9d9668 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>
2003-09-24 09:47:00 +00:00
Dirk Meyer
678ce205b6 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
2003-09-03 05:25:37 +00:00
Edwin Groothuis
ed1014cedb 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>
2003-08-30 01:59:33 +00:00
Kris Kennaway
4a3137cc67 As announced on May 6, remove the broken lang/wxbasic port. 2003-08-08 03:53:34 +00:00
Kris Kennaway
08848a1212 As announced on May 6, remove the broken lang/pnet port. 2003-08-08 03:53:15 +00:00
Akinori MUSHA
c391ba3abb Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
2003-08-07 11:10:05 +00:00
Hye-Shik Chang
4749ae321d - 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]
2003-07-31 19:38:54 +00:00
Tilman Keskinoz
6d399d8e2b Add klogoturtle, a LOGO Interpreter for KDE. 2003-07-23 10:12:58 +00:00
Norikatsu Shigemura
d582318c7f 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)
2003-07-16 11:06:23 +00:00
Norikatsu Shigemura
c8ae6b78fd 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)
2003-07-16 10:59:22 +00:00
Hye-Shik Chang
c84dbd4727 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!)
2003-07-03 14:41:09 +00:00
Tilman Keskinoz
422f12414f Add py-prolog, A Python extension embedding SWI-Prolog
Submitted by:		g.gonter@ieee.org
2003-06-29 00:46:42 +00:00
Oliver Braun
b8582c9d02 Add ghc6 after repo-copy. 2003-06-11 16:04:37 +00:00
Mikhail Teterin
43685d0ab1 Finish up the tclX82 removal. I thought, I did this part, but...
Submitted by:	Derek Young (via kris)
2003-06-07 14:19:57 +00:00
Norikatsu Shigemura
79c4fee201 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>
2003-05-22 18:30:36 +00:00
Norikatsu Shigemura
18ea1afefe 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>
2003-05-22 18:26:28 +00:00
Hye-Shik Chang
36d31b94a1 Upgrade to 5.0 and keep 4.0 as lang/lua4 2003-05-10 22:29:24 +00:00
Kris Kennaway
6777f867da 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.
2003-05-06 03:56:26 +00:00
Vanilla I. Shu
1b6633d7fe Add spidermonkey 1.5.p5,
a standalone JavaScript interpreter from
the Mozilla project.

PR:		51325
Submitted by:	Dan Rench (drench@xnet.com)
2003-04-27 01:46:49 +00:00
Oliver Braun
6d5cc32610 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/
2003-04-26 20:09:50 +00:00
Edwin Groothuis
f2a589eced Add emulators/vmware3 to emulators/Makefile
Add lang/gcc33 and lang/tclX to emulators/Makefile
2003-04-17 11:13:19 +00:00
Norikatsu Shigemura
a0acc84491 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>
2003-04-04 21:40:54 +00:00
Norikatsu Shigemura
6b211efd98 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>
2003-04-04 20:52:05 +00:00
Norikatsu Shigemura
fd39d53554 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>
2003-04-04 20:26:07 +00:00
Oliver Braun
326579a25f Add ohugs 0.5, interpreter for Haskell with object-oriented features.
PR:		ports/48946
Submitted by:	Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
2003-03-05 16:06:49 +00:00
Akinori MUSHA
5ef7f5c294 Add ruby-js, a Ruby binding to NJS JavaScript Interpreter. 2003-02-25 06:21:09 +00:00
Edwin Groothuis
ad4771eabc Added repocopy of lang/pike72 -> lang/pike74 2003-02-17 07:20:21 +00:00
Edwin Groothuis
e662fd7e73 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>
2003-02-12 09:17:41 +00:00
Dirk Froemberg
16015ff0f5 Remove lang/php4 which was integrated into www/mod_php4. 2003-01-29 15:19:15 +00:00
Oliver Braun
bda620e29c Helium is a compiler for a subset of Haskell designed especially for teaching
Haskell.

WWW: http://www.cs.uu.nl/~afie/helium/
2003-01-28 09:57:00 +00:00
Edwin Groothuis
8853ffd875 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>
2003-01-20 05:06:33 +00:00
Edwin Groothuis
34ac9b52a6 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>
2003-01-19 13:12:02 +00:00
Edwin Groothuis
3dbac872ab 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>
2003-01-18 10:12:08 +00:00
Edwin Groothuis
ac4750b416 New port: lang/cmucl-extra
Optional extras for the CMU implementation of Common Lisp.

PR:		ports/39250
Submitted by:	Scott Flatman <sf@dsinw.com>
2003-01-18 05:11:46 +00:00
Dag-Erling Smørgrav
befe665c79 Steel Bank Common Lisp 2003-01-15 11:25:05 +00:00
Ying-Chieh Liao
7e045cb054 smalleiffel -> smarteiffel
upgrade to 1.0

PR:		46044
Submitted by:	maintainer
2003-01-06 15:42:41 +00:00
Akinori MUSHA
60e37192e4 Sort entries. 2002-11-27 20:28:08 +00:00
Vanilla I. Shu
747f91f39f Remove pike after repo-copy pike to pike70,
and add pike70 & pike72 to lang/Makefile.
2002-10-27 05:12:24 +00:00
Kris Kennaway
73b13b3379 The tclplugin was marked BROKEN_ELF 4 years ago. Remove it. 2002-10-13 05:04:08 +00:00
Kris Kennaway
b5f399c2a5 This port has been broken for ELF systems since rev 1.1 (4 years, 2 months
ago).  Remove it.
2002-10-13 04:28:47 +00:00
Norikatsu Shigemura
f5dba9dba0 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)
2002-09-19 11:16:58 +00:00
David E. O'Brien
4e14c3cee8 The gcc32 port builds again -- so hook it up to the build. 2002-09-13 21:46:00 +00:00
Dirk Meyer
8225749b43 yorick-doc is complete html documentation for the yorick interpreted
language (yorick port)
PR:		34473
Submitted by:	munro1@llnl.gov
2002-09-10 12:44:54 +00:00
Akinori MUSHA
47348c9693 Add gauche, a scheme script interpreter with multibyte character
handling.
2002-09-09 18:47:42 +00:00
Ying-Chieh Liao
8989d46a54 add lafontaine 0.3R3
Graphical logo interpreter
2002-09-06 07:07:14 +00:00
David E. O'Brien
ef21ecebed Disconnect gcc32 after a repo copy until the port is ready for life again. 2002-09-05 03:57:45 +00:00
Kris Kennaway
ebdaa5c1c3 Remove gcc33 from SUBDIR, because it has not yet been upgraded after the
repo-copy and is consequently breaking INDEX.

Pointy hat to:	obrien
2002-08-31 04:14:31 +00:00
Ying-Chieh Liao
bd780d2358 remove rotfl
cannot fetch distfiles for a long time
2002-08-27 08:53:09 +00:00
Oliver Braun
379a7e6365 Add generic-haskell 1.23, the Generic Haskell compiler.
PR:		ports/40239
Approved by:	dwcjr (mentor)
2002-08-22 15:31:43 +00:00
Ying-Chieh Liao
828b2e2e85 add open-cobol 0.9.7
An open-source COBOL compiler
2002-08-06 13:09:46 +00:00
David E. O'Brien
6e7ea03cc6 gcc32' was repocopied to gcc33' as it is being renumbered by the GCC guys. 2002-07-28 01:29:41 +00:00
Jimmy Olgeni
fb48e49031 Add html and postscript documentation for the Glasgow Haskell Compiler. 2002-07-26 13:38:27 +00:00
Yukihiro Nakai
ca3d06fb6a Initial import.
.NET clone by Ximian
2002-07-22 13:41:43 +00:00
Anton Berezin
09147ee102 Update to 5.8.0 (after repocopy). 2002-07-21 17:09:12 +00:00
Dmitry Sivachenko
9da9c4f4af New port: Intel's Fortran compiler supporting Pentium 4 and Itanium processor.
PR:		37704
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-07-08 03:14:41 +00:00
Will Andrews
1a388281f5 Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR:		34999
Submitted by:	erik@smluc.org
2002-06-27 14:32:30 +00:00
Will Andrews
6d7566702c Add visualworks 5i.4, a high performance Smalltalk environment.
PR:		26884
Submitted by:	js@jeannot.org
2002-06-27 11:21:38 +00:00
Joe Marcus Clarke
8748cab92f Remove librep2. librep and librep2 are now in sync. 2002-06-26 09:15:52 +00:00
Dmitry Sivachenko
023b77f9b9 New port: Emacs major mode for editing PHP files. 2002-06-21 20:06:20 +00:00
Ying-Chieh Liao
326117fb14 nsl renamed to tensile 2002-06-16 10:10:42 +00:00
Ying-Chieh Liao
0c1db12493 add f2py 2.13.175.1250
Fortran to Python Interface Generator
2002-06-12 18:28:14 +00:00
David E. O'Brien
ac9245ee9a bye-bye to PGCC 2002-06-08 17:28:39 +00:00
Akinori MUSHA
2930c5c821 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.
2002-06-08 17:24:56 +00:00
Kris Kennaway
6373862d56 Add scsh after repo-copy.
Pointy hat to:	alex
2002-06-04 00:26:27 +00:00
Ying-Chieh Liao
67972653e5 add wxbasic 0.52
wxBasic Programming Language
2002-06-03 18:19:32 +00:00
Maxim Sobolev
f2cd74c0fa Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
2002-05-14 22:26:39 +00:00
David E. O'Brien
3f9abcd9c6 Remove smalleiffel-devel, it is out dated.
Requested by:	Berend de Boer <berend@pobox.com>
2002-05-08 17:47:48 +00:00
Ying-Chieh Liao
06e66e87b0 add nsl 0.9
The New Scripting Language
2002-05-06 19:33:55 +00:00
Ying-Chieh Liao
abfedbe513 add libutils 0.7.9
Support lib for NSL
2002-05-06 19:03:47 +00:00
Ernst de Haan
29d7824fd0 Add kawa. Kawa is a Java-based Scheme implementation.
PR:		34214
Submitted by:	Zach Garner <zach@neurosoft.org>
2002-04-13 10:38:36 +00:00
Ade Lovett
6385e5a90d Remove lang/lcc -- it's been broken for so long and there is no new
version.
2002-04-12 19:29:14 +00:00
Munechika SUMIKAWA
4f50ec5e42 Removed python+ipv6. IPv6 patch was merged in python-2.2. 2002-04-02 15:19:55 +00:00
Jimmy Olgeni
55c9609c9c Add erlang-doc, documentation for the Erlang/OTP system (PDF format). 2002-04-02 14:09:06 +00:00
Maxim Sobolev
eb8f89e29c 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.
2002-03-30 07:26:32 +00:00
Patrick Li
c170ea81e1 Add new port lang/stldoc - STL reference manual by SGI
PR:		36324
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-03-29 09:36:42 +00:00
Alexander Leidinger
af90c4ca0a 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
2002-03-26 17:01:09 +00:00
Kris Kennaway
aa1feafc5b Remove the guileobjc port, which has been BROKEN since 1999. 2002-03-25 02:42:39 +00:00
Kris Kennaway
a94d0c83fa Remove the libobjects port, which was marked BROKEN in 1999. 2002-03-25 02:41:11 +00:00
David E. O'Brien
9b40dec939 Turn on gcc3{1,2} 2002-03-08 06:30:47 +00:00
Pete Fritchman
d0ff1198e7 Add spl 1.2.1, the Shakespeare programming language.
PR:		30395
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-02 22:40:17 +00:00
Dirk Meyer
95dc5b97dc 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
2002-02-22 14:06:04 +00:00
OKAZAKI Tetsurou
5548b02b62 Add njs 0.2.5,
NJS (NGS) is a standalone JavaScript/ECMAScript
interpreter.

PR:		33842
Submitted by:	thierry@pompo.net
2002-01-22 11:52:52 +00:00
Mario Sergio Fujikawa Ferreira
f9e48d8578 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>
2002-01-17 16:23:05 +00:00
Thomas Gellekum
5a2c723b3d Activate python21. 2002-01-16 12:35:33 +00:00
John Polstra
d1c25fc9c9 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.
2002-01-02 19:31:55 +00:00
John Polstra
e5c90a2538 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.)
2002-01-01 22:23:50 +00:00
Will Andrews
91c9eded5d Add missing tcl84 SUBDIR.
Submitted by:	bento
2001-12-24 11:29:35 +00:00