Commit graph

799 commits

Author SHA1 Message Date
jlam
b62e28495f Add buildlink.mk files for use by other package Makefiles. 2001-06-21 21:41:34 +00:00
jlam
a85615f592 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-21 21:40:07 +00:00
jlam
cb26008f81 Mark as USE_BUILDLINK_ONLY. 2001-06-21 02:47:27 +00:00
jlam
e44f195d18 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-21 02:04:59 +00:00
jlam
e1c770ebab Add buildlink.mk file for use by other package Makefiles. 2001-06-20 23:48:49 +00:00
jlam
8792b1e00e Whitespace chnages, and include bsd.buildlink.mk(!) missed in last commit. 2001-06-20 23:46:23 +00:00
jlam
e8ef1c1b23 Mark as USE_BUILDLINK_ONLY. 2001-06-20 23:42:34 +00:00
jlam
ccb50b7c08 Purely cosmetic changes to make this line up nicely. 2001-06-20 23:41:03 +00:00
jlam
42d70a42cf Add buildlink.mk file for use by other package Makefiles. 2001-06-19 07:37:37 +00:00
veego
6d94e90d1b It is www.mysql.com and not www.mysql.com.org. 2001-06-17 10:28:33 +00:00
jlam
42cd8b6ec4 Just define POSTGRES_HOME in the environment instead of both
POSTGRES_INCLUDE and POSTGRES_LIB.
2001-06-13 15:51:46 +00:00
rh
95b98da85c Set POSTGRES_INCLUDE and POSTGRES_LIB to appropriate values for building. 2001-06-13 15:23:14 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
mjl
2a8c0cd72b Updated to 1.18
Fixed that altering ShowErrorStatement also altered AutoCommit!
  Fixed DBD::Proxy to handle commit() and rollback(). Long overdue, sorry.
  Fixed incompatibility with perl 5.004 (but no one's using that right? :)
  Fixed connect_cached and prepare_cached to not be affected by the order
    of elements in the attribute hash.
  Fixed version number of DBI::Shell
  Defined and documented table_info() attribute semantics (ODBC compatible)
2001-06-10 13:52:45 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
c8895b0649 RCS police. 2001-06-09 15:01:58 +00:00
wiz
99ad6dc115 Sort. 2001-06-09 10:45:22 +00:00
mjl
c2ba0284a3 Update to 1.00.
- Fetching all records now resets Active flag as it should.
2001-06-02 14:56:26 +00:00
mjl
b66c2b8d9f Updated to 1.16.
Reimplemented fetchrow_hashref in C, now fetches about 25% faster!
  Changed behaviour if both PrintError and RaiseError are enabled
    to simply do both (in that order, obviously :)
  Slight reduction in DBI handle creation overhead
  Fixed $dbh->{Driver} & $sth->{Database} to return 'outer' handles.
  Fixed execute param count check to honour RaiseError
  Fixed build for perl5.6.1 with PERLIO
  Fixed client sql restrictions in ProxyServer.pm
  Fixed batch mode command parsing in Shell
  Fixed typo in selectcol_arrayref docs
  Fixed selectrow_hashref to be available to callers
  Fixed core dump if statement handle didn't define Statement attribute
  Added bind_param_inout docs to DBI::DBD
  Added note to data_sources() method docs that some drivers may
    require a connected database handle to be supplied as an attribute
  Trace of install_driver method now shows path of driver file loaded
  Changed many '||' to 'or' in the docs
  Updated DBD::ADO again (improvements in error handling)
  Updated Win32::DBIODBC (Win32::ODBC emulation)
  Updated email and web addresses in DBI::FAQ
2001-06-02 14:50:35 +00:00
mjl
4e94b7a619 Update to 0.38: Changes (incomplete, sorry, that's all there is)
- SearchBuilder.pm - refactored to allow LEFT joins.
- SearchBuilder::Record::Cachable now constructs cache keys in a way
  that doesn't lose when records in different tables have the same keys.
- Added DBIx::SearchBuilder::Record::Cachable from <mhat@netlag.com>
- Changed SearchBuilder->Count to do the right thing if no
  query has been performed
2001-06-02 11:51:40 +00:00
jlam
e0f28140f1 Update postgresql to 7.1.2. Also update postgresql packages built from
postgresql sources:

	postgresql-client, postgresql-docs, postgresql-lib, postgresql-server,
	postgresql-plperl, postgresql-pltcl,
	odbc-postgresql, py-postgresql, tcl-postgresql, tk-postgresql

to 7.1.2 or to depend on postgresql-libs-7.1.2.  Changes from version 7.1.1:

	Fix PL/PgSQL SELECTs when returning no rows
	Fix for psql backslash core dump
	Referential integrity permission fix
	Optimizer fixes
	pg_dump cleanups
2001-05-29 23:28:05 +00:00
jlam
15fbb91bd6 Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28 05:38:04 +00:00
mjl
1730a71573 Update to 0.1027. Changes:
* lib/DBD/File.pm (table_info): Added closedir().
2001-05-26 01:53:32 +00:00
mjl
94606e7d0b Update to 0.1020. Changes:
* Changed distribution to include
          files generated by Solaris bison 1.27

        * Added LIMIT clause
2001-05-26 01:49:12 +00:00
mjl
bdbe4dd4eb Update to 0.99. Changes are
- fix segmentation fault in pg_error
- bug-fix for core-dump after any failed function call
- add support for the datatype bytea
- fix bug in connect method, which erroneously set the userid and the
  password to the environment variables DBI_USER and DBI_PASS
- which removed the special handling of a backslash when used for octal
  presentation. Now a backslash always will be escaped.
- remove memory-leak in ping function, bug-fix
- correct the recognition of primary keys in table_attributes().
- fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that
  required perl to reallocate space for the variable holding the scalar value
- updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes)
- fix a seg-fault when inserting large amounts of text.
- remove the newlines from the error messages and quote date placeholders.
2001-05-25 20:40:03 +00:00
jlam
a25ac52b66 Add definitions for BUILDLINK_INCDIR and BUILDLINK_LIBDIR used by the
post-extract target.
2001-05-25 14:56:34 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
31ed72fa68 Bump dependency on tcl to the latest version...it's needed to actually
build the software, but a lower dependency may be used when running the
software.
2001-05-24 03:02:54 +00:00
jlam
6ab2135cb8 ODBC-specific PostgreSQL homepage 2001-05-23 07:19:12 +00:00
jlam
0cdaf05148 Use editline readline emulation when available. Also install the man page
for sqsh.
2001-05-22 05:28:23 +00:00
jlam
9d53d6c399 Sort. 2001-05-22 04:37:07 +00:00
jlam
c8916474a4 Update pgaccess to 0.98.7. Changes from version 0.98.6 include:
* Fixed table creation when all columns are inherited and no new columns
       are added
     * Geometry improvements in diagram definition
2001-05-22 04:23:50 +00:00
abs
37e6cc7ad4 Use useradd and groupadd on Linux as well as SunOS 2001-05-21 16:02:50 +00:00
jlam
5af21cdbe8 LDFLAGS is already set to -L... -Wl,-R..., and CFLAGS and LDFLAGS are
already added to CONFIGURE_ENV by bsd.pkg.mk.  Also some minor cosmetic
changes.
2001-05-18 15:29:36 +00:00
jlam
d4ab5f3da9 Move the message that informs the user of the possible need to dump the
databases prior to installing a new version of PostgreSQL from PRE-INSTALL
time to DEINSTALL time.  Remove ${CAT} from the INSTALL file as it's no
longer needed in the script.
2001-05-18 06:13:54 +00:00
jlam
70b5c5b46c Fix problem reported by David Brownlee <abs@netbsd.org> where psql isn't
built with readline support despite linking against libreadline.
2001-05-16 15:41:03 +00:00
jlam
ab99782500 Cosmetic change: sort Makefile includes 2001-05-16 15:28:42 +00:00
abs
b892878632 Update for moved Makefile.getopt 2001-05-16 09:48:58 +00:00
jlam
a48e6fa576 The CFLAGS and LDFLAGS settings have migrated to Makefile.common in
databases/postgresql.
2001-05-16 05:30:33 +00:00
jlam
421b1ef2f0 Adapt postgresql-client to use devel/readline/Makefile.readline instead
of the one in databases/postgresql.  Remove the Makefile.readline in
databases/postgresql as it's no longer used by any packages.
2001-05-16 05:28:55 +00:00
jlam
c755567e00 Move Makefile.getopt to pkgsrc/devel/libgetopt and cosmetic updates
to Makefile.readline.
2001-05-15 19:24:27 +00:00
jlam
eccb41c4f6 Fix dependencies and post-extract target. "Make build" in
databases/postgresql should now correctly trigger the full build and
installation of PostgreSQL.
2001-05-15 15:59:22 +00:00
jlam
10595de167 Surround possible empty string in quotes so [ sees an argument. 2001-05-14 21:19:42 +00:00
jlam
8c14b14d95 Generalize some of the code a bit to make it easier to cut-and-paste into
other scripts.
2001-05-14 21:02:39 +00:00
jlam
aac27413ec Move database initialization step from the INSTALL script to a
start_precmd in the pgsql rc.d script.  This is more correct, since if
postgresql-server is installed but never used, then no database really
needs to be initialized.  As a side-effect, the bulk-builds of postgresql
should now leave less crud in the aftermath of deinstalling postgresql.
2001-05-14 20:38:56 +00:00
kleink
56963b1717 Update OpenLDAP to 1.2.12.
Changes included in OpenLDAP 1.2.12
        CVS Tag: OPENLDAP_REL_ENG_1_2
        Fixed slapd sb_max_incoming bug
        Fixed ldapmodify ldaphost NULL bug
        Fixed ldapsearch uninitialized fp bug
        Fixed Pth initialization bug
        Fixed libldap/add mod_bvalues typo
        Fixed ldappasswd crypt(3) crash (ITS#598)
        Fixed slapd/config.c MAXARGS boundary condition bug
        Fixed cn=monitor/config rdwr lock leak
        Fixed liblber exception handling bugs
        Build Environment
                Remove extra Digital UNIX symbol (ITS#590)
                Ignore make clean rm failure
                Fix ud install mode (ITS#633)
2001-05-14 16:15:52 +00:00
jlam
110cd4ab9b Document the package naming scheme for PostgreSQL packages. 2001-05-14 15:45:08 +00:00
jlam
02dace804c Moved p5-pgsql to p5-postgresql 2001-05-14 15:15:00 +00:00
jlam
69041b22bd Moved p5-pgsql to p5-postgresql. 2001-05-14 15:13:41 +00:00
jlam
e9b5dcc847 Move this package to p5-postgresql for consistency in package names. 2001-05-14 15:12:32 +00:00
jlam
d2f44f289a Set POSTGRES_HOME to correct value regardless of what postgresql packages
are installed.
2001-05-14 15:09:02 +00:00
jlam
cded4feae4 Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
2001-05-14 15:04:49 +00:00
jlam
fa674637f4 Add and enable the following packages:
postgresql-client, postgresql-docs, postgresql-lib,
	postgresql-plperl, postgresql-pltcl, postgresql-server
2001-05-14 14:57:43 +00:00
jlam
debc913968 Update tk-postgresql to 7.1.1. There don't appear to be any functional
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.
2001-05-14 14:54:16 +00:00
jlam
8680adefd0 Update tcl-postgresql to 7.1.1. There don't appear to be any functional
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.  The PL/Tcl procedural language module
has now been split off into a separate package, pgsql-pltcl.
2001-05-14 14:53:52 +00:00
jlam
9bbb6e80fd Update py-postgresql to 3.2. Changes from version 3.1 include few bugfixes,
adds a few minor features and makes a few speedups in the code, plus:

  - Fix some DB-API quoting problems (niall.smart@ebeon.com)
  - Moved development into PostgreSQL development tree.
2001-05-14 14:53:28 +00:00
jlam
ba8db6ad36 Update postgresql to 7.1.1 Pkgsrc changes include splitting into:
postgresql-lib
	postgresql-client
	postgresql-server
	postgresql-doc

with postgresql as a meta-package.  Major changes from version 7.1.1
include:

	Write-ahead Log (WAL) - To maintain database consistency in
case of an operating system crash, previous releases of PostgreSQL
have forced all data modifications to disk before each transaction
commit.  With WAL, only one log file must be flushed to disk, greatly
improving performance.  If you have been using -F in previous releases
to disable disk flushes, you may want to consider discontinuing its
use.

	TOAST - Previous releases had a compiled-in row length limit,
typically 8 - 32 kB.  This limit made storage of long text fields
difficult.  With TOAST, long rows of any length can be stored with
good performance.

	Outer Joins - We now support outer joins.  The UNION/NOT IN
workaround for outer joins is no longer required.  We use the SQL92
outer join syntax.

	Function Manager - The previous C function manager did not
handle NULLs properly, nor did it support 64-bit CPU's (Alpha).  The
new function manager does.  You can continue using your old custom
functions, but you may want to rewrite them in the future to use the
new function manager call interface.

	Complex Queries - A large number of complex queries that were
unsupported in previous releases now work.  Many combinations of
views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited
tables now work properly. Inherited tables are now accessed by
default.  Subqueries in FROM are now supported.

Migration to 7.1.1

   A dump/restore using pg_dump is required for those wishing to migrate
   data from any previous release.
2001-05-14 14:52:36 +00:00
jlam
b7bb1f6a67 Update odbc-postgresql to 7.1.1. There don't appear to be any functional
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.
2001-05-14 14:52:06 +00:00
jlam
d5ea6e5030 postgresql-server: PostgreSQL database backend server programs
This package also has an enhanced rc.d-style startup script that respects
rc.conf settings.  If you are running NetBSD>=1.5, then add pgsql=YES to
/etc/rc.conf, and set pgsql_flags to any options you wish to pass to the
postmaster.
2001-05-14 14:50:23 +00:00
jlam
441c1f1d88 postgresql-pltcl: PL/Tcl procedural language for the PostgreSQL backend.
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.
2001-05-14 14:49:38 +00:00
jlam
763c8736f0 postgresql-plperl: PL/Perl procedural language for the PostgreSQL backend.
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.
2001-05-14 14:48:43 +00:00
jlam
acb63ead1f postgresql-lib: PostgreSQL database headers and libraries 2001-05-14 14:47:30 +00:00
jlam
e27457c2c5 postgresql-docs: PostgreSQL HTML documentation 2001-05-14 14:46:22 +00:00
jlam
b706f179ab postgresql-client: PostgreSQL client programs 2001-05-14 14:45:36 +00:00
zuntum
1968efcf28 add & enable mytop, remove its entry from TODO 2001-05-14 12:39:40 +00:00
zuntum
da6218b88b Initial import of mytop-0.7 - console-based tool for monitoring the threads and performance of MySQL
mytop was inspired by the system monitoring tool top. I routinely use top on
Linux, FreeBSD, and Solaris. You are likely to notice features from each of
them here.

mytop will connect to a MySQL server and periodically run the SHOW PROCESSLIST
and SHOW STATUS commands and attempt to summarize the information from them
in a useful format.
2001-05-14 12:37:03 +00:00
fredb
52afc3332e Provide the missing libraries required to dynamically link in "-lgd".
Closes PR pkg/12686.
2001-05-06 01:09:34 +00:00
wiz
07e9420f5b Update to 2.23, provided by Nathan Ahlstrom in pkg/12819.
Ok'd by Alistair.
Changes: Many new features, and some bugfixes. Details at
http://search.cpan.org/doc/GBARR/perl-ldap-0.23/ChangeLog
2001-05-04 14:29:00 +00:00
jlam
dd9d79d058 Share a common distinfo file with the postgresql package. 2001-05-04 01:05:19 +00:00
agc
0442502f57 Don't continue DEPENDS lines with '\' Instead, insert "DEPENDS+= " in
subsequent lines, which makes it easier to search for pre-requisite
packages with a "DEPENDS.*pkg" regular expression.
2001-05-03 11:21:32 +00:00
jlam
a8f52f2ada * Rearrange MySQL build structure by providing a Makefile.common that is
included by both mysql-server/Makefile and mysql-client/Makefile.
* Remove some unnecessary patches from mysql-client.
* Remove build dependency on autoconf as we don't really need to use it.
* Improve detection of native readline library.
* Provide INSTALL/DEINSTALL scripts to perform initial database setup and
  to remind the package administrator to remove unnecessary directories upon
  package removal.
* Use complete path to chown in various installed scripts.  Fixes pkg/12725.
* Install server manpages with the server package.  Fixes pkg/12724.
2001-05-02 08:22:28 +00:00
jtb
86e0031033 There is no dir entry in the distributed gdbm.info -- delete it after
extraction so that it gets rebuilt.
2001-04-26 23:26:49 +00:00
wiz
6dcc5bf4a8 Drop remaining uses of DIGEST_FILE (which were bogus, anyway) 2001-04-21 13:42:38 +00:00
jtb
886da8ffcf Add an INFO_FILES entry. 2001-04-18 17:28:26 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
hubertf
2d28090d5c <mysql/mysql.h> can be found in the mysql-client pkg:
noon% pkg_info -Fe /usr/pkg/include/mysql/mysql.h
mysql-client-3.23.35

Add dependency on that!
2001-04-15 01:11:16 +00:00
hubertf
3cb8c4d5a7 fix fatal typo - INSTAL 2001-04-15 01:06:43 +00:00
mjl
d5775fd64f Update to 1.15. Notable changes:
Added selectrow_arrayref, selectrow_hashref, selectall_hashref
  Added DBI->connect(..., { dbi_connect_method => 'method' })
  Added $h->{ShowErrorStatement}=1 to cause the appending of the
    relevant Statement text to the RaiseError/PrintError text.
  Trace method uses warn() if it can't open the new file.
  Trace shows source line and filename during global destruction.
  Documentation:
    Documented $DBI::lasth (which has been there since day 1).
    Documented SQL_* names.
    Clarified and extended docs for $h->state
    Clarified fetchall_arrayref({}) docs
    Clarified type_info_all re lettercase and index values.
    Updated DBI::FAQ to 0.38
    Added cute bind_columns example
    Extended docs on \%attr arg to data_sources method.
  Proxy:
    Removed debug messages from DBD::Proxy AUTOLOAD
    Added fix for problem using table_info
    Added better determination of where to put the pid file
    Added KNOWN ISSUES section to DBD::Proxy docs
  Known issues:
    Perl 5.005 and 5.006 both leak memory doing local($handle->{Foo}).
    Perl 5.004 doesn't. The leak is not a DBI or driver bug.
2001-04-13 15:06:11 +00:00
jlam
73cd9e77cb Note inclusion by odbc-postgresql 2001-04-10 13:08:05 +00:00
jwise
2f9af9bf60 Add a MAINTAINER field. 2001-04-06 23:48:49 +00:00
jwise
85f85864c7 Add a message file pointing users to the ODBC chapter of the PostgreSQL
documentation.
2001-04-06 22:05:43 +00:00
jwise
49efcd2aa0 Add and enable odbc-postgresql. 2001-04-06 22:01:09 +00:00
jwise
df0d820956 Initial import of odbc-postgresql, the PostgreSQL 7 ODBC support. 2001-04-06 21:59:59 +00:00
hubertf
b405a4ddfe Also install odbctest program 2001-04-06 11:39:54 +00:00
hubertf
fa2ac1c517 Install some documentation. 2001-04-06 11:19:33 +00:00
mjl
ad9c381c34 Depend on freedts >= 0.50 2001-04-04 14:04:36 +00:00
mjl
89f67fd424 Update to 0.51. Changes since 0.50:
removed all the old unittests from the samples directory
	endian detection fixed
	'make check' and ctlib unittests
	TDS 7.0 fixes, numerics et al
	dead connection handling
	query timeout stuff
2001-04-04 13:52:11 +00:00
agc
7cd39f13e2 Add and enable myodbc-2.50.36 2001-04-04 12:59:42 +00:00
agc
72a28fc8ee Initial import of myodbc, an ODBC driver for mysql, into the packages
collection.
2001-04-04 12:58:43 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
agc
b78c8e6641 databases/p5-MLDBM is a duplicate of devel/p5-MLDBM.
Merge the two packages into one, in the databases category.
2001-04-02 14:33:50 +00:00
wennmach
2b020a68f6 RCS Id police 2001-03-28 21:49:40 +00:00
jwise
bd2f8e14eb So _that's_ how to do that! :-)
Use ${EXTRACT_ELEMENTS} instead of adding to ${EXTRACT_CMD} by hand.
2001-03-28 20:58:03 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
a36f6dbfe5 add & enable xsqlmenu 2001-03-27 02:18:33 +00:00
hubertf
e5bf68c276 Add xsqlmenu-2.10: X based GUI for MySQL
This is a powerful frontend for the MiniSQL or MySQL database
engines, that allows the user to search the database through easy
to use searchforms, select databases and tables from a menu, modify
records just by clicking them in a browser and much more.  Xsqlmenu
supports having multiple tablewindows open at the same time (even
from different databases !).  Also free SQL SELECT statements are
allowed (although they have a few restrictions to avoid confusion).
2001-03-27 02:18:07 +00:00
bad
533efc75e2 When using the included mit-pthreads, do not link against random
-lpthread found in library search path, use explicit path to library.
Noticed by hubertf.
When OPSYS == NetBSD, force use of included mit-pthreads.
Bumb version to "nb1".
2001-03-26 22:37:33 +00:00
skrll
55cacc096c Build a shared library version as well... 2001-03-26 19:31:55 +00:00
bad
0e87083ae4 Depend on mysql-client>=3.23.35 because of library major bump. 2001-03-26 14:54:19 +00:00
bad
776dbabaad Update to mysql-3.23.35.
Enable use of tcp_wrappers in the server.

BDB and Innobase table types are not configured in, so no transaction
support yet.

The 3.23 release has several major features that are not present
in previous versions. We have added new table types: MyISAM, a new
ISAM library which is tuned for SQL and supports large files; BDB,
which uses the Berkeley DB library from Sleepycat Software to
implement transaction-safe tables; INNOBASE, which uses the Innobase
database backend to implement transaction-safe tables. The 3.23
release also includes support for database replication between a
master and many slaves, full-text indexing, and much more.

For a detailed list of changes see appendix E of the online
documentation at http://www.mysql.com/.

The replication code and BerkeleyDB code is still not as tested
and as the rest of the code, so we will probably need to do a couple
of future releases of 3.23 with small fixes for this part of the
code. As long as you don't use these features, you should be quite
safe with MySQL 3.23!

Note that the above doesn't mean that replication or Berkeley DB
doesn't work; We have done a lot of testing of all code, including
replication and BDB without finding any problems. It only means
that not as many users uses this code as the rest of the code and
because of this we are not yet 100 % confident in this code.
2001-03-26 13:46:19 +00:00
bad
a236e650ca Fix configure script to not use "-Lyes/lib" when tcp_wrapper support
is configured in.

Work around the fact that our libtool doesn't seem to grok "-L dir" syntax.
2001-03-26 13:43:50 +00:00
bad
c5025b090f Replace with hack to do the __RENAME hack for sigaction() in mit-pthreads.
Now, mysql-server doesn't require COMPAT_NETBSD13 anymore.
2001-03-26 13:41:32 +00:00
bad
1a3415e0e1 Update to mysql-3.23.35. Changes in the client library include
API/ABI changes, (backward compatible) changes to the client-server
protocol and bug fixes.

The 3.23 release has several major features that are not present
in previous versions. We have added new table types: MyISAM, a new
ISAM library which is tuned for SQL and supports large files; BDB,
which uses the Berkeley DB library from Sleepycat Software to
implement transaction-safe tables; INNOBASE, which uses the Innobase
database backend to implement transaction-safe tables. The 3.23
release also includes support for database replication between a
master and many slaves, full-text indexing, and much more.

For a detailed list of changes see appendix E of the online
documentation at http://www.mysql.com/.

The replication code and BerkeleyDB code is still not as tested
and as the rest of the code, so we will probably need to do a couple
of future releases of 3.23 with small fixes for this part of the
code. As long as you don't use these features, you should be quite
safe with MySQL 3.23!

Note that the above doesn't mean that replication or Berkeley DB
doesn't work; We have done a lot of testing of all code, including
replication and BDB without finding any problems. It only means
that not as many users uses this code as the rest of the code and
because of this we are not yet 100 % confident in this code.
2001-03-26 13:26:42 +00:00
wennmach
11fda0c8b3 Make pgsql's home directory configurable. This is useful e. g. in cases
where ${PREFIX} is mounted read-only etc. Checked with Johnny C. Lam,
who suggested two additional changes.
2001-03-25 11:29:37 +00:00
mjl
a18467f8b2 Enable p5-MLDBM 2001-03-25 05:17:03 +00:00
mjl
b4f49ae638 Initial import of p5-MLDBM, a Perl module store multidimensional
hash structures in tied hashes.
2001-03-25 05:14:28 +00:00
mjl
6348fc542e Enable p5-DBIx-Datasource, p5-DBIx-SearchBuilder 2001-03-25 04:45:41 +00:00
mjl
b649013032 Initial import of p5-DBIx-SearchBuilder, a Perl extension for
easy SQL SELECT Statement generation.
2001-03-25 04:43:40 +00:00
mjl
50804ecefd Oops, typo in packlist path. 2001-03-25 04:36:21 +00:00
mjl
c37ae28b97 Initial import of p5-DBIx-DataSource, a module that implements
create and drop functions for databases. Currently supported
databases are MySQL and PostgreSQL.
2001-03-25 04:30:56 +00:00
mjl
d9a20699a7 Update to 0.1025
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before
          calling $csv->getline(). Seems to return false errors
          otherwise in some cases.
        * Made Makefile.PL CPAN conformant.
        * Removed unnecessary stuff in Makefile.PL which verified
          the DBI installation.
        * lib/DBD/File.pm (STORE): Changed croak to die.
        * Minor fix in the docs
        * Minor compatibility fixes in the test suite for Perl 5.6.
2001-03-21 17:30:28 +00:00
mjl
670d64cd67 Updated to 0.1017
* Makefile.PL: Fixed portability issue with Darwin.
2001-03-21 17:27:05 +00:00
wulf
4f52c9cd18 Enabled support for alpha platforms 2001-03-10 12:14:07 +00:00
wiz
079495271c ${MD5_FILE} -> ${DIGEST_FILE} 2001-03-07 15:52:01 +00:00
jtb
b56ba87d0c Update of p5-pgsql to 1.9.0. Update provided by Damon Brodie in
PR pkg/11597.

Revision history for Perl extension Pg.

1.9.0   Apr 04 2000
        - remove compile errors with perl5.6
	- remove old-style interface
	- change return value in case of failure from -1 to undef
	- for building the module it is required to set the environment
          variables POSTGRES_INCLUDE and POSTGRES_LIB

1.8.2   Mar 31 1999
	- bug-fix in Makefile.PL for $POSTGRES_HOME not defined
	- bug-fix in doQuery() spotted by
          Christopher Hutton <crhutton@welcomecard.com>
	- minor changes to be compliant with libpq
	- use PQsetdbLogin (using the provided userid/password)
	  instead of PQsetdb
2001-03-05 20:07:47 +00:00
skrll
9decadec29 Remove build system hack that causes build to fail for new libtool. 2001-03-05 12:35:33 +00:00
assar
55da32de67 turn KERBEROS into a binary switch 2001-03-04 03:26:50 +00:00
lukem
051abd3b1f change default group from ingres to pgsql, to match behaviour of other
applications (uname == gname), and because we've removed the default
ingres group anyway.
2001-02-26 18:09:40 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
1de5d86461 NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it. 2001-02-23 12:32:47 +00:00
fvdl
676124ec2a Upgrade to 3.2.9. Install C++ library as well (not java, since this
depends on java being installed, it should probably be in a seperate
pkg).

Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
2001-02-21 15:56:01 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
jlam
c75af80291 Patch to fix alpha-related problems. Sent in private mail by Berndt Josef
Wulf <wulf@ping.net.au>.  Fixes PR#10704.
2001-02-13 02:39:32 +00:00
jlam
bd487625e8 Apply patch to fix alpha-related problems. 2001-02-13 02:37:43 +00:00
jlam
da659d71ac Add `shutdown' KEYWORD to rc.d control script so the database properly
shuts down during shutdown.
2001-02-12 20:11:56 +00:00
jlam
19fa4740eb Move HTML documentation under ${PREFIX}/share/doc/html. 2001-02-10 23:13:45 +00:00
jlam
aa2e62587e s/autoreconf/${LOCALBASE}/bin/autoreconf. This was apparently missed in
the previous sweep for such changes (perhaps other Makefile.common files
also?).
2001-02-10 22:37:47 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
wiz
8ed768d6ab Don't force '-O'. Noted by Adam Ciarcinski. 2001-01-18 18:05:52 +00:00
briggs
c332e21f5a Add support for NetBSD-*-powerpc to embedded mit-pthreads, and enable
this package for same.
2001-01-10 06:03:13 +00:00
bad
8d1528d669 It's "--with-named-curses-libs=...". 2001-01-09 18:39:44 +00:00
bad
807d24ec98 It's "-lcurses -ltermcap". 2001-01-09 18:38:49 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
82e749f8ed USE_LIBINTL & BUILD_DEPENDS instead of DEPENDS on gettext. 2001-01-04 02:53:51 +00:00
wiz
5144b5d52e Move quicklist from misc to databases -- previous import didn't do a thing
since quicklist seems to have been here before.
2001-01-04 01:15:46 +00:00
wiz
bd6fdcff71 Fix to compile with python 2.0. 2001-01-01 05:52:08 +00:00
wiz
5d55ac7f04 Updated to use python 2.0. 2000-12-28 15:36:32 +00:00
wiz
9bb3f753b2 Fix dependency on python to >=1.5 2000-12-28 14:53:52 +00:00
jwise
b60b5edd31 Update jdbc-postgresql to version 7.0.3. Changes since 7.0.2 include:
Tue Jun 06 12:00:00 BST 2000 petermount@it.maidstone.gov.uk
	- Added org/postgresql/DriverClass.java to the list of files removed
	  by make clean (it's dynamically built)
	- Fixed Statement, so that the update count is valid when an SQL
	  DELETE operation is done.
	- While fixing the update count, made it easier to get the OID of
	  the last insert as well. Example is in example/basic.java

Tue Jun 06 08:37:00 BST 2000 petermount@it.maidstone.gov.uk
	- Removed a hardwired 8K limit on query strings
	- Added some missing org.'s in Connection that prevented
	  the use of the geometric types.

Thu Jun 01 07:26:00 BST 2000 petermount@it.maidstone.gov.uk
	- Removed timezone in getTimestamp() methods in ResultSet.

Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
	- Fixed the message Makefile produces after compiling. It still said
	  about the old Driver class, not the new package. Spotted by
	  Joseph Shraibman <jks@p1.selectacast.net>
2000-12-27 23:10:47 +00:00
wulf
35aade5dc7 Excluded build on Alpha and Mips platforms due missing PostgreSQL support 2000-12-27 00:18:09 +00:00
skrll
15a7dba68f Fix timezone return value in threads. From Thomas T. Thai in pkg/11256. 2000-12-24 12:27:15 +00:00
jlam
b8a94ea5e7 Only install the postgresql modules, and not the setup module. 2000-12-22 18:42:54 +00:00
jlam
a3d0b717e2 Remove pgtools.py as it's not present. 2000-12-22 18:41:49 +00:00
wiz
572e80cd21 Move lots of packages to new time category; fix links; add time subcategory
to main Makefile.
2000-12-17 23:40:53 +00:00
david
07eed863d5 Update package and close PR pkg/11596 2000-12-17 21:50:56 +00:00
wiz
3e0f26f8ab add include/rrd.h 2000-12-15 19:21:25 +00:00
wiz
43ffa59dbe Fix patch (Makefiles don't like leading whitespace) 2000-12-15 19:20:17 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jlam
1a8e753c59 Rename this script to pgsql.sh, make this script a bit more complete
and robust, and add example command_args setting to allow TCP/IP
connections to the PostgreSQL database.
2000-12-11 20:18:56 +00:00
jlam
adc414d599 It's unnecessary to substitute for @PREFIX@ in a DEINSTALL/INSTALL script
as ${PKG_PREFIX} always contains that value.
2000-12-11 19:19:42 +00:00
jlam
2d6083c327 Cosmetic adjustments. 2000-12-11 16:43:11 +00:00
jlam
d2524e9d0e Honor CFLAGS passed in from environment during build. 2000-12-11 03:45:17 +00:00
jlam
dd98fdf4d4 Note the packages that include this file so we note when other packages are
update when this one is updated.
2000-12-08 17:16:32 +00:00
jlam
2792146bd0 Remove unnecessary substitution of @PGHOME@ in pgsql.sh.tmpl. 2000-12-07 16:57:54 +00:00
jlam
e2cdf6a424 PGHOME is a subdir of ${PREFIX}, so pass -b ${PREFIX} to useradd instead
of directly specifying -d ${PGHOME}.  Canonicalize usage of PGHOME while
I'm at it.  Fixes pkg/11660 by Ben Collver <collver@softhome.net>.
2000-12-07 16:56:39 +00:00
mjl
0bcf069004 Update to 0.95
- add Win32 port from Bob Kline .
        - applied patch from Rudy Lippan
          which fixes a memory-leak with failed connections.
        - applied patch from Hein Roehrig
          which fixes a bug with escaping a backslash except for
          octal presentation
        - applied patch from Francis J. Lacoste
          to enhance the table_attributes subroutine
2000-12-07 11:53:50 +00:00
mjl
6575822ad4 Update to 7.0.3.
Jdbc fixes (Peter)
Large object fix (Tom)
Fix lean in COPY WITH OIDS leak (Tom)
Fix backwards-index-scan (Tom)
Fix SELECT ... FOR UPDATE so it checks for duplicate keys (Hiroshi)
Add --enable-syslog to configure (Marc)
Fix abort transaction at backend exit in rare cases (Tom)
Fix for psql \l+ when multi-byte enabled (Tatsuo)
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
Make vacuum always flush buffers (Tom)
Fix to allow cancel while waiting for a lock (Hiroshi)
Fix for memory aloocation problem in user authentication code (Tom)
Remove bogus use of int4out() (Tom)
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
Fix for failure of triggers on heap open in certain cases (Jeroen van Vianen)
Fix for erroneous selectivity of not-equals (Tom)
Fix for erroneous use of strcmp() (Tom)
Fix for bug where storage manager accesses items beyond end of file (Tom)
Fix to include kernel errno message in all smgr elog messages (Tom)
Fix for '.' not in PATH at build time (SL Baur)
Fix for out-of-file-descriptors error (Tom)
Fix to make pg_dump dump 'iscachable' flag for functions (Tom)
Fix for subselect in targetlist of Append node (Tom)
Fix for mergejoin plans (Tom)
Fix TRUNCATE failure on relations with indexes (Tom)
Avoid database-wide restart on write error (Hiroshi)
Fix nodeMaterial to honor chgParam by recomputing its output (Tom)
Fix VACUUM problem with moving chain of update tuples when source and destination of a tuple lie on the same page (Tom)
Fix user.c CommandCounterIncrement (Tom)
Fix for AM/PM boundary problem in to_char() (Karel Zak)
Fix TIME aggregate handling (Tom)
Fix to_char() to avoid coredump on NULL input (Tom)
Buffer fix (Tom)
Fix for inserting/copying longer multibyte strings into char() data types (Tatsuo)
Fix for crash of backend, on abort (Tom)
2000-12-07 08:29:00 +00:00
mjl
21b85e4fd6 Update to 1.14.
NOTE: This version is the one the DBI book is based on.
  NOTE: This version requires at least Perl 5.004.
  Perl 5.6 ithreads changes with thanks to Doug MacEachern.
  Changed trace output to use PerlIO thanks to Paul Moore.
  Fixed bug in RaiseError/PrintError handling.
    (% chars in the error string could cause a core dump.)
  Fixed Win32 PerlEx IIS concurrency bugs thanks to Murray Nesbitt.
  Major documentation polishing thanks to Linda Mui at O'Reilly.
  Password parameter now shown as **** in trace output.
  Added two fields to type_info and type_info_all.
  Added $dsn to PrintError/RaiseError message from DBI->connect().
  Changed prepare_cached() croak to carp if sth still Active.
  Added prepare_cached() example to the docs.
  Added further DBD::ADO enhancements from Thomas Lowery.
2000-12-07 08:10:40 +00:00
wulf
59d28cc16d Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 12:29:10 +00:00
wulf
044dd83bcf Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 11:15:42 +00:00
wiz
c2767397f2 Remove duplicate p5-SQL-Statement. 2000-11-27 01:02:18 +00:00
tsarna
76f2b0b6c4 Actually, nuke that empty variable entirely. I haven't the slightest
idea what it was for, if anything.
2000-11-16 16:35:42 +00:00
darcy
30126c12b3 Seems that Python was upgraded to 2.0 so I guess this needs to be modified.
I changed the dependencies and directories accordingly.
2000-11-16 05:25:51 +00:00
darcy
c639312307 Upgrade to version 3.1.
This release fixes a few bugs, adds a few minor features and makes a
few speedups in the code.

Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
  - Fix some quoting functions.  In particular handle NULLs better.
  - Use a method to add primary key information rather than direct
    manipulation of the class structures.
  - Break decimal out in _quote (in pg.py) and treat it as float.
  - Treat timestamp like date for quoting purposes.
  - Remove a redundant SELECT from the get method speeding it, and insert
    since it calls get, up a little.
  - Add test for BOOL type in typecast method to pgdbTypeCache class.
    (tv@beamnet.de)
  - Fix pgdb.py to send port as integer to lower level function
    (dildog@l0pht.com)
  - Change pg.py to speed up some operations
  - Allow updates on tables with no primary keys.
2000-11-16 04:37:54 +00:00
wiz
328680b4df note empty VARIABLE explicitly 2000-11-16 02:38:41 +00:00
wiz
24a0333e2d Fix dependency line. 2000-11-16 02:38:05 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
skrll
2591a64b69 Use pkgsrc libtool. 2000-11-07 20:28:23 +00:00
veego
316cd2ba43 Make it work with xpkwedge. 2000-11-03 20:56:31 +00:00
veego
8aa5ac2c54 Pass X11PREFIX=${X11PREFIX} to the make subproccess. 2000-11-03 20:53:47 +00:00
veego
af3757f739 Use X11PREFIX and not X11BASE for XFORMINCDIR. Now works with xpkwedge. 2000-11-03 20:52:47 +00:00
tsarna
e66e1e212a needs -R to find libgdbm 2000-10-29 20:48:27 +00:00
tsarna
51ed7a65f8 Add and enable py-ldap 2000-10-25 19:39:06 +00:00
tsarna
642cc81ffe A Python interface to LDAP 2000-10-25 19:34:29 +00:00
mjl
56a435e398 Enable p5-Text-CVS_XS, p5-SQL-Statement, p5-DBD-CSV 2000-10-24 11:34:52 +00:00
wiz
68d773ae0a alphabetize, and add two missing subdirs 2000-10-24 10:12:31 +00:00
mjl
91d15d7197 Initial import of p5-DBD-CSV: Access comma separated value files via
the DBI interface.
2000-10-23 13:57:03 +00:00
mjl
3ad1876dac Initial import of p5-SQL-Statement, a small, abstract SQL engine. 2000-10-23 13:39:52 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
rh
6c6def5051 Add dependency on p5-XML-Parser-* 2000-10-16 11:02:35 +00:00
rh
7ba4e36013 Update p5-perl-ldap to 0.22. Changes include:
* Quick release to fix memory problem with 5.6.0
 * Change ->get back to return what 0.19 returned
 * Deprecate ->get in favor of ->get_value
 * Net::LDAP::Schema now supports matchingRules
 * Added experimental onerror option to ->new
 * New FAQ by Clif Harden
 * Added INSTALL and CREDITS files
 * Net::LDAP::Entry ->get and ->attributes methods now support options
 * Added Net::LDAP::DSML from Mark Wilcox
 * Added Net::LDAPS from Chris Ridd
 * Many documentation updates
 * Several fixes to ::Control::* classes, they should now work as intended.
 * Net::LDAP::Entry->get now always returns a scalar result as documented.
 * bin/ldapsearch now requires URI-1.08
2000-10-16 10:13:16 +00:00
rh
c491da1dce Add and enable p5-DBD-Sybase 2000-10-15 18:49:02 +00:00
rh
8cd8f3f307 Initial import of DBD-Sybase-0.23, a Sybase/MS-SQL backend for p5-DBI. 2000-10-15 18:47:59 +00:00
rh
5f713f4a46 Add and enable gq 2000-10-15 18:08:01 +00:00
rh
a19f1c8be1 Initial import of gq-0.3.0, a GTK-based LDAP client 2000-10-15 18:07:07 +00:00
wulf
45509bc644 Added and enabled ksql-1.0 interactive SQL query tool for PostgreSQL 2000-10-15 14:19:27 +00:00
wulf
9d386304c5 Initial commit of ksql-1.0 interactive SQL query tool for postgreSQL 2000-10-15 14:17:39 +00:00
rh
ec3613fde8 Add an shlib_version file in order to build with newer bsd.lib.mk files. 2000-10-01 11:45:41 +00:00
fredb
f7e61771ec Belatedly bump "nb" version for xforms, and likewise increment packages
that depend it, as suggested by wrstuden. The reason is so that older
binary packages which were linked against an a.out shared lib won't have
their package dependencies satisfied by the latest package, which has no
shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-28 20:34:03 +00:00
hubertf
631a5af875 Make this work on alpha - pull in appropriate headers, mostly. 2000-09-26 03:47:09 +00:00
jlam
608cc53477 Install rc.d control script as "pgsql" instead of "pgsql.sh" to comply with
how NetBSD's rc.d system interprets script names.  Also add appropriate
REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-21 14:34:56 +00:00
jwise
9b47ae74a9 This neither uses nor DEPENDs on tk -- now patch the configure script to
not fail when tk is not present...
2000-09-05 15:01:29 +00:00
wiz
de25e93e9a remove trailing whitespace 2000-09-03 15:00:19 +00:00
wiz
f3f5291706 add RCS Id 2000-09-03 14:46:50 +00:00
wiz
278353e409 remove '^A ' 2000-09-03 09:52:17 +00:00
wiz
33d5efdb69 remove unnecessary whitespace 2000-09-03 09:51:48 +00:00
wiz
dc1b4dd34d add RCS Id 2000-09-03 09:51:19 +00:00
wiz
29d66b632a remove unnecessary whitespace 2000-09-03 09:51:12 +00:00
wiz
53412c89a7 add RCS Id 2000-09-03 09:49:46 +00:00
jlam
9a55c968f7 Remove trailing blank line. 2000-09-03 03:29:59 +00:00
wulf
01e4f776ff Correct bug in geneweb's Makefile that tried to install gwtp.opt that
doesn't exist on platforms that don't have the optimized caml compiler.
2000-09-03 03:25:04 +00:00
wulf
f45cd74b37 Package will now attempt to delete all directories if found empty -
e.g. geneweb was installed but no databases were created.
2000-09-03 03:20:28 +00:00
wiz
49dfa3cb09 Use @PREFIX@ instead of hardwired /usr/pkg (brrr) 2000-09-01 23:57:18 +00:00
jwise
63bf11e969 Adapt this package to tk-8.3.2. 2000-09-01 14:34:21 +00:00
jwise
808f544668 Adapt this package to tcl-8.3.2. 2000-09-01 14:20:17 +00:00
jwise
013f4050c2 Adapt patch used by ../tcl-postgresql to tcl-8.3.2. 2000-09-01 14:19:44 +00:00
jlam
017c30199f Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5. 2000-08-30 19:08:13 +00:00
jwise
31d54a0470 tcl-8.3.2 is, of course, in ../../lang/tcl, not ../../lang/tcl80
I guess a cup of coffee is in order before I continue...
2000-08-29 21:17:32 +00:00
jwise
0952927260 Slight fix to previous -- goose CONFIGURE_ENV with proper LDFLAGS for
ELF.
2000-08-29 21:12:20 +00:00
jwise
3387b6097f Add NetBSD RCS Id accidentally ommitted. Also: the changes from tclGdbm-0.6
were:

0.7 - Tcl_Obj's support (first trial); now NUL-Bytes are allowed; strings
        need not be terminated in the database (the 0.6-version would store
        the terminating NUL's in keys as well as in data and RELIED on it!).
        Now DB'S generated by other Programs (cross-checked with php3!) can
        be read! (JG)

0.8 - Move to libtool/automake/autoconf and generate rpms for RedHat 6.2 (JE)
      Tested with tcl8.3
2000-08-29 21:09:54 +00:00
jwise
a7776c1d1e Update tcl-gdbm to 0.8, as the old distfile had disappeared from the
master site.  While here, USE_LIBTOOL and LTCONFIG_OVERRIDE, and adapt
to tcl-8.3.2.
2000-08-29 21:05:46 +00:00
jlam
cc2672fd87 Until the sources for these packages catch up to the current (post-5.6.0)
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look
like an older perl.
2000-08-29 20:48:08 +00:00
jlam
599ff7725a Needs at least perl-5.6.0 to build. 2000-08-29 19:20:18 +00:00
wiz
fbe26494d6 fix binary package (%B,%D,%F are back-references, not forward-references!) 2000-08-28 23:02:18 +00:00
wiz
c60f116162 add etc/rc.d/geneweb.sh and sbin/gwsetup; sort PLIST 2000-08-28 13:54:38 +00:00
jlam
053d4e9032 Update to p5-gdbm-1.03 from the perl-5.6.0 distribution. This module was
previously incorrectly versioned at 5.4.4.
2000-08-27 21:40:24 +00:00
jlam
c70c96f2c8 Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 10:37:00 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
d5b9e5d2f1 Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,
though).
Addresses pkg/10881 & pkg/10882.
2000-08-23 14:46:52 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
cea7708b61 This whole package doesn't have a file 'pgtools.py', remove it from
te PLIST.
2000-08-19 21:05:01 +00:00
hubertf
dc3a453a53 ../../misc/py-mxDateTime installs a package, called "py-mxDateTime", not
"mxDateTime" (add leading 'py-')
2000-08-19 20:59:58 +00:00
hubertf
9a8f772d1b add languages/nederlands 2000-08-19 20:48:26 +00:00
wulf
ad655ff21a Updated geneweb to 3.07: New features and bugfixes 2000-08-19 11:25:34 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
494f186244 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-16 01:52:14 +00:00
wiz
1663dce8ac Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built.
Needs tweaking.
2000-08-14 16:56:04 +00:00
wiz
297b9332a6 USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
Add DEINSTALL script with note about etc/openldap.
2000-08-14 16:35:31 +00:00
wiz
cb095376b4 No more PKGLIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 15:07:27 +00:00
jlam
f894bb47b3 Update MASTER_SITES to current locations. 2000-08-12 01:26:51 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
0d0309ed93 remove HTML code 2000-08-10 22:41:14 +00:00
jlam
7fafe6f1f9 Update distribution file MD5 checksum. Apparently was changed on
master site.  Also remove distfile from ftp.netbsd.org.
2000-07-31 03:15:03 +00:00
kleink
1e6a93a271 Don't install ud(1) group-writable; noted by Christian Kleinwaechter. 2000-07-28 07:18:48 +00:00
jlam
a450d36dcb USE_LIBTOOL instead of USE_PKGLIBTOOL. Also install html documentation
under ${PREFIX}/doc/html.
2000-07-27 14:18:02 +00:00
wulf
1d58744842 Added and enabled new package geneweb-3.06 2000-07-25 13:05:58 +00:00
wulf
1527984c77 Intial commit of geneweb-3.06 - a comprehensive genealogy database application 2000-07-25 13:02:07 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00