notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
non port: lang/Makefile

Number of commits found: 1095 (showing only 95 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 

Friday, 9 Jan 2004
19:37 olgeni search for other commits by this committer
Add ghc6-doc.
Original commit
Thursday, 8 Jan 2004
07:50 ijliao search for other commits by this committer
add q 4.6
Q -- equational programming language
Original commit
Monday, 5 Jan 2004
04:21 pav search for other commits by this committer
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>
Original commit
Monday, 29 Dec 2003
07:42 edwin search for other commits by this committer
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>
Original commit
Wednesday, 17 Dec 2003
13:14 pav search for other commits by this committer
Add slib-gauche, a port that installs slib into gauche catalog.

PR:             ports/60282
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Sunday, 14 Dec 2003
21:50 pav search for other commits by this committer
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>
Original commit
20:18 pav search for other commits by this committer
- 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>
Original commit
Monday, 8 Dec 2003
19:00 bms search for other commits by this committer
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.
Original commit
Friday, 5 Dec 2003
00:56 ijliao search for other commits by this committer
add qc-- 20031201
The Quick C-- Compiler

PR:             59893
Original commit
Saturday, 22 Nov 2003
10:35 eik search for other commits by this committer
Add missing port to INDEX:
- games/pathological
- lang/gcc34
- net/ruby-romp
- sysutils/prune

sort.

Approved by:    marcus (mentor)
Original commit
Sunday, 9 Nov 2003
17:18 ijliao search for other commits by this committer
add rexx-wrapper 2.1
A tool that wraps Rexx source or tokenised code into an executable
Original commit
16:20 ijliao search for other commits by this committer
add rexx-regina 3.2
A Rexx interpreter
Original commit
Saturday, 8 Nov 2003
06:26 kris search for other commits by this committer
As announced on Aug 7, remove the broken ETHOberonV4 port
Original commit
Sunday, 2 Nov 2003
21:26 edwin search for other commits by this committer
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>
Original commit
Thursday, 30 Oct 2003
02:35 nork search for other commits by this committer
Add quack 0.22, enhanced Emacs support for editing and
running Scheme programming.

PR:             ports/58471
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Friday, 24 Oct 2003
21:41 sergei search for other commits by this committer
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)
Original commit
Sunday, 28 Sep 2003
10:57 edwin search for other commits by this committer
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>
Original commit
Saturday, 27 Sep 2003
07:16 edwin search for other commits by this committer
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>
Original commit
Wednesday, 24 Sep 2003
09:47 edwin search for other commits by this committer
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>
Original commit
Wednesday, 3 Sep 2003
05:25 dinoex search for other commits by this committer
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
Original commit
Saturday, 30 Aug 2003
01:59 edwin search for other commits by this committer
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>
Original commit
Friday, 8 Aug 2003
03:53 kris search for other commits by this committer
As announced on May 6, remove the broken lang/wxbasic port.
Original commit
03:53 kris search for other commits by this committer
As announced on May 6, remove the broken lang/pnet port.
Original commit
Thursday, 7 Aug 2003
11:10 knu search for other commits by this committer
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
Original commit
Thursday, 31 Jul 2003
19:38 perky search for other commits by this committer
- 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]
Original commit
Wednesday, 23 Jul 2003
10:12 arved search for other commits by this committer
Add klogoturtle, a LOGO Interpreter for KDE.
Original commit
Wednesday, 16 Jul 2003
11:06 nork search for other commits by this committer
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)
Original commit
10:59 nork search for other commits by this committer
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)
Original commit
Thursday, 3 Jul 2003
14:41 perky search for other commits by this committer
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!)
Original commit
Sunday, 29 Jun 2003
00:46 arved search for other commits by this committer
Add py-prolog, A Python extension embedding SWI-Prolog

Submitted by:           g.gonter@ieee.org
Original commit
Wednesday, 11 Jun 2003
16:04 obraun search for other commits by this committer
Add ghc6 after repo-copy.
Original commit
Saturday, 7 Jun 2003
14:19 mi search for other commits by this committer
Finish up the tclX82 removal. I thought, I did this part, but...

Submitted by:   Derek Young (via kris)
Original commit
Thursday, 22 May 2003
18:30 nork search for other commits by this committer
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>
Original commit
18:26 nork search for other commits by this committer
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>
Original commit
Saturday, 10 May 2003
22:29 perky search for other commits by this committer
Upgrade to 5.0 and keep 4.0 as lang/lua4
Original commit
Tuesday, 6 May 2003
03:56 kris search for other commits by this committer
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.
Original commit
Sunday, 27 Apr 2003
01:46 vanilla search for other commits by this committer
Add spidermonkey 1.5.p5,
a standalone JavaScript interpreter from
the Mozilla project.

PR:             51325
Submitted by:   Dan Rench (drench@xnet.com)
Original commit
Saturday, 26 Apr 2003
20:09 obraun search for other commits by this committer
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/
Original commit
Thursday, 17 Apr 2003
11:13 edwin search for other commits by this committer
Add emulators/vmware3 to emulators/Makefile
Add lang/gcc33 and lang/tclX to emulators/Makefile
Original commit
Friday, 4 Apr 2003
21:40 nork search for other commits by this committer
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>
Original commit
20:52 nork search for other commits by this committer
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>
Original commit
20:26 nork search for other commits by this committer
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>
Original commit
Wednesday, 5 Mar 2003
16:06 obraun search for other commits by this committer
Add ohugs 0.5, interpreter for Haskell with object-oriented features.

PR:             ports/48946
Submitted by:   Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
Original commit
Tuesday, 25 Feb 2003
06:21 knu search for other commits by this committer
Add ruby-js, a Ruby binding to NJS JavaScript Interpreter.
Original commit
Monday, 17 Feb 2003
07:20 edwin search for other commits by this committer
Added repocopy of lang/pike72 -> lang/pike74
Original commit
Wednesday, 12 Feb 2003
09:17 edwin search for other commits by this committer
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>
Original commit
Wednesday, 29 Jan 2003
15:19 dirk search for other commits by this committer
Remove lang/php4 which was integrated into www/mod_php4.
Original commit
Tuesday, 28 Jan 2003
09:57 obraun search for other commits by this committer
Helium is a compiler for a subset of Haskell designed especially for teaching
Haskell.

WWW: http://www.cs.uu.nl/~afie/helium/
Original commit
Monday, 20 Jan 2003
05:06 edwin search for other commits by this committer
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>
Original commit
Sunday, 19 Jan 2003
13:12 edwin search for other commits by this committer
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>
Original commit
Saturday, 18 Jan 2003
10:12 edwin search for other commits by this committer
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>
Original commit
05:11 edwin search for other commits by this committer
New port: lang/cmucl-extra

        Optional extras for the CMU implementation of Common Lisp.

PR:             ports/39250
Submitted by:   Scott Flatman <sf@dsinw.com>
Original commit
Wednesday, 15 Jan 2003
11:25 des search for other commits by this committer
Steel Bank Common Lisp
Original commit
Monday, 6 Jan 2003
15:42 ijliao search for other commits by this committer
smalleiffel -> smarteiffel
upgrade to 1.0

PR:             46044
Submitted by:   maintainer
Original commit
Wednesday, 27 Nov 2002
20:28 knu search for other commits by this committer
Sort entries.
Original commit
Sunday, 27 Oct 2002
05:12 vanilla search for other commits by this committer
Remove pike after repo-copy pike to pike70,
and add pike70 & pike72 to lang/Makefile.
Original commit
Sunday, 13 Oct 2002
05:04 kris search for other commits by this committer
The tclplugin was marked BROKEN_ELF 4 years ago.  Remove it.
Original commit
04:28 kris search for other commits by this committer
This port has been broken for ELF systems since rev 1.1 (4 years, 2 months
ago).  Remove it.
Original commit
Thursday, 19 Sep 2002
11:16 nork search for other commits by this committer
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)
Original commit
Friday, 13 Sep 2002
21:46 obrien search for other commits by this committer
The gcc32 port builds again -- so hook it up to the build.
Original commit
Tuesday, 10 Sep 2002
12:44 dinoex search for other commits by this committer
yorick-doc is complete html documentation for the yorick interpreted
  language (yorick port)
PR:             34473
Submitted by:   munro1@llnl.gov
Original commit
Monday, 9 Sep 2002
18:47 knu search for other commits by this committer
Add gauche, a scheme script interpreter with multibyte character
handling.
Original commit
Friday, 6 Sep 2002
07:07 ijliao search for other commits by this committer
add lafontaine 0.3R3
Graphical logo interpreter
Original commit
Thursday, 5 Sep 2002
03:57 obrien search for other commits by this committer
Disconnect gcc32 after a repo copy until the port is ready for life again.
Original commit
Saturday, 31 Aug 2002
04:14 kris search for other commits by this committer
Remove gcc33 from SUBDIR, because it has not yet been upgraded after the
repo-copy and is consequently breaking INDEX.

Pointy hat to:  obrien
Original commit
Tuesday, 27 Aug 2002
08:53 ijliao search for other commits by this committer
remove rotfl
cannot fetch distfiles for a long time
Original commit
Thursday, 22 Aug 2002
15:31 obraun search for other commits by this committer
Add generic-haskell 1.23, the Generic Haskell compiler.

PR:             ports/40239
Approved by:    dwcjr (mentor)
Original commit
Tuesday, 6 Aug 2002
13:09 ijliao search for other commits by this committer
add open-cobol 0.9.7
An open-source COBOL compiler
Original commit
Sunday, 28 Jul 2002
01:29 obrien search for other commits by this committer
`gcc32' was repocopied to `gcc33' as it is being renumbered by the GCC guys.
Original commit
Friday, 26 Jul 2002
13:38 olgeni search for other commits by this committer
Add html and postscript documentation for the Glasgow Haskell Compiler.
Original commit
Monday, 22 Jul 2002
13:41 nakai search for other commits by this committer
Initial import.
.NET clone by Ximian
Original commit
Sunday, 21 Jul 2002
17:09 tobez search for other commits by this committer
Update to 5.8.0 (after repocopy).
Original commit
Monday, 8 Jul 2002
03:14 demon search for other commits by this committer
New port: Intel's Fortran compiler supporting Pentium 4 and Itanium processor.

PR:             37704
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Original commit
Thursday, 27 Jun 2002
14:32 will search for other commits by this committer
Add qscheme 0.5.1, a small and fast Scheme interpreter.

PR:             34999
Submitted by:   erik@smluc.org
Original commit
11:21 will search for other commits by this committer
Add visualworks 5i.4, a high performance Smalltalk environment.

PR:             26884
Submitted by:   js@jeannot.org
Original commit
Friday, 21 Jun 2002
20:06 demon search for other commits by this committer
New port: Emacs major mode for editing PHP files.
Original commit
Sunday, 16 Jun 2002
10:10 ijliao search for other commits by this committer
nsl renamed to tensile
Original commit
Wednesday, 12 Jun 2002
18:28 ijliao search for other commits by this committer
add f2py 2.13.175.1250
Fortran to Python Interface Generator
Original commit
Saturday, 8 Jun 2002
17:28 obrien search for other commits by this committer
bye-bye to PGCC
Original commit
17:24 knu search for other commits by this committer
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.
Original commit
Tuesday, 4 Jun 2002
00:26 kris search for other commits by this committer
Add scsh after repo-copy.

Pointy hat to:  alex
Original commit
Monday, 3 Jun 2002
18:19 ijliao search for other commits by this committer
add wxbasic 0.52
wxBasic Programming Language
Original commit
Tuesday, 14 May 2002
22:26 sobomax search for other commits by this committer
Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
Original commit
Wednesday, 8 May 2002
17:47 obrien search for other commits by this committer
Remove smalleiffel-devel, it is out dated.

Requested by:   Berend de Boer <berend@pobox.com>
Original commit
Monday, 6 May 2002
19:33 ijliao search for other commits by this committer
add nsl 0.9
The New Scripting Language
Original commit
19:03 ijliao search for other commits by this committer
add libutils 0.7.9
Support lib for NSL
Original commit
Saturday, 13 Apr 2002
10:38 znerd search for other commits by this committer
Add kawa. Kawa is a Java-based Scheme implementation.

PR:             34214
Submitted by:   Zach Garner <zach@neurosoft.org>
Original commit
Friday, 12 Apr 2002
19:29 ade search for other commits by this committer
Remove lang/lcc -- it's been broken for so long and there is no new
version.
Original commit
Tuesday, 2 Apr 2002
15:19 sumikawa search for other commits by this committer
Removed python+ipv6.  IPv6 patch was merged in python-2.2.
Original commit
14:09 olgeni search for other commits by this committer
Add erlang-doc, documentation for the Erlang/OTP system (PDF format).
Original commit
Saturday, 30 Mar 2002
07:26 sobomax search for other commits by this committer
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.
Original commit
Friday, 29 Mar 2002
09:36 pat search for other commits by this committer
Add new port lang/stldoc - STL reference manual by SGI

PR:             36324
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Original commit
Tuesday, 26 Mar 2002
17:01 netchild search for other commits by this committer
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
Original commit
Monday, 25 Mar 2002
02:42 kris search for other commits by this committer
Remove the guileobjc port, which has been BROKEN since 1999.
Original commit
02:41 kris search for other commits by this committer
Remove the libobjects port, which was marked BROKEN in 1999.
Original commit

Number of commits found: 1095 (showing only 95 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11