Commit graph

83659 commits

Author SHA1 Message Date
Edwin Groothuis
e1782657ed New port: PEAR Swiss-army knive for reading and writing XML files
XML_Serializer serializes complex data structures like
	arrays or object as XML documents. This class helps you
	generating any XML document you require without the need
	for DOM.

	Furthermore this package can be used as a replacement to
	serialize() und unserialize() as it comes with a matching
	XML_Unserializer that is able to create PHP data strcutures
	(like arrays and objects) from XML documents, if type hints
	are available.

PR:		ports/56448
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:30:58 +00:00
Edwin Groothuis
f0b2ff48eb New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56446
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:28:24 +00:00
Hajimu UMEMOTO
039227639a chase lib version change of multimedia/xmms 2003-09-08 02:22:34 +00:00
Edwin Groothuis
d0f2cfa533 New port: PEAR class for representing XML data in a tree structure
Represent XML data in a tree structure. Allows for the
	building of XML data structures using a tree representation,
	without the need for an extension like DOMXML.

PR:		ports/56444
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:16:33 +00:00
Edwin Groothuis
a804e7d6c4 New port: PEAR template API ported from PHPLIB
The popular Template system from PHPLIB ported to PEAR. It
	has some features that can't be found currently in the
	original version like fallback paths. It has minor improvements
	and cleanup in the code as well as some speed improvements.

PR:		ports/56443
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:13:02 +00:00
Mario Sergio Fujikawa Ferreira
69a27faf05 Update to 0.9.9 2003-09-08 01:57:13 +00:00
Mario Sergio Fujikawa Ferreira
2a936542d2 Update to 1.2.8 2003-09-08 01:25:49 +00:00
Mario Sergio Fujikawa Ferreira
02c49bd1c9 Fix build on alpha ARCH machines that do not support MVI code. Check
PR for more information

PR:		48506
Submitted by:	naddy
2003-09-08 00:54:07 +00:00
Trevor Johnson
a11a549da5 Update to 3.0-beta1. 2003-09-08 00:45:18 +00:00
Mario Sergio Fujikawa Ferreira
b506f699a3 Update to 1.2.0.6 (wot-071203-upd6)
PR:		55249
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2003-09-08 00:45:12 +00:00
Edwin Groothuis
0c7e49b585 New port: PEAR Config package provides methods for configuration manipulation
The Config package provides methods for configuration manipulation.

	* Creates configurations from scratch
	* Parses and outputs different formats (XML, PHP, INI, Apache...).
	* Edits existing configurations
	* Converts configurations to other formats
	* Allows manipulation of sections, comments, directives...
	* Parses configurations into a tree structure

PR:		ports/56362
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:34:19 +00:00
Edwin Groothuis
4c28ca343d New port: PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56361
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:29:37 +00:00
Edwin Groothuis
82a8dbed15 New port: PEAR XML utility class
Selection of methods that are often needed when working with
	XML documents. Functionality includes creating of attribute
	lists from arrays, creation of tags, validation of XML names
	and more.

PR:		ports/56360
Submitted by:	Home Sweet Home, Inc.
2003-09-08 00:21:11 +00:00
Mario Sergio Fujikawa Ferreira
e3e7278082 Update to 0.5.17
PR:		55433
Submitted by:	Lars Eggert <larse@isi.edu>
2003-09-08 00:20:15 +00:00
Satoshi Taoka
3bb7cbb881 Update MASTER_SITES and WWW
Pointed out by: fenner
2003-09-08 00:17:29 +00:00
Edwin Groothuis
13e590c8f0 remove unreachable nagoya.linux.or.jp from MASTER_SITE_EXIM in bsd.sites.mk
There seems that there is no ftp service on nagoya.linux.or.jp anymore

	I got no answer to my mail
	<http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030901/058862.html>;

	(message to Kaz.Sasayama@hypercore.co.jp bounced,  no answer
	from kaz2003@hypercore.co.jp)

PR:		ports/56569
Submitted by:	Oliver Eikemeier <FreeBSD-ports-bugs@FreeBSD.org>
2003-09-08 00:15:01 +00:00
Edwin Groothuis
c91c8e8e4d chase lib version change of multimedia/xmms
PR:		ports/56505
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2003-09-08 00:10:16 +00:00
Edwin Groothuis
14c4e7a80d Updated Port: mail/dcc-dccd
Updated Port: mail/dcc-dccd

PR:		ports/56519
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2003-09-07 23:55:05 +00:00
Mario Sergio Fujikawa Ferreira
db73464fc2 Update to 0.4.7
Submitted by:	Steve O'Hara-Smith <steve@sohara.org>
2003-09-07 23:52:59 +00:00
Doug Barton
9253f0cd31 Upgrade to version 4.12, which contains several new hacks, and updates
to several of the existing ones.

Add a knob to install the ping program setuid so it can ping your network.

Remove some now-redundant patching.

Regenerate a couple of patches.
2003-09-07 23:50:12 +00:00
Mario Sergio Fujikawa Ferreira
9d41f399e3 Fix rc.d script sample 2003-09-07 23:42:14 +00:00
Edwin Groothuis
363f16721b [Maintainer update] multimedia/xmms to 1.2.8
Update to xmms 1.2.8.  See http://www.xmms.org/next_version.php for
	a full description.

Please note that if you're running -current, some options will be
automaticly disabled due to the absence of -pthread in the current
gcc. For example, libmikmod might do this because of its --ldadd
option:
	[~] edwin@ref5>libmikmod-config --ldadd
	-pthread

PR:		ports/56504
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2003-09-07 23:39:27 +00:00
Mario Sergio Fujikawa Ferreira
e2718b777a Drop maintainership 2003-09-07 23:39:04 +00:00
Edwin Groothuis
10f2d68547 french/aster: tarball has been rerolled.
The tarball has been rerolled to fix a bug in ASTK for Linux, but
         they did not upgrade the version.

         No impact on Code_Aster, excepted distinfo => I don't bump
         PORTREVISION (nevertheless, it should be bumped by PR ports/55739).

         The full story, in french, is here:
         <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>.

Fix distinfo.
Changes were in the $Id$ field and in the aster_main.sh script.

PR:		ports/56287
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-07 22:53:03 +00:00
Jacques Vidrine
c21f616c45 This was supposed to be gconf2', not gconf'. 2003-09-07 22:21:14 +00:00
Edwin Groothuis
a85b52884f Give up maintainership due to lack of mainframe access.
Submitted by:	volf@deze.org (Frank Volf)
2003-09-07 22:17:11 +00:00
Anders Nordby
86fb407932 Use MySQL 4.1 client libraries if they are installed.
Requested by:	pan@panix.ecof.org.br
2003-09-07 16:48:10 +00:00
Maxim Sobolev
1546796035 - Make PORTVERSION to be compliant with the FreeBSD standards (remove
leading `v');

- increase buffer size, so that it's possible to store strings whose
  size exceeds 4k;

- bump PORTREVISION.
2003-09-07 15:21:09 +00:00
Andrey A. Chernov
b592f32da6 Add pkg-message about INPUT_MAIL_FILTER
Check for libmilter.a presence
Remove 000. prefix on rc.d script installation
2003-09-07 14:09:23 +00:00
Akinori MUSHA
4f455641ff Update to 0.0.21. 2003-09-07 14:07:57 +00:00
Akinori MUSHA
a647df2115 Update to 2.3. 2003-09-07 14:05:46 +00:00
Norikatsu Shigemura
579ce7870b Fix build on recent current (by -pthread option is deprecated).
PR:		ports/56551
Submitted by:	KONDOU, Kazuhiro <kazuhiro@alib.jp>
2003-09-07 14:03:37 +00:00
Jacques Vidrine
51e9e07088 Update 0.7.2 -> 0.8. 2003-09-07 13:52:12 +00:00
Andrey A. Chernov
4c66a8732c Install rc.d script with -dist suffix to not overwrite real one
Set LC_ALL=C before to avoid bad regex surprises when restarting by hand
Remove socket after killing
2003-09-07 13:09:10 +00:00
Edwin Groothuis
85b89802c3 [Port Update]:: net/ethereal 0.9.13 -> 0.9.14
(actually all I took from this PR was the removal of pre-install)

PR:		ports/55142
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info>
2003-09-07 13:05:32 +00:00
Edwin Groothuis
5f7b028bc6 Update net/ethreal 0.9.13 -> 0.9.14
Update, new features. No change in installed files.

PR:		ports/56080
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Approved by:	billf@FreeBSD.org
2003-09-07 12:36:40 +00:00
Jun Kuriyama
4017da95db o Remove unneeded plist entry.
o Add non-default hint to reduce the load of syslogd message.
2003-09-07 12:34:16 +00:00
Anders Nordby
840b84bdda Install translations.
Set the data directory to PREFIX/share/mysqlcc.
Install plugins under docs.

PR:		53246
Submitted by:	Mark Hannon <markhannon@optusnet.com.au> (partly)
2003-09-07 12:33:02 +00:00
Anders Nordby
04751cdbda Update to 0.2.2.
This will close the vulnerability mentioned on
http://www.securityfocus.com/bid/8287.
2003-09-07 12:22:15 +00:00
Edwin Groothuis
b9976edf43 New port: kaffe-devel, development release of kaffe Java VM
Multi-platform Java virtual machine with JIT compiler and AWT package

PR:		ports/55270
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2003-09-07 12:06:27 +00:00
Roger Hardiman
d056c2d956 gnomemeeting2 has been repo-copied into gnomemeeting 2003-09-07 11:52:03 +00:00
Roger Hardiman
a8ad2aa60b gnomemeeting was removed. gnomemeeting2 was renamed to gnomemeeting 2003-09-07 11:46:35 +00:00
Andrey A. Chernov
ea0835111f Remove socket before starting daemon
Don't install binary with smmsp:smmsp, it is not suid
2003-09-07 10:38:36 +00:00
Andrey A. Chernov
6f0d9eefe8 Add milter-sender 2003-09-07 09:38:35 +00:00
Andrey A. Chernov
8d09064e14 Initial import 2003-09-07 09:34:20 +00:00
Alexander Nedotsukov
dddcda3679 Fix broken db3 configure on -CURRENT. -pthread -> ${PTHREAD_LIBS} 2003-09-07 08:56:24 +00:00
Andrey A. Chernov
095f230336 Only uncatchable signals can kill the milter accoding to docs, so use
-KILL
2003-09-07 08:06:43 +00:00
Joe Marcus Clarke
588bc724c9 gnomemeeting2 is now just gnomemeeting. 2003-09-07 07:07:59 +00:00
Joe Marcus Clarke
5e00385f2a Add missing dependencies on py-gtk2 and libgnomedb.
Reported by:	bento
2003-09-07 06:35:52 +00:00
Foxfair Hu
3e22cb4780 PR: 56532
Submitted by:	Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
Change dependency from p5-XML-SAX-Base to p5-XML-SAX.
2003-09-07 04:45:12 +00:00