Commit Graph

106380 Commits

Author SHA1 Message Date
Alex Dupre
d60988dec4 Add a new shared extension for PHP. 2004-07-19 07:51:04 +00:00
Alex Dupre
247aa266ba Add a new shared extension for PHP. 2004-07-19 07:50:37 +00:00
Alex Dupre
c3a18563fb Add a new shared extension for PHP. 2004-07-19 07:49:33 +00:00
Alex Dupre
b8c373f126 Add a new shared extension for PHP. 2004-07-19 07:48:57 +00:00
Alex Dupre
54d2f85eba Add a new shared extension for PHP. 2004-07-19 07:48:29 +00:00
Volker Stolz
24479b53fe Update workrave to use the new gtkmm26 stuff.
PR:		ports/69052
Submitted by:	Koop Mast (maintainer)
2004-07-19 07:39:42 +00:00
Alex Dupre
acf6e5243d Add a new shared extension for PHP. 2004-07-19 07:37:53 +00:00
Alex Dupre
dad9273a51 Add a new shared extension for PHP. 2004-07-19 07:37:05 +00:00
Alex Dupre
e07e68d1bc Add a new shared extension for PHP. 2004-07-19 07:34:56 +00:00
Oliver Eikemeier
a8ae38f530 add a sf.net mirror in france 2004-07-19 07:32:16 +00:00
Alex Dupre
76341f8f55 Add pecl-yaz 1.0.1, a PECL extension that implements a Z39.50 client. 2004-07-19 07:29:41 +00:00
Alex Dupre
b674531c4a Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm. 2004-07-19 07:26:57 +00:00
Oliver Eikemeier
335b633290 use distfile from websieve-063a 2004-07-19 07:26:51 +00:00
Oliver Eikemeier
933d4284f1 add files forgotten in last commit 2004-07-19 07:25:55 +00:00
Oliver Eikemeier
405420ffaa Update to version 063a
PR:		69265 (partly)
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu>
2004-07-19 07:25:30 +00:00
Alex Dupre
2f53f9a14a Add pecl-zip 1.0, a PECL extension to read zip files. 2004-07-19 07:24:30 +00:00
Alex Dupre
b124da0367 Use the new PHP infrastructure. 2004-07-19 07:23:20 +00:00
Alex Dupre
993768b304 Add new shared extension for PHP. 2004-07-19 07:22:10 +00:00
Alex Dupre
54c2769190 Add new shared extension for PHP. 2004-07-19 07:21:35 +00:00
Edwin Groothuis
203cd8df0e [PATCH] misc/screen: Utilize EXAMPLESDIR
Utilize EXAMPLESDIR to improves layout; i.e.,

	  configuration file        -> ${PREFIX}/etc
	  sample configuration file -> ${PREFIX}/share/examples/${PORTNAME}

	This change helps if many configuration files and sample ones exist.

PR:		ports/58385
Submitted by:	Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: 	maintainer timeout
2004-07-19 07:21:17 +00:00
Alex Dupre
638b516428 Add php5-pear, the PEAR framework for PHP. 2004-07-19 07:17:29 +00:00
Alex Dupre
9beee9d36d Add php4-pear, the PEAR framework for PHP. 2004-07-19 07:16:54 +00:00
Alex Dupre
33e77102be Second step of PHP mega-commit:
- update bsd.php.mk to handle the new PHP infrastructure
2004-07-19 07:15:24 +00:00
Alex Dupre
ab66df4bf4 Add pcre extension for PHP. 2004-07-19 07:12:57 +00:00
Alex Dupre
5b11118649 Add pcre extension for PHP. 2004-07-19 07:12:19 +00:00
Alex Dupre
a88bd100ed Add xml extension for PHP. 2004-07-19 07:11:17 +00:00
Alex Dupre
566f7e37e3 Add xml extension for PHP. 2004-07-19 07:10:38 +00:00
Volker Stolz
f2b53e89c5 Update to 0.26
PR:		ports/69018
Submitted by:	Kimura Fuyuki (maintainer)
2004-07-19 07:09:43 +00:00
Alex Dupre
af7ee2a6ac First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00
Volker Stolz
f9b6f78e21 Update to pre 15
PR:		ports/69208
Submitted by:	Linh Pham
2004-07-19 06:52:02 +00:00
Sergey Skvortsov
b9a9bac441 Updated to 1.4 2004-07-19 06:51:03 +00:00
Volker Stolz
5ff54b1bbd Update to v.16:
- This version supports 13 fields long make describe format. closes ports/69238
- Database format changed in both python and postgresql backends.
- You need to delete portindex.pck file if you have more than 0 entries in index generated by portindex 15
- You need to update postgresql tables (added some columns) by hand or use create.sql script for drop + create.
- loadindex and updinst are 100% faster due to using of prepared statements in portgresql.
- updateall script optimized. When used, slow fs walking is avoided in portreadmes, loadindex
- updinst updates alive package status
- added stealthupdates script for listing changes without portrevision bumps
- added options to configuration file for keeping dupes in index (recommended) and keeping ports with partial unresolved depends
- added back link to portindex homepage because downloading rate drops

PR:		ports/69256
Submitted by:	Radim Kolar (maintainer)
2004-07-19 06:42:48 +00:00
Eric Anholt
47a9baa231 s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by:	pointyhat via kris (over and over)
2004-07-19 06:29:06 +00:00
Sergey Skvortsov
f851439267 Updated to 1.00 2004-07-19 06:24:49 +00:00
Edwin Groothuis
e97215bace New port: devel/slb_rf60
This is a pcsc-lite driver for the Schlumberger Reflex 62/64
	serial smartcard reader

	This port should be filed under "security/ifd-slb_rf60"
	because there are already some other pcsc-lite drivers
	follow this convention.

	I also made a few minor changes because of portlint warnings,
	so please apply this patch and rename the directory to
	"ifd-slb_rf60" before committing.

PR:		ports/63120
Submitted by:	Toni Andjelkovic <toni@soth.at>
2004-07-19 06:04:16 +00:00
Maxim Sobolev
65fd5b616d Update to 1.1. 2004-07-19 05:42:23 +00:00
Dirk Meyer
6fdba7c09c - update MASTER_SITES 2004-07-19 05:40:34 +00:00
Dirk Meyer
31d2ffa52f - update URL website 2004-07-19 05:32:15 +00:00
Dirk Meyer
85c2846a81 - update to 1.0.10
- drop maintainership
2004-07-19 05:27:43 +00:00
Dirk Meyer
55debb52d1 - drop maintainership 2004-07-19 05:15:28 +00:00
Edwin Groothuis
3db5421a96 new port: devel/libpreps - gui part stable release
preps is a problem report system developed for linux.
	preps-gui is part #3 of preps pack.

PR:		ports/64585
Submitted by:	Alex Lyashkov <shadow@psoft.net>
2004-07-19 05:10:12 +00:00
Dirk Meyer
09125a02c7 - delete port after repropcopy to sendmail811 2004-07-19 04:54:01 +00:00
Dirk Meyer
89d4531cec rename mail/sendmail-old 2004-07-19 04:49:20 +00:00
Dirk Meyer
3bc36ee9df - new option SENDMAIL_PORT 2004-07-19 04:45:33 +00:00
Dirk Meyer
3bb1ec678a - installs pkgconfig data in $(prefix)/libdata
PR:		69150
Submitted by:	Konstantin Oznobihin
2004-07-19 04:36:14 +00:00
Dirk Meyer
d9c7deea9e - Security Fix
- update to 2.8.19-1.3.31
2004-07-19 04:06:46 +00:00
Dirk Meyer
727cbd0d7c - new option SENDMAIL_PORT 2004-07-19 03:50:24 +00:00
Oliver Lehmann
6d22a57097 update to xfce4-4.0.6 2004-07-19 03:31:36 +00:00
Ying-Chieh Liao
d39ad996a5 re-organize Makefile
Discussed with:		maintainer
2004-07-19 01:51:42 +00:00
Adam Weinberger
9196978ea2 Fix build with mozilla-devel. All the work for this fix
was done by marcus.
2004-07-19 00:37:56 +00:00