Commit graph

29547 commits

Author SHA1 Message Date
Philip M. Gollucci
7b05323e04 - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-20 01:35:47 +00:00
Jimmy Olgeni
c8dce393e1 Avoid clobbering TMPPLIST from bsd.cl-asdf.mk.
PR:		ports/151571
Submitted by:	swell.k@gmail.com
2010-10-19 20:11:34 +00:00
Renato Botelho
fad61c0f48 Update to 0.09 and fix p5-Moose
PR:		ports/151569
Submitted by:	az@
Approved by:	culot@ at #bsdports
2010-10-19 18:20:46 +00:00
Emanuel Haupt
6045f43d6b Add devel/p5-Perl-Unsafe-Signals, allow unsafe handling of signals in selected
blocks.
2010-10-19 18:09:06 +00:00
Thierry Thomas
c4b2f3ab82 Make fetchable again. 2010-10-19 16:59:34 +00:00
Wen Heping
c6642bdd62 - Update to 1.6.7 [1]
- Pass mainatinaership to submitter [1]
- Mark MAKE_JOBS_SAFE [1]
- Add LICENSE_FILE [2]
- Drop libtool dependency [2]
- Drop USE_DOS2UNIX [2]
- Remove CONFLICTS [2]
- Replace gnomehack with short and clear sed line [2]

PR:		ports/151338
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> [1],
		Anonymous <swell.k@gmail.com> [2]
2010-10-19 10:55:59 +00:00
Wen Heping
40465f79c5 - Update to 1.16
ChangeLog: http://search.cpan.org/src/DROLSKY/Moose-1.16/Changes
2010-10-19 10:48:55 +00:00
Wen Heping
3a78f308f3 - Update to 1.10
ChangeLog: http://search.cpan.org/src/DROLSKY/Class-MOP-1.10/Changes
2010-10-19 10:46:08 +00:00
Sunpoet Po-Chuan Hsieh
fd1b029745 - Update to 1.29
Changes:	http://search.cpan.org/dist/Object-Pluggable/Changes
PR:		ports/151514
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-19 08:13:04 +00:00
Wen Heping
05b42f4d4a - Update to 1.0.4 2010-10-19 07:45:10 +00:00
Wen Heping
99872d818a - Update to 1.2.0 2010-10-19 07:42:19 +00:00
Philip M. Gollucci
547e564828 - Update to 3.0.1
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-19 06:54:47 +00:00
Philip M. Gollucci
f6cd83db1b With Hat: ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-19 06:54:17 +00:00
Philip M. Gollucci
74641ca91e - Update to 2.9.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-19 06:54:12 +00:00
Philip M. Gollucci
817f70f417 - Reset maintainer
Requested by:	old maintainer via direct email
2010-10-19 05:44:59 +00:00
Wen Heping
09f1b90723 Git::Repository is a Perl interface to Git, for scripted interactions
with repositories. It's a low-level interface that allows calling any
Git command, whether porcelain or plumbing, including bidirectional
commands such as git commit-tree.

A Git::Repository object simply provides context to the git commands
being run. Is it possible to call the command()and run() methods against
the class itself, and the context (typically current working directory)
will be obtained from the options and environment.

WWW: http://search.cpan.org/dist/Git-Repository/
2010-10-19 02:47:42 +00:00
Wen Heping
b0d0b7fae0 - Update to 1.18
Changelog: http://cpansearch.perl.org/src/GAAS/Data-Dump-1.18/Changes
2010-10-19 02:43:05 +00:00
Stanislav Sedov
02c33d04d6 - Pass correct flags to preprocessor.
Reported by:	gerald
2010-10-19 02:02:40 +00:00
Philip M. Gollucci
dd2e57acc7 - Update to 1.7.2
PR:             ports/151383
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-10-19 01:28:22 +00:00
Wen Heping
2a1f073733 - Update to 0.4.0
Approved by:	maintainer(implicit)
2010-10-19 00:50:19 +00:00
Philip M. Gollucci
5f2834f0a5 This module provides three utility subroutines that simplify the
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.

WWW:	http://search.cpan.org/dist/Class-Std-Utils/

PR:		ports/151489
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-10-19 00:28:31 +00:00
Philip M. Gollucci
760241cd8f - remove symlink even if regression-test target fails
DATADIR/tests/alien
	DATADIR/tests/alien.lua
- Split regression-test into smaller chunks

PR:             ports/151539
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 00:15:33 +00:00
Philip M. Gollucci
1441aedd3e - Update to 2.0.10
PR:             ports/151502
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
2010-10-19 00:14:17 +00:00
Martin Matuska
6fc3918b78 - Update to 0.4.11 2010-10-18 21:28:30 +00:00
Greg Larkin
cfc9c84503 In order to provide a faster and simpler working model, this plugin
tries to support a configuration similar to git and Mercurial's
colocated branches, where there is a single working tree that can
be switched between multiple branches that all co-exist in the same
directory. This working model is entirely possible using Bazaar's
existing technology, and this plugin aims to make it as simple as
possible to use that model.

WWW: https://launchpad.net/bzr-colo

PR:		ports/151536
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-10-18 19:06:23 +00:00
Greg Larkin
80c0645b3c - Updated to 0.7.4 (https://launchpad.net/subvertpy/+milestone/0.7.4)
PR:		ports/151493
Submitted by:	C-S <c-s@c-s.li> (maintainer)
2010-10-18 19:00:54 +00:00
Baptiste Daroussin
22f9d4f7be - update to 1.0.3
- add the new SF mirrors

Submitted by:	Konstantin Lepa <konstantin.lepa _at_ gmail.com> (maintainer, by mail)
2010-10-18 15:27:58 +00:00
Baptiste Daroussin
94bcffea9a bump portrevision (for plist change) 2010-10-18 12:57:27 +00:00
Baptiste Daroussin
cc6057e6b1 - Now uses mk-configure
- install paexec_reorder so add run depend on runawk
2010-10-18 12:55:50 +00:00
Wen Heping
d1911ab85a - Update to 3.2.12
Approved by:	maintainer(implicit)
2010-10-18 11:34:43 +00:00
Wen Heping
b6e0113339 - Update to 2.0.1 2010-10-18 06:52:42 +00:00
Yen-Ming Lee
1127cec12a - update to 0.108 2010-10-18 00:24:49 +00:00
Sahil Tandon
bb513b7e39 - Update to 0.67 2010-10-17 21:03:38 +00:00
Andrej Zverev
5e1f8dd20a Update to 0.20 2010-10-17 12:19:26 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
48d3e12a95 Bump autoconf 2.67->2.68 -- will deal with any fallout. 2010-10-16 11:44:43 +00:00
Jun Kuriyama
e48dd34a7f - Upgrade to 0.33. 2010-10-16 05:58:15 +00:00
Yen-Ming Lee
3da7670c4c - update to 1.26 2010-10-15 22:51:24 +00:00
Yen-Ming Lee
a733a6d17a - update to 1.212 2010-10-15 21:25:18 +00:00
Kris Moore
ee837cebf4 Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds. 2010-10-15 20:54:22 +00:00
Brooks Davis
0de573baa5 Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped.

Split out the clang portion of devel/llvm-devel into lang/clang-devel.
2010-10-15 19:39:35 +00:00
Yen-Ming Lee
51223530db - simplify dependency
- bump PORTREVISION
2010-10-15 14:42:48 +00:00
Boris Samorodov
f82757715a Update to version 4.4.9.
PR:		ports/151375
Submitted by:	Steve Wills <steve at mouf.net>
2010-10-15 14:30:25 +00:00
Renato Botelho
49d5812382 Avoid duplicate LATEST_LINK 2010-10-15 13:48:55 +00:00
Ashish SHUKLA
ac17c6f160 - Update to 1.003012
Approved by:	pgj (mentor, implicit)
2010-10-15 11:03:24 +00:00
Wen Heping
60e364e845 - Update to 0.2.2 2010-10-15 08:48:50 +00:00
Stanislav Sedov
93739e01ac - Fix shmat syscall wrapper [1].
- Implement shmctl syscall wrapper.

PR:		ports/149621 [1]
Submitted by:	Stephen Sanders <ssanders@opnet.com> [1]
2010-10-15 08:07:30 +00:00
Steve Wills
5a78c58ad4 - Remove unnecessary dependency
Reported by:	stas
Approved by:	pgollucci (mentor)
2010-10-15 04:29:17 +00:00
Josh Paetzel
0cc27ff175 Prep for removal 2010-10-14 21:30:32 +00:00
Brooks Davis
a7969d49cd Move devel/clang to lang/clang since compilers typically live in lang.
PR:		ports/151340
2010-10-14 19:29:22 +00:00