1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
Commit Graph

26178 Commits

Author SHA1 Message Date
Wen Heping
fe5463822e - Update to 3.0.3
Approved by:	mentors(implicit)
2009-10-15 10:05:45 +00:00
Wen Heping
27fc2d8cdf - Update to 2.1.0
Approved by:	mentors(implicit)
2009-10-15 10:04:24 +00:00
Lars Thegler
8d7633d1fe Update to 1.27 2009-10-15 06:38:49 +00:00
Steven Kreuzer
52de8be633 Move log bindings from JAVAJARDIR into DATADIR since
they conflict with each other.

Reported by:	Alex Dupre <ale@FreeBSD.org>
2009-10-14 20:05:47 +00:00
Tim Bishop
0eb7d4050c - Fix build on 9-CURRENT.
Submitted by:	pointyhat/erwin
2009-10-14 08:31:11 +00:00
Dmitry Marakasov
1a66cce77f - Update to 1.1.3 2009-10-13 22:23:35 +00:00
Steven Kreuzer
5a73fe80ae Simple facade or abstraction for various logging frameworks 2009-10-13 17:29:27 +00:00
Wesley Shields
a6571edef0 - Remove devel/ccmalloc as it has been abandoned upstream (MASTER_SITES are
404).

PR:		ports/139508
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
2009-10-13 16:56:20 +00:00
Wesley Shields
003b6659b1 - Update to 1.6.1
PR:		ports/138181
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-10-13 16:38:21 +00:00
Jun Kuriyama
bbc3e15a1e Devel::StackTrace + PadWalker.
WWW: http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/
2009-10-13 14:15:27 +00:00
Jun Kuriyama
a8fa24d504 Upgrade to 0.12. 2009-10-13 14:14:02 +00:00
Stanislav Sedov
ccf3ea8841 - Add port for devel/opengrok, a fast source code search and cross
reference engine.

  WWW:  http://opensolaris.org/os/project/opengrok/
2009-10-13 11:55:33 +00:00
Jun Kuriyama
307199219f Displays stack trace in HTML.
WWW: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
2009-10-13 11:14:24 +00:00
Boris Samorodov
7274a85bee Update to version 4.3.8. 2009-10-13 07:12:43 +00:00
Lars Thegler
c90d802aab Update to 2.20 2009-10-12 20:05:55 +00:00
Wesley Shields
8bb26ffaf1 - Update to 1.6.5
- Add V=1 to MAKE_ENV (I like to actually see what's going on in the build,
  and it results in useful build logs when it fails)
- Silence the verify target
2009-10-12 18:57:40 +00:00
Nicola Vitale
0f3fc5e4a3 - Update to 1.3.4
- Install additional doc
2009-10-12 12:46:01 +00:00
Nicola Vitale
ed032a989c - Update to 0.5.1
- Install additional docs
2009-10-12 11:59:17 +00:00
Wen Heping
7565e19ff3 - Update to 0.60.4
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
2009-10-12 08:10:45 +00:00
Joe Marcus Clarke
2baaf9b67b Update to 0.7.14. 2009-10-11 19:17:04 +00:00
Martin Wilke
e21b71b1d2 This module provides a Log::Dispatch style interface to Scribe, and is
also fully compatible with Log::Log4perl.

WWW:	http://search.cpan.org/dist/Log-Dispatch-Scribe/

PR:		ports/139420
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-10-11 13:16:15 +00:00
Martin Wilke
9d6beb8726 - Update to 1.022
PR:		139427
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-10-11 12:59:06 +00:00
Martin Wilke
7816f2466c - Update to 6.0
PR:		139428
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-10-11 12:56:00 +00:00
Martin Wilke
87edd4794f - Update to 1.8
PR:		139421
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-10-11 12:50:39 +00:00
Martin Wilke
7ba5919c6b - Update to 1.10
PR:		139443
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2009-10-11 12:46:37 +00:00
Martin Wilke
a82837bfed - Update to 1.10
PR:		139442
Submitted by:	Vick Khera <vivek@khera.org> (maintainer
2009-10-11 12:45:48 +00:00
Martin Wilke
c0065dde03 This is a small ruby library that allows Ruby to 'tail' a file,
including following a file, that still is growing like the unix
command 'tail -f' can.

This Library is similar to Perl's File::Tail. It can be used to
extend Ruby's File-objects, for File-derived classes, or by
using the included simple File::Tail::Logfile class.

WWW: http://file-tail.rubyforge.org/

PR:		ports/139400
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2009-10-11 12:41:09 +00:00
Wen Heping
c5f5025244 Treetop is a Ruby-based DSL for text parsing and interpretation. It
facilitates an extension of the object-oriented paradigm called
syntax-oriented programming. There's a readme that will get you going
and some examples.

WWW:    http://treetop.rubyforge.org/

Approved by:	miwi(mentor)
2009-10-11 10:34:08 +00:00
Wen Heping
80fd9d24cc Polyglot provides a registry of file types that can be loaded by
calling its improved version of 'require'. Each file extension
that can be handled by a custom loader is registered by calling
Polyglot.register('ext', <class>), and then you can simply
require 'somefile', which will find and load 'somefile.ext'
using your custom loader.

This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.

Required files are attempted first using the normal Ruby loader,
and if that fails, Polyglot conducts a search for a file having
a supported extension.

WWW:    http://polyglot.rubyforge.org/

Approved by:	miwi(mentor)
2009-10-11 10:27:34 +00:00
Wen Heping
77886f03aa - Add Perl support
PR:		ports/139451
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	miwi(mentor)
2009-10-11 09:00:39 +00:00
Wen Heping
56965a7820 - add missing dependency
PR:		ports/138946
Submitted by:	Vick Khera <vivek@khera.org>
Approved by:	maintainer(timeout,20 days),	miwi(mentor)
2009-10-11 01:34:03 +00:00
Erwin Lansing
8b9589ef9c Mark BROKEN: does not install 2009-10-10 21:31:09 +00:00
Li-Wen Hsu
839353ae3e - Update to 2009n 2009-10-10 11:33:54 +00:00
Martin Wilke
d9dc7feee9 - Update to 7.0.3
PR:		139396
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-10-10 09:38:56 +00:00
Martin Wilke
53d729395a Flood control method is used to restrict the number of events to happen or
to be processed in specific perion of time. Few examples are: web server can
limit requsets number to a page or you may want to receive no more than 10 SMS
messages on your GSM Phone per hour. Applications of this method are unlimited.

WWW:	http://search.cpan.org/dist/Algorithm-FloodControl/

PR:		ports/139411
Submitted by:	Andrey <gugu at zoo.rambler.ru>
2009-10-10 09:19:45 +00:00
Dennis Herrmann
f28a582f01 - Update to 0.08 2009-10-09 13:04:52 +00:00
Anton Berezin
337a8a1709 Update to 0.19.
Changes:	http://search.cpan.org/dist/Set-Array/CHANGES
2009-10-09 09:05:46 +00:00
Philippe Audeoud
5ae218331d - Update to 1.4.8
- Changelog at <http://ludovic.rousseau.free.fr/softwares/pcsc-perl/Changelog>
2009-10-09 08:19:16 +00:00
Brooks Davis
81b31973ef Add a port of compiler-rt, the LLVM project's compiler runtime and
blocks support.
2009-10-09 03:36:54 +00:00
Anton Berezin
d07f6da781 Update to 6.0. Assign maintainer to perl@.
No changes file is available, but the changes look extensive -
this is the first release since 2001.
2009-10-08 08:10:05 +00:00
Wen Heping
63b95c1234 - Update to 1.0a5
- Update my mail address to FreeBSD

Approved by:	mentors(implicit)
2009-10-08 02:36:21 +00:00
Wen Heping
a47ffb1731 py-tgMochiKit is a packaging of the MochiKit JavaScript
library as a TurboGears widget.

WWW:   http://docs.turbogears.org/tgMochiKit

Approved by:	miwi(mentor)
2009-10-07 11:16:52 +00:00
Anton Berezin
e3113acadb Update to 0.009.
Changes:	http://search.cpan.org/dist/Params-Classify/Changes
2009-10-07 07:00:51 +00:00
Brooks Davis
579e38430e Upgrade to r83443 which contains some FreeBSD specific fixes.
Add USE_GCC=4.2+ to hopefully allow 6.x systems to build this.

Prodded by:	rdivacky
2009-10-07 02:31:56 +00:00
Wen Heping
ff928f9edf - Update to 1.0.14
Approved by:	mentors(implicit)
2009-10-06 10:21:11 +00:00
Anton Berezin
db9ebd1a13 Update to 0.09.
Changes:	http://search.cpan.org/dist/MooseX-Daemonize/Changes
2009-10-06 08:56:48 +00:00
Cheng-Lung Sung
aa2badc6dc - Update to 5.201
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
PR:		ports/139357
Submitted by:	wen
2009-10-06 05:59:09 +00:00
Wen Heping
5757fbdb35 - Update to 3.8.3
- Update my mail address to FreeBSD

Approved by:	mentors(implicit)
2009-10-06 03:40:19 +00:00
Dmitry Marakasov
9369f59a05 - Update to 1.1.2 2009-10-05 08:59:50 +00:00
Anton Berezin
96c60b2672 Update to 0.38.
Changes:	http://search.cpan.org/dist/Variable-Magic/Changes
2009-10-04 19:32:23 +00:00