Commit graph

246722 commits

Author SHA1 Message Date
Wen Heping
b9a070e69a - Update to 1.2.7 2010-11-12 02:26:28 +00:00
Wen Heping
722ae595dd - Update to 1.8.0
PR:		ports/151703
Submitted by:	Pierre David <pda@unistra.fr>
Approved by:	maintainer(timeout, >18 days)
2010-11-12 02:07:41 +00:00
Wen Heping
146bade235 - Fix the build with ming support [1]
- Add MyGIS option [2]

PR:		ports/152144 [1]
		ports/152147 [2]
Submitted by:	Toomas Aas <toomas@tarkvarastuudio.ee>
Approved by:	maintainer (myself)
2010-11-12 01:54:43 +00:00
Greg Larkin
2bca0228ef - Updated to 0.6.0 (http://freshmeat.net/projects/burrtools/releases/322931)
- Passed maintainership to submitter
- Added MAKE_JOBS_SAFE and LICENSE

PR:		ports/151393
Submitted by:	Carlo Strub <c-s at c-s dot li>
2010-11-12 01:41:04 +00:00
Wen Heping
4090c93357 - Update to 1.6.9
PR:		ports/152145
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
2010-11-12 01:34:39 +00:00
Wen Heping
3ac22f5f63 - Update to 0.62.4 2010-11-12 01:18:04 +00:00
Greg Larkin
a16c4bc30b - Updated to 7.4 (http://www.hiawatha-webserver.org/changelog) [1]
- Revised some informational messages in pkg-plist for clarity

PR:		ports/152094 [1]
Submitted by:	Carlo Strub <c-s at c-s dot li>
2010-11-12 00:30:55 +00:00
Wen Heping
c83521821c - Update to 0.85
Changelog: http://search.cpan.org/src/GFUJI/Mouse-0.85/Changes
2010-11-12 00:19:42 +00:00
Wen Heping
0afb6e5400 - Update to 5.25
Changelog: http://search.cpan.org/src/MLEHMANN/Coro-5.25/Changes
2010-11-12 00:11:19 +00:00
Sahil Tandon
315b7355b9 - Update to 2.8-20101108
PR:		ports/152000
Submitted by:	ohauer
Approved by:	mnag (via email)
2010-11-11 23:33:04 +00:00
Marcelo Araujo
9a8e239695 - Update to 2010.10.24.
PR:		ports/151839
Submitted by:	sunpoet@
2010-11-11 23:23:28 +00:00
Max Brazhnikov
1cc95f3f7f Update to 2.0.0 beta1
PR:		ports/152114
Submitted by:	Aldis Berjoza (maintainer)
2010-11-11 21:51:40 +00:00
Dmitry Marakasov
ad368fc338 This is PIRE, Perl Incompatible Regular Expressions library.
This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can just
check whether given text maches the certain regexp, but can do it
really fast (more than 400 MB/s on our hardware is common). Even more,
multiple regexps can be combined together, giving capability to
check the text against apx.10 regexps in a single pass (and mantaining
the same speed).

Since Pire examines each character only once, without any lookaheads
or rollbacks, spending about five machine instructions per each character,
it can be used even in realtime tasks.

On the other hand, Pire has very limited functionality (compared to
other regexp libraries). Pire does not have any Perlish conditional
regexps, lookaheads & backtrackings, greedy/nongreedy matches; neither
has it any capturing facilities.

Pire was developed in Yandex (http://company.yandex.ru/) as a part of its
web crawler.

WWW:	https://github.com/dprokoptsev/pire
2010-11-11 20:55:31 +00:00
Philippe Audeoud
8673f1d6b6 - Respect NLS OPTIONS
- Bump PORTREVISION
- Submitter is now maintainer

PR:		ports/152139
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
2010-11-11 20:28:53 +00:00
Frederic Culot
0bae218f1d This perl library uses perl5 objects to assist in determining whether a
file's contents or attributes have changed. It maintains several pieces
of information about the file: a digest (currently only MD5 is
supported), its inode number, its mode, the uid of its owner, the gid of
its group owner, and its last modification time.

WWW: http://search.cpan.org/dist/File-Signature/

Approved by:	sahil@ (mentor)
2010-11-11 20:04:54 +00:00
Thierry Thomas
d73786b86d Upgrade to 1.4.5. 2010-11-11 19:59:23 +00:00
Alex Dupre
e8a1bb8e8d Fix distinfo.
Submitted by:	Jason Harris <jharris@widomaker.com>
2010-11-11 19:02:35 +00:00
Pietro Cerutti
32ebff52d2 - Update to 05_20101107
Changes:
  - The chapter explaining exception handling in the manual was improved.
  - The support for bitmap fonts was improved to use fontProperties as base type.
  - The '-' function, which computes the differance of two 'time' values (with a
    'duration' result) in "time.s7i", was improved.
  - The function cmdConfigValue in "cmd_rtl.c" was improved to support the config
    values C_COMPILER_VERSION and GET_CC_VERSION_INFO.
  - In the file "fil_rtl.c" the functions myLseek, myFseek and myFtell were
    renamed to os_lseek, os_fseek and os_ftell respectively.
  - The makefiles were changed to define os_fseek, os_ftell, C_COMPILER_VERSION
    and GET_CC_VERSION_INFO.
  - Documentation comments were added to the function alternate_utime in the file
    "tim_win.c".
2010-11-11 18:55:40 +00:00
Pietro Cerutti
b0d9fa717d - Update to 2.8.0.4537
Release notes: http://codelite.org/forum/viewtopic.php?f=9&t=1169
2010-11-11 18:53:13 +00:00
Yen-Ming Lee
178b094b17 - update to 3.0613 2010-11-11 18:16:31 +00:00
Baptiste Daroussin
5bd1873a8a - update to 20101111133638 2010-11-11 17:24:26 +00:00
Greg Larkin
e5d5933924 Plugin for Bazaar that provides various ways of rewriting existing
revisions, including a rebase command similar to git's rebase.

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

PR:		ports/152095
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-11-11 15:45:20 +00:00
Alex Dupre
fe3d3f50c6 Update to 1.4 release and unbreak.
Take maintainership.

Approved by:	maintainer (by email)
2010-11-11 15:39:42 +00:00
Alex Dupre
9bdf4fb5d6 Update to 1.5.5 release.
Take maintainership.

Approved by:	maintainer (by email)
2010-11-11 15:38:05 +00:00
Alex Dupre
52aab44459 Java Transaction API (JTA) specifies standard Java interfaces between a
transaction manager and the parties involved in a distributed transaction
system: the resource manager, the application server, and the
transactional applications.

The JTA specification was developed by Sun Microsystems in cooperation
with leading industry partners in the transaction processing and database
system arena. See JSR 907.

WWW: http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html
2010-11-11 15:36:18 +00:00
Philippe Audeoud
2effdbdab0 - Update to 0.4.2
- Submitter is now maintainer

PR:		ports/152122
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
2010-11-11 15:36:14 +00:00
Stefan Walter
21422815fc Update to 2.6.10.
PR:		146641
Submitted by:	maintainer
2010-11-11 14:31:55 +00:00
Stefan Walter
99580b1924 Update to 0.20.0.
PR:		151399
Submitted by:	maintainer
2010-11-11 12:31:18 +00:00
Wen Heping
ea63d17ec0 - Update to version 1.4.0
- Respect WITHOUT_NLS knob

PR:		ports/151210
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
2010-11-11 12:08:27 +00:00
Wen Heping
18fa6c32d3 - Update to 0.5
PR:		ports/152086
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2010-11-11 11:57:40 +00:00
Boris Samorodov
bd086ab397 Add Internet Systems Consortium License (ISCL).
Approved by:	portmgr (pav)
2010-11-11 10:38:11 +00:00
Stefan Walter
920fca23ec * Sets up a uhub UID and GID for the daemon to run as.
* Modifies configuration file permissions to restrict them to root and the above
  GID.
* Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in
  default configuration file.
* rc.d script changes - enable above uid/gid, enable syslog logging, simplify.

PR:		151819
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
Approved by:	maintainer
2010-11-11 10:31:35 +00:00
Mario Sergio Fujikawa Ferreira
9e4c114243 Update to 1.0.r1624 2010-11-11 09:40:20 +00:00
Emanuel Haupt
813a18744b - Mark BROKEN on: ${OSVERSION} < 700055 || ${OSVERSION} >= 801500
- Drop maintainership
2010-11-11 09:15:22 +00:00
Stefan Walter
6f9c465cac Use ppp instead of pppd and document it.
PR:		141001
Submitted by:	"Antoine Vu-Ngoc" <antoine@cleopatre.homeip.net>
Patch by:	maintainer
2010-11-11 07:51:49 +00:00
Philip M. Gollucci
8535298f4a - Update to 2.2.7
PR:             ports/151354
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-11 06:21:24 +00:00
Philip M. Gollucci
f41d611052 Fast scalable ip range aggregation and summary tool kit. Find
intersections across multiple lists of IP ranges, fast.

Although similar in functionality to Net::CIDR::Compare, Net::Netmask
and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip
management and evaluation tool allowing more flexibility and
scalability when dealing with the somewhat organic nature of IP-Ranges.

If you have a large number of ipv4 ranges and need to inventory lists
of ranges for intersections, this is the Module for you!

WWW:	http://search.cpan.org/dist/Net-IP-RangeCompare/

PR:		ports/ports/152130
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:08:16 +00:00
Philip M. Gollucci
6e81bc158d This package provides a universal framework for calculating the
intersections and gaps in/of 2 dimensional ranges.

WWW:	http://search.cpan.org/dist/Data-Range-Compare/

PR:		ports/ports/152107
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:07:52 +00:00
Philip M. Gollucci
c1ce49700a Simple Interface for getting start and ending address of ranges as
integers.

WWW:	http://search.cpan.org/dist/Data-IPV4-Range-Parse/

PR:		ports/ports/152106
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:07:26 +00:00
Philip M. Gollucci
3e9c8deae0 Todoist API. Read http://todoist.com/API/help for more details.
WWW:	http://search.cpan.org/dist/Net-Todoist/

PR:		ports/ports/152105
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:07:07 +00:00
Philip M. Gollucci
974e726588 Image::Imgur intends to make programmatically possible to upload image
files to the website http://imgur.com.

WWW:	http://search.cpan.org/dist/Image-Imgur/

PR:		ports/ports/151800
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:06:44 +00:00
Philip M. Gollucci
fcd1f56dfa Forced commit to note:
- Add new option: MYSQLCACHE for MySQL caching support
- Add LICENSE
- Install Brazilian Portugese language files to pt_BR instead of pt-br
- Sort PLIST
- Space/tab twiddle
- Update to 1.3.5

which should have been in the previous log
2010-11-11 05:22:05 +00:00
Philip M. Gollucci
84a12a13b7 - Update to 1.3.5
PR:             ports/152057
Submitted by:   sunpoet
With Hat:       apache@
2010-11-11 05:20:35 +00:00
Philip M. Gollucci
73bd439e3e - Mark manual package builds b/c of httpd configure requirements 2010-11-11 05:11:59 +00:00
Philip M. Gollucci
20de5a989d This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint.

WWW: http://docs.feide.no/fs-0050
WWW: http://code.google.com/p/modmellon/

PR:		ports/152083
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-11-11 05:09:03 +00:00
Philip M. Gollucci
a730689eea mod_whatkilledus is an experimental module for Apache httpd 2.x which
tracks the current request and logs a report of the active request
when a child process crashes.

Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.

Activating mod_whatkilledus:

  1. Load it like any other DSO.
	LoadModule whatkilledus_module modules/mod_whatkilledus.so

  2. Enable exception hooks for modules like mod_whatkilledus:
	EnableExceptionHook On

  3. Choose where the report on current activity should be written. If
     you want it reported to some place other than the error log, use the
     WhatKilledUsLog directive to specify a fully-qualified filename for
     the log.  Note that the web server user id (e.g., "nobody") must
     be able to create or append to this log file, as the log file is
     not opened until a crash occurs.

WWW: http://people.apache.org/~trawick/exception_hook.html

PR:		ports/151932
Submitted by:	Frank Wall <fw at moov.de>
2010-11-11 05:08:40 +00:00
Philip M. Gollucci
0574d1cb27 mod_backtrace is an experimental module for Apache httpd 2.x which
collects backtraces when a child process crashes.  Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future.

Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.

Activating mod_backtrace:

  1. Load it like any other DSO:
	LoadModule backtrace_module modules/mod_backtrace.so

  2. Enable exception hooks for modules like mod_backtrace:
	EnableExceptionHook On

  3. Choose where backtrace information should be written.
     If you want backtraces from crashes to be reported some place other
     than the error log, use the BacktraceLog directive to specify a
     fully-qualified filename for the log to which backtraces will be
     written.  Note that the web server user id (e.g., "nobody") must
     be able to create or append to this log file, as the log file is

WWW: http://people.apache.org/~trawick/exception_hook.html

PR:		ports/151931
Submitted by:	Frank Wall <fw at moov.de>
2010-11-11 05:08:18 +00:00
Philip M. Gollucci
834b807156 - Correctly stop both mongrel, and the builder instances which may be
several different pids.

PR:             ports/151840
Submitted by:   Toomas Aas <toomas@tarkvarastuudio.ee>
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-11 03:34:47 +00:00
Sahil Tandon
3a468dc73f - Update to 23.4
PR:		ports/152120
Submitted by:	Florian Smeets <flo@smeets.im> (maintainer)
2010-11-11 03:34:16 +00:00
Philip M. Gollucci
81042910ee - Set PORTSCOUT var
PR:             ports/151239
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (romanbsd@yahoo.com ; 35 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-11 03:26:39 +00:00