Commit graph

23674 commits

Author SHA1 Message Date
Philip M. Gollucci
8a6e3fb242 - Update to 1.6.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-16 06:56:08 +00:00
Philip M. Gollucci
7a5413c63f - Update to 3.0.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-16 06:56:01 +00:00
Martin Wilke
d0695f1bab - Update to 1.5.1
PR:		152221
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2010-11-15 07:46:41 +00:00
Koop Mast
f36d9ffc2b Update to 0.2.9
Add licence blob.
Vala is a build dependacy.

PR:		ports/151860
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2010-11-14 22:00:44 +00:00
Dirk Meyer
7e3b13225a - forcing the port versions of gperf and flex
Submitted by:	rubenbb (maintainer)
2010-11-14 21:12:19 +00:00
Nicola Vitale
7106fe4c1b - Update to 1.3.8
PR:		ports/152010
Submitted by:	Jin-Sih Lin <linpct at gmail.com>
2010-11-14 09:58:01 +00:00
Nicola Vitale
3ac6d729d4 - Update to 0.8.5 2010-11-13 16:31:12 +00:00
TAKATSU Tomonari
d436fb2457 - Update MASTER_SITES
- Remove MD5 checksum from distinfo
2010-11-13 13:10:07 +00:00
Yen-Ming Lee
b6a0e8d24e - update to 0.17 2010-11-13 12:34:30 +00:00
Rene Ladan
73d79ddb86 - Update to 6.0.472.63, again without the Courgette code
- Add option to depend on VP8 codec from ports
- Makefile cleanups
- Tested to work with --integrated-as by maintainer
PR:		ports/152166
Submitted by:	maintainer
2010-11-13 09:22:45 +00:00
Renato Botelho
0466e5d10f - Fix typo on pkg-descr [1]
- Add LICENSE
- Remove MD5

Submitted by:	gjb@ [1]
2010-11-12 15:00:06 +00:00
TAKATSU Tomonari
47704758a5 - Update to 1.1.0 2010-11-12 12:50:03 +00:00
Wen Heping
f1571d2346 - Update to 0.15
Changelog: http://cpansearch.perl.org/src/OALDERS/Net-FreshBooks-API-0.15/Changes
2010-11-12 08:54:45 +00:00
Beech Rintoul
4c09153533 Add new port horde-klutz.
Bump portrevision

Approved by:	miwi (implicit)
2010-11-12 08:28:59 +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
Marcelo Araujo
9a8e239695 - Update to 2010.10.24.
PR:		ports/151839
Submitted by:	sunpoet@
2010-11-11 23:23:28 +00:00
Mario Sergio Fujikawa Ferreira
9e4c114243 Update to 1.0.r1624 2010-11-11 09:40:20 +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
Philip M. Gollucci
60ca7e308f - github is redirecting all these to https now 2010-11-11 03:22:25 +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
Philip M. Gollucci
315a7ce18b - Update to 1.5.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-10 05:11:32 +00:00
Wen Heping
712f4bea1d - Update to 0.10.3 2010-11-10 00:33:01 +00:00
Wen Heping
da4278ba21 - Update to 1.9.10
PR:		ports/152033
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2010-11-10 00:18:19 +00:00
Sunpoet Po-Chuan Hsieh
c9cedb539d - Add missing OPTIONS: UNZIP (default on)
- Sort OPTIONS
- Use bsd.port.options.mk
- Bump PORTREVISION for dependency change: WITH_UNZIP

PR:		ports/152058
Submitted by:	sunpoet (myself)
Approved by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2010-11-09 05:06:13 +00:00
Lars Thegler
2a1470b111 Update to 0.03 2010-11-08 20:51:20 +00:00
Xin LI
e00d804d93 - Update to 2010-11-07 release.
- Add a patch to improve diff generation in Unicode case [1]
   which is used in the FreeBSD China wiki installation for
   a while.

Submitted by:	MQ [1]
2010-11-08 18:59:22 +00:00
Jun Kuriyama
f4dafe1893 A fast and easy way to integrate your apps with Facebook.
This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api.  With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application.  See the TODO for all
that this module cannot yet do.

WWW: http://search.cpan.org/dist/Facebook-Graph/
2010-11-08 13:51:36 +00:00
Dag-Erling Smørgrav
92bf8f3f5c Add upstream patch r5461. 2010-11-08 12:06:02 +00:00
Wen Heping
a70f86f077 - Update to 0.42
Changelog: http://search.cpan.org/src/OPERA/HTTP-DAV-0.42/Changes
2010-11-08 10:51:06 +00:00
Renato Botelho
8836830484 Remove expired ports:
2010-11-07 devel/libisc: Unlikely to be used...
2010-11-08 emulators/vmware-guestd3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 emulators/vmware-tools3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-10-08 misc/compat3x: "Only FreeBSD 6.4+ are supported in ports"
2010-11-08 misc/bidwatcher: Obsoleted by JBidwatcher and changes at http://ebay.com
2010-11-08 security/vscan: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 www/ssserver: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 10:08:47 +00:00
Sunpoet Po-Chuan Hsieh
3b347fb149 - Update to 3.0 (Final)
- Space/tab twiddle

Changes:	http://gallery.menalto.com/gallery_3.0_released
PR:		ports/151934
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2010-11-08 07:54:12 +00:00
Sunpoet Po-Chuan Hsieh
942e3d6657 - Update to 0.9.9.3
- Honor WWWDIR while I'm here

PR:		ports/151843
Submitted by:	Matthias Fechner <idefix@fechner.net>
Approved by:	Maurice Castro <maurice@castro.aus.net> (maintainer)
2010-11-08 02:43:44 +00:00
Olli Hauer
594805694a - update to version 0.12
- change MASTER_SITES

Changelog:
===========
  Version 0.12
    * Now incorrect headers will be dropped early

  Version 0.11.1
    * Fixed some documentation bugs
    * Built win32 binaries against latest httpd using MSVC9
    * Updated MSVC Project files

  Version 0.11
    * Fixed large file support

  Version 0.10
    * Won't override Etag/Last-Modified if already set.
    * New Configuration directive: XSendFileIgnoreEtag
    * New Configuration directive: XSendFileIgnoreLastModified
    * New Configuration directive: XSendFilePath
    * Removed Configuration directive: XSendFileAllowAbove
      Use XSendFilePath instead.
    * Improved header handling for FastCGI/CGI output (removing duplicate headers).

PR:		151991
Submitted by:	Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer)
Approved by:	glarkin (mentor, implicit)
2010-11-07 02:36:56 +00:00
Herve Quiroz
a2d9965a94 Update to 1.384 2010-11-06 23:41:32 +00:00
Juergen Lock
a3731df72a - Update to 10.1r102 resp. 9.0r289.
- Drop MD5 hashes from distinfos

Security:	http://www.freebsd.org/ports/portaudit/76b597e4-e9c6-11df-9e10-001b2134ef46.html
Reported by:	Matthias Apitz on -emulation
2010-11-06 17:55:52 +00:00
Sergey Skvortsov
2c719a8b0b - Upadte to 0.87
- Pass maintainerhsip to perl@
2010-11-05 10:21:55 +00:00
Li-Wen Hsu
7fe8ba3bd1 - Update to 20100917
PR:		ports/151959
Submitted by:	Jui-Nan Lin <jnlin AT csie.nctu.edu.tw>
2010-11-05 10:21:53 +00:00
Wen Heping
faadc43159 - Update to 0.12
Changelog: http://search.cpan.org/src/SHOT/Catalyst-Plugin-Log-Dispatch-0.12/Changes

PR:		ports/151863
Submitted by:	"Oleg A. Mamontov" <oleg@mamontov.net> (maintainer)
2010-11-05 09:16:37 +00:00
Wen Heping
a7c6edcc1b - Update to 1.0
PR:		ports/147665
Submitted by:	Grzegorz Blach <magik@roorback.net>
Thanks to:	Ildar Hizbulin <hizel@vyborg.ru>
2010-11-05 02:57:48 +00:00
Mario Sergio Fujikawa Ferreira
8ac05a08e4 Update to 1.0.r1589 2010-11-04 23:36:35 +00:00
Greg Larkin
bb0b03257d A software companion to a 30+ year-old CIA research methodology,
Open Source Analysis of Competing Hypotheses (ACH) will help you
think objectively and logically about overwhelming amounts of data
and hypotheses. It can also guide research teams toward more
productive discussions by identifying the exact points of contention.

WWW: http://www.competinghypotheses.org/

PR:		ports/151225
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-11-04 21:08:20 +00:00
Renato Botelho
d1cb5fbcdc Remove expired ports:
2010-11-01 ftp/kwebget: Development has ceased.
2010-11-01 multimedia/clive-utils: development has ceased; use multimedia/umph instead
2010-11-01 ports-mgmt/barry: Development has ceased.
2010-11-01 www/wb0: Development has ceased.
2010-11-04 15:20:27 +00:00
Sunpoet Po-Chuan Hsieh
6c849391e7 - Update to 2897
- Change COMMENT and pkg-descr

Changes:	http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR:		ports/151936
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2010-11-04 15:18:38 +00:00
Sunpoet Po-Chuan Hsieh
9a9561527c - Update to 0.07
Changes:	http://search.cpan.org/dist/HTML-Query/ChangeLog
PR:		ports/151935
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2010-11-04 15:15:38 +00:00