Philip M. Gollucci
6d041c21b5
- Update to 10310 snapshot
...
PR: ports/150985
Submitted by: swell.k@gmail.com (maintainer)
2010-10-19 05:36:35 +00:00
Philip M. Gollucci
ae88d5bec3
- Update CONFLICTS for dynamic PKGNAME
...
PR: ports/150985
Submitted by: swell.k@gmail.com (maintainer)
2010-10-19 05:35:32 +00:00
Philip M. Gollucci
6a1951bdce
- add missed file
2010-10-19 05:28:32 +00:00
Philip M. Gollucci
8166acc751
- Split amule into amule and amule-devel
...
PR: ports/150985
Submitted by: swell.k@gmail.com (maintainer)
2010-10-19 05:28:07 +00:00
Philip M. Gollucci
00f474bb8b
- forced commit to note repo copy from net-p2p/amule2 -> net-p2p/amule-devel
...
PR: ports/150985
Submitted by: swell.k@gmail.com
Repo copy by: marcus
2010-10-19 05:23:31 +00:00
Philip M. Gollucci
8abb595d7a
net-p2p/amule2|net-p2p/amule|2010-10-05|Split to -devel and non-devel ports
2010-10-19 05:22:26 +00:00
Philip M. Gollucci
35c408f36f
- Remove bash build dependency
...
- use DATADIR
PR: ports/148597
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: maintainer timeout (trasz ; 61 days)
2010-10-19 05:15:42 +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
Wen Heping
a8f7e04008
- Unbreak and update to 3.9
2010-10-19 02:40:11 +00:00
Wen Heping
a33e118b9a
- Add missing DEPENDS
...
- Add LICENSE
PR: ports/151470
Submitted by: C-S <c-s@c-s.li>
2010-10-19 02:33:48 +00:00
Philip M. Gollucci
64ec66c84f
- forced commit to note reop copy x11-wm/stumpwm -> x11-wm/cl-stumpwm
...
PR: ports/151318
Submitted by swell.k@gmail.com
Repo copy by: marcus
2010-10-19 02:04:20 +00:00
Stanislav Sedov
02c33d04d6
- Pass correct flags to preprocessor.
...
Reported by: gerald
2010-10-19 02:02:40 +00:00
Wen Heping
186eebea6e
- Update to 3.39
...
PR: ports/151554
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2010-10-19 01:46:00 +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
dbd7c7a28e
- Update to 1.0.1
...
PR: ports/151553
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2010-10-19 01:17:25 +00:00
Philip M. Gollucci
d50fa8a2e2
- Update to 1.8.1
...
PR: ports/151351
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
2010-10-19 01:12:52 +00:00
Wen Heping
6664c5be75
- Update to 4.4.4
...
PR: ports/151460
Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer)
2010-10-19 00:54:24 +00:00
Wen Heping
2a1f073733
- Update to 0.4.0
...
Approved by: maintainer(implicit)
2010-10-19 00:50:19 +00:00
Wen Heping
c9afdd6016
- Update to 4.3.8
...
PR: ports/151459
Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer)
2010-10-19 00:38:03 +00:00
Jun Kuriyama
b615d99440
- Upgrade to 1.4.11 (minor bugfixes).
...
References: http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html
2010-10-19 00:36:14 +00:00
Philip M. Gollucci
4572cb117e
This module implements a scalable method of quickly propagating files
...
to a large number of servers in one or more locations via rsync or
scp.
This module and the included script, ccp, take a much more efficient
approach that is O(log n). Once the file(s) are been copied to a
remote server, that server will be promoted to be used as source
server for copying to remaining servers. Thus, the rate of transfer
increases exponentially rather than linearly.
Servers can be specified in groups (e.g. datacenter) to prevent
copying across groups. This maximizes the number of transfers done
over a local high-speed connection (LAN) while minimizing the number
of transfers over the WAN.
The number of multiple simultaneous transfers per source point is
configurable. The total number of simultaneously forked processes is
limited via Proc::Queue, and is currently hard coded to 32.
WWW: http://search.cpan.org/dist/Net-CascadeCopy/
PR: ports/151487
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2010-10-19 00:28:57 +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
607ccd7384
- Update to 1.5.14.2
...
PR: ports/151522
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
2010-10-19 00:14:34 +00:00
Philip M. Gollucci
047208053c
- Update to 0.6.6
...
PR: ports/151503
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2010-10-19 00:14:27 +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
Philip M. Gollucci
20d0bf4acc
- Update to 0.05
...
PR: ports/151490
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Crypt-Rijndael_PP/Changes
2010-10-19 00:14:10 +00:00
Philip M. Gollucci
52e3dca4b0
- Update to 0.6.3
...
PR: ports/151356
Submitted by: myself (pgollucci)
Approved by: freebsdports@chillibear.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-10-19 00:13:59 +00:00
Wesley Shields
1d7cc7448a
Update to 4.1.0.
...
Handle the config files properly.
2010-10-19 00:13:04 +00:00
Doug Barton
2b4908b3d0
Update to 9.4-ESV-R3, the latest from ISC.
2010-10-19 00:12:11 +00:00
Shaun Amott
35aafea9b6
Prepare for termination in one week; this port is two major versions out
...
of date and has lingering security issues.
2010-10-18 23:58:28 +00:00
Yen-Ming Lee
59c561d6f5
- update to 2.4.2
2010-10-18 23:52:01 +00:00
Rene Ladan
94624bf4aa
Add desktop entry, as requested by maintainer
2010-10-18 21:49:39 +00:00
Pav Lucistnik
6e83e9fb20
- Mark BROKEN on 6.X
...
Reported by: pointyhat
Ok'ed by: maintainer
2010-10-18 21:43:08 +00:00
Martin Matuska
6fc3918b78
- Update to 0.4.11
2010-10-18 21:28:30 +00:00
Pav Lucistnik
6fcc428486
- Mark BROKEN: does not compile
...
Reported by: pointyhat
2010-10-18 21:09:52 +00:00
Doug Barton
3a31fdeb00
Update to 9.7.2-P2, the latest version from ISC
2010-10-18 21:06:09 +00:00
Herve Quiroz
15c15d8c78
Update to 1.381
2010-10-18 20:30:39 +00:00
Thierry Thomas
933b3c4112
Make fetchable again.
2010-10-18 19:44:33 +00:00
Johan van Selst
0fd1f8da4e
Remove stray 'done' keyword from Makefile (breaks build with new sh)
...
PR: ports/151266
Submitted by: jilles
2010-10-18 19:19:49 +00:00
Stanislav Sedov
29878fbd3e
- Graphviz is required even for non-PDF documents.
...
PR: ports/151540
Submitted by: Anonymous <swell.k@gmail.com>
2010-10-18 19:07:36 +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
Lars Engels
3939fa4ec2
Fix all non-working plugins.
...
I re-worked the functionality of some of them because not all functionality
is present on FreeBSD.
Reviewed by: ed
Approved by: kmoore (maintainer)
2010-10-18 18:54:27 +00:00
Romain Tartière
0550254cdc
- Fix SigSegv when calling a managed handler.
2010-10-18 17:40:17 +00:00
Hajimu UMEMOTO
8ae0879185
Add support for Cyrus IMAPd 2.4.x.
2010-10-18 17:26:12 +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
Hajimu UMEMOTO
d2ca7a23ae
Update to 2.4.1.
2010-10-18 15:27:22 +00:00
Dennis Herrmann
a76e4e798c
- Update to 0.19.3
2010-10-18 15:27:06 +00:00