Commit graph

3667 commits

Author SHA1 Message Date
Palle Girgensohn
7506374126 Modify 8.0's startup script to simulate a full login (su -l) [1]. Also
add support to select login class for running postgresql [2].

The new startup script, using rc.subr, is now installed for all
versions of postgresql. Bump portrevisions, since startup script is
modified.

PR:		78630 [1]
Submitted by:	Vivek Khera [1]
Submitted by:	Brian B. [2]
Approved by:	seanc (implicit)
2005-03-19 03:51:45 +00:00
Mathieu Arnold
3bffaddfa0 Update to 0.08 2005-03-18 16:18:01 +00:00
Maxim Sobolev
47b4fe2e10 Fix critical compatibility issue which breaks INSERTs in the new version of
the module it is used with servers that implement 3.0 version of the postgres
protocol, particularly 7.4.7 is affected.

Bump PORTREVISION.

Obtained from:	DBD::Pg CVS
References:	https://rt.cpan.org/NoAuth/Bug.html?id=11744
		http://gborg.postgresql.org/project/dbdpg/cvs/diff.php/dbdpg/dbdimp.c?r1=1.101&r2=1.102&ty=h&Horde=12014eaeef6c96c2fead3bcfa53ac92e
2005-03-18 13:21:41 +00:00
Adam Weinberger
29fe2509bd Register dependency on libtasn1. 2005-03-18 02:20:21 +00:00
Thierry Thomas
ffb94323b8 Upgrade to 1.7.10.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.10/>.

PR:		ports/78948
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-17 20:00:13 +00:00
Koop Mast
1fc70be63d Update to 1.2.1 2005-03-17 18:44:28 +00:00
Sergey Skvortsov
bd7856a184 Reset maintainer to ports@FreeBSD.org
Approved by:	portmgr (krion)
2005-03-17 16:42:31 +00:00
Alexander Nedotsukov
2137f528bf Update to 1.3.6 2005-03-17 13:50:07 +00:00
Yen-Ming Lee
70dd1c2c75 - add USE_LIBTOOL_VER=15 and remove *.la from PLIST
- utilize DOCSDIR, EXAMPLESDIR
- respect NOPORTDOCS
- apply OPTIONS

PR:		78942
Submitted by:	leeym
Approved by:	demon
2005-03-17 09:58:57 +00:00
Pav Lucistnik
9ddb7fc465 - Fix plist (kill perllocal.pod) 2005-03-16 20:35:22 +00:00
Cheng-Lung Sung
b32e278877 - update to 2.2.11
PR:		78874
Submitted by:	Ports Fury
2005-03-16 03:18:55 +00:00
Florent Thoumie
70e919d49d - Add p5-Class-DBI-DDL 1.01, DDL for Class-DBI.
PR:		ports/76406
Submitted by:	Daniel Wijnands <daniel@itxl.nl>
2005-03-15 23:23:11 +00:00
Oliver Lehmann
10eea892dd - stop creatng /var/run/authdaemond during the package installation
- create /var/run/authdaemond within the rc.subr Script in case the
  directory doesn't exist.
- Bump PORTREVISION

Suggested By:	brooks
2005-03-15 19:41:41 +00:00
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