Commit graph

132753 commits

Author SHA1 Message Date
Mikhail Teterin
1dbc908d19 Oops, somehow my previous commit did not pick up the actual patch. Which
is good, because I forgot to bump the PORTREVISION anyway.
2005-09-16 05:48:14 +00:00
Max Khon
4797d3f246 Update to 20050910 snapshot. 2005-09-16 05:47:35 +00:00
Mikhail Teterin
96ce47ca76 Add a patch from the vendor's CVS to limit the number of pictures cached
by the library (to two by default). Previous versions had NO LIMIT,
which prevented simple clients of the library (such "gphoto -P" itself)
from downloading LARGE sequences of pictures -- the program would run
out of memory and crash.

While here, remove the explicit requirements for shared library versions
of dependencies.
2005-09-16 05:46:48 +00:00
Michael Johnson
1025efd042 - Update to 0.6.2 2005-09-16 05:46:11 +00:00
Dirk Meyer
ad0c6901fe - update to 1.4.0 2005-09-16 04:12:58 +00:00
Dirk Meyer
91677018e0 - cleanup LDCONFIG_DIRS 2005-09-16 04:07:03 +00:00
Dirk Meyer
7c331e54ba - updated urls 2005-09-16 04:05:34 +00:00
Vanilla I. Shu
9c413760b8 Upgrade to 1.0.4.
PR:		ports/84803
Submitted by:	chinsan at gmail dot com
2005-09-16 02:57:35 +00:00
Yen-Ming Lee
622d40362e - update to 2.479 2005-09-16 01:55:22 +00:00
Yen-Ming Lee
6bb5b0c0dd - update to 0.48 2005-09-16 01:44:26 +00:00
Yen-Ming Lee
b496271c47 - update to 0.020
- add missing dependency
- add WWW in pkg-descr
2005-09-16 01:01:46 +00:00
Pav Lucistnik
0a45c0ac5a - Update to 1.3.14 2005-09-16 00:21:55 +00:00
Pav Lucistnik
07641266ef - Reset long term inactive maintainer 2005-09-16 00:15:56 +00:00
Pav Lucistnik
97fd5fd454 - Update to 1.3.13
PR:		ports/85422
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout (seanc; 18 days)
2005-09-16 00:15:12 +00:00
Simon Barner
ff5b8bb75e Change to FreeBSD.org email address. Somehow I did no change these ports
when I became a committer.
2005-09-16 00:12:20 +00:00
Pav Lucistnik
c064e1181b - Update to 1.2.7
PR:		ports/81400
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout (seanc; 4 months)
2005-09-16 00:07:28 +00:00
Pav Lucistnik
ee99e59f25 - Update to 1.9
- OPTIONSify
- Convert rc script to rcNG
- Install docs

PR:		ports/82998
Submitted by:	Shinsuke Matsui <smatsui@karashi.org>
Approved by:	maintainer timeout (anders; 2 months)
2005-09-15 23:58:57 +00:00
Pav Lucistnik
535b16e097 Displays date in 5 formats, including stardate
PR:		ports/86161
Submitted by:	Henrik Brautaset Aronsen <freebsd-ports@henrik.synth.no>
2005-09-15 23:56:05 +00:00
Pav Lucistnik
b5b060f365 - Update to 2.10
PR:		ports/82582
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by:	maintainer timeout (2 months)
2005-09-15 23:51:55 +00:00
Pav Lucistnik
0fa16d0db0 ClusterSSH controls a number of xterm windows via a single graphical
console window to allow commands to be interactively run on multiple
servers over an ssh connection.

PR:		ports/84970
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2005-09-15 23:42:29 +00:00
Pav Lucistnik
06ab573bb8 SkyTemplate is a LGPL-ed fast template engine for PHP.
PR:		ports/84223
Submitted by:	Mun-Kyo Seo <munggo@gmail.com>
2005-09-15 23:40:04 +00:00
Simon Barner
7eac167eb8 Fix plist.
Reported by:	kris via pointhat
Pointy hat to:	me for not being more thorough
2005-09-15 23:34:10 +00:00
Pav Lucistnik
d061b81815 Pcapy is a Python extension module that interfaces with
the libpcap packet capture library. Pcapy enables Python
scripts to capture packets on the network.

Pcapy is highly effective when used in conjunction with
a packet-handling package such as Impacket, which is a
collection of Python classes for constructing and dissecting
network packets.

PR:		ports/86184
Submitted by:	Marcin Jessa <yazzy@yazzy.org>
2005-09-15 23:26:32 +00:00
Pav Lucistnik
924d490ce1 - Add WITHOUT_X11 as a synonym to WITHOUT_GUI
PR:		ports/86183
Requested by:	Vivek Khera <vivek@khera.org>
2005-09-15 23:09:22 +00:00
Pav Lucistnik
b178b08ab6 - Update to 1.8.6
PR:		ports/84605
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
2005-09-15 23:07:07 +00:00
Pav Lucistnik
5b696bd410 XS-HTTPD is a WWW server that has the following features:
- It is pronounced as "access-HTTP-daemon"
- It is SMALL (very small in fact: a factor two to three smaller than
  normal servers on disk and in memory)
- It is FAST (because it is so small and does not do unnecessary things)
- Uses very little CPU time
- Configurable (configuration compiled in to make it small, but largely
  overridable on the command line)
- Runs user CGI binaries under their own user ID
- Gets users' pages under their own user ID, allowing them to really
  have protected pages (using the built-in authentication mechanism)
- Does not fork for every connection (has a fixed number of servers),
  only to replace a lost server (in case of timeouts).
- Comes with some other useful programs
- Offers Server-Side Includes for many common tasks, including built-in
  page counters (text or graphical)
- Supports PHP and other interpreted file formats
- Supports automatic decompression to save diskspace and bandwidth
- Serves SSL (https) and http connections through the same daemon
- Full support for IPv6

PR:		ports/84314
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-09-15 23:04:31 +00:00
Edwin Groothuis
058bc54315 [ipv6calc-announce] New version 0.50 released
20050915/PB
        various c files
         - fix snprintf size parameter (credits to
            Radek Vok?l for pointing this out)
        lib/libipv6addr.c#ipv6addr_copy
         - fix bug which causes stack overflow (credits to
            Radek Vok?l for finding the bug)
        several Makefiles
         - add compiler switch -O2, reason for segfault was found
         - remove also static on clean
        ipv6logconv:
         - add support for unique local unicast
        update databases
2005-09-15 23:00:52 +00:00
Thierry Thomas
5c9fe3249a Upgrade to 1710 beta 4. 2005-09-15 21:48:44 +00:00
FUJISHIMA Satsuki
83a5a47753 PORTREVISION bump for changed plist. 2005-09-15 21:43:41 +00:00
FUJISHIMA Satsuki
3c9094aa3d fix package. non response from maintainer for 2 weeks. 2005-09-15 21:40:31 +00:00
Pav Lucistnik
b8616dd32b - Take maintainership
- Update pkg-descr, add pkg-message with post-install instructions
- Switch to static plist
- Cleanup

PR:		ports/84817
Submitted by:	Julien Gabel <jpeg@thilelli.net>
2005-09-15 21:24:17 +00:00
Pav Lucistnik
9f23c4c25c Selenium is a test tool for web applications. Selenium tests run
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.

PR:		ports/84687
Submitted by:	kaworu <kaworu@users.sourceforge.jp>
2005-09-15 21:08:34 +00:00
Pav Lucistnik
2b13301a91 - Update to 0.9.13
PR:		ports/86182
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2005-09-15 21:03:56 +00:00
Simon Barner
83819083dc - Fix build on >= 5.x
- Pass maintainership to submitter

Submitted by:		Andrej Zverev <az@az.inec.ru>
PR:			ports/86074
Approved by:		Matt Dawson <matt@mattsnetwork.co.uk>
			(old maintainer)
2005-09-15 20:48:10 +00:00
Pav Lucistnik
b0b83793f1 - Fix a bug in the installer
PR:		ports/84867
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2005-09-15 20:48:01 +00:00
Alexey Dokuchaev
f3392db4d7 Update to version 2.
PR:		ports/84468 [1], ports/85264 [2]
Submitted by:	Wesley Shields <wxs(at)csh.rit.edu> [1]
		Andrew Pogrebennyk <andrew.nau.ua(at)gmail.com> [2]
2005-09-15 20:46:47 +00:00
Pav Lucistnik
f5b154d361 - Fix a bug in the installer
PR:		ports/84866
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2005-09-15 20:42:56 +00:00
Koop Mast
4e416c180b Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin name
(which is non-default).

Submitted by:	krismail
2005-09-15 20:22:08 +00:00
Pav Lucistnik
2e5accd757 - Add an entry on possible DOS condition regarding NTLM in squid
PR:		ports/86179
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
2005-09-15 20:14:26 +00:00
Pav Lucistnik
43e58bb9bc - Integrate the following vendor patches:
- LDAP helpers do not work with TLS (-Z option)
    (squid bug #1389)
  - Incorrect store dir selection debug message on objects >2G
    (squid bug #1343)
  - Enums cannot be assumed to be signed ints
    (squid bug #1343)
  - Allow leaving core dumps on Linux
    (squid bug #1335)
  - Do not let clients bypass delay pools by faking a cache hit
    (squid bug #500)
  - Fix problems regarding CONNECT requests when squid is configured with
    "pipeline_prefetch on"
  - Fix a possible DOS condition which may be triggered by certain NTLM
    authentication requests
    (squid bug #1391)
- Remove patching relevant to recently removed pf from ports option

PR:		ports/86179
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-09-15 20:10:59 +00:00
Vsevolod Stakhov
48e6839924 Install exilog icons.
PR:		86164
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2005-09-15 20:10:05 +00:00
Pav Lucistnik
e5dab6f732 These Python modules provide simple yet powerful multi-threaded object-oriented
CGI/FastCGI/mod_python/html-templating facilities for the Python programming
language.

PR:		ports/86155
Submitted by:	Soren Straarup <xride@x12.dk>
2005-09-15 20:02:05 +00:00
Mikhail Teterin
64938f3b34 Add the two missing files to pkg-plist. Oops...
Submitted by:	pointyhat	(via kris)
2005-09-15 20:01:09 +00:00
Pav Lucistnik
cbe8e6b256 A small and simple webserver programmed in C++ that was designed to make
sharing files easy.  By default, it shares whatever folder it was executed from
on port 2000.

PR:		ports/86001
Submitted by:	Chris Laverdure <dashevil@gmail.com>
2005-09-15 19:50:00 +00:00
Pav Lucistnik
15dfb6c0e7 - Update to 1.3
PR:		ports/86165
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2005-09-15 19:27:30 +00:00
Lars Thegler
5625b66e2e Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to server
HTTP requests.

PR:		ports/77980
Submitted by:	Zach Thompson <lin-chi@lastamericanempire.com>
2005-09-15 18:40:34 +00:00
Lars Thegler
9e0d15b004 Add p5-HTML-Template-HashWrapper 1.3, easy way to use the associate
option from HTML::Template.

PR:		ports/86157
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2005-09-15 18:31:01 +00:00
Volker Stolz
2d1af5211a Unbreak & revamp: top-level directories are owned by inti, errors
should be fatal. Since inti goes into X11BASE, the dependant ports should
do so, too.

Based on PRs:	85226,85227,85228
Submitted by:	Stefan Walter
2005-09-15 16:20:16 +00:00
James E. Housley
4abf2b5095 Udate to DAT 4582 2005-09-15 16:03:51 +00:00
Greg Lewis
ae6c76c843 . Update to 1.29.
. Unbreak and undeprecate.
. Temporarily take maintainership.
2005-09-15 15:54:10 +00:00