non port: lang/Makefile |
Number of commits found: 1095 (showing only 100 on this page) |
Sunday, 22 Jan 2006
|
23:42 aaron
Adding port lang/tolua++, a utility for better binding between Lua and C++.
Approved by: tobez
 |
Monday, 16 Jan 2006
|
11:14 tdb
Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler.
 |
09:42 pav
- Provide pthread-less Ruby package
 |
Saturday, 14 Jan 2006
|
14:56 pav
- Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4
 |
Saturday, 7 Jan 2006
|
23:57 tobez
Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very useful
subset of Perl 6 subroutine syntax to Perl 5.
 |
Wednesday, 28 Dec 2005
|
22:06 edwin
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>
 |
Tuesday, 27 Dec 2005
|
21:14 edwin
[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>
 |
Sunday, 11 Dec 2005
|
22:49 gerald
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
 |
16:52 lioux
New port linux-libperl version 5.8.5: Library for embedding the
perl interpreter (linux version)
 |
Thursday, 8 Dec 2005
|
09:31 tobez
Add lang/p5-Interpolation 0.70, a Perl module that implements arbitrary
string interpolation semantics.
 |
Thursday, 1 Dec 2005
|
02:21 edwin
Resurrect lang/mlton in the ports framework.
Remove lang/mlton from MOVED.
PR: ports/89684 related
 |
Saturday, 26 Nov 2005
|
19:33 jylefort
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/
 |
12:49 edwin
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>
 |
Tuesday, 15 Nov 2005
|
11:35 barner
Remove abandoned ports (mastersite has vanished).
Requested by: Simon Dick <simond@irrelevant.org> (maintainer)
PR: ports/89059
 |
Saturday, 5 Nov 2005
|
09:07 kris
Remove expired ports
 |
Friday, 4 Nov 2005
|
13:36 perky
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/
 |
Wednesday, 2 Nov 2005
|
13:34 perky
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/
 |
Monday, 31 Oct 2005
|
14:42 garga
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>
 |
Tuesday, 11 Oct 2005
|
12:36 tobez
Add lang/p5-JavaScript-Squish 0.04, a perl module to reduce/compact
JavaScript code to as few characters as possible.
 |
Friday, 30 Sep 2005
|
17:53 kris
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
 |
07:46 tobez
Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better.
 |
Monday, 12 Sep 2005
|
17:33 jylefort
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>
 |
10:19 vs
Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
 |
Thursday, 1 Sep 2005
|
13:11 sobomax
Add pyperl 1.0.1, module to embed Perl code into a Python program.
 |
Monday, 1 Aug 2005
|
15:11 hq
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
 |
Sunday, 31 Jul 2005
|
13:34 gerald
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.
 |
Friday, 29 Jul 2005
|
07:19 barner
Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR: 83433
Submitted by: Timothy Bourke <timbob@bigpond.com>
 |
00:55 perky
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.
 |
Tuesday, 19 Jul 2005
|
02:51 linimon
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.
 |
Sunday, 17 Jul 2005
|
17:01 pav
New slave port of tcl84 that enabled threading support.
 |
Saturday, 16 Jul 2005
|
15:23 erwin
Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla
JavaScript implementation.
PR: ports/82321
Submitted by: kappa@freebsd.org.ua
 |
Monday, 27 Jun 2005
|
14:05 jylefort
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>
 |
Sunday, 19 Jun 2005
|
14:38 thierry
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>
 |
Monday, 16 May 2005
|
21:46 jylefort
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>
 |
Tuesday, 26 Apr 2005
|
13:49 gerald
Complete the repocopy of gcc40 to gcc41 and update to the 20050424
snapshot of GCC 4.1.0.
PR: 80306
 |
Sunday, 17 Apr 2005
|
12:25 pav
Add a development version of SDCC, Small Devices C Compiler.
PR: ports/79803
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
 |
Friday, 15 Apr 2005
|
17:08 jylefort
Library that provides an ECMAScript (JavaScript) run-time environment.
PR: ports/72055
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: adamw (mentor)
 |
17:01 skv
Add parrot 0.1.2, parrot - virtual machine for dynamic languages.
 |
Sunday, 3 Apr 2005
|
12:51 lth
Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.
 |
Tuesday, 15 Mar 2005
|
03:05 clsung
- 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
 |
Monday, 21 Feb 2005
|
11:21 hq
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/
 |
Saturday, 19 Feb 2005
|
19:54 pav
- 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
 |
00:59 kris
Remove lang/php3, which depends on the removed mod_php3
 |
Friday, 18 Feb 2005
|
23:44 kris
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
 |
Saturday, 5 Feb 2005
|
04:59 knu
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 ;-)
 |
Saturday, 25 Dec 2004
|
19:08 knu
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.
 |
Sunday, 19 Dec 2004
|
11:26 maho
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
 |
Wednesday, 8 Dec 2004
|
08:38 pav
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>
 |
Wednesday, 1 Dec 2004
|
15:04 perky
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
 |
Tuesday, 30 Nov 2004
|
21:49 ahze
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.
 |
Sunday, 21 Nov 2004
|
09:32 edwin
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>
 |
08:32 edwin
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/
 |
Thursday, 18 Nov 2004
|
16:10 daichi
Add gdc 0.8, D Front End for GCC.
PR: ports/74072
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
 |
Sunday, 31 Oct 2004
|
05:23 gerald
Complete the repo-copy of gcc34 to gcc40 and update to the 20041024
snapshot of GCC 4.0.0.
PR: 71696
 |
Thursday, 28 Oct 2004
|
12:27 dd
Add tuareg-mode, an Emacs major mode for editing Caml code
 |
Wednesday, 27 Oct 2004
|
18:05 obrien
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
 |
Thursday, 14 Oct 2004
|
20:32 tobez
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.
 |
08:51 krion
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>
 |
Thursday, 2 Sep 2004
|
10:47 gerald
Complete the repo-copy of gcc34 to gcc35 and update to the 20040829
snapshot of GCC 3.5.0.
PR: 70493
 |
Saturday, 21 Aug 2004
|
15:42 thierry
Add mlton 20040227, an optimizing Standard ML compiler.
PR: 44295
Submitted by: Stephen Weeks
 |
Sunday, 8 Aug 2004
|
15:48 vanilla
Add embryo, it's a C like scripting language used in parts of the Enlightenment.
 |
Thursday, 29 Jul 2004
|
06:10 perky
Add new port for IronPython 0.6,
a new Python implementation for .NET platforms.
 |
Sunday, 25 Jul 2004
|
09:58 vs
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
 |
Monday, 19 Jul 2004
|
09:47 ale
Remove obsolate PHP slave ports.
 |
09:33 ale
Add php5-extensions 1.0, a "meta-port" to install PHP extensions.
 |
09:32 ale
Add php4-extensions 1.0, a "meta-port" to install PHP extensions.
 |
08:09 ale
Add a new shared extension for PHP.
 |
Monday, 21 Jun 2004
|
01:33 perky
Remove deprecated ports: lang/python15 and lang/python20.
 |
Sunday, 20 Jun 2004
|
23:40 kris
Remove expired ports, plus the three ports that depended on them.
 |
Thursday, 3 Jun 2004
|
07:15 vs
Resurrect lang/squeak: Squeak3 is the latest stable version.
Resurrection suggested by: marcus
 |
Tuesday, 25 May 2004
|
00:50 clement
- Add proftpd-mysql port, a slave port of proftpd with mysql support.
Need by dtc port.
 |
Saturday, 15 May 2004
|
00:50 linimon
As previously announced, remove the following deprecated ports:
databases/zpygresqlda
lang/ruby-python
lang/tclX80
misc/libelysium
 |
Tuesday, 11 May 2004
|
22:29 linimon
Note that the removal of lang/pike74 is from:
PR: ports/66459
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
 |
22:27 linimon
Remove pike74. This development version has been supplanted by pike76.
Its only dependency (www/caudium-devel) is being temporarily retired
as well.
 |
Sunday, 9 May 2004
|
23:26 pav
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>
 |
Saturday, 8 May 2004
|
06:09 kris
As previously announced, remove these broken or obsolete ports.
 |
Wednesday, 5 May 2004
|
21:55 vanilla
Connect to pike76.
 |
Thursday, 29 Apr 2004
|
08:30 krion
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>
 |
Tuesday, 13 Apr 2004
|
11:26 dinoex
slave port of gcc32
replaces gnustep-objc on some architectures
 |
Monday, 12 Apr 2004
|
21:58 thierry
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).
 |
21:57 thierry
Add fpc-demo 1.0.10, Free Pascal compiler examples.
PR: 62605
Submitted by: John Merryweather Cooper
Approved by: pav (mentor).
 |
Friday, 2 Apr 2004
|
07:29 kris
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
 |
Thursday, 25 Mar 2004
|
18:10 thierry
Add gambas 0.91, gambas Almost Means BASic.
PR: 62755
Approved by: mat (mentor).
 |
Thursday, 11 Mar 2004
|
21:05 vs
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)
 |
Monday, 8 Mar 2004
|
17:40 pav
Add fpc-docs, a port for documentation of Free Pascal Compiler.
PR: ports/62599
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
 |
Saturday, 6 Mar 2004
|
21:53 obraun
Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.
PR: ports/63813
Submitted by: Josh Elsasser <jre@vineyard.net>
 |
17:08 pav
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>
 |
Friday, 27 Feb 2004
|
07:51 sergei
Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.
PR: 62293
Submitted by: Eugene Ossintsev <eugos@gmx.net>
 |
07:48 sergei
Add ocaml-nox11, a slave port for lang/ocaml without X11
PR: 62292
Submitted by: Eugene Ossintsev <eugos@gmx.net>
 |
Friday, 20 Feb 2004
|
20:13 vanilla
Add pike75 7.5.17, a dynamic programming language with a syntax similar
to C++.
PR: ports/62436
Submitted by: kiwi@oav.net
 |
Tuesday, 17 Feb 2004
|
10:52 linimon
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
 |
Wednesday, 11 Feb 2004
|
01:20 maho
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
 |
Sunday, 1 Feb 2004
|
23:20 maho
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.
 |
Saturday, 31 Jan 2004
|
23:10 maho
added ifc7 and remove ifc8 by repocopy
 |
Wednesday, 21 Jan 2004
|
07:53 znerd
New port: fpc-devel: Free Pascal 1.9.x beta series.
PR: 61183
Submitted by: Marco van de Voort <marcov@stack.nl>
 |
Monday, 19 Jan 2004
|
14:52 maho
Add new port lang/ifc8
Submitted by: Masakazu HIGAKI <higamasa@dream.com>
 |
06:24 linimon
Add lang/harbour, an open source Clipper-compatible compiler.
PR: ports/52016
Submitted by: David G. Holm <harbour@netfang.net>
 |
Thursday, 15 Jan 2004
|
22:56 obraun
* 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
 |
Sunday, 11 Jan 2004
|
15:34 netchild
- 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
 |
Saturday, 10 Jan 2004
|
21:18 linimon
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.
 |
Number of commits found: 1095 (showing only 100 on this page) |