1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

27960 Commits

Author SHA1 Message Date
Ollivier Robert
bf3048c2bf Update to Mercurial 1.5.2, monthly bug fixes release.
Complete release notes:
http://mercurial.selenic.com/wiki/WhatsNew#A1.5.2_-_2010-05-01
2010-05-08 20:31:55 +00:00
Sahil Tandon
18c3fa28f3 - Reset maintainer to perl@FreeBSD.org
Approved by:	itetcu@ (mentor, implicit)
2010-05-08 16:16:14 +00:00
Martin Wilke
6c4831e7ae Data::JavaScript::Anon provides the ability to dump large
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.

WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/

PR:		ports/145384
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-05-08 10:20:40 +00:00
Wen Heping
22e1d290cc This module associates a PID file with your script for the purpose
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.

This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.

WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm

PR:		ports/146060
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2010-05-08 08:54:22 +00:00
Philip M. Gollucci
23de73159e - Default DEVRANOM support to on b/c mod_auth_digest is default on
but pointhat package builds don't set WITH_DEVRANDOM for devel/apr.
- Bump PORTREVISION

With Hat:   apache@
2010-05-07 19:55:07 +00:00
Philip M. Gollucci
2b45740ef9 - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honor
without-egd.

PR:             ports/146376
Submitted by:   Guido Falsi <mad@madpilot.net>
With Hat:       apache@
2010-05-07 18:32:28 +00:00
Wen Heping
05e4d05437 - Update to 0.1.7
- Reset maintainer
2010-05-07 08:45:11 +00:00
Wen Heping
b088a95ff2 - Update to 3.10.0
- Reset maintainer
2010-05-07 08:43:36 +00:00
Wen Heping
69ebcee1a3 - Update to 0.3.5 2010-05-07 07:53:21 +00:00
Wen Heping
288435bc39 - Update to 1.3.0b2
- Add category: geography
- Add option: DEBUG
- Simplify patches
- Sort pkg-plist

PR:		ports/146200
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2010-05-07 06:06:53 +00:00
Andrej Zverev
854ae4ebc9 Update to 0.10
Changes:	http://search.cpan.org/dist/namespace-autoclean/Changes
2010-05-07 05:21:28 +00:00
Andrej Zverev
49aa18bc57 Update to 0.65
Changes:	http://search.cpan.org/dist/Set-Infinite/Changes
2010-05-07 05:14:39 +00:00
Andrej Zverev
216e423c97 Update to 0.10
Changes:        http://search.cpan.org/dist/MooseX-Daemonize/Changes
2010-05-07 05:04:33 +00:00
Andrej Zverev
cb88b0313e Update to 0.38
Changes: http://search.cpan.org/dist/Module-Load-Conditional/CHANGES
2010-05-07 04:55:30 +00:00
Wen Heping
ad13f688da - Update to 3.5.0
- Reset maintainer
2010-05-07 02:55:48 +00:00
Wesley Shields
6ded77e4cc Update to 1.7.1.
[1]: Fix gitk to exec wish8.5 and not wish.
[2]: Add a CONTRIB knob, default to on, which installs contrib scripts.
Use COPYTREE_SHARE for installing GITWEB stuff.
Whitespace cleanup in P4 OPTION definition and installation.
Note CONTRIB information in pkg-message.

Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt

PR:		[1]: ports/146016
Submitted by:	[1]: Bruce Cran <bruce@cran.org.uk>
		[2]: Martin Sugioarto (based upon a patch via private mail)
2010-05-07 02:43:37 +00:00
Philip M. Gollucci
ea6a163675 1/2: OPTIONS+= EGD and DEVRANDOM
which allow mod_auth_digest to build
     next www/apache2* need to pass it through
     Default package doesn't change

PR:             ports/134577
Requested by:   Pascal Vizeli <pvizeli@yahoo.de>
With Hat:       apache@
2010-05-07 02:26:46 +00:00
Philip M. Gollucci
03e2b71f8b - Harden the OPTION processing to explicity enable/disable in BOTH cases.
- Remove some invalid quotes in the OSVERSION handling
- CFLAGS is already in CONFIGURE_ENV
- Fix some tabs/whitespace

None of this changes the default package, so no PORTREVISION bumps.

PR:             ports/145744
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat:       apache@
2010-05-07 00:39:22 +00:00
Philip M. Gollucci
e04375f852 - Not yet compatiable with db50
PR:             ports/145956
Submitted by:   mandree
With Hat:       apache@
2010-05-07 00:25:15 +00:00
Philip M. Gollucci
5cfb8568d5 - Support DB48
PR:             ports/145956 [part I]
Requested by:   mandree
With Hat:       apache@
2010-05-07 00:23:31 +00:00
Brooks Davis
95ee01617a Don't install pre-patch versions of clang header files.
Reported by:	jkim
2010-05-06 21:15:44 +00:00
Nicola Vitale
f86a25917d virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool.  The extensions include
wrappers for creating and deleting virtual environments and otherwise
managing your development workflow, making it easier to work on more
than one project at a time without introducing conflicts in their
dependencies.

WWW:	http://www.doughellmann.com/projects/virtualenvwrapper/
Author: Doug Hellmann
2010-05-06 20:37:48 +00:00
Marcus von Appen
4516bf1bb0 - Update to 2.40
- OPTIONize
- Pet portlint
2010-05-06 19:09:43 +00:00
Marcus von Appen
17a9ccd163 - Update to 1.0pre7
- Take maintainership
- Separate patches
2010-05-06 19:06:53 +00:00
Brooks Davis
619336abdf Update to r103179.
Start calling this 2.8.r* since 2.7 has shipped.

Add support for FreeBSD printf format extensions.[0]

Submitted by:	rdivacky [0]
2010-05-06 15:35:00 +00:00
Greg Larkin
c38f181059 - Fixed USE_AUTOTOOLS value
PR:		ports/146340
Submitted by:	garga
2010-05-06 13:53:59 +00:00
Wen Heping
45794e55e6 - Update to 3.9.4
- Reset maintainer
2010-05-06 08:22:38 +00:00
Andrej Zverev
6ff2cae921 Update to 1.03
Changes:	http://search.cpan.org/dist/Moose/Changes
2010-05-06 06:49:38 +00:00
Andrej Zverev
34ef074edf Update to 1.01
Changes:	http://search.cpan.org/dist/Class-MOP/Changes
2010-05-06 06:47:38 +00:00
Wen Heping
7687fda592 - Update to 0.11
PR:		ports/146173
Submitted by:	Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
2010-05-06 02:39:36 +00:00
Stanislav Sedov
c253c1592c - Add libunwind, a generic stack unwindig library.
WWW:	http://www.nongnu.org/libunwind/
2010-05-05 23:20:21 +00:00
Philip M. Gollucci
b869066b9e - Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55
[still needs ports/146276 for databases/mysql55-server too]
- No PORTREVISION bump [very non default options]

With Hat:   apache@
2010-05-05 22:24:51 +00:00
Philip M. Gollucci
a532c44151 - Make the OPTIONAL package build names more useful and version
mysql,pgsql,ldap
- No PORTREVISION bump [non default options]
2010-05-05 22:23:06 +00:00
Philip M. Gollucci
3a2084de1e 4/5: Chase devel/apr shlib bump
PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:52:39 +00:00
Philip M. Gollucci
bb992ed998 3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:47:49 +00:00
Philip M. Gollucci
ed701bd5db 1/5: Update to apr 1.4.2
PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:40:46 +00:00
Nicola Vitale
b9a140c78e - Update to 1.5 2010-05-05 18:52:50 +00:00
Nicola Vitale
628facc3dd - Update to 2.4.2.1
- Remove MAKE_ENV variable
2010-05-05 16:07:39 +00:00
Philippe Audeoud
b1a0b21d8b - Update to 2.48
- Changelog: http://search.cpan.org/src/TLINDEN/Config-General-2.48/Changelog
2010-05-05 14:12:26 +00:00
Philippe Audeoud
52dcf7bf79 - Update to 1.18
PR:		ports/145895
Submitted by:	Hans Fredrik Nordhaug <hans _AT_ nordhaug.priv.no>
2010-05-05 13:19:23 +00:00
Wen Heping
35124f59d4 rubygem-notify provides notification functionalities on cross platforms.
WWW:    http://github.com/jugyo/notify

PR:		ports/146208
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net>
2010-05-05 12:07:14 +00:00
Anton Berezin
eda2e2c4a7 Add devel/p5-Class-Accessor-Fast-Contained 1.01,
a Perl module that provides fast accessors with data containment.
2010-05-05 11:31:02 +00:00
Rene Ladan
21f96d3146 Switch to USERS/GROUPS to ensure the p4admin user/group is present on install.
Submitted by:	QAT
Approved by:	tabthorpe (mentor)
2010-05-05 10:30:29 +00:00
Wen Heping
f31225a586 This module provides efficient access to the BSD sysctl(3) interface
via the Haskell FFI.

WWW: http://hackage.haskell.org/package/bsd-sysctl

PR:		ports/146293
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-05 06:45:58 +00:00
Brooks Davis
9cc0ad5dc4 By popular depend, fix the installation of the clang.1 manpage when
NOPORTDOCS is set.
2010-05-04 20:45:59 +00:00
Pav Lucistnik
e61aab79a1 - Remove unneeded patch file
PR:		ports/146137
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2010-05-04 09:29:24 +00:00
Thomas Abthorpe
21429f3f7f - Update to 1.1
PR:		ports/146204
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2010-05-04 04:09:23 +00:00
Rene Ladan
d56acaf179 Use the new p4 client (these ports are currently unmaintained).
Submitted by:	rene
Approved by:	tabthorpe (mentor)
2010-05-03 20:47:52 +00:00
Rene Ladan
0d98bc5796 Hook up devel/p4 to the build.
PR:		ports/145824
Submitted by:	gordon
Approved by:	tabthorpe (mentor)
2010-05-03 20:25:55 +00:00
Rene Ladan
da2291f26d p4 is the client part of the Perforce Control System.
Update to 2009.2.238357

For the server-related parts, use devel/perforce

PR:		ports/145824
Submitted by:	gordon
Approved by:	tabthorpe (mentor)
2010-05-03 20:23:28 +00:00