Commit graph

1804 commits

Author SHA1 Message Date
jlam
f50a3b105d Convert to use bdb.buildlink3.mk. 2004-08-04 05:44:12 +00:00
drochner
602c135523 update to 1.0.5
Version 1.0.5 -- the "Weighs the same as a duck" release
* Added Finnish translation (Eero Tamminen) and relationship calculator.
* Usability improvements for small screen sizes.
* Find duplicates tool fixed.
* Cross-platform newline support in GEDCOM import.
* Parents deleting fixed in Family View.
* Minor bug fixes.
2004-08-02 14:23:19 +00:00
cube
dad9e9f679 Update to version 1.01.
1.01    Sun Jun 27 23:35:46 EDT 2004

        - Releasing 1.00_06 as stable

1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on
          integer values.

1.00_05 - Force utf8 flag on when doing searches for utf8 data; this
          is a workaround for DBDs that don't do it themselves.

1.00_04	- Move Postgres specific join behaviour to the superclass so
	  everyone gets the benefit.

1.00_03 - Remove "AS" from table name aliases on joins, since Oracle
          doesn't like em.

1.00_02	- Slightly cleaner code in SearchBuilder->GotoPage

1.00_01 - Better handling of case insensitive comparisons on Postgres
	- Proper support for query paging on SQLite
2004-08-02 09:57:02 +00:00
jlam
b460ce1ab5 Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:

	make show-var VARNAME=PKG_OPTIONS_VAR

The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30 21:05:41 +00:00
wiz
f746c540c2 Remove unnecessary chunk containing $Id$. 2004-07-29 19:03:57 +00:00
xtraeme
f54aa5d0b7 Remove openldap1, which is very old and no longer maintained;
kleink@ agrees.
2004-07-29 09:34:57 +00:00
kim
b8ff1e6d93 Oops, remove RCS keywords from the patch... 2004-07-28 02:51:31 +00:00
kim
1150194016 Add a patch from abook CVS to fix string truncation in mutt import filter. 2004-07-28 02:50:22 +00:00
recht
b7ddb9e862 Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build. 2004-07-27 19:46:54 +00:00
recht
26e73ff762 Fix PKGNAME after PostgreSQL 73 changes. 2004-07-27 19:29:45 +00:00
schmonz
a0513df09e Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26 19:29:44 +00:00
recht
1d49dca682 Make pgaccess depend on tk-postgresql73 to unbreak the build.
(We currently don't have tk-postgresql74.)

spotted by kristerw
2004-07-26 06:47:12 +00:00
kristerw
4e51182fb9 Correct path to ../../databases/tcl-postgresql73 2004-07-25 23:09:25 +00:00
recht
666e12f01b Add and enable the postgresql packages with their new names. 2004-07-24 22:52:42 +00:00
recht
e181ac3e68 Delete old postgresql packages now that we have the postgresql73 ones. 2004-07-24 22:48:13 +00:00
recht
8dc45652d4 Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
2004-07-24 22:45:14 +00:00
recht
469aa0e7b0 change pkgname to postgresql74* (from postgresql*) 2004-07-24 22:44:12 +00:00
recht
87e0fa1a5f reimport of tk-postgresql as tk-postgresql73
Tk interface to PostgreSQL consisting of a front-end Tcl/Tk client.
2004-07-24 22:28:08 +00:00
recht
8277db15ba reimport of py-postgresql as py-postgresql73
Note: This package should probably replaced by a PyGreSQL package.

PyGreSQL is a python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.  This also includes support for
the Python DB-API.
2004-07-24 22:26:44 +00:00
recht
e174370fbb reimport of tcl-postgresql as tcl-postgresql73
Tcl interface to PostgreSQL, including front-end clients and a loadable
shared object for Tcl clients.
2004-07-24 22:25:01 +00:00
recht
06403ecee1 reimport of postgresql-server as postgresql73-server
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This is the meta-package for the PostgreSQL database system.
2004-07-24 22:20:31 +00:00
recht
a5001b4d1f reimport of postgresql-pltcl as postgresql73-pltcl
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
that enables the Tcl language to be used to create functions and
trigger-procedures.  It offers most of the capabilities a function
writer has in the C language.
2004-07-24 22:19:43 +00:00
recht
6bc2020a9d reimport of postgresql-plperl as postgresql73-plperl
PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter.  However, certain
operations have been disabled in order to maintain the security of the
system.
2004-07-24 22:18:50 +00:00
recht
29d305a3c7 reimport of postgresql-lib as postgresql73-lib
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database headers and libraries.
2004-07-24 22:17:56 +00:00
recht
ec2f659001 reimport of postgresql-docs as postgresql73-docs
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database documentation.
2004-07-24 22:16:56 +00:00
recht
0af9cf0e6f reimport of postgresql-client as postgresql73-client
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database client programs.
2004-07-24 22:15:50 +00:00
recht
dba14855c6 reimport of postgresql as postgresql73
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This is the meta-package for the PostgreSQL database system.
2004-07-24 22:14:39 +00:00
jlam
c135417273 cyrus-sasl configure option takes no argument. 2004-07-24 18:37:10 +00:00
jlam
e4eb47db4b Need to bump the version in buildlink3.mk since the shlib major was
bumped.
2004-07-24 17:24:29 +00:00
jlam
15dcbb1b12 If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 by
default.
2004-07-24 14:21:44 +00:00
jlam
89a26085db Use the correct configure option for cyrus-sasl, and correct the path to
the cyrus-sasl2/buildlink3.mk file.
2004-07-24 14:20:07 +00:00
jlam
dfe438e74b Update databases/openldap to version 2.2.13, the latest stable release.
Major changes from version 2.1.30 include:

  * "LDAP Sync"-based lightweight replication
  * Proxy Cache Support
  * Hierarchical Backend
  * NS-SLAPI Support
  * Backend Layering
  * Access Control extensions including dynamic group support
  * LDAPv3 extensions:
    - ACID extensions
    - Cancel Operation
    - Content Synchronization Operation
    - DIT Content Rules
    - Duplicate Entry Extension
    - Simple Paged Results Extension
    - Proxy Authorization Extension
2004-07-24 03:32:24 +00:00
jlam
acb3730edd Become maintainer since it's a critical component of samba, and I'm still
the maintainer for that package.
2004-07-23 23:51:21 +00:00
recht
1d7ac2bd7b fix postgresql-lib include
spotted by kristerw
2004-07-22 19:30:35 +00:00
drochner
981e97039b update to 1.1.14
changes:
      * Interval typecasting eventually works the Right Way (TM).
      * ZPsycopgDA now support unicode strings and different backend
        encodings.
      * ZPsycopgDA accept query data as an extra parameter to execute()
        (but still no way to give it extra data from inside a ZSQL
        Method.)
      * Better DBAPI-2.0 compliance (rowcount attribute and argument
        passing.)
      * Now builds on Fedora Core 2 (but remember that the real psycopg
        aficionado runs on Debian ;-P )
      * COPY FROM raise an exception and return usefull information on
        error.
2004-07-22 18:00:37 +00:00
drochner
ce0b57568e update to 0.5.1
fixes a number of (partly annoying) bugs
2004-07-22 17:46:50 +00:00
drochner
eadd5450b2 update to 2.8.14
changes:
Fix the min() and max() optimizer so that it works when the FROM clause
 consists of a subquery.
Ignore extra whitespace at the end of of "." commands in the shell.
Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library.
The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work.
Code changes to compile cleanly using OpenWatcom.
Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in
 IN operators.
Add the global variable sqlite_temp_directory which if set defines
the directory in which temporary files are stored.
sqlite_interrupt() plays well with VACUUM.
Other minor bug fixes.
2004-07-22 17:43:23 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
jlam
c2dbace2b6 Be more explicit about when you'd want to remove /var/mysql. 2004-07-21 17:55:13 +00:00
jlam
2ce7564f6f Defer the creation of the initial MySQL database directories until we
actually try to run MySQL server.  Beef up the rc.d script to work on
systems that don't use NetBSD's rc.d script system, and to support an
"initdb" command to initialize the MySQL database for first-time use.
2004-07-21 17:45:13 +00:00
jlam
f5070265e5 Reorganize the line order to bring related things together and to more
closely match the template package Makefile.  Also use BUILD_DIRS instead
of invoking make explicitly in a post-build target.
2004-07-20 17:28:37 +00:00
jlam
1ec1cf4a61 Slight cleanups. 2004-07-20 15:20:55 +00:00
xtraeme
a7ec28289c Use ${VARBASE}. 2004-07-20 04:53:09 +00:00
heinz
e3d5a8fa76 Include gettext-lib/buildlink3.mk to get libintl.so* on NetBSD 1.5.x.
Bump revision.
2004-07-19 21:07:39 +00:00
jlam
a038f4f702 Unbuildlinkify mysql_config so that --libs and --include return the correct
values.
2004-07-18 22:57:17 +00:00
jlam
82d8960a20 The libraries don't link against libreadline, only the client binaries, so
remove the readline buildlink3.mk file.
2004-07-18 22:30:27 +00:00
jlam
da1cf28141 No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOL
is defined.
2004-07-18 22:08:46 +00:00
schmonz
2b261a6ce2 Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
2004-07-18 09:38:26 +00:00
kim
2db0a0bb60 Accept perl-thread in addition perl. 2004-07-17 20:12:23 +00:00
jdolecek
7122e3effd Update php4 to 4.3.8.
This is security fix release, fixing several important security
issues. From the ChangeLog:

* Fixed strip_tags() to correctly handle '\0' characters.
* Improved stability during startup when memory_limit is used.
* Replace alloca() with emalloc() for better stack protection.
* Added missing safe_mode checks inside ftok and itpc.
* Fixed bug #28963 Fixed address allocation routine in IMAP extension.
* Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL.

Note: package update also includes extra patches from PHP CVS not
present in stock PHP 4.3.8 release - compilation fix for
mssql extension and Zend engine memory-use-after-free fix.
2004-07-14 08:03:16 +00:00