Commit graph

21578 commits

Author SHA1 Message Date
Li-Wen Hsu
3d87e078ef - Update to 1.1 2008-04-04 04:34:22 +00:00
Li-Wen Hsu
116b4025e7 - Update to 1.0.3 2008-04-04 04:33:36 +00:00
Li-Wen Hsu
fedb880ffc - Update to 4.24 2008-04-04 04:04:33 +00:00
Michael Johnson
5833ba6af4 Update to 4.7 2008-04-03 16:50:42 +00:00
Jose Alonso Cardenas Marquez
6ad04f9ba3 - New port: devel/bullet
Bullet is a professional open source multi-threaded 3D Collision Detection and
Rigid Body Dynamics Library. It is free for commercial use under the ZLib
license.

The library is being used by several professional game developers on PC,
PlayStation 3, XBox 360 and Nintendo Wii.

Sony Computer Entertainment provides a parallel SPU optimized version, and
collaborations with IBM, Intel, AMD and NVidia to exploit their parallel
hardware.

Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
file format.

WWW:    http://www.bulletphysics.com
2008-04-03 15:03:30 +00:00
Marcelo Araujo
1841af0ecd - Update to 1.05. [2]
- Pass maintainership to submitter. [1]
- Add knob MODPYTHON3. [1]

PR:		ports/121160 [1], ports/121883 [2]
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2008-04-03 02:39:36 +00:00
Felippe de Meirelles Motta
fc6969e10a - Update to 1.1.20080316. [1]
- Libtoolized shared libraries and allows the objects to be linked into PIC code. [2]

PR:		ports/121769
Submitted by:	David Barksdale <amatus@gnu.org> [1], Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) [2]
Approved by:	araujo (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
2008-04-03 02:11:57 +00:00
Erwin Lansing
10505488ed Update to 1.24 2008-04-02 19:28:13 +00:00
Erwin Lansing
18531f4861 Update to 1.18 2008-04-02 19:10:31 +00:00
Marcelo Araujo
81bc8aa542 - Update to 0.10.4.
- Use SF macro.
2008-04-02 11:39:53 +00:00
Martin Matuska
9cf28aed84 - Use bsd.tcl.mk infrastructure
- Support all Tcl versions 8.0 and higher
- Bump PORTREVISION
2008-04-02 10:13:27 +00:00
Joe Marcus Clarke
4843f0decd Update to 2.16.2. 2008-04-02 04:39:53 +00:00
Joe Marcus Clarke
1c7d8480e8 Update to 2.16.2. 2008-04-01 23:48:05 +00:00
Pav Lucistnik
fdc2352a81 - Fix depobj
Reported by:	pointyhat
2008-04-01 22:23:11 +00:00
Cheng-Lung Sung
35624707d5 - Update to 0.71
Changes:	http://search.cpan.org/dist/Module-Install/Changes
2008-04-01 11:29:05 +00:00
Cheng-Lung Sung
a7085da90a - Update to 1.38 2008-04-01 11:28:22 +00:00
Cheng-Lung Sung
45e8a7e17d - Update to 0.05
Changes:	http://search.cpan.org/dist/Data-ObjectDriver/Changes
2008-04-01 08:24:37 +00:00
Cheng-Lung Sung
0c555396ec - Update to 1.5
Changes:	http://search.cpan.org/dist/File-Binary/Changes
2008-04-01 07:59:04 +00:00
Volker Stolz
167b0d85cf Fix build on FreeBSD 8.
PR:		ports/117289
Submitted by:	Scot Hetzel
2008-04-01 02:03:45 +00:00
Max Khon
5a7ec0c5a1 New port: dmucs
DMUCS is a system that allows a group of users to share a compilation farm.
Each compilation request from each user will be sent to the fastest available
machine, every time. The system has these fine qualities:
* Supports multiple users compiling simultaneously, and scales well to handle
the new loads.
* Supports multiple operating systems in the compilation farm.
* Uses all processors of a multi-processor compilation host.
* Makes best use of compilation hosts with widely differing CPU speeds.
* Guarantees that a compilation host will not be overloaded by compilations.
* Takes into account the load on a host caused by non-compilation tasks.
* Supports the dynamic addition and removal of hosts to the compilation farm.
* Works with distcc, which need not be altered in any way.

WWW:    http://dmucs.sourceforge.net/
2008-03-31 20:44:30 +00:00
Max Khon
7cea41e00e New port: libiqxmlrpc
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC
solution for both client and server. It supports HTTP and HTTPS,
both single-threaded and multi-threaded computation models on the server side,
method interceptors, and other features.

WWW: http://libiqxmlrpc.sourceforge.net/
2008-03-31 20:40:44 +00:00
Ollivier Robert
190062b565 Put the real site instead of the usual place, fetch(1) does not seem to
deal correctly with the 302 redirect.

Noticed by:	bms
2008-03-31 18:04:21 +00:00
Chin-San Huang
0af93cfec8 - Update to 1.6.1.
- ChangeLog: http://pear.php.net/package/PHP_CompatInfo/download/1.6.1
2008-03-31 15:09:34 +00:00
Chin-San Huang
ee832ee5e2 - Update to 1.1.0.
- ChangeLog: http://pear.php.net/package/Console_Table/download/
2008-03-31 15:06:44 +00:00
Ollivier Robert
a9afb925d6 Upgrade to the long-awaited Mercurial 1.0 release!
General:
 * greatly improved merge tool configuration, see "hgrc.5.txt" for details
 * improved copy/rename handling in diffs, status, and merge
 * files in .hg inherit permissions from .hg/store
 * infer --repository when possible, so commands may be run from anywhere.
 * easy-installable
 * new "droplet" logo

Extensions:
 * churn: promoted to an official extension (previously in contrib)
 * color: new extension coloring "status" and "qseries" command outputs
 * convert:
   - allow synthetic history to be spliced in with --splicemap
   - support GNU Arch and Monotone sources
   - svn: allow shallow conversions of single branches with
     convert.svn.startrev option.
   - svn: make trunk/branches/tags layout detection more flexible by allowing
     either of them to be skipped.
   - svn: preliminary support as a conversion target
 * hgk: configuration file changed from .gitk to .hgk
 * highlight: new extension enabling syntax highlighting in hgweb file
   view (requires pygments)
 * inotify: new extension using Linux 2.6 inotify API for instant status
   checking
 * keyword: new extension for filewise RCS-keyword expansion in working
   directory
 * mq: new --currentdate, --date, --currentuser, and --user options
 * record: add "qrecord" command when used with mq
 * win32mbcs: new extension dealing with problematic MBCS behavior on Windows

Web interface:
 * improved WSGI integration and compatibility
 * follow symlinks in hgwebdir collections
 * show branches in most of gitweb templates
 * add line anchors to annotate, changeset, diff and file views
 * support web.baseurl in hgwebdir, overriding SCRIPT_NAME
2008-03-31 14:28:26 +00:00
Michael Johnson
51e69f6752 Update to 2.16.1 2008-03-31 14:01:32 +00:00
Pav Lucistnik
af29c8ef2a - Downgrade perl dependecy to build-only
- Style

PR:		ports/118155
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	maintainer timeout (rodrigc; 3 months)
2008-03-31 13:55:58 +00:00
Rong-En Fan
37569b0a85 - Update to 1.1.7
PR:		ports/122237
Submitted by:	Matthias Sund <m.sund at arcor.de> (maintainer)
2008-03-31 12:37:31 +00:00
Mathieu Arnold
ab3212fb37 Update to 0.620.1 2008-03-31 12:04:37 +00:00
Martin Wilke
f9d8200c73 - Update to 1.5.0
PR:		120318
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp> (maintainer)
2008-03-31 10:05:11 +00:00
Martin Wilke
e01324bdaf - Update to 1.8.0
- Fixed EXAMPLESDIR and DOCDIR to include PYTHONPREFIX

PR:		122231
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-03-31 10:04:19 +00:00
Rong-En Fan
660efb31f8 - Update to 5.6 snapshot 20080329
- Really fix build when WRKDIRPREFIX [1]
  I don't know why the current approach works in my previous test. Now
  really fix the build by changing to .CURDIR (where the port lives).
  Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
  live outside somewhere else.
- Add trailing slash for destination directory

PR:             ports/117643 [1]
Submitted by:   Stefan Sperling <stsp at stsp.name> [1]
2008-03-31 07:26:48 +00:00
Rong-En Fan
5852b8939c - Really fix build when WRKDIRPREFIX [1]
I don't know why the current approach works in my previous test. Now
  really fix the build by changing to .CURDIR (where the port lives).
  Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
  live outside somewhere else.
- Respect PORTEXAMPLES
- Add trailing slash for destination directory

PR:             ports/117643 [1]
Submitted by:   Stefan Sperling <stsp at stsp.name> [1]
2008-03-31 07:26:11 +00:00
Rong-En Fan
3c0e6885c5 - Update to 2.7
- Use SOURCEFORGE macro from bsd.sites.mk

PR:		ports/122044
Submitted by:	iyoshi MATSUI <kmatsui at t3.rim.or.jp> (maintainer)
2008-03-31 06:24:40 +00:00
Rong-En Fan
294fa63419 - Update to 0.221 2008-03-31 05:44:29 +00:00
Chin-San Huang
457a48cec2 - Update to 0.8.0. 2008-03-31 04:59:47 +00:00
Chin-San Huang
2a1234856b - Update to 4.12. 2008-03-31 04:54:42 +00:00
Chin-San Huang
a660895d40 - Add distfile mirror.
Noticed by:	erwin@
2008-03-31 04:46:42 +00:00
Thomas Abthorpe
d93c531663 - Update to 5.7 2008-03-31 03:03:01 +00:00
Timur I. Bakeyev
fd5dfe6638 Update port to the 1.07 version.
PR:		ports/120903
Approved by:	shaun (mentor, implicit)
2008-03-31 01:51:33 +00:00
Martin Wilke
94b8e9a2ce - Update to 2.4.6 2008-03-30 01:41:39 +00:00
Rong-En Fan
fe9f2ce3ee - Update the supported languages list in comment
- All supported language except lua can be found by configure script, so
  add proper instructions to let configure finds our lua installation.
  This fixes lua support.

Tested by:	Vlad GALU <dudu at dudu.ro>
2008-03-29 16:37:59 +00:00
Ruslan Ermilov
db5b39dfbd bsd.port.mk requires that OPTIONS should be spelled with double quotes. 2008-03-29 15:22:13 +00:00
Dirk Meyer
0e5471edd7 - speedup make 2008-03-29 12:12:59 +00:00
Dirk Meyer
a71c859b98 - cleanup with GEM macros
- use new dependecy form
2008-03-29 12:11:37 +00:00
Beech Rintoul
8881f82c0b - Check arch for svgalib
PR:		ports/122225
Submitted by:	David Yeske <dyeske@gmail.com>
Approved by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-03-29 09:38:29 +00:00
Joe Marcus Clarke
1daa29bd81 Fix an undefined symbol on g_assert when linking to this library.
Reported by:	pointyhat via pav
2008-03-28 22:34:59 +00:00
Michael Johnson
be2e8cdfaf - Add RUN_DEPENDS on sysutils/fusefs-kmod if build with fuse
To use fuse with gvfs make sure to add 'fusefs_enable="YES" to /etc/rc.conf and add 'vfs.usermount=1' to /etc/sysctl.conf
2008-03-28 22:24:08 +00:00
Joe Marcus Clarke
4fe60b6772 Update to 0.2.2. 2008-03-28 21:51:28 +00:00
Erwin Lansing
c43531cedb Update to 2.11 2008-03-28 20:18:19 +00:00
Erwin Lansing
f35da3deeb Pet portlint 2008-03-28 20:17:59 +00:00
Mathieu Arnold
2e27264e08 Update to 1.23 2008-03-28 14:44:41 +00:00
Lars Thegler
cff42b782a - Update to 0.08
- Relinquish maintainership
2008-03-28 14:16:43 +00:00
Lars Thegler
d0a47a8d13 Update to 0.16 2008-03-28 14:12:16 +00:00
Mathieu Arnold
b2d1080934 Update to 0.6.7 2008-03-28 11:28:15 +00:00
Jeremy Messenger
01aa5d3c37 Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.

Reported by:	pointyhat via pav
2008-03-28 01:50:20 +00:00
Cheng-Lung Sung
ff501b3342 - Update to 0.13
Changes:	http://search.cpan.org/dist/IO-Async/Changes
2008-03-28 01:39:57 +00:00
Cheng-Lung Sung
34031fb59b - Update to 1.7
Changes:	http://search.cpan.org/dist/Test-Parser/ChangeLog
2008-03-28 01:39:23 +00:00
Emanuel Haupt
7f1a7b52d5 Use MASTER_SITE_CRITICAL 2008-03-27 22:15:47 +00:00
Emanuel Haupt
666ea03b52 Use MASTER_SITE_CRITICAL 2008-03-27 19:27:34 +00:00
Pav Lucistnik
b605498934 - Fix plist
With hat:	portmgr
2008-03-27 08:39:27 +00:00
Jeremy Messenger
0e76c45f72 Fix the plist, bump the PORTREVISION on glibmm-reference. 2008-03-26 19:03:54 +00:00
Michael Johnson
9f11070be2 Add libnotifymm
C++ wrappers for libnotify
2008-03-26 13:00:22 +00:00
Martin Wilke
cbab49b3cd - Update to 0.8.1
- Remove knobs since they are rather useless

PR:		121829
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
2008-03-26 12:53:54 +00:00
Cheng-Lung Sung
d4eae4aa73 - Updated to 0.29;
Changes:	http://search.cpan.org/dist/PAR-Dist/Changes
PR:		ports/120398
Submitted by:	Felippe de Meirelles Motta <lippemail_AT_gmail dot com>
2008-03-26 08:35:23 +00:00
Yen-Ming Lee
61e3d6bb4a - fix conditional dependency of dual-life modules
- bump PORTREVISION

PR:		based on 121603
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-26 05:54:10 +00:00
Rong-En Fan
ee8f4419b7 mez_xml is a templte engine. It generates a Python template module for a
XML or XHTML file.

Mercurial Repository:

    http://hg.assembla.com/mez_xml/

Latest Versions:

    http://www.assembla.com/spaces/files/mez_xml

WWW: http://trac-hg.assembla.com/mez_xml

PR:		ports/122041
Submitted by:	Thinker K.F. Li <thinker at branda.to>
2008-03-26 04:44:03 +00:00
Joe Marcus Clarke
198deb4bb6 Add a missing dependency on gtksourceview2.
Reported by:	pointyhat via pav
2008-03-26 03:02:23 +00:00
Martin Wilke
dd00e63822 - Update to 1.3.0
PR:		121947
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2008-03-25 23:04:58 +00:00
Martin Wilke
26d1ae8468 - Update to 1.0.10
PR:		121984
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-03-25 23:01:14 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Mathieu Arnold
d50656b99a Update to 0.74 2008-03-25 17:29:29 +00:00
Mathieu Arnold
de177623b3 Update to 2.21 2008-03-25 16:57:23 +00:00
Pav Lucistnik
6b2b69692e - Add libbonobo dependency, it's no longer assumed 2008-03-25 15:27:06 +00:00
Michael Johnson
75bcc5f17a Use PKGNAMESUFFIX:=${PKGNAMESUFFIX}-reference instead of PORTNAME:=${PORTNAME}-reference so -reference ports can use MASTER_SITES=GNOME 2008-03-25 14:52:40 +00:00
Michael Johnson
2f17a9d209 Fix build for GNOME 2.22
Reported by:	pointyhat
2008-03-25 13:39:35 +00:00
Lars Thegler
5726aab576 Update to 3.8 2008-03-25 09:50:16 +00:00
Lars Thegler
c735745827 Update to 2.14 2008-03-25 09:41:18 +00:00
Ion-Mihai Tetcu
a9b11972a7 Adjust MASTER_SITES to an other server of mine 2008-03-25 09:30:14 +00:00
Edwin Groothuis
75b862cdc5 remove duplicates for gcc-objc-4.2.1.tar.bz2 2008-03-25 04:39:13 +00:00
Edwin Groothuis
7651857f56 add SHA256 for check-0.9.5.tar.gz 2008-03-25 04:38:00 +00:00
Joe Marcus Clarke
53c7062810 Disable the libarchive module on versions of FreeBSD that have an older
libarchive.
2008-03-25 02:46:53 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Brooks Davis
74afc71c04 Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2.
Switch llvm-gcc4 from the deprecated gcc 4.0 based version to a new gcc
4.2 based release.

See the release notes for details:
http://www.llvm.org/releases/2.2/docs/ReleaseNotes.html
2008-03-24 22:48:35 +00:00
Stanislav Sedov
6a9bfea481 - Get rid of damn gems requirements
- Fix supplied example
- Bump PORTREVISION.
2008-03-24 19:15:51 +00:00
Stanislav Sedov
93ecb72dce - Add ruby-sexp, a ruby library for working with s-expressions.
WWW:	http://sexp.rubyforge.org/
2008-03-24 19:04:54 +00:00
Stanislav Sedov
1d671942f0 - Add port for ruby-multi, a pattern matching library for ruby.
WWW:	http://multi.rubyforge.org/
2008-03-24 18:52:31 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Wesley Shields
e00d37b854 Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:	garga (implicit)
2008-03-24 15:44:31 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Rong-En Fan
cf39093e7b - Update to 0.83
- Use magic CPAN macro
2008-03-24 13:03:22 +00:00
Jeremy Messenger
427b9be748 Update to 0.16.0.20080315 (SVN version) to build with new glib 2.16. 2008-03-24 04:37:06 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Alejandro Pulver
a9155381f5 - Forgot to add patch referenced in previous commit. 2008-03-23 18:49:30 +00:00
Alejandro Pulver
fd60d46f2e - Fix building in FreeBSD < 7.x (with conditional patch).
- Fix pkg-plist (2 missing entries).

Reported by:	pointyhat (pav, erwin)
2008-03-23 18:45:00 +00:00
Dirk Meyer
7f3cf2aadf - update to 2.0.5 2008-03-23 12:24:37 +00:00
Dirk Meyer
b6a52153d4 - update to 1.14.3 2008-03-23 12:24:19 +00:00
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Rong-En Fan
4840da5130 - Update to 5.6 snapshot 20080322 2008-03-23 08:43:42 +00:00
Rong-En Fan
0cd7cfe816 - Update to 0.10.1
- Conditionally depends on ncurses for wide character support

PR:		ports/121950
Submitted by:	Denise H. G. <darcsis at gmail.com> (maintainer)
2008-03-23 08:17:20 +00:00
Martin Wilke
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Yen-Ming Lee
a4da4776f1 - make YAML and XS/C required, not optional
- bump PORTREVISION

Noticed by:	pav
Pointy hat to:	leeym
Submitted by:	leeym
Approved by:	clsung
2008-03-22 13:28:15 +00:00
Emanuel Haupt
950ad5bc31 The proprietary configure script wasn't able to find pthread under 6.x,
therefore it failed to build. This patch adds ${PTHREAD_LIBS} to LDFLAGS to fix
this port under 6.x.

Notified by:	pointyhat (via pav)
2008-03-22 10:54:23 +00:00
Martin Wilke
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Martin Wilke
d0ac4d5989 - Bump PORTREVISION (forgot in the previous commit) 2008-03-21 21:31:15 +00:00
Martin Wilke
e1be2ee90d - Fix buid
Submitted by:	pavbot
2008-03-21 21:29:43 +00:00
Yen-Ming Lee
b3b9de0071 - add pkg-plist needed by 1.00 2008-03-21 18:32:05 +00:00
Yen-Ming Lee
79d18d6ebe - update to 1.00 2008-03-21 18:31:49 +00:00
Yen-Ming Lee
7c59728776 - fix dependency
- bump PORTREVISION
2008-03-21 16:14:31 +00:00
Martin Wilke
cd266b8aaa - Update to 0.620 2008-03-20 22:58:07 +00:00
Thomas Abthorpe
1ecbe559b5 - Remove USE_X_PREFIX
- Bump PORTREVISION
2008-03-20 18:54:36 +00:00
Pietro Cerutti
848d96ee25 - Chase devel/libsigsegv shlib version bump
Approved by:	miwi (mentor)
2008-03-20 16:43:36 +00:00
Pietro Cerutti
4f7dbf35ac - Update to 2.5
- Fix objformat

Approved by:	miwi (mentor), maintainer (timeout)
2008-03-20 16:40:26 +00:00
Mathieu Arnold
65340c2570 - fix dependency
- bump PORTREVISION

PR:		ports/121912
Submitted by:	leeym
2008-03-20 16:19:22 +00:00
Wesley Shields
25c7c125a9 Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:	miwi on IRC
Approved by:	garga (mentor)
2008-03-20 16:10:07 +00:00
Felippe de Meirelles Motta
f0ca2eafe8 - Update to 3.37.
- Use CPAN macro.
- Add missing deps.

PR:		ports/120909
Submitted by:	myself
Approved by:	gabor (mentor), Geraud <geraud@gcu.info> (maintainer)
2008-03-20 14:47:08 +00:00
Felippe de Meirelles Motta
f63c7e0408 - Update to 1.40.
- Use CPAN macro.

PR:		ports/121500
Submitted by:	Cory R. King <coryking@mozimedia.com>
Approved by:	gabor (mentor), Geraud <geraud@gcu.info> (maintainer)
2008-03-20 14:44:48 +00:00
Emanuel Haupt
28471ace51 Add libdlna, a reference DLNA open-source implementation.
PR:		120488
Submitted by:	Dave Grochowski <malus.x at gmail.com>
2008-03-20 14:12:15 +00:00
Martin Wilke
065479cdf2 - Update to 2.2
- Use bsd.pyqt.mk

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-03-20 12:40:56 +00:00
Martin Wilke
6b2bffe139 - Update to 4.3.3
- Configure.py now has a flag to specify component, patch is now simpler
- Update qscintilla2 so version where used
- Use bsd.pyqt.mk

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-03-20 12:40:00 +00:00
Mathieu Arnold
50fc2a2722 Update to 0.92 2008-03-20 11:31:14 +00:00
Martin Wilke
bcc5d162ea - Update to 4.7.4
- Introduce files/bsd.pyqt.mk and use it

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-03-20 10:51:46 +00:00
Mathieu Arnold
c4b407d19f Update to 1.24 2008-03-20 10:47:44 +00:00
Mathieu Arnold
ed5e5a57a4 Update to 0.13 2008-03-20 10:47:17 +00:00
Mathieu Arnold
4b99a4a844 Update to 0.107 2008-03-20 10:47:03 +00:00
Pav Lucistnik
026e7e59d0 - Remove USE_GETOPT_LONG which is a no-op since March 200 2008-03-20 09:37:21 +00:00
Alexey Dokuchaev
edc067f59b - Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint
2008-03-20 09:15:57 +00:00
Yen-Ming Lee
469bf51d78 - use CPAN macro
- simplify dependency
- add OPTIONS for optional supports
- bump PORTREVISION

Submitted by:	leeym
Approved by:	clsung
2008-03-20 02:05:25 +00:00
Yen-Ming Lee
1940fb7fdd - use CPAN macro
- simplify dependency
- bump PORTREVISION

PR:		121199
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:35:48 +00:00
Yen-Ming Lee
f7f94dce80 - use CPAN macro
- ignore the dependency in core perl list
- bump PORTREVISION

PR:		121198
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:33:10 +00:00
Yen-Ming Lee
9a3a29a293 - use CPAN macro
- simplify dependency
- bump PORTREVISON

PR:		121183
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:27:53 +00:00
Felippe de Meirelles Motta
a810aac36b - Fix race condition to work on all plataforms/archs.
- Unbroken on CURRENT.

Reviewed by:	pav
Approved by:	araujo (mentor)
2008-03-19 21:11:49 +00:00
Pietro Cerutti
0bb15272c5 - Use USE_GL instead of depending directly on glut
- USE_X_PREFIX --> USE_XORG

Approved by:	miwi (mentor)
2008-03-19 18:55:47 +00:00
Pietro Cerutti
c77585b6f7 - Update to 1.5.30a
- Adopt maintainship
- USE_XLIB --> USE_XORG

Approved by:	miwi (mentor)
2008-03-19 18:39:37 +00:00
Pietro Cerutti
b641f21b7d - Update Tcl/Tk dependenceis to 8.4
- Remove useless USE_XLIB variable
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-19 16:42:50 +00:00
Pietro Cerutti
370f9d841b - Get rid of useless USE_XLIB variable
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-19 16:21:26 +00:00
Rong-En Fan
6c3898f6ad Tig is a git repository browser that additionally
can act as a pager for output from various git
commands.

When browsing repositories, it uses the underlying
git commands to present the user with various views,
such as summarized revision log and showing the
commit with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin
and colorize it.

WWW: http://jonas.nitro.dk/tig/

PR:		ports/121805
Submitted by:	Denise H. G. <darcsis at gmail.com>
2008-03-19 15:14:47 +00:00
Rong-En Fan
18dd113b42 - Update to 0.9.30 2008-03-19 13:07:42 +00:00
Felippe de Meirelles Motta
a1159f7afc - Drop maintainership of this maintainer.
PR:		ports/121790
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
Approved by:	gabor (mentor)
2008-03-19 12:47:18 +00:00
Mathieu Arnold
5e43c731d3 Update to 2.08.40 2008-03-19 10:33:36 +00:00
Mathieu Arnold
9cc1187672 Update to 0.09 2008-03-19 10:09:47 +00:00
Mathieu Arnold
d8855cadef Update to 0.42 2008-03-19 10:00:04 +00:00
Mathieu Arnold
d42a703ef8 Update to 0.73 2008-03-19 08:52:51 +00:00
Felippe de Meirelles Motta
36958ba9da - Mark as BROKEN on CURRENT.
Submitted by:	pointyhat via erwin
Approved by:	araujo (mentor)
2008-03-19 00:33:10 +00:00
Felippe de Meirelles Motta
6c48584e65 - Project was renamed devel/hc12mem to /devel/hcs12mem.
- Update to 1.4.1.

PR:		ports/120137
Repocopy by:	marcus
Submitted by:	myself
Approved by:	araujo (mentor)
2008-03-18 04:01:56 +00:00
Marcelo Araujo
d42fb3f6d7 - Update to 0.13.
- Pass maintainership to submitter.

PR:		ports/121469
Submitted by:	Andris Raugulis <ar@null.lv>
Approved by:	maintainer timeout (more than 2 months).
2008-03-18 00:35:22 +00:00
Tim Bishop
7ce822b743 - Update to 0.16.
- Add .de mirror.
2008-03-18 00:15:26 +00:00
Thierry Thomas
df9b9e3d15 Upgrade to iReport-2.0.5.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=584978>.
2008-03-17 22:31:05 +00:00
Martin Wilke
2b9dfc79cf - Update to 3.2.15
PR:		121757
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (mantainer)
2008-03-17 19:58:16 +00:00
Martin Wilke
54ea687b04 - Update to 0.5.1
PR:		121765
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-03-17 19:51:35 +00:00
Felippe de Meirelles Motta
b25d0ce428 - Update to 1.1.1.
- Use CPAN macro.
- Better adjustment of dependencies.

PR:		ports/120432
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-03-17 17:04:02 +00:00
Alejandro Pulver
2d8f85106d - Update to version 4.24. 2008-03-17 16:05:05 +00:00
Stanislav Sedov
b876ff19b3 - Do not depend on openssl.pc
- Bump portrevision.

Spotted by:	az
2008-03-17 08:46:08 +00:00
Marcelo Araujo
0d3b370ad0 - Update to 2.1.0.
- Added support for CVS -> Git conversions.

PR:		ports/121078
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
Approved by:	maintainer timeout (more than 2 weeks)
2008-03-16 23:05:51 +00:00
Joerg Wunsch
4a06cb66cb Upgrade to 0.1.2.5. This fixes another warning message from GCC 4 which
became fatal due to -Werror.
2008-03-16 21:34:52 +00:00
Erwin Lansing
2a7bfa8a8a Mark BROKEN: Does not build. 2008-03-16 21:33:41 +00:00
Rong-En Fan
0c2944136a - Update to 2.1.0
PR:		ports/120573
Submitted by:	Thomas Sander <thomas.sander at gmx.de>
Approved by:	maintaimer timeout (1 month)
2008-03-16 09:03:41 +00:00
Rong-En Fan
d35c5faa48 - Update to 1.6.1
PR:		ports/120561
Submitted by:	Thomas Sander <thomas.sander at gmx.de>
Approved by:	maintainer timeout (1 month)
2008-03-16 09:02:08 +00:00
Yen-Ming Lee
3350e0613d - simplify dependency
- bump PORTREVISION
2008-03-15 18:10:16 +00:00
Stanislav Sedov
5d7f0df487 - Fix SSL dependency check in configure
- Bump portrevision.
2008-03-15 14:16:30 +00:00
Rong-En Fan
676932acba i- Update to 5.6 snapshot 20080308 2008-03-15 13:00:54 +00:00
Lars Balker Rasmussen
63d2349422 Update to 0.40 2008-03-15 10:19:28 +00:00
Lars Balker Rasmussen
1a03ff7590 Update to 0.54 2008-03-15 10:15:55 +00:00
Lars Balker Rasmussen
ca7cc16f3d Update to 1.20 2008-03-15 10:09:52 +00:00
Lars Balker Rasmussen
1a68760ea9 Use CPAN macro 2008-03-15 09:52:26 +00:00
Lars Balker Rasmussen
728828ed4c Update to 0.04002 2008-03-15 09:51:46 +00:00
Lars Balker Rasmussen
721b300859 Test::Simple is in all supported perls 2008-03-15 09:43:16 +00:00
Lars Balker Rasmussen
5ae9531f94 - use CPAN macro
- fix dependency
- allow build on older perl
- bump PORTREVISION

PR:		121201
Submitted by:	Yen-Ming Lee <leeym@freebsd.org>
2008-03-15 09:01:46 +00:00
Martin Wilke
29e710420b - Update to 0.6.6
- Use SF macro

PR:		118603
Submitted by:	Ports Fury
2008-03-14 16:33:15 +00:00
Pav Lucistnik
ad60c9c1a4 - Stop packaging mtree symlinks
PR:		ports/121691
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2008-03-14 16:00:08 +00:00
Pietro Cerutti
dfe5286072 - Update to 1.18
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-14 14:57:14 +00:00
Philippe Audeoud
18f0751cc3 - Remove file package.conf.old
Approved by:	tabthorpe (mentor)
2008-03-14 14:33:34 +00:00
Philippe Audeoud
d002804532 - Tarball reroll to correct documentation typo
Approved:	tabthorpe (mentor)
2008-03-14 14:30:16 +00:00
Felippe de Meirelles Motta
aeb1fc61c4 - Updated to 1.39.
PR:		ports/120852
Submitted by:	lippe (myself)
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-03-14 02:29:17 +00:00
Oliver Braun
9f374c61a7 Mark broken: Does not build with recent ghc. 2008-03-13 20:25:55 +00:00
Erwin Lansing
6684cdfa59 Update to 0.9603 2008-03-13 19:28:39 +00:00
Michael Nottebrock
06ccc547f1 Update to Qt 4.3.4 2008-03-13 17:57:19 +00:00
Martin Wilke
f5ad7b48a8 - Update to 1.1.6
PR:		121429
Submitted by:	"Franz Klammer" <klammer@webonaut.com> (maintainer)
2008-03-13 16:11:50 +00:00
Martin Wilke
84efb7fc29 - Fix dependency
- Bump PORTREVISION

PR:		leeym
Approved by:	mat (implicit)
2008-03-13 14:53:57 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
c622262593 devel/sdl12:
- Update to 1.2.13
	- OPTIONize as recommended by Danny Pansters
	- Fixed up gnome dependencies as recommended by Danny Panster
	- Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters
	- Got rid of library renaming as recommended by Danny Pansters
	- Pass maintainership to submitter
Mk/bsd.sdl.mk:
	- Fixed _LIB_* entries in order to retrieve the correct library versions.

PR:		117608
Submitted by:	Marcus von Appen <mva@sysfault.org>
2008-03-13 13:52:27 +00:00
Martin Wilke
dccca7bd54 - Take over maintainership 2008-03-13 12:43:30 +00:00
Edwin Groothuis
3fc75d2445 Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:		ports/121453 (related)
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Reviewed by:	pav@
2008-03-13 11:27:29 +00:00
Li-Wen Hsu
d13d6b6d3e - Add a patch for cleanup of temp directories upon exit
- Move PLIST into Makefile
- Bump PORTREVISION

PR:		ports/119783
Submitted by:	scf (maintainer)
2008-03-13 09:31:15 +00:00
Philippe Audeoud
f856a9ae6e - Update maintainer address
Approved by:	thierry (mentor)
2008-03-12 13:27:28 +00:00
Michael Johnson
5006da9e61 Update to 4.6.8 2008-03-12 12:33:07 +00:00
Pietro Cerutti
4f8a0efa0d LuaJava allows Java components to be accessed from Lua using the same
syntax that is used for accessing Lua`s native objects, without any
need for declarations or any kind of preprocessing, and also allows
Java to implement an interface using Lua.

WWW: http://www.keplerproject.org/luajava/

PR:		118529
Submitted by:	Sunghyuk Do <sunghyuk@gmail.com>
Approved by:	miwi (mentor)
2008-03-12 11:00:02 +00:00
Stanislav Sedov
b74cff0e21 - Fix category.
Reported by:	erwin
2008-03-12 10:26:37 +00:00
Martin Wilke
eac2b643be - Update to 6.44 2008-03-12 08:19:15 +00:00
Stanislav Sedov
9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00
Yen-Ming Lee
f2fc4cd2ec - use CPAN macro
- simplify dependency
- sort pkg-plist
- bump PORTREVISION
2008-03-11 16:21:49 +00:00
Martin Wilke
59530b0017 - Update to 0.26 2008-03-11 14:56:10 +00:00
Martin Wilke
f9945d3e06 - Update to 0.1.0 2008-03-11 14:55:20 +00:00
Martin Wilke
944329588e - Update to 2.38 2008-03-11 14:47:56 +00:00
Martin Wilke
9d4f3cbec1 - Update to 2.38
- Use CPAN Macro
2008-03-11 14:47:01 +00:00
Martin Wilke
ca5f702946 - Update to 1.04 2008-03-11 14:45:56 +00:00
Martin Wilke
b367e6b7d9 - Update to 2.4.5 2008-03-11 14:02:43 +00:00
Martin Wilke
191dbb4bb8 - Update to 1.3.3 2008-03-11 14:02:01 +00:00
Martin Wilke
0595c588e9 - Add missing files
PR:		121515
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2008-03-11 12:49:58 +00:00