Commit graph

141852 commits

Author SHA1 Message Date
Edwin Groothuis
16916fc45a Set IGNORE for FreeBSD 4.x
Approved by:	ppl <ppl@nbnet.nb.ca>
2006-01-06 07:13:34 +00:00
Edwin Groothuis
c3f93965a9 New port databases/p5-DBIx-Sequence
DBIx::Sequence - A simple SQL92 ID generator

	This module is intended to give easier portability to Perl
	database application by providing a database independant
	unique ID generator.  This way, an application developer
	is not bound to use his database's SEQUENCE or auto_increment
	thus making his application portable on multiple database
	environnements.

	This module implements a simple Spin Locker mechanism and
	is garanteed to return a unique value every time it is
	called, even with concurrent processes. It uses your database
	for its state storage with ANSI SQL92 compliant SQL. All
	SQL queries inside DBIx::Sequence are pre cached and very
	efficient especially under mod_perl.

	WWW: http://search.cpan.org/dist/DBIx-Sequence/

PR:		ports/91373
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 07:06:46 +00:00
Edwin Groothuis
95d4430904 Serendipty Port is missing php4-xml-4.4.1_3
The port of the Serendipty Blog engine does not install the
	php4-xml-4.4.1_3 which is necessary for the blog to display
	posts.

PR:		ports/91363
Submitted by:	Gerard J. Cerchio <gjpc@OB1Net.net>
2006-01-06 06:23:49 +00:00
Edwin Groothuis
5aa1d63af5 New port databases/p5-DBIx-Abstract
DBIx::Abstract - DBI SQL abstraction.

	This module provides methods for doing manipulating database tables
	This module provides methods retrieving and storing data in SQL
	databases. It provides methods for all of the more important SQL
	commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).

	It endeavors to produce an interface that will be intuitive to those
	already familiar with SQL.

	Notable features include:

	  * data_source generation for some DBD drivers.
	  * Can check to make sure the connection is not stale and reconnect
	    if it is.
	  * Controls statement handles for you.
	  * Can delay writes.
	  * Generates complex where clauses from hashes and arrays.
	  * Shortcuts (convenience functions) for some common cases. (Like
	    select_all_to_hashref.)

	WWW: http://search.cpan.org/dist/DBIx-Abstract/

PR:		ports/91372
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 06:16:54 +00:00
Joe Marcus Clarke
c9867be4d9 * Update to 1.4.2
* Fix wireless interface detection [1]

PR:		90199 [1]
2006-01-06 06:13:47 +00:00
Edwin Groothuis
5c6f87dd06 New port: audio/py-flac, Python module that provides the Free
Lossless Audio Codec interface

	Python module that provides the Free Lossless Audio Codec
	interface

PR:		ports/91348
Submitted by:	Byung-Hee HWANG <bh@izb.knu.ac.kr>
2006-01-06 06:00:47 +00:00
Edwin Groothuis
5af9ba8e2f [UPDATE]: security/md5deep: Update to version 1.9.3
This patch will update security/md5deep to version 1.9.3.
	This version fixes the following bugs:

	- Fixed expert mode to remove a number of logical errors
	  that prevented the program from correctly identifying which
	  files should be hashed. Symbolic links, in particular, were not
	  being chosen or excluded correctly.
	- Added quiet mode, -q, filename is omitted from the output.
	- Added Makefile directive macg5 to compile OS X G5 specific code
	- Fixed comparisons between signed and unsigned variables in helpers.c
	  and dig.c

PR:		ports/91367
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-06 05:59:11 +00:00
Edwin Groothuis
576f4b20ab [MAINTAINER] www/p5-HTML-Prototype: up to 1.40
up to 1.40

PR:		ports/91362
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-06 05:58:20 +00:00
Edwin Groothuis
e13f6ade94 Update to 2.0.9
Submitted by:	 Stefan 'Steve' Tell <stefan.tell@crashmail.de>
2006-01-06 05:32:25 +00:00
Joe Marcus Clarke
3f6d4aa327 Update to 1.2.7. 2006-01-06 04:42:29 +00:00
Joe Marcus Clarke
2143588060 Update to 1.0.2. 2006-01-06 04:42:17 +00:00
Yen-Ming Lee
c0e69aa347 - update to 4.11 2006-01-06 04:22:59 +00:00
Andrey A. Chernov
84598f77e3 Upgrade to 1.8.0 2006-01-06 03:04:56 +00:00
Yen-Ming Lee
dff623cf2b - update to 1.17
PR:		91360
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-01-06 02:21:00 +00:00
Yen-Ming Lee
6157e338de - add missing optional dependency URI in BUILD_DEPENDS 2006-01-06 02:17:44 +00:00
Yen-Ming Lee
da61eecde9 - remove IGNORE on old perl
PR:		90747
Submitted by:	leeym
Approved by:	maintainer timeout
2006-01-06 02:04:31 +00:00
Yen-Ming Lee
a075c67d38 - postgrey is compatibile with Berkeley-DB < 4.1 since postgrey-1.23
(WWW: http://lists.ee.ethz.ch/postgrey/msg00922.html)
  (WWW: http://lists.ee.ethz.ch/postgrey/msg00936.html)
- replace USE_PERL5 with USE_PERL5_RUN
- install postgreyreport
- add comment and update wording for IGNORE message
- bump PORTREVISION

PR:		90725
Submitted by:	leeym
Approved by:	maintainer
2006-01-06 01:56:16 +00:00
CHOI Junho
6aa241a334 Drop maintainership. :< 2006-01-06 01:18:47 +00:00
Yen-Ming Lee
53bb289813 - update to 0.52 2006-01-06 01:17:57 +00:00
Kris Kennaway
af59a14803 IGNORE since the dependency list reported by 'make describe' somehow
differs from the list of dependencies recorded in the package.
2006-01-06 00:46:42 +00:00
Thierry Thomas
dff14d17de Add a note about a script to migrate Kronolith's back-end from MCAL
to SQL.
2006-01-06 00:39:18 +00:00
Thierry Thomas
e23ee358fa - Replace WITH_APACHE2 by USE_APACHE, rename httpd.conf.xxx to
httpd-xxx.conf and fix configuration if APACHE_VERSION > 20.

- Don't use the MCAL back-end by default for Kronolith, it is
  deprecated.

- Deinstall bug reported by John Nielsen <john (at) jnielsen.net>:
  respect LHORDEDIR.

- Fix horde-passwd installation / deinstallation.

- Don't bump PORTREVISION, because running installations are not
  concerned.
2006-01-06 00:38:13 +00:00
Pav Lucistnik
8931540e0a - Fix SSL option
- Add HALFOPS option
- Fix comment about PREFIX

PR:		ports/91340
Submitted by:	Geraint Edwards <gedge-oss@yadn.org>
Approved by:	maintainer
2006-01-05 23:57:18 +00:00
Pav Lucistnik
5eade7a03d - Update to 2.8.5
PR:		ports/91365
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-01-05 23:39:09 +00:00
Pav Lucistnik
86c39085f1 - Fix permissions on datafiles
- Add SHA256

PR:		ports/91350
Submitted by:	Hubert Tournier <hubert@frbsd.org> (maintainer)
2006-01-05 23:13:22 +00:00
Pav Lucistnik
7598ccb917 - Update to 21.9 2006-01-05 22:39:57 +00:00
Pav Lucistnik
3527239417 - Remove symlinks that belong to mtree
Approved by:	maintainers
2006-01-05 22:31:12 +00:00
Edwin Groothuis
ff251aa40f two additional slirp patches for emulators/qemu
Apply two additional slirp patches from the mailing list
	(and quiet WITH_HACKS patching):

	http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00277.html
	(-> files/patch-slirp-nat)

	http://lists.gnu.org/archive/html/qemu-devel/2005-05/msg00228.html
	(-> files/patch-slirp-mbuf.c)

PR:		ports/91358
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2006-01-05 22:21:14 +00:00
Pav Lucistnik
8c4c943cb5 - Update to 0.4.8 2006-01-05 22:17:47 +00:00
Sergey Matveychuk
75dd93c875 - Update tp 0.8.6h
* Numerous bugs fixed
* A few notable features include MySQL 5.x support
* New 5th percentile functionality, and multiple command line scripts
- Refine a little pkg-message.in
2006-01-05 22:10:06 +00:00
Mikhail Teterin
5fc21df017 Upgrade from 0.8.3 to 0.8.4. Hate <bsd.gnome.mk>
Thanks to:	edwin's robot
2006-01-05 22:01:17 +00:00
Kirill Ponomarev
b99ce1ac10 Fix INDEX build.
Reported by:	some magic cperciva' scripts.
2006-01-05 21:38:22 +00:00
Edwin Groothuis
b6cb767012 Update to 2.22 2006-01-05 21:37:38 +00:00
Kirill Ponomarev
484bca694c Update to 1.0.7 2006-01-05 21:20:13 +00:00
Adam Weinberger
3e35a078d4 Update to 1.6.7. 2006-01-05 21:17:32 +00:00
Kirill Ponomarev
438da01866 Update to 0.47 2006-01-05 21:15:54 +00:00
Kirill Ponomarev
15cd0f58e3 Update to 11.1 2006-01-05 21:14:09 +00:00
Aaron Dalton
9ea60094d4 - updated from v0.05 to v0.06
- updated maintainership

0.06 Fri July 8, 2005
    - Fixed bug in Array::Iterator::peek().
      Thanks to Hugo Cornelis for pointing it out
        - added tests for this
    - Added patch from Phillip Moore to support
      *single element iteration* using the hash-ref
      constructor option.
        - added tests and docs for this (also from Phillip :)

Approved by: tobez (implicit)
2006-01-05 21:11:07 +00:00
Ade Lovett
64d283b01f As threatened, remove the compatibility shims for autotools, everything
should now be using USE_AUTOTOOLS.
2006-01-05 21:05:30 +00:00
Mario Sergio Fujikawa Ferreira
9b7d382ebc New port qvamps version 0.20: Dvd rip gui written in qt that uses
vamps and dvdauthor
2006-01-05 20:59:46 +00:00
Alexander Kabaev
4d44117c01 Reconnect linux_kdump. 2006-01-05 20:57:06 +00:00
Emanuel Haupt
0dcf1b3b74 Remove just added port. pbl is already available under databases/libpbl. 2006-01-05 20:16:59 +00:00
Emanuel Haupt
6298e7ff35 Add pbl, a highly portable database library.
PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.

The code of the PBL library includes:

 - PBL BASE - some base functions (pbl_*)
 - PBL HASH - a memory hash table implementation (pblHt*)
 - PBL KEYFILE - a key file implementation (pblKf*)
 - PBL ISAM - an ISAM file implementation (pblIsam*)

The spamprobe project (mail/spamprobe) can be used with PBL databases.

PR:		ports/91344
Submitted by:	Johan van Selst <johans@stack.nl>
2006-01-05 20:07:07 +00:00
Mario Sergio Fujikawa Ferreira
f67752992f Update to 2.7.2 2006-01-05 20:04:21 +00:00
Yen-Ming Lee
0489bd2f14 - update to 0.23 2006-01-05 20:02:23 +00:00
Jean-Yves Lefort
f4b1d314cd Update to 2.0.14 2006-01-05 19:52:05 +00:00
James E. Housley
a9bdec9a47 UPdate to DAT 4668 2006-01-05 18:53:34 +00:00
Adam Weinberger
bffc0a5b38 Update to 0.0.24. 2006-01-05 18:21:54 +00:00
Pav Lucistnik
73e4f71829 - Don't pack up mtree symlinks
Approved by:	Scott Flatman <sf@slappy.org> (maintainer)
2006-01-05 17:56:51 +00:00
Dejan Lesjak
96e42a05d1 Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder.

PR:		ports/91279
Submitted by:	Victor Snezhko (snezhko at indorsoft dot ru)
2006-01-05 17:08:07 +00:00