Commit graph

205358 commits

Author SHA1 Message Date
Martin Wilke
b24c70a1bd - Update to 1.5.7
PR:		128327
Submitted by:	Mitchell Smith <mjs@bur.st> (maintainer)
2008-10-24 12:39:07 +00:00
Martin Wilke
23f87d6559 - Update to 3.0.1
PR:		128321
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-10-24 12:37:15 +00:00
Martin Wilke
3ef59d946b - Update to 2.7.STABLE5
PR:		128253
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-10-24 12:36:23 +00:00
Martin Wilke
1dd44b180e slack is an evolution from the usual "put files in some central directory"
that is fairly common practice. It's descended from an earlier system its
author also wrote, called "subsets", and uses a multi-stage rsync to fix
some of the problems he had there.

Basically, it's a glorified wrapper around rsync.

WWW: http://code.google.com/p/slack/

PR:		ports/127911
Submitted by:	Steve Atwell
2008-10-24 12:26:41 +00:00
Martin Wilke
aad6c199da - Update to 20081019 2008-10-24 12:26:00 +00:00
Martin Wilke
f9ec2a97c2 - Update to 0.54 2008-10-24 12:25:35 +00:00
Martin Wilke
e6c45386e3 - Update to 1.9.0 2008-10-24 12:25:15 +00:00
Jimmy Olgeni
69597e415c Upgrade to version 1.440. 2008-10-24 12:25:07 +00:00
Martin Wilke
b320de1bf0 - Update to 1.1.3 2008-10-24 12:24:53 +00:00
Jimmy Olgeni
c2ffe4b691 Upgrade to version 1.370. 2008-10-24 12:24:48 +00:00
Martin Wilke
272d1a0b76 - Update to 20081021 2008-10-24 12:24:31 +00:00
Dmitry Marakasov
17eb6fb568 - Fix build WITH_JAVA on i386
- Mark broken on !i386 when built WITH_JAVA (does not build)
- Disable java by default as suggested in ports/127386 (too many problems with it after all)

PR:		128329
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-10-24 11:01:48 +00:00
Jimmy Olgeni
f115346674 Fix typo. 2008-10-24 10:51:55 +00:00
Stefan Walter
d96072f0de - Added rc.subr integration and removed references to etc/rc.d/qpage.sh
- Added OPTIONS knob for enabling srvrsnpp.c patch from ports/123437 (felt it
  was better to make the patch optional)
- Added more knobs for compile-time options: daemon user, syslog facility
- Changed ${INSTALL_SCRIPT} to ${INSTALL_DATA} in post-install target
- Removed old maintainer e-mail address from pkg-descr

PR:		128318
Submitted by:	maintainer
2008-10-24 10:14:05 +00:00
Martin Wilke
21bceaaa75 - Fix plist
Reported by:	ionbot
2008-10-24 10:01:32 +00:00
Maho Nakata
6c19436618 Update to DEV300_m34. 2008-10-24 09:58:00 +00:00
Cheng-Lung Sung
eee2faed9a - fix build error
- bump PORTREVISION
2008-10-24 09:53:00 +00:00
Martin Wilke
e39f380b79 The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a
database. A command line script, dbicdeploy, is provided.

WWW: http://search.cpan.org/dist/DBICx-Deploy
2008-10-24 09:35:40 +00:00
Martin Wilke
b10df17072 Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON.
This package provides a Perl 5 implementation of Kwalify.

WWW: http://search.cpan.org/dist/Kwalify/
2008-10-24 09:35:07 +00:00
Martin Wilke
fdbfd65c93 The Perl 5 module Devel::Events::Objects provides an event generator
and a handler for Devel::Events, that facilitate leak checking.
There are two components of this module: Devel::Events::Generator::Objects,
and Devel::Events::Handler::ObjectTracker. The first one uses some
trickery to generate events for every object creation and destruction
in code loaded after it was loaded. The second one will listen on
these events, and track all currently living objects.

WWW: http://search.cpan.org/dist/Devel-Events-Objects/
2008-10-24 09:34:48 +00:00
Martin Wilke
5b59f7baa6 The Perl 5 module Devel::Events is an event generation, filtering
and analaysis framework for instrumenting and auditing perl code.

WWW: http://search.cpan.org/dist/Devel-Events/
2008-10-24 09:34:23 +00:00
Martin Wilke
ae1c501af6 The Perl 5 module DBIx::Class::InflateColumn::IP is a DBIx::Class
component to declare columns as IP addresses and treat them as
NetAddr::IP objects.

WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-IP/
2008-10-24 09:33:38 +00:00
Martin Wilke
be80c67163 The Perl 5 module Test::Fixture::DBIC::Schema is a fixture data loader
for DBIx::Class::Schema.

WWW: http://search.cpan.org/dist/Test-Fixture-DBIC-Schema/
2008-10-24 09:33:18 +00:00
Martin Wilke
212ad5dc54 The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
structures and can be used to enumerate all the currently live SVs.

This can be used to hunt leaks and to profile memory usage.

WWW: http://search.cpan.org/dist/Devel-Gladiator/
2008-10-24 09:32:17 +00:00
Martin Wilke
44d4770b72 The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class
result source for "many to many" relationship.

WWW: http://search.cpan.org/dist/DBICx-MapMaker
2008-10-24 09:31:36 +00:00
Martin Wilke
10b9ccfd51 The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
database, deploys your DBIC schema, and then connects to it. This
lets you easily test your DBIC schema. Since you have a fresh
database for every test, you don't have to worry about cleaning up
after your tests, ordering of tests affecting failure, etc.

WWW: http://search.cpan.org/dist/DBICx-TestDatabase/
2008-10-24 09:30:41 +00:00
Martin Wilke
198550fad0 In the tradition of Rose::DB::Object::Helpers, more importable methods.
This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn
documentation for a full explanation of how to import methods from
this class. The helper methods themselves are described below.

WWW: http://search.cpan.org/dist/Rose-DBx-Object-MoreHelpers
2008-10-24 09:30:12 +00:00
Chin-San Huang
f73483108f - Update to 2.0.0.17
PR:		ports/128238
Submitted by:	Dima Panov (fluffy at fluffy dot khv dot ru)
2008-10-24 09:17:16 +00:00
Chin-San Huang
6987ac2287 - Fix linker issue with static xmlrpc-c libraries.
- Bump PORTREVISION

PR:		ports/128033
Submitted by:	Roman Bogorodskiy (novel@)
2008-10-24 09:07:41 +00:00
Chin-San Huang
f6d9b952f6 - Fix linker issue with static xmlrpc-c libraries.
- Bump PORTREVISION

PR:		ports/128033
Submitted by:	Roman Bogorodskiy (novel@)
2008-10-24 09:02:02 +00:00
Cheng-Lung Sung
461d366e96 - Update 0.23
Changes:	http://search.cpan.org/dist/XML-Feed/Changes
2008-10-24 05:09:02 +00:00
Chin-San Huang
fe0fc47be7 - Update to 2.3.1 2008-10-24 02:34:19 +00:00
Chin-San Huang
ab29c001e7 - Update to 0.09 2008-10-24 02:33:30 +00:00
Marcelo Araujo
5a58cb3429 - Update to 2.7.2.
- Use SF macro.
2008-10-23 23:20:08 +00:00
Marcelo Araujo
1aa4ac0491 - Update to 1.2.5.
- Removed old contact in pkg-descr.
2008-10-23 23:09:01 +00:00
Marcelo Araujo
06eb875300 - Update to 1.08.
- Take maintainership.
2008-10-23 22:56:48 +00:00
Marcelo Araujo
7840b59e6b - Update to 0.18.2. 2008-10-23 22:55:48 +00:00
Wesley Shields
8d148a26ef Set expiration date of 2008-11-23. This port has been deprecated since
January 2005.

PR:		ports/128322
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-10-23 22:31:33 +00:00
Maho Nakata
4bda6831b4 Update to OOO300_m11. 2008-10-23 20:17:41 +00:00
Yen-Ming Lee
8157d97c83 - update to 0.05 2008-10-23 20:05:55 +00:00
Yen-Ming Lee
aec3f3a10d - update to 0.1.1 2008-10-23 19:42:14 +00:00
Yen-Ming Lee
5a06b71195 - update dependency
- bump PORTREVISION
2008-10-23 19:32:54 +00:00
Boris Samorodov
15056e2ccd Fedora Core 4,5,6 becomes absoleted versions and their official site
moves to one location:
http://archives.fedoraproject.org/pub/archive/fedora/linux/core/
Other Fedora versions (7 and newer) are not touched.

Add the abovementioned URL to MASTER_SITE_FEDORA_LINUX (at the first place).

PR:		128160
Submitted by:	Savvas Radevic <vicedar at gmail.com>
2008-10-23 19:04:57 +00:00
Robert Noland
362911893a Update to 0.10.0
PR:		128274
Reviewed by:	Paul Mahol
Approved by:	garga (mentor)
2008-10-23 18:48:32 +00:00
Renato Botelho
19cbbae379 - Fix MASTER_SITES
PR:		ports/127537
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout (1 month)
2008-10-23 18:46:05 +00:00
Lars Engels
2fe3bab2e9 Update to 0.8.2 2008-10-23 18:36:08 +00:00
Lars Engels
b2afe7b9e0 Update to 1.10.1 2008-10-23 18:35:10 +00:00
Stefan Walter
1b526f33bd Add support for reading ECX (miscellaneous features) on AMD Athlon chips.
PR:		117993
Submitted by:	cokane
2008-10-23 17:43:10 +00:00
Hajimu UMEMOTO
a6defecf2c Change authdaemond_path from /dev/null to
/var/run/authdaemond/socket.  Though, authdaemond_path could
be set by the sasl2 config file, it should be good to have
its default value for ports/security/courier-authlib.

PR:		ports/95102, ports/122234
Submitted by:	Artis Caune <Artis.Caune__at__latnet.lv>
2008-10-23 17:34:26 +00:00
Stefan Walter
092db60d23 Depend on editors/vim6, not editors/vim, as that's what the port's name says.
PR:		117988
Submitted by:	cokane
2008-10-23 17:34:19 +00:00