1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

21414 Commits

Author SHA1 Message Date
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