Commit graph

114128 commits

Author SHA1 Message Date
Edwin Groothuis
ea59dba7f1 New port: sysutils/pear-Cache_Lite PEAR fast and safe little cache system
This package is a little cache system optimized for file
	containers. It is fast and safe (because it uses file locking
	and/or anti-corruption tests).

PR:		ports/74409
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:39:20 +00:00
Edwin Groothuis
5cdd4c3c55 New port: databases/pear-MDB2 PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database
	abstraction layers.

	Note that the API will be adapted to better fit with the
	new php5 only PDO before the first stable release.

	It provides a common API for all support RDBMS. The main
	difference to most other DB abstraction packages is that
	MDB2 goes much further to ensure portability.

	Currently supported RDBMS:
	MySQL
	PostGreSQL
	Oracle
	Frontbase
	Querysim
	Interbase/Firebird
	MSSQL
	SQLite
	Other soon to follow.

PR:		ports/74408
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:37:07 +00:00
Edwin Groothuis
ac7c9771a5 New port: security/pear-Crypt_RC4 PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.

PR:		ports/74384
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:33:33 +00:00
Edwin Groothuis
65b5a7c979 New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML
tree

	PHP Based API creates a tree structure using a couple of
	small PHP classes. This can then be converted to javascript
	using the printMenu() method. The tree is dynamic in IE 4
	or higher, NN6/Mozilla and Opera 7, and maintains state
	(the collapsed/expanded status of the branches) by using
	cookies.  Other browsers display the tree fully expanded.
	Each node can have an optional link and icon. New API in
	1.1 with many changes (see CVS for changelog) and new
	features, of which most came from Chip Chapin
	(http://www.chipchapin.com).

PR:		ports/74376
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:31:19 +00:00
Edwin Groothuis
ba9248d7d9 New port: devel/pear-Var_Dump Provides methods for dumping structured
information about a variable

	The Var_Dump class is a wrapper for the var_dump function.

	The var_dump function displays structured information about
	expressions that includes its type and value. Arrays are
	explored recursively with values indented to show structure.

	The Var_Dump class captures the output of the var_dump
	function, by using output control functions, and then uses
	external renderer classes for displaying the result in
	various graphical ways:

	* Simple text,
	* HTML/XHTML text,
	* HTML/XHTML table,
	* XML,
	* ...

PR:		ports/74329
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:28:19 +00:00
Edwin Groothuis
6ab6ab32ca Update port: devel/pear-PHPUnit2 to 2.1.4
+ update devel/pear-PHPUnit2 to 2.1.4

PR:		ports/74317
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:24:57 +00:00
Edwin Groothuis
39ca595f6f New port: devel/pear-PHP_Compat Provides missing functionality for older versions of PHP
PHP_Compat provides missing functionality in the form of
	Constants and Functions for older versions of PHP.

PR:		ports/71936 ports/74239
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:22:32 +00:00
Kris Kennaway
4400a9ad40 BROKEN: Broken pkg-plist 2004-11-27 02:44:52 +00:00
Edwin Groothuis
72029aab04 update mail/postfix-current to latest
update postfix-current to latest version
	add option to enable NIS maps
	IPv6 and TLS patches are still broken, unfortunately

PR:		ports/74010
Submitted by:	Vivek Khera <vivek@khera.org>
2004-11-27 02:24:12 +00:00
Edwin Groothuis
81f580eaca [PATCH] mail/postfix: Update to libspf2-2.1.5-5
update the SPF patch to latest release which fixes bug
	exposed by gcc in FreeBSD 5.3.  it is otherwise identical
	to prior version, so no upgrade is necessary if you have
	it compiled and workign in FreeBSD 4.10 already (thus no
	version bump).

	removed "extra libspf2" patch that tried to work around
	failure of IPv6+TLS patch when used in conjunction with SPF
	patch.  It just doesn't work, and I can't figure out exactly
	what it is supposed to do.  As it was, this would cause
	failures when selecting just the SPF patch.

PR:		ports/74095
Submitted by:	Vivek Khera <vivek@khera.org>
2004-11-27 02:15:57 +00:00
OKAZAKI Tetsurou
97ef2ff1dc Apparently the host for the eclipse UML2 packages changed.
Reported by: pointyhat via Kris

PR:		ports/74393
Submitted by:	maintainer
2004-11-26 23:47:20 +00:00
Patrick Li
2c79726c85 Add missing dependency
Reported by:	pointyhat (kris)
2004-11-26 23:15:27 +00:00
Joe Marcus Clarke
30a66c1430 Correct a potential segmentation fault. 2004-11-26 22:33:04 +00:00
Brian Somers
de83746d3e Add ldap-abook - a web interface for adding, removing and modifying
LDAP addressbook records
2004-11-26 22:25:20 +00:00
Joe Marcus Clarke
d13d09be06 Add a pkg-message explaining how to use g-u-s. 2004-11-26 22:21:21 +00:00
Brian Somers
3cbb4ffaed Sort properly! 2004-11-26 22:19:30 +00:00
Joe Marcus Clarke
c3892fcb48 Add gnome-user-share, an application that lets GNOME users share a personal,
public file space via WebDAV.  The resulting share will automatically be
visible in Nautilus.
2004-11-26 22:16:16 +00:00
Brian Somers
d33bc206ed Add p5-AddressBook, a perl API for accessing LDAP addressbook data 2004-11-26 22:15:00 +00:00
Michael Johnson
92401d6d25 Respect PTHREAD_LIBS to fix build on 4.x
Reported by:	pointyhat via kris
Approved by:	adamw (implicit)
2004-11-26 21:58:22 +00:00
Kirill Ponomarev
1601298e7a Add "pstopxl" filter
Support PLIST_FILES

PR:		ports/74427
Submitted by:	Ports Fury
2004-11-26 21:05:46 +00:00
Herve Quiroz
3884ecf94f - Update to 1.2.1
- Update to bsd.java.mk 2.0
- Update to javavmwrapper 2.0

PR:		74304
Submitted by:	Alexander Usov <usov@kvi.nl>
Approved by:	maintainer
2004-11-26 21:04:48 +00:00
Kirill Ponomarev
404f9d762d Fix build
PR:		ports/74426
Submitted by:	Ports Fury
2004-11-26 21:03:59 +00:00
Kirill Ponomarev
4f531a32d6 Update to version 1.3
PR:		ports/74425
Submitted by:	Ports Fury
2004-11-26 21:02:54 +00:00
Kirill Ponomarev
2d186650af Fix build
PR:		ports/74424
Submitted by:	Ports Fury
2004-11-26 21:01:30 +00:00
Kirill Ponomarev
c6ed33f763 Update to version 0.3.0
PR:		ports/74423
Submitted by:	Ports Fury
2004-11-26 20:59:13 +00:00
Simon L. B. Nielsen
b0a66eacef Document two vulnerabilities in unarj. 2004-11-26 20:41:06 +00:00
Kirill Ponomarev
b99ce948a2 Update to version 0.40.0
PR:		ports/74422
Submitted by:	Ports Fury
2004-11-26 19:49:15 +00:00
Kirill Ponomarev
39a1da7133 Update MASTER_SITES and WWW: line
PR:		ports/74421
Submitted by:	Ports Fury
2004-11-26 19:45:59 +00:00
Kirill Ponomarev
b1e01cb937 Support gnomehier
PR:		ports/74420
Submitted by:	Ports Fury
2004-11-26 19:44:51 +00:00
Kirill Ponomarev
064bc3e839 Fix build against rerolled tarball
PR:		ports/74419
Submitted by:	Ports Fury
2004-11-26 19:40:44 +00:00
Michael Nottebrock
ebb1ead623 Mark BROKEN, does not compile with KDE >= 3.3.1 2004-11-26 19:35:55 +00:00
Eric Anholt
28c1eb46a3 Update for new MASTER_SITE post-breakin. 2004-11-26 18:36:03 +00:00
Sergey Matveychuk
fea96d9dd2 Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.
PR:		ports/74335
Submitted by:	maintainer
2004-11-26 18:23:39 +00:00
Hiroki Sato
7e2371bc12 Update to 0.24.18. A buffer overrun which can prevent
the server and client from working has been fixed.
2004-11-26 18:16:23 +00:00
Thierry Thomas
3cb2569f12 Unbreak af-aspell. 2004-11-26 18:15:48 +00:00
Sergey Matveychuk
27d3805815 - Fix build on both 4.x and 5.x
PR:		ports/73247
Submitted by:	maintainer
2004-11-26 17:46:53 +00:00
Yen-Ming Lee
10a5227ab0 - update to 0.5.3
Noticed by:	kris
2004-11-26 17:15:01 +00:00
Maxim Sobolev
109b205179 Update to 0.4.7. 2004-11-26 16:40:30 +00:00
Sergey Matveychuk
883e920692 [new port] biology/embassy
PR:		ports/74330
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 16:34:22 +00:00
Pav Lucistnik
089dcb9cd7 New port: net/pear-Net_IPv6
The class allows you to:
* check if an addresse is an IPv6 addresse
* compress/uncompress IPv6 addresses
* check for an IPv4 compatible ending in an IPv6 adresse

PR:		ports/74364
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-11-26 15:59:10 +00:00
Volker Stolz
95046972e5 Strip resulting binary
PR:		ports/74391
Submitted by:	Eugene Ossintsev
2004-11-26 15:50:57 +00:00
Pav Lucistnik
9f0169f4e4 - Update to 0.98.0
PR:		ports/74366
Submitted by:	Kirill Bezzubets <kirill@solaris.ru> (maintainer)
2004-11-26 15:33:05 +00:00
Norikatsu Shigemura
e6eeb0f508 Update to 2004.11.26. 2004-11-26 15:07:17 +00:00
Pav Lucistnik
54a5b10410 - Update maintainer's email address
PR:		ports/74372
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2004-11-26 15:04:15 +00:00
Mathieu Arnold
b709362463 Now really correct the SQL use thing by setting a variable and actually using
it and not another.

Reported by:	ale
2004-11-26 14:58:35 +00:00
Pav Lucistnik
e285f2f291 - Set NO_WERROR because some user's CFLAGS could generate warnings
PR:		ports/74388
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-11-26 14:56:56 +00:00
Pav Lucistnik
8053a56b83 - Update to 1.0.0
PR:		ports/73748
Submitted by:	Nicholas Kirby <nirbokirbinov@gmail.com>
Approved by:	can't remember if I got approval from maintainer or not
2004-11-26 14:46:01 +00:00
Mathieu Arnold
f437c1acfa Remove %%SQL%% from your nice ps output
Reported by:	Florent Thoumie <flz@xbsd.org>
2004-11-26 14:41:48 +00:00
Kirill Ponomarev
144b098706 Update to 10.11 2004-11-26 14:24:49 +00:00
Sergey Skvortsov
caac626a63 Updated to 2.32 2004-11-26 12:56:08 +00:00