1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

3654 Commits

Author SHA1 Message Date
Oliver Lehmann
87869765a8 - change socket and pid location from /usr/local/var/spool/authdaemon/ to /var/run/authdaemond/
- fix default user/group premissions.

PR:		78866
Submitted by:	Artis Caune <Artis.Caune@latnet.lv>
2005-03-15 17:13:49 +00:00
Michael Johnson
eb5b8ec8dc - Update to 1.0.24
PR:		ports/78873
Submitted by:	Ports Fury
2005-03-15 17:02:57 +00:00
Alex Dupre
57d43c0887 Update to 3.23.59 snapshot:
- Switch to rcNG
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
2005-03-15 14:17:25 +00:00
Alex Dupre
8f5148b801 Remove obsolate knob description. 2005-03-15 12:08:00 +00:00
Anton Berezin
c435342d61 Update to 1.48. 2005-03-15 10:00:55 +00:00
Cheng-Lung Sung
d44c0536a0 - update to 1.01
- from Changes since 0.93
  - More minor documentation fixes. (darn!)
  - Minor documentation fix.
  - Autrijus Tang fix for clobbered $_.
  - Fix tests so that they work under PostGres, courtesy Arshavir Grigora
2005-03-15 06:28:05 +00:00
Florent Thoumie
5dd3ed271e - Update to 1.7.9
PR:		ports/78823
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-03-14 20:32:29 +00:00
Pav Lucistnik
a09bb6e18f New port: databases/pear-DB_Table PEAR object-oriented interface to a database table
PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table
creation, data validation, insert, update, delete, and select; combines
these with PEAR::HTML_QuickForm to automatically generate input forms
that match the table column definitions.

PR:		ports/78588
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-14 20:15:54 +00:00
Sergey Skvortsov
1192594a15 Import latest changes from project's repository:
* better error handling for blobs
* prevent a possible buffer overflow in date handling
* don't accept blob bind param for SELECT statement
* remove pointless 'ib_cursorname' attribute. DBD does it automatically

Also switch MASTER_SITE to use SourceForge (by mystical reason this module
was disappeared from CPAN).
2005-03-14 17:58:17 +00:00
Mathieu Arnold
902aee273d Update to 0.17 2005-03-14 12:43:57 +00:00
Alex Dupre
6b308dae47 Update to 4.0.24 release:
- Fix potential security vulnerabilities in the creation of temporary
  table file names and the handling of User Defined Functions (UDFs)
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
2005-03-14 10:52:45 +00:00
Alex Dupre
f4fb7331c3 Update to 4.1.10a:
- fix potential security vulnerabilities in the creation of temporary
  table file names and the handling of User Defined Functions (UDFs).
2005-03-14 09:53:40 +00:00
Mark Linimon
45a3a8ad72 Fix INDEX build if WITH_SQLITE is defined.
Forgotten by:		nork
2005-03-14 02:03:35 +00:00
Florent Thoumie
cb6027abfd - Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.
- Move py-PySQLite to py-PySQLite10.
- Update py-PySQLite10 to 1.0.1.
- Remove obsolete dependencies.
- Assign maintainership to submitter.

PR:		ports/78508
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by:	marcus
2005-03-13 23:25:19 +00:00
Oliver Lehmann
f6b1bd9aff fix building for cases where WRKDIR is a nfs mount 2005-03-12 17:24:14 +00:00
Sergey Matveychuk
275514e89d - Update to 1.7.32
PR:		ports/78724
Submitted by:	maintainer
2005-03-12 13:47:21 +00:00
Jeremy Messenger
ebfae590f2 -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1
-A few clean up such as correct paths, dependencies and etc.
2005-03-12 11:05:18 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Pav Lucistnik
a106c7af12 PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based
emulator and provides a uniform, object-based interface for the
Berkeley-style database systems.

PR:		ports/78600
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-11 20:40:28 +00:00
Mathieu Arnold
f229fb2392 Update to 0.24 2005-03-11 14:22:29 +00:00
Dirk Meyer
a4e9ddf894 - update to phpPgAdmin-3.5.2
PR:		78672
2005-03-11 06:15:23 +00:00
Sergey Matveychuk
cd6b1f82f4 - Change find(1) options that is not supported before FreeBSD 5.3
PR:		ports/78636
Submitted by:	maintainer
2005-03-10 13:25:59 +00:00
Ying-Chieh Liao
0aa355072e add jrobin 1.4.0
A pure Java alternative to RRDTool
2005-03-09 06:01:22 +00:00
Pav Lucistnik
94bf6c3617 PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
PR:		ports/78599
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-08 22:37:12 +00:00
Pav Lucistnik
73fcc2def6 - Update to 0.12.1
PR:		ports/78535
Submitted by:	maintainer
2005-03-08 20:29:03 +00:00
Volker Stolz
cfa760770e Unbreak on 4.x by setting USE_GETOPT_LONG 2005-03-08 18:12:51 +00:00
Volker Stolz
58f98c6e5c Update to 2.8.16
PR:		ports/78510
Submitted by:	Marcus Grando
2005-03-08 12:23:34 +00:00
Thierry Thomas
913660362c Update to to 1.7.7.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.7/>.

PR:		ports/78528
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-07 22:21:15 +00:00
Thierry Thomas
e48d838315 Upgrade to 1.7.4.
Changelog at <http://pear.php.net/package/DB/download/1.7.4/>.

PR:		ports/78560
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-07 22:04:06 +00:00
Thierry Thomas
8962a7d4a6 Add pear-MDB_QueryTool 1.0.0, PEAR OO-interface for easily
retrieving and modifying data in a DB.

PR:		78368
Submitted by:	Antônio Carlos Venâncio Júnior
2005-03-07 20:31:11 +00:00
Simon Barner
52dbd9dc4d - Update to 1.0.0-rc3
PR:		ports/78373
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Approved by:	arved (mentor)
2005-03-07 10:01:57 +00:00
Pav Lucistnik
9dab9208e1 PgWorksheet is an simple GUI frontend to Postgresql for executing SQL query and
psql commands without using the psql command line tool.

PR:		ports/78404
Submitted by:	Henri Michelon <hmichelon@e-cml.org>
2005-03-06 23:36:23 +00:00
Sergey Matveychuk
642e66b209 - Update to 1.7.31
- Add files maintainer did not mention on previous update

PR:		ports/78469
Submitted by:	maintainer
2005-03-06 16:03:01 +00:00
Thierry Thomas
8603006888 - Update to phpmyadmin-2.6.1.pl3 which corrects some pugs introduced
with the security patches in pl2.  Announcement is at:

    http://sourceforge.net/mailarchive/forum.php?thread_id=6732974&forum_id=2141

Release Notes:

    http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0

- add OPTIONS support for the PHP MCRYPT and MBSTRING modules,
      both of which are can be used by recent versions of phpMyAdmin.

PR:		ports/78445
Submitted by:	Matthew Seaman (maintainer)
2005-03-06 10:48:47 +00:00
Thierry Thomas
dff98a81bd - Upgrade to 4.61;
- Add an option to install tests.

PR:		78129
Submitted by:	Martin Matuska (maintainer)
2005-03-06 10:01:53 +00:00
Volker Stolz
c94737d606 Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!

PR:		ports/78088
2005-03-05 22:09:34 +00:00
Oliver Lehmann
a12c1a44c7 update to 0.55
migrate to OPTIONS [1]
add WITH_SYSLOG_FACILITY knob [2]

PR:		78362 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1]
		Sascha Holzleiter <sascha@daemonground.de> [2]
2005-03-05 14:00:58 +00:00
Sergey Matveychuk
92643d850a - update to 3.51.11
- removed unneded dependancies on publib and libltdl

PR:		ports/78432
Submitted by:	maintainer
2005-03-05 07:04:20 +00:00
Sergey Matveychuk
e573168f3d - update to 1.7.30
- removed dependencies on perl and gmake
- removed install procedure from Makefile ( thanks vanilla@ )
- fixed examples Makefile
- removed unused files from examples dir

PR:		ports/78433
Submitted by:	maintainer
2005-03-05 06:47:29 +00:00
Thierry Thomas
54fdc30cc3 Upgrade to 1.7.2.
Changelog at <http://pear.php.net/package/DB/download/1.7.2/>.

PR:		ports/78369
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-04 21:47:51 +00:00
Thierry Thomas
306d362e4f Add pear-DB_QueryTool 1.0.0, PEAR OO-interface for easily
retrieving and modifying data in a DB.

PR:		78367
Submitted by:	Antônio Carlos Venâncio Júnior
2005-03-04 21:09:54 +00:00
Alexey Dokuchaev
4c0a0a0b6e Add wmjsql, a WindowMaker dockapp that connects to a MySQL server and grabs
the status displaying it in a handy little window.
2005-03-04 06:40:25 +00:00
Thierry Thomas
7237df5e07 Upgrade to 1.7.5.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.5/>.

PR:		ports/78298
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-03 21:07:10 +00:00
Thierry Thomas
0368f77c26 Upgrade to to 1.7.1.
Changelog a <http://pear.php.net/package/DB/download/1.7.1/>.

PR:		ports/78294
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-02 21:59:19 +00:00
Mathieu Arnold
57af09bfae Update to 1.40
Require at least perl 5.6
2005-03-02 18:18:58 +00:00
Max Khon
144bcef92b Document that __FreeBSD_version 503105 is ok for unicode-enabled build. 2005-03-02 12:10:00 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Thierry Thomas
071eea8197 Upgrade to to 0.11.3.
PR:		ports/78204
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-01 21:10:59 +00:00
Oliver Lehmann
19dbf6437b Add BSD master.passwd processing to pw2userdb
Bump PORTREVISION

PR:		ports/78163
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-03-01 21:02:00 +00:00