Commit graph

715 commits

Author SHA1 Message Date
Wen Heping
99d52a0079 GNAT AUX is based on the trunk version of Free Software Foundation's GNU
Compiler Collection.  It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in
a GPL-licensed executable.  This version of GNAT also carries with it the
GCC Runtime Library Exception, so the resulting binaries have no licensing
requirements.  Binaries produced by GNAT AUX should be handled the same as
binaries produced by any FSF GNAT compiler.

GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards.
It also implements some features of the draft Ada-2012 standard, which are
optionally accessible via the -gnat2012 switch or Ada_2012 pragma.

WWW: http://www.dragonlace.net/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-02-15 07:32:50 +00:00
Frederic Culot
a477a1393e - Remove p5-SQL-Tokenizer from 'lang' category
Reported by:	az@
Approved by:	milki <milki AT rescomp.berkeley.edu> (maintainer)
2011-02-13 06:55:14 +00:00
Frederic Culot
a6ba841d7d SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim
to be a parser or query verifier. It just creates sane tokens from a
valid SQL query.

WWW: http://search.cpan.org/dist/SQL-Tokenizer

PR:		ports/154706
Submitted by:	milki <milki AT rescomp.berkeley.edu>
2011-02-12 17:10:07 +00:00
Rene Ladan
60aef42534 Remove expired ports:
2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD
2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD
2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD
2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD
2011-02-04 lang/dylan: does not build
2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD

Feature safe:	yes
2011-02-04 21:03:15 +00:00
Cy Schubert
a14bf093fa Add Digital Mars D version 2 to ports.
PR:		152698
2011-01-03 22:10:20 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
Baptiste Daroussin
b6ee0cc4d2 Add dmd 1.065, official compiler for the D 1.0 programming language.
PR:		ports/152282
Submitted by:	Ruben <chromium at hybridsource.org>
2010-11-29 10:27:24 +00:00
Philip M. Gollucci
0b78261529 This module provides the capability to parse a string at runtime as
Perl source code, so that the resulting compiled code can be later
executed. This is part of the job of the string form of the eval
operator, but in this module it is separated out from the other jobs
of eval. Parsing of Perl code is generally influenced by its lexical
context, and this module provides some explicit control over this
process, by reifying lexical environments as Perl objects.

WWW:	http://search.cpan.org/dist/Parse-Perl/

PR:		ports/152447
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:20:58 +00:00
Koop Mast
3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00
Wen Heping
ae16631416 RegUtil is an implementation of IBM's RexxUtil for Regina. According to
the author, it is not complete; however, it implements a large number of
the RexxUtil functions, and is very useful.

Note that any scripts which load RegUtil must be run with the 'regina'
command, rather than 'rexx'; the latter does not support the use of
external function packages.

WWW: http://pages.interlog.com/~pjtm/

PR:		ports/150446
Submitted by:	Bob Eager <bob@eager.cx>
2010-11-04 00:57:22 +00:00
Brooks Davis
0de573baa5 Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped.

Split out the clang portion of devel/llvm-devel into lang/clang-devel.
2010-10-15 19:39:35 +00:00
Brooks Davis
a7969d49cd Move devel/clang to lang/clang since compilers typically live in lang.
PR:		ports/151340
2010-10-14 19:29:22 +00:00
Dirk Meyer
a3c3969371 Replacement for the GNU Objective-C runtime supporting the features
of Objective-C 2 for use with GNUstep and other Objective-C programs.
This runtime is based on the Etoile Objective-C Runtime, an earlier
research prototype, and includes support for non-fragile instance
variables, type-dependent dispatch, and object planes. It is fully
compatible with the FSF's GCC Objective-C ABI and also implements
a new ABI that is supported by Clang and is required for some of
the newer features.

Submitted by:	Pete French
Reviewed by:	dinoex
2010-10-13 16:41:24 +00:00
Stanislav Sedov
058d75c6bb - Add port for lang/rubinius, a LLVM based ruby language implementation.
WWW:	http://rubini.us/
2010-10-11 21:20:56 +00:00
Dirk Meyer
07a59f75b4 GNUstep Objective-C Runtime
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.  It supports both a legacy and a modern ABI, allowing code
compiled with old versions of GCC to be supported without requiring
recompilation.  The modern ABI adds the following features:
- Non-fragile instance variables.
- Protocol uniquing.
- Object planes support.
- Declared property introspection.

Both ABIs support the following feature above and beyond the GCC runtime:
- The modern Objective-C runtime APIs, introduced with OS X 10.5.
- Blocks (closures).
- Low memory profile for platforms where memory usage is more important than
  speed.
- Synthesised property accessors.
- Efficient support for @synchronized()
- Type-dependent dispatch, eliminating stack corruption from mismatched
  selectors.

LICENSE: MIT
2010-10-07 08:44:28 +00:00
Renato Botelho
18efc50f81 Move lang/pfe-devel to lang/pfe, doesn't make sense to have just the -devel
port, and it's using a stable version
2010-09-20 16:42:42 +00:00
Johan van Selst
ac424824ad Algol 68 `Genie' compiler
The development of Algol played an important role in establishing
computer science as an academic discipline. The Algol 68 Genie project
preserves Algol 68 out of educational as well as scientific-historical
interest, by making available Algol 68 Genie; a recent, well-featured
implementation written from scratch.

WWW: http://www.xs4all.nl/~jmvdveer/algol.html
2010-09-09 21:19:13 +00:00
Renato Botelho
eb6b6a7d15 Rename lang/ficl-devel to lang/ficl, doesn't make sense to have a -devel port
when we don't have a stable one, and since it's using a stable version
2010-09-07 13:57:07 +00:00
Doug Barton
12c1d27aee As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
2010-09-05 01:06:44 +00:00
Gerald Pfeifer
1f2ff116dd Remove lang/gcc43. GCC 4.3 is at end of life, we have been using GCC 4.4
as default for USE_FORTRAN for a while and GCC 4.5 already is an active
release, too.
2010-09-04 16:46:30 +00:00
Baptiste Daroussin
6ff38a9949 PicoC is a very small C interpreter for scripting. It was originally written for
scripting a UAV's on-board flight system and it's also very suitable for other
robotic, embedded and non-embedded applications too.

WWW:    http://code.google.com/p/picoc/
2010-09-03 12:40:47 +00:00
Baptiste Daroussin
583f002c3f LDC is a compiler for the D programming Language. It is based on the DMD
frontend and uses LLVM as the backend.  LLVM provides a fast and modern backend
for high quality code generation.  LDC is released under a BSD license with
exceptions for the DMD frontend and code from GDC.

The development takes place mostly on x86-32 and x86-64 Linux and that is where
LDC works best.  Support for other platforms and architectures is under
development, but we are still looking for people to help test and adjust LDC
for those platforms!

LDC already compiles a lot of D code, but should still be considered beta
quality.  Take a look at the tickets to get a better impression of what still
needs to be implemented.

WWW: http://www.dsource.org/projects/ldc

PR:		ports/149798
Submitted by:	Ruben <chromium at hybridsource.org>
Approved by:	tabthorpe (co-mentor)
2010-08-19 15:39:16 +00:00
Jose Alonso Cardenas Marquez
4e7c0c5a69 - New port: lang/fpc-rexx
Free Pascal interface to the rexx-regina library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at __ cam.ac.uk>
2010-08-16 18:31:59 +00:00
Jose Alonso Cardenas Marquez
c125347c7e - New port: lang/fpc-lua
Free Pascal interface to the lua interpreter

PR:		146001
Submitted by:	Christopher Key <cjk32 _ at cam.ac.uk>
2010-08-16 18:17:11 +00:00
Li-Wen Hsu
61b31f74b4 - Introduce Python 2.7.0
Original work by:	wen
2010-08-15 19:12:51 +00:00
Doug Barton
2c9910e264 In my sweep of ports that have no SHA256 I contacted maho about lang/ifc7.
He confirmed my suspicion that the distfiles are no longer available, but
given his fond recollection of work on this port he asked me to swing
the axe, so here you go.

Sad to say good-bye
Many happy memories
Sources are no more

PR:		ports/149454
Submitted by:	me
2010-08-13 01:34:26 +00:00
Jimmy Olgeni
00d43b9008 Remove lang/plt-scheme, which became lang/racket. 2010-08-08 12:38:25 +00:00
Jimmy Olgeni
30fdcd1341 Connect lang/racket. 2010-08-08 11:53:38 +00:00
Sergey Skvortsov
c82c63a794 Introduce Perl 5.12.1
Acknowledgements:	kuriyama
2010-07-15 14:48:51 +00:00
Jimmy Olgeni
186c878e82 Add clojure-contrib: extensions and enhancements to the standard
Clojure libraries.
2010-06-12 16:39:54 +00:00
Mark Linimon
f88b2c6254 Remove obsolete port lang/pike72 and its only dependent ports lang/pexts. 2010-06-02 03:05:28 +00:00
Johan van Selst
375c57d0b9 As advertised, remove redundant lang/yorick-doc port. 2010-05-20 21:13:14 +00:00
Gerald Pfeifer
3fdcbaf099 Hook up the new lang/gcc46 port which has been repo-copied from lang/gcc45.
PR:		145808
2010-04-25 23:48:09 +00:00
Sylvio Cesar Teixeira
34ec9c780c - This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.

WWW:	http://search.cpan.org/dist/Test-XPath/

PR:		ports/146035
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 15:14:43 +00:00
Li-Wen Hsu
dfeca6cbc2 Add cdent 0.5.4, a Portable Module Programming Language. 2010-04-25 04:57:38 +00:00
Sylvio Cesar Teixeira
d7aa7c3c08 - This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.

WWW:	http://search.cpan.org/dist/TryCatch

PR:		ports/145951
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 00:00:11 +00:00
Dirk Meyer
c6935d779a - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 23:58:28 +00:00
Dirk Meyer
3acf4c24e2 PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:03:13 +00:00
Sylvio Cesar Teixeira
96badbd697 - Modern Perl programs use several modules to enable additional features of Perl and of the CPAN.
WWW: http://search.cpan.org/dist/Modern-Perl/

PR:		ports/145338
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:16:26 +00:00
Ion-Mihai Tetcu
cff5eb4fae runawk is a small wrapper for AWK that impements a modules
system and helps one to write the standalone AWK programs.

WWW: http://runawk.sourceforge.net/

PR:		ports/145126
Submitted by:	Sahil Tandon <sahil at tandon.net>
2010-04-03 16:52:52 +00:00
Stanislav Sedov
37b75a0fb3 - Add lang/ocaml-autoconf, ocaml macros module for autoconf.
WWW:	http://forge.ocamlcore.org/projects/ocaml-autoconf/
2010-03-24 11:28:57 +00:00
Philip M. Gollucci
31c7d214a2 Rakudo is the Perl 6 implementation based on the Parrot VM.
http://www.perlfoundation.org/perl6/index.cgi

WWW: http://rakudo.org/

PR:		ports/143114
Submitted by:	Aliaksandr Zahatski <zahatski at gmail.com> (maintainer)
2010-02-05 03:59:25 +00:00
Gerald Pfeifer
b5434da8ac Remove lang/gnat-gcc41 which is a couple of versions behind upstream and
based on GCC 4.1 which is not maintained any more, either.

Approved by:	maintainer
2010-01-24 13:22:24 +00:00
Wesley Shields
1596d42fc7 - Attach lang/go to the build. 2010-01-24 01:44:05 +00:00
Martin Wilke
6f21078447 2010-01-08 audio/dino: has been broken for 7 months
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months
2010-01-20 19:14:56 +00:00
Dmitry Marakasov
2e12aa734c - Fix sorting and minor cleanups in category Makefiles 2010-01-20 06:02:31 +00:00
Philip M. Gollucci
5eccbb21e0 - remove broken/expired ports@ ports
Approved by: portmgr (miwi)

audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
2010-01-18 06:46:44 +00:00
Jimmy Olgeni
ddbdcc3ec5 Remove unmaintained lang/drscheme port, which is superceded by
lang/plt-scheme. According to pointyhat lang/drscheme it has been
broken since 2007/06.
2010-01-07 17:04:30 +00:00
Gabor Pali
e9cadd7aa2 This is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.

WWW: http://hackage.haskell.org/package/unlambda

PR:		ports/142278
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 05:09:10 +00:00
Gabor Pali
65e2c7e42d This is an interpreter of the brainf*ck language, written in the pure,
lazy, functional language Haskell.

WWW: http://hackage.haskell.org/package/brainfuck

PR:		ports/142277
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 04:50:16 +00:00