Commit graph

20133 commits

Author SHA1 Message Date
Alejandro Pulver
953d689ce3 Intel Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.

WWW: http://tbb.sourceforge.net/

- Arun Sharma
arun@FreeBSD.org

PR:		ports/116771
Submitted by:	Arun Sharma <arun at sharma-home.net>
2007-10-02 18:39:18 +00:00
Alejandro Pulver
b5b2b10d93 JLine is a Java library for handling console input. It is similar in
functionality to BSD editline and GNU readline. People familiar with
the readline/editline capabilities for modern shells (such as bash and
tcsh) will find most of the command editing features of JLine to be
familiar.

JLine is distributed under the BSD license, meaning that you are
completely free to redistribute, modify, or sell it with almost no
restrictions.

API documentation can be found in the apidocs directory.

You can use the jline.ConsoleRunner application to set up the system
input stream and continue on the launch another program. For example,
to use JLine as the input handler for the popular BeanShell console
application, you can run: java jline.ConsoleRunner bsh.Interpreter

WWW: http://jline.sourceforge.net/

PR:		ports/116661
Submitted by:	Martin Kammerhofer <mkamm at gmx.net>
2007-10-02 18:20:44 +00:00
Ollivier Robert
059add0aad A bug in our /bin/sh is making one of the tests fail when looking for a
OS X only utility (FileMerge).  The bug has been fixed recently but as it
is irrelevant to FreeBSD, remove the offending line to avoid tripping on
the bug on older systems.

This should fix hgmerge on these systems.

Reminded by:		tobez
2007-10-02 16:13:09 +00:00
David E. O'Brien
31cf697f5a Fix build on 7-current. 2007-10-02 15:50:39 +00:00
Jose Alonso Cardenas Marquez
7e189d74cf - Update to 0.9.2 2007-10-02 15:43:27 +00:00
Jose Alonso Cardenas Marquez
7882e3c7a3 - Update to 1.5.2 2007-10-02 15:42:21 +00:00
Jose Alonso Cardenas Marquez
96187d7a68 - Update to 1.5.7
PR:		116300
Submitted by:	alepulver
2007-10-02 14:42:31 +00:00
Martin Wilke
5d6ad60da0 - Update to 4.3.1
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer)
2007-10-02 09:58:36 +00:00
Martin Wilke
f7d08c88e9 - Update to 4.7.1
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer)
2007-10-02 09:51:30 +00:00
Alex Dupre
27be420848 Update to 3.3.0a release.
PR:		ports/116812
Submitted by:	nrgmilk <nrgmilk@gmail.com>
2007-10-02 09:17:24 +00:00
Mark Linimon
7fd5b21d7f Mark broken with gcc4.2. While here, remove cruft and pet portlint. 2007-10-02 08:31:46 +00:00
Mark Linimon
ccbaf3ea7e Mark as broken with gcc4.2. While here, clean up some cruft and pet
portlint.
2007-10-02 08:27:06 +00:00
Mark Linimon
a09493acdf Mark as broken with gcc4.2 on 64-bit archs. 2007-10-02 08:25:01 +00:00
Mark Linimon
f47375e657 Mark as broken on gcc4.2.
While here, remove 4.x cruft and pet portlint.

Hat:		portmgr
2007-10-02 08:21:05 +00:00
Mark Linimon
63775d06da Mark as broken with gcc4.2 on amd64. 2007-10-02 08:11:21 +00:00
Mark Linimon
2a10c095f8 Mark as broken with gcc4.2.
While here, try to pet portlint a bit, but it's still pretty unhappy.
2007-10-02 08:08:08 +00:00
Mark Linimon
0c8a74657b Mark as broken with gcc4.2 on amd64. Note: a newer version, lacaml-3.0.23,
is available.
2007-10-02 07:55:57 +00:00
Mark Linimon
fe97639823 Mark as broken with gcc4.2 on amd64. 2007-10-02 07:50:38 +00:00
Mark Linimon
f260e1805b Mark as broken with gcc4.2. 2007-10-02 07:44:43 +00:00
Mark Linimon
86df4c44b8 Mark as broken with gcc4.2 on 64-bit archs. While here, remove 4.x cruft. 2007-10-02 07:41:51 +00:00
Mark Linimon
3ec5f78de5 Mark as broken with gcc4.2 on 64-bit archs. 2007-10-02 05:58:52 +00:00
Mark Linimon
87ec31cf9f Mark as broken with gcc4.2. 2007-10-02 05:56:42 +00:00
Mark Linimon
04d63da655 Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-10-02 04:58:02 +00:00
Vanilla I. Shu
69ba9744f2 Upgrade to 3.4.0.
Approved by:	maintainer
2007-10-02 03:55:56 +00:00
Li-Wen Hsu
7ac4ebcbc2 - Update to 1.0.8
PR:		ports/116802
Submitted by:	ijliao
2007-10-02 02:52:41 +00:00
Yen-Ming Lee
a579b8a770 - update to 0.66 2007-10-01 11:50:19 +00:00
Chin-San Huang
261ca98345 - Update to 1.29. 2007-10-01 08:55:15 +00:00
Boris Samorodov
3f4c536b4f - Update to latest version 26501.
- Fix MASTER_SITES and DISTNAME.
- Add PKGNAMESUFFIX.
- Remove default value definition of EMACS_PORT_NAME as it is now defined
  in bsd.emacs.mk.

PR:		116733
Submitted by:	KIMURA Yasuhiro <yasu at utahime.org>
Approved by:	anray
2007-09-30 20:52:12 +00:00
Ade Lovett
94de3097f8 Downgrade to 1.4.9 -- 1.4.10 was committed by mistake, and breaks things
in a rather interesting manner.
2007-09-30 20:39:13 +00:00
Xin LI
45d0a83152 Unmark BROKEN. I believe that the bug was fixed by my commit about
a week ago.

Ok'ed by:	linimon
2007-09-30 18:12:33 +00:00
Lars Engels
a0798c342b Update to 0.91.0
PR:		ports/116712
Submitted by:	Radim Kolar <hsn (at) sendmail.cz>
Approved by:	miwi (mentor)
2007-09-30 10:20:41 +00:00
Mark Linimon
7b3e6b173c Mark as broken with gcc4.2 on amd64 and sparc64. 2007-09-30 08:35:34 +00:00
Mark Linimon
5d951b485a Mark broken with gcc4.2. 2007-09-30 08:32:35 +00:00
Mark Linimon
f6f2ceb473 Mark as broken with gcc4.2. 2007-09-30 08:30:33 +00:00
Ade Lovett
ab4237740a Update to 1.5.24 2007-09-30 05:43:29 +00:00
Ade Lovett
4dd800053d Update to 1.4.10 2007-09-30 05:27:47 +00:00
Ade Lovett
06181683c1 Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR:		116639
2007-09-30 05:05:45 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Alejandro Pulver
0f64b5f4ef - Enable non-GPL readline implementation.
- Bump PORTREVISION.

PR:		ports/116687
Submitted by:	Martin Kammerhofer <dada@pluto.tugraz.at>
2007-09-29 20:59:12 +00:00
Mark Linimon
2ecac66885 Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-09-29 20:54:48 +00:00
Thierry Thomas
a47018b58e Upgrade to 2.32.1.
Changelog at <http://bouml.free.fr/historic.html>.
2007-09-29 19:50:31 +00:00
Pav Lucistnik
5f7eea19dd - Fix build: Subversion is needed for configure phase too
Reported by:	pointyhat
2007-09-29 19:50:18 +00:00
Diane Bruce
5e34f9f8f1 - committed the wrong file
Pointyhat to:	db
2007-09-29 17:03:26 +00:00
Rong-En Fan
cc785a0e8f - Fix pkg-plist as it switched to Module::Build
Pointy hat to:	rafan
2007-09-29 14:52:52 +00:00
Martin Wilke
dfb6c86415 - Switch to default python version.
Submitted by:	pointyhat via pav
2007-09-29 12:55:26 +00:00
Lars Balker Rasmussen
a458b16b9f Update to 0.26 2007-09-29 10:36:20 +00:00
Alejandro Pulver
15a63c1683 - Update wxGlade and wxGlade-devel to version 0.6.
Reported by:	portscout
2007-09-29 06:30:53 +00:00
Martin Wilke
fefd184283 ParseTreeReloaded is a reimplementation of ParseTree
using RubyInlineAcceleration.
The goal is to provide full compatibility
to ParseTree while making it easier to build and extend.

WWW:	http://rubyforge.org/projects/ptreloaded/

PR:		ports/116709
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:59:13 +00:00
Martin Wilke
b7b1f0ffb7 RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.

WWW:	http://rubyforge.org/projects/rubyinlineaccel/

PR:		ports/116709
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:57:37 +00:00
Martin Wilke
19039c9782 ruby2ruby provides a means of generating pure ruby code
easily from ParseTree's Sexps.
This makes making dynamic language processors
much easier in ruby than ever before.

WWW: http://rubyforge.org/projects/seattlerb/
WWW: http://seattlerb.rubyforge.org/ruby2ruby/

PR:		ports/116711
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:56:02 +00:00