Commit graph

2706 commits

Author SHA1 Message Date
grant
36afc7f89f fix avl_* function prototype conflicts on Solaris, so this now builds
on Solaris.
2006-04-07 00:35:02 +00:00
adam
551bed7b01 Added databases/pgadmin3 version 1.4.2 2006-04-06 13:34:36 +00:00
adam
c6144f0832 pgAdmin III is the most popular and feature rich Open Source administration and
development platform for PostgreSQL, the most advanced Open Source database in
the world. The application may be used on BSD, Linux, Solaris, Mac OSX and
Windows platforms to manage PostgreSQL 7.3 and above running on any platform,
as well as commercial versions of PostgreSQL such as Pervasive Postgres,
EnterpriseDB, Mammoth PostgreSQL and SRA PowerGres.

pgAdmin III is designed to answer the needs of all users, from writing simple
SQL queries to developing complex databases. The graphical interface supports
all PostgreSQL features and makes administration easy. The application also
includes a syntax highlighting SQL editor, a server-side code editor, an
SQL/batch/shell job scheduling agent, support for the Slony-I replication
engine and much more. Server connection may be made using TCP/IP or Unix Domain
Sockets (on *nix platforms), and may be SSL encrypted for security. No
additional drivers are required to communicate with the database server.
2006-04-06 13:30:41 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
minskim
923278f2fc Merge (almost replace) this package with ruby-sqlite3 in pkgsrc-wip
packgaed by OBATA Akio, because the latter is more complete.

Bump PKGREVISION.
2006-04-05 15:18:34 +00:00
wiz
85eebf044d Update to 1.902:
libgnomedb 1.9.102, 2006-03-24
------------------------------

 - More respectfull of standard naming conventions (Juan Manuel)
 - Moved all the objects not depending on GTK+ to Libgda (Vivien)
 - Improved tests (Vivien)
 - Fixed #327798 (Thierry)
 - Login widget now uses usaename and password when provided in the
   configuration
 - Grammar corrections (Thierry)
 - Updated sample application
 - Bug fixes and various improvements
 - Translations:
	- new Chinese (Taiwan) translation (Chao-Hsiung)
	- es (Francisco Javier)
	- fi (Ilkka)
	- nl (Vincent)
	- cs (Stanislav)
	- vi (Clytie)
	- en_CA (Adam)
	- eu (Iñaki)
	- zh_TW (Chao-Hsiung)
	- de (Frank)
	- pt_BR (Raphael)
2006-04-02 22:48:31 +00:00
wiz
444491a676 Not needed any longer (after 1.9.102 update). 2006-04-02 22:47:58 +00:00
wiz
1da75d161e Update to 1.9.102:
libgda 1.9.102, 2006-03-24
--------------------------

 - Merged the Libgnomedb's part which is not GUI related (Vivien)
 - GdaDataModel API simplifications (Vivien)
 - Added support for cursor based navigation in GdaDataModel (Vivien)
 - Fixed #327797 (Rodrigo)
 - Fixed #329933 (Thomas)
 - Improved Cygwin compilation (Cygwin Ports Maintainer)
 - Added data import from CSV and XML files (Vivien)
 - Use SQLite 3.3.4 (Vivien)
 - Providers can now provide information about constraints in the database structure (Vivien)
 - Fixes for building out of the source tree (Bob)
 - FreeTDS provider compilation fixes (Leonardo)
 - New tests
 - More respectfull of standard naming conventions (Dan, Murray)
 - Documentation improvements (Juan Manuel Mouriz, Vivien)
 - Modifications to require glib >= 2.6.0 (Bas)
 - Many bug fixes
 - Many other small improvements
 - Translations:
	- new Chinese (Taiwan) translation (Chao-Hsiung)
	- fi (Ilkka)
	- it (Marco)
	- en_CA (Adam)
	- vi (Clytie)
	- es (Francisco Javier)
	- eu (Iñaki)
	- zh_TW (Chao-Hsiung)
	- pt_BR (Raphael)
2006-04-02 22:46:55 +00:00
wiz
8b1c1317b7 Update to 1.8.47, provided by OBATA Akio in PR 33167:
Changes:
2006-03-10  Mikio Hirabayashi

- LTmakefile was modified.
- The utility API was enhanced.
- Release: 1.8.47

pkgsrc changes:
From 1.8.41, LZO and BZIP compression feature was added,
so link to those libraries and enable.
2006-04-02 20:13:54 +00:00
jmmv
f892e389cb Update to 0.17:
* Mime-types Changes:
- Added application/x-cue (CD image cuesheet)
- Added application/vnd.ms-access (Access database)
- Added application/x-7z-compressed (7-zip archive)
- Added application/mathematica (Mathematica)
- Added application/x-gedcom (GEDCOM genealogy)
- Added application/x-shorten (Shorten audio)
- Added video/3gpp (3GPP video)
- Added application/docbook+xml (Docbook)
- Added application/x-sqlite (SQLite database)
- Added application/x-go-sgf (Go saved games)
- Added application/x-m4 (M4 scripts)
- Added a few Ogg related mime-types
- Added application/x-cbr and application/x-cbz (Comic books archives)
- Added flv-application/octet-stream (Flash video)
- Added application/x-gnuplot (Gnuplot)
- Added application/x-srt (Text subtitle files)

* New translations:
- zh_TW

* Spec changes:
- Make the mime cache contain an mmappable binary format
- Add acronym and expanded-acronym
- Add recommendations for duplicate globs handling
2006-03-30 20:47:19 +00:00
minskim
9616a712c1 Add ruby-sqlite3. 2006-03-30 16:22:37 +00:00
minskim
bd7ad53a6f Import ruby-sqlite3.
This module allows Ruby programs to interface with the SQLite database
engine.
2006-03-30 16:21:14 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
tron
9d8ebf5bd8 Remove ".orig" files from work directory before installation so they
don't get installed. This fixes a package list problem reported by
Lubomir Sedlacik in private e-mail. Bump package revision.
2006-03-29 14:04:48 +00:00
gavan
3baccda846 Update sqlrelay to 0.37.
There are far too many changes to list here.
2006-03-29 01:28:46 +00:00
joerg
a153c48230 Move pre-configure rule for Dragonfly into post-extract rule like
the other postgresql packages do. Fixes build of PL packages.
2006-03-28 19:48:22 +00:00
joerg
7fa72e0b74 Remove spurious semicolon. Include unistd.h when accessing read et al. 2006-03-28 18:07:52 +00:00
tron
4173ef1cb2 Update "phpmyadmin" package to version 2.8.0.2.
Changes since version 2.8.0.1:
- XSS vulnerability (set_theme)
- mysqli problems with zend.ze1_compatibility_mode enabled
- setup script did not save the mysql/mysqli extension

Package source related changes:
- incooperate fix for phpMyAdmin bug #1436279 to make the package usable
  with Safari under Mac OS X again
2006-03-26 17:55:28 +00:00
martti
f318afb36c s/wip/databases/ (hi uebayasi!) 2006-03-21 06:39:33 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
joerg
20320983b8 Slightly better version: use PGSQL_PREFIX. 2006-03-20 19:51:40 +00:00
joerg
6cb33c9c0d Fix search path, remove requirement for PostgreSQL 7.3. 2006-03-20 19:49:16 +00:00
uebayasi
16f80e0e50 Add postgresql81, postgresql81-client, postgresql81-plperl,
postgresql81-plpython, postgresql81-pltcl, and postgresql81-server.
2006-03-20 14:47:43 +00:00
uebayasi
8370df5f81 Initial import of PostgreSQL 8.1.3, from pkgsrc-wip.
This is an overview of new features in 8.1.0 against 8.0.x.  8.1.3 includes
many bug fixes since 8.1.0.  Please read documentation of the detailed changes
and procedure of data migration.

Overview

   Major changes in this release:

   Improve concurrent access to the shared buffer cache (Tom)
          Access to the shared buffer cache was identified as a
          significant scalability problem, particularly on multi-CPU
          systems. In this release, the way that locking is done in the
          buffer manager has been overhauled to reduce lock contention and
          improve scalability. The buffer manager has also been changed to
          use a "clock sweep" replacement policy.

   Allow index scans to use an intermediate in-memory bitmap (Tom)
          In previous releases, only a single index could be used to do
          lookups on a table. With this feature, if a query has "WHERE
          tab.col1 = 4 and tab.col2 = 9", and there is no multicolumn
          index on col1 and col2, but there is an index on col1 and
          another on col2, it is possible to search both indexes and
          combine the results in memory, then do heap fetches for only the
          rows matching both the col1 and col2 restrictions. This is very
          useful in environments that have a lot of unstructured queries
          where it is impossible to create indexes that match all possible
          access conditions. Bitmap scans are useful even with a single
          index, as they reduce the amount of random access needed; a
          bitmap index scan is efficient for retrieving fairly large
          fractions of the complete table, whereas plain index scans are
          not.

   Add two-phase commit (Heikki Linnakangas, Alvaro, Tom)
          Two-phase commit allows transactions to be "prepared" on several
          computers, and once all computers have successfully prepared
          their transactions (none failed), all transactions can be
          committed. Even if a machine crashes after a prepare, the
          prepared transaction can be committed after the machine is
          restarted. New syntax includes "PREPARE TRANSACTION" and
          "COMMIT/ROLLBACK PREPARED". A new system view pg_prepared_xacts
          has also been added.

   Create a new role system that replaces users and groups (Stephen Frost)
          Roles are a combination of users and groups. Like users, they
          can have login capability, and like groups, a role can have
          other roles as members. Roles basically remove the distinction
          between users and groups. For example, a role can:

          + Have login capability (optionally)
          + Own objects
          + Hold access permissions for database objects
          + Inherit permissions from other roles it is a member of

          Once a user logs into a role, she obtains capabilities of the
          login role plus any inherited roles, and can use "SET ROLE" to
          switch to other roles she is a member of. This feature is a
          generalization of the SQL standard's concept of roles. This
          change also replaces pg_shadow and pg_group by new role-capable
          catalogs pg_authid and pg_auth_members. The old tables are
          redefined as read-only views on the new role tables.

   Automatically use indexes for MIN() and MAX() (Tom)
          In previous releases, the only way to use an index for MIN() or
          MAX() was to rewrite the query as "SELECT col FROM tab ORDER BY
          col LIMIT 1". Index usage now happens automatically.

   Move /contrib/pg_autovacuum into the main server (Alvaro)
          Integrating autovacuum into the server allows it to be
          automatically started and stopped in sync with the database
          server, and allows autovacuum to be configured from
          "postgresql.conf".

   Add shared row level locks using SELECT ... FOR SHARE (Alvaro)
          While PostgreSQL's MVCC locking allows "SELECT" to never be
          blocked by writers and therefore does not need shared row locks
          for typical operations, shared locks are useful for applications
          that require shared row locking. In particular this reduces the
          locking requirements imposed by referential integrity checks.

   Add dependencies on shared objects, specifically roles (Alvaro)
          This extension of the dependency mechanism prevents roles from
          being dropped while there are still database objects they own.
          Formerly it was possible to accidentally "orphan" objects by
          deleting their owner. While this could be recovered from, it was
          messy and unpleasant.

   Improve performance for partitioned tables (Simon)
          The new constraint_exclusion configuration parameter avoids
          lookups on child tables where constraints indicate that no
          matching rows exist in the child table.

          This allows for a basic type of table partitioning. If child
          tables store separate key ranges and this is enforced using
          appropriate "CHECK" constraints, the optimizer will skip child
          table accesses when the constraint guarantees no matching rows
          exist in the child table.
2006-03-20 14:45:49 +00:00
drochner
6086428d9f restructure the getgroupmembership backend to handle merging of
information fron different sources correctly,
also sort out duplicate group IDs as the libc backends do
fixes PR pkg/32988 by Stephan Thesing
bump PKGREVISION
2006-03-15 19:23:47 +00:00
drochner
e916660436 +py-sqlite2 2006-03-14 20:19:27 +00:00
drochner
a35e788c97 import pysqlite-2.0.7, an (incompatible) redesign of pysqlite 2006-03-14 20:17:59 +00:00
drochner
214a026a38 update to 2.0.10
changes:
* Date handler for Lithuanian language (Arturas Sleinius).
* New Calendar graphical report (Doug Blank).
* Multiple tool fixes.
* GEDCOM import and export improvements.
* Proper rebuilding of secondary indices.
* Open Document Format support in reports (Serge Noiraud, Brian Matherly).
* Multiple report fixes.
* Fix for low-level duplicate records.
* User Manual updates.
* An insane number of bug fixes.
2006-03-14 20:13:51 +00:00
joerg
68323ec994 Take maintainership. 2006-03-14 16:23:46 +00:00
jlam
641e118d57 Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
rillig
9d4d2f6ffd Updated py-mssql to 0.7.4.
Changes:
New features:
 - implemented set_query_timeout() and set_login_timeout()
 - implemented min_error_severity property: all errors that
   has severity less than min_error_severity doesn't raise
   exception, but are still available in errmsg()
 - stdmsg() is now deprecated; all errors can be retrieved
   using errmsg(); stdmsg() will disappear some time in the
   future
 - readded ntwdblib.dll; I misunderstood its licence-it's
   redistributable; this library is at the newest available
   version so connections to SQL 2005 are possible
 - new unit test provided by Jakub Labath
 - the web page has now more useful info
Bugfixes:
 - sometimes exceptions were raised but error message was
   lost
 - the coltype wasn't set to NUMBER for float types (thanks
   Jakub Labath)

Patch provided by bartosz\@atom.eu.org in PR 33070.
2006-03-13 12:52:03 +00:00
adrianp
8d32929ff3 Update to 4.80
> 4.80 8 Mar 2006
>
> Added activerecord support.
>
> Added mysql $conn->compat323 = true if you want MySQL 3.23 compat enabled. Fixes GetOne() Select-Limit problems.
>
> Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated adodb-datadict.htm docs.
>
> 4.72 21 Feb 2006
>
> Added 'new' DSN parameter for NConnect().
>
> Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay and others.
>
> ADOConnection::MetaType changed to setup $rs->connection correctly.
>
> New native DB2 driver contributed by Larry Menard, Dan Scott, Andy Staudacher, Bharat Mediratta.
>
> The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx Sean Lee.
>
> The _adodb_countrecs() function in adodb-lib.inc.php has been revised to handle more ORDER BY variations.
2006-03-13 12:18:23 +00:00
wiz
361c1fd758 Update qdbm packages to 1.8.46, provided by OBATA Akio in PR 32655:
2006-02-20  Mikio Hirabayashi

       - The utility API was enhanced.
       - Release: 1.8.46

2006-01-28  Mikio Hirabayashi

       - Alignment algorithm was improved.
       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.45

2006-01-24  Mikio Hirabayashi

       - A bug of handling meta data on big endian platforms was fixed.
       - The advanced API was enhanced.
       - Release: 1.8.44

2006-01-24  Mikio Hirabayashi

       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.43

2006-01-22  Mikio Hirabayashi

       - mmap emulation on Windows was enhanced.
       - Release: 1.8.42

2006-01-13  Mikio Hirabayashi

       - Compression of pages of B+ tree with LZO and BZIP was added.
       - Release: 1.8.41
2006-03-11 14:07:31 +00:00
rillig
1407e8ccdc Fixed pkglint warnings. 2006-03-10 23:26:31 +00:00
rillig
9cce257bd9 Fixed typo in USE_LANGUAGES. 2006-03-10 23:24:36 +00:00
tron
3a7c9408de Fix a few issues reported by "pkglint". 2006-03-09 11:23:25 +00:00
tron
9757ae14d8 Update "phpmyadmin" package to version 2.8.0.1. Changes since 2.7.0-pl1:
- PHP 5.1.2 compatibility
- Possibility to hide databases
- Configurable memory limit for import/export
- Better support for CGI
- Web-based setup
2006-03-09 11:21:22 +00:00
tonio
8127d1c0c6 Fix build with ocaml >= 3.09.0
Depends on ocaml >= 3.09.0
use _loc instead of loc in camlp4 files

bump PKGREVISION
2006-03-09 10:35:49 +00:00
grant
4d0d0c47a5 postgresql configure doesn't always correctly detect that it needs
libintl, so pass it via LIBS to configure.

fixes build on Solaris.
2006-03-08 02:29:06 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
kristerw
c16bac32ec Regen hand-edited patch so that the MacOS X patch program can apply it. 2006-03-03 19:34:42 +00:00
grant
272041c8de disable assembler stuff on Solaris/x86, because it's likely to work
only with GNU as(1).

XXX this condition should probably be reversed to the positive case,
XXX not the negative case so that it works on more platforms.
2006-03-03 04:00:09 +00:00
drochner
ed052a0c40 update to 0.8.5.14
changes:
* Backported generic text importer from 0.9
* Backported generic html importer from 0.9
* Merged latest translations from rosetta
-bugfixes
-Make gourmet work properly with python2.3
2006-03-02 19:23:04 +00:00
drochner
578c6732ca update to 2.4.9.5
changes: fixes and optimizations
(they removed libtool support, so I had to patch this in again)
2006-03-02 19:19:43 +00:00
rillig
adc077839f The script interpreter for examples/cgi-demo.cgi had to be corrected, as
the @exec_prefix@ is resolved to the literal ${prefix}, unexpanded.
Bumped PKGREVISION.
2006-03-02 12:23:56 +00:00
abs
aef247993f Updated jdbc-postgresql74 to 216
Updated jdbc-postgresql80 to 315
Updated jdbc-postgresql81 to 405
	No change logs found.

Removed jdbc-postgresql (has been re-imported as jdbc-postgresql73)
2006-02-27 14:52:08 +00:00
abs
f56fea9337 2006-02-27 14:47:08 +00:00