aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20060812 snapshot of GCC 4.2.0.gerald2006-08-1416-152/+152
|
* Update to the 20060811 snapshot of GCC 4.1.2.gerald2006-08-132-19/+19
|
* - Unbreak for 7.X buildmiwi2006-08-131-1/+3
| | | | | | PR: ports/101800 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* Update to the 20060810 snapshot of GCC 4.0.4.gerald2006-08-122-13/+13
|
* Remove a wrong patch which doesn't apply to Python 2.2.perky2006-08-122-21/+1
| | | | | PR: 90829 Submitted by: Mike Brown <mike@skew.org>
* Avoid to use "ncursesw" which causes segfault when the system hasperky2006-08-122-4/+40
| | | | | | | | | | devel/ncurses installed due to a shared library collision between a base ncurses from libreadline dependency and a local ncurses from libncursesw dependency. PR: 99496 Submitted by: rachid achellal <rachid@in.nl>, Xiao-Yong Jin <xj2106@columbia.edu>
* - Update to 2.6.1.2006.08.10pav2006-08-123-11/+144
| | | | | PR: ports/101758 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Update to 2.6.0pav2006-08-1213-1840/+2744
| | | | | PR: ports/101756 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.perky2006-08-1014-21/+119
| | | | Spotted by: pointyhat via kris
* - update to 0.14clsung2006-08-102-5/+5
| | | | - I'll maintain it.
* If WITHOUT_JAVA is set, of course we don't build JAVAmaho2006-08-102-0/+8
| | | | | | with gtk (and xlib) awt peer. Submitted by: imp
* - Upgrade to 20060506;thierry2006-08-109-290/+144
| | | | | | | - Remove FreeBSD specificities. PR: ports/101054 Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
* - Unbreak on 4.xrafan2006-08-101-8/+3
| | | | | PR: ports/101726 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
* - Unbreak on 4.xrafan2006-08-101-8/+3
| | | | | PR: ports/101727 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
* force commit.miwi2006-08-101-1/+1
| | | | | | - Fix Makefile entry Approved by: krion (mentor)
* BROKEN: does not buildmiwi2006-08-101-0/+2
| | | | | Submitted by: pointyhat via kris Approved by: krion (mentor)
* - update to 0.012clsung2006-08-092-7/+6
| | | | - to celebrate my no.1500 commits, I'll maintain this port.
* - update to 0.13clsung2006-08-093-6/+11
|
* Setting java.home, changing default awt peer to gtk,maho2006-08-088-8/+48
| | | | | | and using cairo backend for WITH_JAVA_AWT Approved by: gerald
* Fix PLISTerwin2006-08-082-0/+2
| | | | Submitted by: pointyhat
* - Fix building on 4.x.clsung2006-08-081-2/+3
| | | | | | | - bump PORTREVISION PR: ports/101634 Submitted by: maintainer (Stanislav Sedov)
* Restore Fortran in distinfo, which I had missed with the previous commit.gerald2006-08-081-0/+3
|
* Update to the 20060804 snapshot of GCC 4.1.2.gerald2006-08-082-19/+16
|
* Update to the 20060805 snapshot of GCC 4.2.0.gerald2006-08-0716-152/+152
|
* - Mark broken on 4.xmiwi2006-08-071-0/+4
| | | | | Submitted by: pointyhat via kris Approved by: krion (mentor)
* Add sather-tutorial 000328, a tutorial on the Sather programmingrafan2006-08-075-0/+124
| | | | | | | language. PR: ports/101425 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Add sather-specification 000328, specification of the Sather programmingrafan2006-08-075-0/+127
| | | | | | | language. PR: ports/101424 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* fix build on releng_4ijliao2006-08-071-1/+2
|
* - Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhinrafan2006-08-071-2/+2
| | | | | PR: ports/101561 Submitted by: Dominic Mitchell <dom at happygiraffe.net> (maintainer)
* Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs onitetcu2006-08-071-11/+22
| | | | | | | uninstall. Required when installed to non-standard prefix. PR: ports/101525 Submitted by: Stanislav Sedov (maintainer)
* * enabling gtk as default awt peermaho2006-08-071-1/+6
| | | | | | | * setting java.home property * use cairo backend Approved by: gerald (implicit)
* Update to php 4.4.3:delphij2006-08-072-5/+5
| | | | | | | | | | | | | * Disallow certain characters in session names. * Fixed a buffer overflow inside the wordwrap() function. * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function. * Improved safe_mode check for the error_log() function. * Fixed cross-site scripting inside the phpinfo() function. * Fixed offset/length parameter validation inside the substr_compare() function. * Upgraded bundled PCRE library to version 6.6 * Over 20 various bug fixes. Approved by: ale's vacation
* - Add readline as dependency when it was already installed. The programrafan2006-08-072-426/+426
| | | | | | | | | will be linked against it anyway, not against a system one. - Fix BROKEN message to pet portlint(1) - Use DATADIR PR: ports/101446 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used)bsam2006-08-074-0/+16
| | | | | Reported by: krismail Approved by: netchild (mentor, implicit)
* - Honor CC, CFLAGS etc. [1]jkoshy2006-08-0624-24/+594
| | | | | | | | - Use BSD_INSTALL_* macros to install files. [1] - Make the port PREFIX clean. PR: ports/101398 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Fix permissions of installed files. [1]stefan2006-08-061-3/+7
| | | | | | | | | - Use PKGNAMEPREFIX. [1] - Fix dependency on javavmwrapper. PR: 100963 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [1] Approved by: arved (mentor)
* - Bump portrevision for the previous updatesat2006-08-061-6/+5
| | | | | - INSTALLS_SHLIB -> USE_LDCONFIG - Beautify master sites
* - Install a versioned libsat2006-08-061-1/+2
| | | | Approved by: citric@cubicone.tmetic.com (maintainer timeout, 16 days)
* - Remove RUBY_DOCDIR as wellclsung2006-08-052-2/+7
| | | | | PR: ports/101350 Submitted by: maintainer (Stanislav Sedov)
* - Deinstall RUBY_DOCDIR as wellclsung2006-08-052-2/+7
| | | | | PR: ports/101347 Submitted by: maintainer (Stanislav Sedov)
* - support non-standard prefixitetcu2006-08-041-3/+43
| | | | | | - fix some plist issues Submitted by: maintainer (via private email)
* - Update to 1.2.2rafan2006-08-0420-683/+181
| | | | | | | | | | | | | | | | | | | | - Unbrake on all platforms - Use tk8.4 instead of tk8.3 - Fix bug with abort2 function - Fix installed files's permissions - Use PORTDOCS macro Some notes from maintainer: 1) Due to some GC/Sather bugs we need specific options to compile GC. To achive this i compile GC separately and link it statically. I've not include it in dependencies to not bother user with GC's OPTIONS. 2) Port can be build currently only against non-threaded Tk/Tcl library. Don't know currently how to investigate this since there are no way to find if Tk build with or without threads. Furthermore, tk and tk-threads are mutually exclusive. Linking agains static Tk is bogus... PR: ports/100964 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
* Add support for DESTDIR part I.erwin2006-08-0415-21/+21
| | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
* Mark BROKEN: does not packageerwin2006-08-041-0/+2
|
* Add checksums for Python 2.5b3 and remove old checksums for pre-alphaperky2006-08-042-18/+6
| | | | versions.
* Update python-devel to 2.5b3.perky2006-08-0421-245/+273
|
* The GNU Ada compiler system built from GCC 3.4.6.bsam2006-08-0421-0/+921
| | | | | | PR: 99993 Submitted by: Karel Miklav <karel@lovetemple.net> Approved by: netchild (mentor, implicit)
* - unbreakclsung2006-08-032-2/+274
| | | | - adding some files into pkg-plist
* - Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibsitetcu2006-08-0210-178/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swith. This allows build with threaded Tk (otherwise configure fails to use Tk). Also depend on threaded Tk by default in case of THREADS support - with non-pthread tk library it will not be stable enough - Add OPTIONS - Enable builds of non-threaded targets - Depend on X in case if X is installed, since configure does this by default. - Rename patchfiles to make portlint happy - Eliminate the number of reinplace patterns (remove duplicates, optimize) - Move manpage list in the separate files - Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety) - Remove some ugly hacks on setting permissions etc (eliminated by setting correct permission in COPY_TREE macros) - Eliminate duplicate entries in PLIST in case of unstalling optimized binaries, also optimize this part - Remove unused PLIST_SUB variable - Miscelanios cleanups in Makefile - Pass maintainership to submitter The following files was added: - files/man1 - files/manlinks - files/mann - files/patch-camlp4-man_Makefile - files/patch-camlp4_lib_Makefile - files/patch-ocamldoc_Makefile - files/patch-stdlib_Makefile I removed the following files: - files/patch-camlp4-man::Makefile - files/patch-camlp4::lib::Makefile - files/patch-ocamldoc::Makefile - files/patch-stdlib::Makefile Also add bsd.ocaml.mk until it will be included in Mk/ PR: ports/101122 Submitted by: Stanislav Sedov
* - Update to 0.19rafan2006-08-024-32/+13
| | | | | | | - Update WWW PR: ports/101163 Submitted by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
* add p5-v6-alpha 0.011ijliao2006-08-015-0/+76
| | | | An experimental compiler for Perl 6
* add p5-Pugs-Compiler-Rule 0.12ijliao2006-08-015-0/+87
| | | | Compiler for Perl 6 Rules
* Update to the 20060729 snapshot of GCC 4.2.0.gerald2006-07-3116-152/+152
|
* Update to the 20060728 snapshot of GCC 4.1.2.gerald2006-07-312-19/+19
|
* - Fix file permissionsmiwi2006-07-312-26/+27
| | | | | | | | - Use DATADIR macro PR: ports/100966 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Fix file permissionsmiwi2006-07-311-3/+6
| | | | | | PR: ports/100960 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Fix file permissionsmiwi2006-07-311-2/+3
| | | | | | | | - Makefile cleanup PR: ports/100968 Submitted by: Stanislav Sedov <ssedon(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Fix last discovered security vulnerabilities.sem2006-07-304-1/+77
| | | | VuXML id: 76562594-1f19-11db-b7d4-0008743bf21a
* - Pass maintainership to submittermiwi2006-07-309-39/+128
| | | | | | | | - Update to 0.4.1 PR: ports/100927 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* Various examples for the Objective Caml compiler and programming environment.miwi2006-07-305-0/+287
| | | | | | | | WWW: http://caml.inria.fr/ocaml/ PR: ports/100932 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Add OPTIONS dialogmiwi2006-07-304-106/+82
| | | | | | | | | - Split message for users from Makefile to pkg-message - Bump PORTREVISION PR: ports/100894 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor), maintainer
* - Update to 0.6.7miwi2006-07-303-8/+17
| | | | - Pass maintainership to submitter
* - Fix pkg-plistmiwi2006-07-301-9/+0
| | | | | | PR: ports/100866 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Update to 5.6.16miwi2006-07-303-5/+8
| | | | | | PR: ports/100829 Submitted by: Gerhard Gonter <g.gonter(at)ieee.org> Approved by: krion (mentor)
* - Update to version 20060325.alepulver2006-07-304-71/+260
| | | | | - Don't reinstall system headers (causes pkg-plist changes between different FreeBSD versions).
* upgrade to 5.1.1ijliao2006-07-293-248/+16
|
* - Added post-extract on Makefiles.units. It remove the svn directories fromacm2006-07-294-1/+7
| | | | | | | | | | | some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor)
* - Update to 0.24rafan2006-07-296-191/+116
| | | | | | | - Pass maintainership to submitter PR: ports/100929 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* - Remove the ancient pkg-plist: this port does not install f2c, and itthierry2006-07-292-12/+8
| | | | | | | | may be confusing; - Use PLIST_FILES; - Switch PREFIX / LOCALBASE.
* - Forgot to bump PORTREVISION because of the changes in the last commit.alepulver2006-07-291-0/+1
|
* - Fix building on FreeBSD 7.x [1].alepulver2006-07-293-67/+142
| | | | | | | | | | - Install GCC utilities needed by GPC (doesn't work if base system GCC isn't the same as the one used to build GPC) [2]. - Don' change the default GCC installation directory hierarchy, but avoid possible conflicts with other GCC compilers by prepending a "gpc" directory after ${PREFIX}. Reported by: linimon [1], "L. S. Colby" <ls.colby@gwirynybyd.com> [2]
* - Update to 3.2.7rafan2006-07-283-28/+27
| | | | | | | - Pass maintainership to submitter PR: ports/100925 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Add a missing run dependence on ocamlfind.thierry2006-07-271-0/+1
|
* Update to 0.9.15itetcu2006-07-272-7/+7
| | | | | PR: ports/100907 Submitted by: NIIMI Satoshi (maintainer)
* Upgrade to 0.7.1.vanilla2006-07-273-5/+7
|
* Mark as broken on -current.linimon2006-07-261-1/+7
|
* Mark broken on current.linimon2006-07-261-1/+4
|
* - Update to 1.2.1miwi2006-07-253-13/+16
| | | | | | | | | - Pass maintainership to submitter - BROKEN: Does not build on 4.X PR: ports/100727 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Pass maintainership to submittermiwi2006-07-256-196/+49
| | | | | | | | | - Update to 0.6.2 - Cleanup and optimization PR: ports/100692 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* Upgrade to 1.0.17.thierry2006-07-252-4/+4
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Adding port lang/abcl. Armed Bear Common Lisp, an implementation ofaaron2006-07-256-0/+100
| | | | | | | Common Lisp in Java. PR: ports/96232 Submitted by: Frank Fischer <fischer.frank@gmail.com>
* Update to v351.jkoshy2006-07-254-84/+145
| | | | | | | | | | | Upstream changes include: - bug-fixes, - improved 3m performance, - HtDC libraries have been reorganized into four packages, - improvements to the 'Debug' button, including persistent breakpoints, - expressiveness improvements and a 2x performance boost for tight loops that do a lot of contract checking.
* Upgrade to latest version.vanilla2006-07-252-4/+4
|
* - Fix portname (use PKGNAMEPREFIX)clsung2006-07-242-39/+8
| | | | | | | | | - Add mirror - Use PORTDOCS feature - Take maintainership PR: ports/100630 Submitted by: Stanislav Sedov <ssedov@mbsd dot msk dot ru>
* - Use PORTDOCS featureclsung2006-07-242-162/+7
| | | | | | | | | | - Speedup install (no need to double-copy) - Set correct permissions on installed files - Fix install without ruby - Take maintainership PR: ports/100626 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
* - Removed lang/fpc-demoacm2006-07-246-569/+0
| | | | Approved by: garga (mentor)
* - The big change on ports of freepascal, now all ports are compiledacm2006-07-2412-324/+295
| | | | | | - Adding entry for lang/fpc-utils Approved by: garga (mentor)
* New port: lang/fpc-utilsacm2006-07-242-0/+69
| | | | | | | | Free Pascal Compiler utils WWW: http://www.freepascal.org/ Approved by: garga (mentor)
* Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistentlinimon2006-07-241-1/+1
| | | | across different OSVERSION scans.
* Remove extraneous trailing slash from MASTERDIR.gerald2006-07-241-1/+1
| | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Update to the 20060722 snapshot of GCC 4.2.0.gerald2006-07-2316-168/+160
| | | | | | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. Be more friendly for additional patches. Submitted by: maho (implicitly)
* Introducing one more kludge so that buildable with 20060721maho2006-07-232-0/+38
| | | | snapshot. Hope libtool in gcc41 will be updated soon.
* Actually make the second change indicated in the previous commit:gerald2006-07-231-1/+0
| | | | No longer generate ${PREFIX}/libdata/ldconfig.
* Update to the 20060721 snapshot of GCC 4.1.2.gerald2006-07-232-19/+19
| | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now.
* Update to the 20060720 snapshot of GCC 4.0.4.gerald2006-07-222-14/+13
| | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now.
* Dirty workaround for libtoolmaho2006-07-224-0/+146
| | | | Hint by: Bartosz Fabianowski <freebsd@chillt.de>
* Be more friendly for additional patchesmaho2006-07-221-1/+1
| | | | Approved by: gerald (implicit)
* - update to 1.20clsung2006-07-212-5/+5
| | | | - I'd like to maintain it.
* - Fix PORTNAME (use PKGNAMEPREFIX)clsung2006-07-211-3/+5
| | | | | | | | - Add mirror - Take maintainership PR: ports/100631 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
* - Pass maintainership to submitterrafan2006-07-212-352/+2
| | | | | | | - use PORTDOCS, no more pkg-plist PR: ports/100632 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Fix configuremaho2006-07-212-8/+8
| | | | Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
* Unbreak.thierry2006-07-202-2/+13
| | | | | PR: ports/100557 Submitted by: Simun Mikecin <numisemis (at) yahoo.com> (maintainer)
* - Chase ocaml upgrade by upgrading to 0.4.0 and unbreak;thierry2006-07-202-16/+16
| | | | | | | - Disable ocurl by default and since I don't know how to fix it mark broken if enabled. Changelog at <http://www.cduce.org/CHANGES>.
* - Fix typo in pkg-descrvanilla2006-07-191-1/+1
| | | | | PR: ports/100492 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Update to 0.9.6.novel2006-07-192-4/+4
|
* Update to 4.108erwin2006-07-192-4/+4
| | | | | PR: 100489 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Update to 1.19erwin2006-07-183-9/+6
| | | | | PR: 100456 Submitted by: tjs <tjs@cdpa.nsysu.edu.tw>
* Update to the 20060715 snapshot of GCC 4.2.0.gerald2006-07-1816-152/+152
|
* Update to 20060717:novel2006-07-183-4/+56
| | | | | | | | | | | - Changed core language (see README) - Added KANREN-like logic programming extensions (examples/amk) - Added M-expression compiler (examples/mexprc) - Added loads of example programs (examples/misc) - Looking up default image in $PREFIX now rather than in /usr/local PR: 100440 Submitted by: Nils M Holm (maintainer)
* Mark broken: fails to fetch.linimon2006-07-171-0/+2
|
* Mark as broken: fail to install.linimon2006-07-172-0/+4
|
* Mark broken: fails to deinstall cleanly.linimon2006-07-171-0/+2
|
* Mark broken on 4.X/5.X: fails to compile.linimon2006-07-171-1/+7
|
* Mark broken: fails to install cleanly.linimon2006-07-167-0/+14
|
* Update to the 20060714 snapshot of GCC 4.1.2.gerald2006-07-152-19/+19
|
* This port no longer requires `gmake`.jkoshy2006-07-151-1/+0
|
* Upgrade to latest version.vanilla2006-07-152-4/+4
| | | | | PR: ports/100238 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Upgrade to v350.jkoshy2006-07-144-7308/+7618
| | | | | | | | | | | | | Major changes include: - A new JIT compiler for mzscheme. - The installed port uses a hier(7)-compatible directory structure under ${PREFIX}. - ProfessorJ includes a unit-testing mechanism. - The default exception handler in mzscheme now shows stack-trace information. The port now offers a new option 'MMM' that builds DrScheme with the experimental 3M garbage collector.
* Update to the 20060713 snapshot of GCC 4.0.4.gerald2006-07-142-13/+13
|
* Mark broken on ia64.linimon2006-07-141-0/+4
|
* Add lang/phc, a framework for static analysis of PHP scripts, PHPshaun2006-07-144-0/+37
| | | | | | | | | source to source transformations, and (in the future) compiling PHP scripts down to native machine code. PR: ports/99784 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> Approved by: ahze (mentor, implicit)
* Use a better, more upto-date WWW URL.jkoshy2006-07-121-1/+1
|
* Update WWW URL.jkoshy2006-07-121-1/+1
|
* Update to 1.18erwin2006-07-122-4/+4
|
* Add databases/php5-oci8:garga2006-07-112-0/+42
| | | | | | | | | | This port adds support for OCI8 PHP shared extension. It replaces the old Oracle shared extension which is obsolete and will be dropped (moved to PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared extension (added Oracle client in RUN_DEPENDS). PR: ports/86580 Submitted by: Simun Mikecin <numisemis at yahoo.com>
* Update to the 20060707 snapshot of GCC 4.1.2.gerald2006-07-102-24/+21
| | | | | | | Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream.
* Update to the 20060708 snapshot of GCC 4.2.0.gerald2006-07-0916-192/+168
| | | | | | | Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream.
* Update to the 20060706 snapshot of GCC 4.0.4.gerald2006-07-092-18/+15
| | | | | | | Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream.
* Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.linimon2006-07-081-1/+1
| | | | Hat: portmgr
* - Fix fetch problems (wrong subdirectory for MASTER_SITE_GCC).alepulver2006-07-081-1/+1
|
* Update to 0.4.5skv2006-07-073-5/+4
|
* Update to 0.22lth2006-07-072-5/+5
|
* Fix INDEX buildsem2006-07-061-1/+1
|
* - Update to 0.72rafan2006-07-063-5/+6
| | | | | | PR: 99821 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit)
* Update PHP Manuals to version 2006-07-06edwin2006-07-062-40/+51
| | | | Also add a "make fetchdist" target for easier regeneration"
* This is a Fortran 77 compatibility runtime linux (Fedora Core 4)bsam2006-07-0610-0/+91
| | | | | | | library built with gcc-3.2. Reported by: thierry Approved by: netchild (mentor)
* Add check for net.inet.tcp.blackhole and warn users, when it is set, as wellmi2006-07-061-0/+11
| | | | | | | | | | as disable socket.test in this case. Some of the TCL's self-tests attempt to open a socket to (or request http-data from) a "dead" port on the localhost. These tests expect a quick failure, but get a hang, when the blackhole is on. Tests in http.test use a timeout, but some of those in socket.test do not... Pointed out by: confusion on ports@
* - Update to 1.0-jsr-06 [1]hq2006-07-053-7/+11
| | | | | | | - Set GROOVY_HOME only when not already defined - Set JAVA_HOME when not already defined, using feature from javavmwrapper 2.2 Reported by: portscout [1]
* Upgrade to latest version.vanilla2006-07-052-4/+4
| | | | | PR: ports/99775 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-052-2/+2
| | | | | PR: ports/92445 Hat: portmgr
* - Better set CONFLICTS: all Java 1.5 JDKs install ${PREFIX}/bin/jconsole justhq2006-07-041-3/+4
| | | | | | | | | like this port. - Forbid dependency on any Java 1.5 JDK (this should unbreak build on pointyhat) - Some portlint'ing while I am there Reported by: pointyhat via linimon
* Update to the 20060701 snapshot of GCC 4.2.0.gerald2006-07-0424-160/+192
| | | | | | bootstrap-lean is back, which means quite a bit less disk space used when building this port. Also, Java comes with new applications gappletviewer42, gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar.
* Mark BROKEN on sparc64arved2006-07-031-2/+2
| | | | Reported by: pointyhat
* The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of thealepulver2006-07-037-0/+232
| | | | | | GNU family. WWW: http://www.gnu-pascal.de/
* Get rid of DEPENDS. Change it with BUILD_DEPENDS.sem2006-07-031-2/+2
|
* Update to the 20060630 snapshot of GCC 4.1.2.gerald2006-07-022-19/+19
|
* - Update to 0.15.009aaron2006-07-013-7/+20
| | | | | | PR: ports/99023 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* Update to the 20060629 snapshot of GCC 4.0.4.gerald2006-07-012-13/+13
|
* Update to 0.9.5.novel2006-06-302-4/+9
|
* lang/sdcc-devel: update to version 2.5.6.2006.06.29daichi2006-06-3012-1976/+2480
| | | | | | | | - Update of lang/sdcc-devel which mainly brings in support for more PIC microcontrollers. PR: lang/sdcc-devel Submitted by: maintainer
* - update dependencies for libevent-1.2leeym2006-06-301-1/+1
|
* - Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building aalepulver2006-06-301-0/+2
| | | | | | | dependency (devel/meta-cvs). This fix was accidentaly removed by me when committing the last fix. Reported by: shaun
* lang/mlton: removing BROKENdaichi2006-06-292-13/+15
| | | | | | PR: ports/99584 Submitted by: Jesper Louis Andersen <jlouis@mongers.org> Approved by: Stephen Weeks <sweeks@sweeks.com> (maintainer)
* Remove linux-libgcc since it has been obsoleted by fc3 and fc4.jylefort2006-06-296-70/+0
|
* Update to bsd.java.mk 2.0hq2006-06-291-2/+2
| | | | | | PR: 99591 Submitted by: hq Approved by: maintainer
* - Take maintainership.alepulver2006-06-295-52/+248
| | | | | | - Add OPTIONS and support for modules. - Fix building on non-i386. - Fix building on FreeBSD 4.X.
* Update lang/sbcl to 0.9.14.itetcu2006-06-294-135/+24
| | | | | PR: ports/99582 Submitted by: maintainer
* Upgrade tclX from 8.3.5 to 8.4 released last November after severalmi2006-06-2819-1423/+294
| | | | | | | | | | | | | | | | years of idleness. The changes are fairly substantial -- all Tk bits, however insignificant they were, are now removed completely, for example. No TclX enabled executable is built/installed either -- a Tcl script is expected to load the Tclx package via the "package require Tclx" only. The changes to port add the handling of SIGINFO (made possible by the recent fix-up of lang/tcl84), running the authors' test-target as part of the build, and skipping building/installing of help files in the NOPORTDOCS case. The devel/tcl-neo is the only dependant port of tclX and is updated to depend on the new version.
* Fix up a few issues:mi2006-06-286-2/+89
| | | | | | | | | | | | | | | | | | | | | . add recognition of the BSD-specific SIGINFO signal (to be submitted to authors); . avoid even extracting the compat/ subdirectory for fear of picking up a wrong declaration for a function defined in a system library; . force to use the system strstr() instead of building TCL's own (from compat/strstr.c); . similarly, use the system memmove() instead of the (identical) bcopy; . run the vendor's tests as part of the build -- the test failures are not fatal, but may help investigate problems; . fix up the two failing tests so that none currently fail on my two test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted to authors); . quiet down the noisy warning, triggered in the thread-case by the re-#define of inet_ntoa() in tclUnixPort.h. Bump PORTREVISION.
* Update to 1.46.0anray2006-06-282-4/+5
| | | | | | PR: ports/97097 Submitted by: miwi Approved by: maintainer timeout(1 month 18 days)
* - Update to 6.2.12clsung2006-06-273-9/+10
|
* Update to the 20060624 snapshot of GCC 4.2.0.gerald2006-06-2724-232/+192
| | | | | mf-runtime.h no longer pollutes public filename space, so we can remove our workaround. Refresh files/java-patch-hier.
* - Add recently added ports fpc-gconf, fpc-gnome and fpc-zvt to this meta-portgarga2006-06-271-3/+10
| | | | | | | - Bump PORTREVISION because 3 new OPTIONS are "ON" by default PR: ports/99315 Submitted by: maintainer
* - Add OPTIONS.alepulver2006-06-264-35/+201
| | | | | | | | - Avoid installing the GNU license. - Fix building on !i386. PR: 99439 Approved by: maintainer
* Update to the 20060623 snapshot of GCC 4.1.2.gerald2006-06-262-19/+20
| | | | Fix USE_LDCONFIG for non-default prefix installation.
* Update to 5e2miwi2006-06-252-7/+7
| | | | | Submitted by: miwi Approved by: markus (co mentor)
* Add ofc, it's The Objective-C Foundation Classes library.vanilla2006-06-256-0/+160
|
* - remove LDCONFIG_GCC workarounddinoex2006-06-252-8/+0
|
* - take benefit of USE_LDCONFIGdinoex2006-06-242-16/+1
|
* - take benefit of USE_LDCONFIGdinoex2006-06-241-5/+2
|
* - activate regression-testdinoex2006-06-241-0/+2
|
* Update to 0.9.4.novel2006-06-242-4/+4
|
* Update to the 20060622 snapshot of GCC 4.0.4.gerald2006-06-232-13/+14
| | | | Fix USE_LDCONFIG for non-default prefix installation.
* Mark as BROKEN on -CURRENT until there's such thing as compat6x or somebodyvs2006-06-231-0/+3
| | | | does a bootstrap. libmapping the newer libs seems not to work.
* Upgrade to version 1.15.jmz2006-06-234-8/+8
| | | | | PR: ports/99334 Submitted by: Aaron Dalton <aaron@freebsd.org>
* Add a checksum for Python 2.5b1perky2006-06-232-0/+6
|
* Update python-devel to 2.5b1.perky2006-06-2328-154/+1043
|
* - Update to version 1.2.2johans2006-06-222-5/+5
| | | | | | - Replace INSTALLS_SHLIB by USE_LDCONFIG Approved by: flz (mentor)
* - Update to 0.16aaron2006-06-222-4/+4
| | | | | | | PR: ports/99006 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
* - Update fpc to 2.0.2garga2006-06-2219-538/+980
| | | | | | PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652, 98654, 98656, 98657, 98658, 98720, 98724 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-unitsgarga2006-06-221-2/+2
| | | | | | | to reflect this Suggested by: Vanilla I. Shu <vanilla@fatpipi.cirx.org> Approved by: maintainer
* Add fpc-units 2.0.2, a meta port to install Free Pascal units.garga2006-06-223-0/+88
| | | | | PR: ports/98721 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Add fpc-tcl , free Pascal interface to the tcl/tk interpreter.garga2006-06-222-0/+20
| | | | | PR: ports/98677 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Remove lang/fpc2 in preparation to update lang/fpc to 2.0.2garga2006-06-216-425/+0
|
* Update to 8.1.038.kib2006-06-212-4/+4
| | | | | | PR: 91998 Approved by: netchild (maintainer) Approved by: kan (mentor)
* update to 8.1.034maho2006-06-212-3/+4
| | | | | PR: 99199 Submitted by: kib
* Install in ${EMACS_SITE_LISPDIR}, since anray has added it to thejylefort2006-06-201-5/+4
| | | | xemacs21-mule load path.
* Update to 1.0-jsr-05hq2006-06-202-4/+4
| | | | Reported by: portscout
* Update to 0.9.3.novel2006-06-202-4/+4
|
* Update WWW: link.obrien2006-06-201-1/+1
|
* Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown.olgeni2006-06-204-0/+34
| | | | Obtained from: Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net>
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* Fix list matching problem on 64bit architectures.olgeni2006-06-202-0/+28
| | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
* Add sparc64 to ONLY_FOR_ARCHS.olgeni2006-06-202-2/+2
| | | | | PR: ports/96688 Submitted by: Shaun Amott <shaun@inerd.com>
* Add csharp-mode.el.jylefort2006-06-195-0/+66
| | | | | | | | | | | | | | After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode. WWW: http://mfgames.com/linux/csharp-mode
* Update to 0.20lth2006-06-192-4/+4
| | | | | PR: ports/99108 Submitted by: aaron
* glibstdc++28 has been deprecated for more than two years.gerald2006-06-186-243/+0
| | | | Remove it, finally.
* Make lua always respect ${LOCALBASE}.philip2006-06-181-0/+4
| | | | | | PR: ports/98998 Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
* Update to the 20060617 snapshot of GCC 4.2.0.gerald2006-06-1832-328/+168
| | | | | | | Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
* Make CONFIGURE_ARGS additive, for the sake of child ports and togerald2006-06-173-23/+2
| | | | | | | | | bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
* Make CONFIGURE_ARGS and MAKE_ARGS additive, for the sake of childgerald2006-06-173-24/+3
| | | | | | | | | ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. [1] Reviewed by: flz (for lang/gcc40) [1]
* Employ the new USE_LDCONFIG feature, which allows us to get rid of thegerald2006-06-173-22/+1
| | | | | | various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
* Employ the new USE_LDCONFIG feature, which allows us to get rid of thegerald2006-06-173-22/+1
| | | | | | various, much more manual and error-prone hacks we needed so far. Reviewed by: flz
* Update to 3.99.7erwin2006-06-174-40/+11
| | | | | PR: 99045 Submitted by: Ports fury
* Update to the 20060616 snapshot of GCC 4.1.2.gerald2006-06-172-19/+19
|
* Update to the 20060615 snapshot of GCC 4.0.4.gerald2006-06-162-13/+13
|
* The Arena language was designed with the following main features in mind,novel2006-06-155-0/+43
| | | | | | | | | | | | | | | | | most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption. WWW: http://www.minimalinux.org/arena/
* Update to 4.107itetcu2006-06-152-4/+4
| | | | | PR: ports/98861 Submitted by: maintainer
* - Update to 3.09.2sat2006-06-157-25/+27
| | | | | | | | | | | - Add MASTER_SITE_GENTOO - Unqoute a BROKEN PR: ports/97555 Submitted by: sat Tested by: Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov <dsh@vlink.ru>, Holger Lamm <holger@e-gitt.net>, Hubert Tournier <hubert.tournier@online.fr>, Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due)
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response tolinimon2006-06-155-7/+4
| | | | | | email, and various maintainer-timeouts. Hat: portmgr
* - re-wrote the T3X part of the interpreter in Caaron2006-06-144-182/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | - re-wrote the reference manual - added AND and OR primitives - added RECURSIVE-BIND primitive - added DEFINED primitive - replaced meta commands with functions, ie :L FILE.L became (LOAD FILE) - replaced (DEFUN f(x) ...) with (DEFINE (f x) ...) - replaced LABEL with LET and LETREC - replaced *T* and *F* (true/false) with T and () - dropped CALL/CC - renamed math functions: plus/iplus/rplus -> N+, I+, R+, + times/itimes/rtimes -> N*, I*, R*, * difference/idifference/rdifference -> N-, I-, R-, - rquotient -> / - added default workspace image (no need to install a local copy of the library functions any longer) - temporarily removed most example programs PR: ports/98483 Submitted by: Nils M Holm <nmh@t3x.org> Reviewed by: aaron Approved by: tobez
* Hardcode the linux base dependency to the current default one. This solvesnetchild2006-06-141-1/+2
| | | | | | | a problem with the upcomming new default one (which doesn't needs thi port, it comntains already similar files) in an exp-build run. Approved by: maintainer (implicit)
* make portlint happieroliver2006-06-141-6/+5
| | | | | PR: ports/96548 Approved by: previous maintainer
* - Fix plist by removing a superfluous '/'.stefan2006-06-144-4/+4
| | | | | | | - Bump PORTREVISION. Noticed by: kris/pointyhat Approved by: arved (mentor)
* Remove non-existent knob USE_FLEX.erwin2006-06-131-1/+0
|
* Use the correct mtree when you change the prefix, for example:mezz2006-06-121-0/+6
| | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================
* Update to the 20060610 snapshot of GCC 4.2.0.gerald2006-06-1124-296/+160
| | | | | | Add zip as a build dependency of Java (libgcj). [1] Reported by: kris (pointyhat) [1]
* Prune an empty sub-directory.thierry2006-06-112-1/+2
| | | | Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
* Upgrade to 0.18.thierry2006-06-113-63/+26
| | | | | PR: ports/98527 Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
* Upgrade to v110.59.jkoshy2006-06-1011-161/+134
| | | | | | | | | | Upstream changes from the previous version of the port include: - An improved lexer generator tool "lexgen". - bug fixes and minor improvements Submitted by: Johannes 5 Joemann <joemann at beefree.free.de>, with patches tty handling code from Timothy Bourke <timbob at bigpond.com>
* Update to the 20060609 snapshot of GCC 4.1.2.gerald2006-06-102-19/+19
|
* Unbreak for 6.1>=, since libtool has been replacedmaho2006-06-102-8/+0
| | | | by new ones.
* - make sure ldconfig has been rundinoex2006-06-102-1/+10
|
* Reorder the contents of the Makefilemaho2006-06-092-12/+10
| | | | | | so that it is not build Submitted by: kris mail
* - Fix web browser plugin.stefan2006-06-0914-88/+254
| | | | | | | | | | - Fix/improve FFI support. - Pet portlint(1). PR: 94058 Submitted by: Takeshi MUTOH <mutoh@openedu.org> Approved by: maintainer arved (mentor)
* Fix the CONFLICTS, it conflicts with FC3 and FC4.netchild2006-06-091-2/+2
| | | | | Discussed with: Boris Samorodov <bsam@ipt.ru> Approved by: jylefort
* Fix brokenness when installed with slib-guile versions >= 3a2.lawrance2006-06-082-0/+86
| | | | | | | | | This should fix one of gnucash's many problems. PR: ports/93066 [1] [2], ports/93983 [3] Submitted by: Geoffrey Mainland [1], Robert Backhaus provided the fix [2], Emilio Conti [3]
* Unbreak and sync version with slib.lawrance2006-06-081-3/+1
| | | | Submitted by: Robert Backhaus <robbak@robbak.com>
* Update to 0.92bmiwi2006-06-083-32/+54
| | | | | PR: ports/96563 Approved by: krion (mentor), maintainer
* remove old SIZE, add new SHA256/SIZEedwin2006-06-071-1/+2
|
* Enable Java/libgcj for those platforms it currently works (i386) rathergerald2006-06-061-1/+1
| | | | than disabling it for platforms we know it's broken.
* - Update from v0.11 to v0.15aaron2006-06-062-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Restrict to FreeBSD-5+ due to dependency upon lang/spidermonkey - Left odd BUILD_DEPENDS as lang/spidermonkey does not install the shared library correctly 0.15 (28/02/2006) (tb) Rewrote Makefile.PL to work on more platforms 0.14 (12/02/2006) (tb) Removed remaining debug info 0.13 (05/02/2006) (tb) Removed debug info (tb) Made sure Makefile.PL finds libjs if installed in /usr/lib or /usr/local/lib 0.12 (12/03/2005) (ms) Makefile.PL prerequisite changed from undef to '0'. (ms) Thomas Busch added a check to Makefile.PL to find an already installed JS lib. PR: ports/98322 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
* Update to the 20060603 snapshot of GCC 4.2.0.gerald2006-06-0624-208/+352
| | | | | | Java support is back (on i386), and all those additional libtool files we are currently installing as part of libgcj will be gone with next week's snapshot.
* - Update to 19cmnag2006-06-053-11/+14
| | | | | | PR: 97562 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Approved by: maintainer timeout (14 days)
* - Upgrade to 8.4.13; (1)thierry2006-06-055-38/+60
| | | | | | | | | | - Fix man pages: the required macros were not sourced. (2) Changelog at <http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894> PR: ports/96622 (1) Noticed by: phk (2)
* Update to 4.0.1.philip2006-06-043-12/+11
| | | | | | PR: 98423 Submitted by: Martin Wilke <freebsd -at- unixfreunde.de> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
* Update for bsd.java.mk 2.0perky2006-06-041-1/+2
| | | | | PR: 98387 Submitted by: hq
* Update to the 20060602 snapshot of GCC 4.1.2.gerald2006-06-032-19/+19
|
* - Update to 4.106mnag2006-06-032-4/+4
| | | | | PR: 98289 Submitted by: maintainer
* Add p5-JavaScript 0.55, perl extension for executing embeddedtobez2006-06-025-0/+54
| | | | | | | JavaScript. PR: ports/98372 Submitted by: dom@happygiraffe.net
* Fix CFLAGS to make devel/meta-cvs buildablevd2006-06-021-1/+4
| | | | | PR: ports/94456 Submitted by: Shaun Amott <shaun@inerd.com>
* - Update to 1.17erwin2006-06-022-5/+5
| | | | | | | - Assign to perl@ PR: 98348 Submitted by: Rong-En Fan <rafan@infor.org>
* Adding port lang/p5-Quantum-Superpositions, QM-like superpositions in Perl.aaron2006-06-015-0/+66
| | | | Approved by: tobez (implicit)
* Upgrade to latest version.vanilla2006-05-312-4/+4
|
* Add whitespace 0.3, an interpreter for the Whitespace programmingaaron2006-05-315-0/+64
| | | | | | | | language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
* Update to 0.15.tobez2006-05-302-6/+5
| | | | | | PR: 98128 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Approved by: maintainer
* Update to 0.4.4skv2006-05-293-16/+22
| | | | Changes: http://search.cpan.org/src/LTOETSCH/parrot-0.4.4/NEWS
* Update to 0.9.13vs2006-05-293-7/+23
| | | | | PR: ports/98046 Submitted by: maintainer
* Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the ↵vs2006-05-291-1/+1
| | | | | | | | FreeBSD version and most of the problems with the port are my fault anyway. Approved by: maintainer
* Chase re-rolled tarball: necessary patches have been integratedvs2006-05-293-34/+3
|