1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

246792 Commits

Author SHA1 Message Date
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
Philip M. Gollucci
60ca7e308f - github is redirecting all these to https now 2010-11-11 03:22:25 +00:00
Philip M. Gollucci
9f35216f2f A library for implementing daemon management capabilities.
WWW: https://github.com/FooBarWidget/daemon_controller

PR:		ports/151847
Submitted by:	Jacob Atzen <jatzen at gmail.com>
2010-11-11 03:19:27 +00:00
Sunpoet Po-Chuan Hsieh
666f1de601 - Update to 1.4.4
Changes:
- Corrected a problem with SMTP servers that don't support the SIZE feature.
  (Bug 17942)
2010-11-11 01:36:51 +00:00
Sunpoet Po-Chuan Hsieh
d54469ccca - Update to 1.62
Changes:	http://search.cpan.org/dist/Net-SFTP-Foreign/Changes
PR:		ports/152119
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Simun Mikecin <numisemis@yahoo.com> (maintainer)
2010-11-11 01:33:06 +00:00
Philip M. Gollucci
40c963d7f8 - DataMapper requires exact version
Reported by:    pointyhat via pav
Pointy hat to:  pgollucci (myself)
2010-11-11 00:12:55 +00:00
Wen Heping
a921fca2d8 - Fix the build with MapScript/Python disabled
PR:		ports/152121
Submitted by:	"Tom Judge" <tom@tomjudge.com>
2010-11-11 00:10:30 +00:00
Pav Lucistnik
2cb3d993e9 - Mark BROKEN on amd64/6 and 7
Reported by:	pointyhat
2010-11-11 00:07:51 +00:00
Pav Lucistnik
5e9ac1971e - Disallow from pointyhat: needs threaded perl
Reported by:	pointyhat
2010-11-11 00:00:08 +00:00
Olli Hauer
5511ccebbd - update nagvis to version 1.5.5
- add OPIONS for ndb2dbo and mk-livestatus brokers
 - make mk-livestatus the default broker since it needs no database
 - add pkg-deinstall message

 Changelog for 1.5.5
 ===================
 NagVis WUI:
 * Change backend_id field in WUI to dropdown select field for map options

 NagVis MKLivestatus Backend:
 * Recode MKLivestatus backend to use fsockopen instead of socket module

 NagVis Core
 * State of map objects was not refreshed correctly in 1.5.4
 * Increase max username length limitation to sth. larger than 15
 * The permission for controlling multisite access is missing

 List of all changes:
 http://sourceforge.net/apps/trac/nagvis/report/32

PR:		151999
Submitted by:	ohauer
Approved by:	A.Sidorov <derfi _at_ vei.ru> (maintainer), glarkin (mentor, implicit)
2010-11-10 21:43:31 +00:00
Pietro Cerutti
cec7bd838b - Update to 1.18
Changes: http://ayam.sourceforge.net/Changes.txt
2010-11-10 21:42:46 +00:00
Olli Hauer
337699123c - update to version 1.1.8
- take maintainership

PR:		151998
Submitted by:	ohauer
Approved by:	Peter Lai <cowbert _at_ gmail.com> (old maintainer), glarkin (mentor, implicit)
2010-11-10 21:25:22 +00:00
Pietro Cerutti
1b9a387c3d - Update to 0.5.8
PR:		152077
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com>
2010-11-10 21:15:06 +00:00
Baptiste Daroussin
16ecfce1ea - update ldc snapshot to 0.9.2 r1697
- update tango snapshot to r5599
- unbreak build with llvm 2.8

PR:		ports/152088
Submitted by:	Ruben <chromium _at_ hybridsource.org>
2010-11-10 20:42:09 +00:00
Alex Dupre
1c5b6af38c Update to 5.5.7-rc release.
Fix crash caused by MAX_DEFAULT_DIRS too small [1]

PR:		ports/151927
Submitted by:	Bartosz Fabianowski <freebsd@chillt.de>
2010-11-10 16:55:08 +00:00
Stefan Walter
2d23ab3850 Update to 0.6.0.20101009cvs.
PR:		151323
Submitted by:	Koichiro IWAO <meta@club.kyutech.ac.jp>
2010-11-10 16:29:36 +00:00
Sunpoet Po-Chuan Hsieh
fc8c12bb9f - Update to 7.6.7
- Remove dead MASTER_SITES

Changes:
- An old version got out in 7.6.6.

PR:		ports/152108
Submitted by:	gjb (maintainer)
2010-11-10 16:15:41 +00:00
Sunpoet Po-Chuan Hsieh
dc7e6cf2f7 - Update to 1.7.2.2
Changes:	http://robocode.googlecode.com/svn/robocode/trunk/versions.txt
PR:		ports/152110
Submitted by:	gjb (maintainer)
2010-11-10 16:05:01 +00:00
Stefan Walter
5399f2f919 Mark as DEPRECATED with an EXPIRATION_DATE of 2010-12-31: Has been unmaintained
since 2001 and doesn't support dates after 2010.

PR:		150974
Submitted by:	Rodrigo OSORIO (ros) <rodrigo@bebik.net>
Approved by:	maintainer
2010-11-10 15:35:55 +00:00
TAKATSU Tomonari
07677d0001 - Update to 1.0.0
- Add LICENSE
- Update pkg-descr
2010-11-10 15:24:43 +00:00
Philippe Audeoud
cbc441f979 - Update to 1.1.1 2010-11-10 15:23:38 +00:00
Michael Reifenberger
956b4ec9ad Add missing Makefile.bzr_rev 2010-11-10 15:18:37 +00:00
Michael Reifenberger
21f73f76ac Switch to the launchpad repository
Update to rev. 2600.
2010-11-10 14:27:52 +00:00
Rong-En Fan
4b199c9718 - Use INSTALL_LIB when installing shared lib and create symlink so configure
script can find it
- Install header file for svm library so others can use
- Bump PORTREVISION

Submitted by:	jsa@
2010-11-10 14:06:44 +00:00
Greg Lewis
350309b348 . Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles. This
also unbreaks the build as they are currently not available from the
  primary site.

PR:		152096
Reported by:	pointyhat
2010-11-10 13:37:37 +00:00
Ganael LAPLANCHE
a299baf00b Add missing LICENSE
Approved by:	ehaupt (mentor)
2010-11-10 13:30:59 +00:00
Maho Nakata
194f007d7d Update to OOO330_m14.
Funded by: OpenOffice.org community
2010-11-10 12:28:22 +00:00
Philippe Audeoud
edffd16389 - Respect NLS OPTIONS
- Remove dead code
- Bump PORTREVISION
- Make portlint happy

PR:		ports/152089
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
Approved by:	maintainer
2010-11-10 12:16:06 +00:00
Philippe Audeoud
9b62f6b551 - Update to 4.2.1
PR:		ports/151565
Submitted by:	Takefu <takefu AT airport.fm>
Approved by:	maintainer
2010-11-10 10:53:43 +00:00
Stefan Walter
b0d0609f62 IGNORE until someone provides an update - contents of numeric fields returned as
0 in this version.

PR:		144993
Submitted by:	Berend de Boer <berend@pobox.com>
		(+ submitter timeout, thus no update at this point)
2010-11-10 10:19:44 +00:00
Wen Heping
dbe1b3c46b - Update to 1.5.0 2010-11-10 08:52:26 +00:00