Commit graph

1217 commits

Author SHA1 Message Date
jmc
63b30d195e Fix some PKGSRCDIR paths 2003-05-12 14:56:20 +00:00
jmc
befa6aa0c8 Need to comment out the platforms line in setup.py if building under 2.0 2003-05-11 08:46:23 +00:00
wiz
f16927fc96 Pthreads not needed -- only used by executable, not by
any of the openldap libraries.
Closes PR 21490 by Todd Vierling.
2003-05-08 12:30:37 +00:00
wrstuden
72f3e86f51 I haven't maintained this for years, so remove my name from the
maintainership.
2003-05-07 16:14:39 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
grant
668f06fc7d post-install:
- create directories first, then install files into them.
- remove unnecessary trailing slashes.
2003-05-05 17:21:48 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
567c8abc60 Use PKGCONFIG_OVERRIDE. 2003-04-30 19:52:49 +00:00
jmmv
d3052eb692 Remove extra, unexisting file. 2003-04-30 19:52:35 +00:00
cjep
6f6874cc5f Lint: Make this description more concise.
Remove information that is in MESSAGE.
2003-04-27 15:53:54 +00:00
cjep
e28e0d5aaa Add information about mail aliases. 2003-04-27 15:53:07 +00:00
rh
ed5c0ddfe7 Update gnome-mime-data to 2.2.0. This includes an updated set of icons. 2003-04-27 04:20:17 +00:00
jmmv
8a643f1b54 It's databases, not database in CATEGORIES. 2003-04-25 20:20:34 +00:00
cjep
862a27e5d6 RCS tag 2003-04-21 20:25:13 +00:00
cjep
4c06feb4b1 RCS tag. 2003-04-21 20:24:26 +00:00
cjep
868be49d44 lint 2003-04-21 20:21:45 +00:00
mjl
dcf4a620cc Update p5-DBIx-SearchBuilder to 0.80
- Count method enhanced to ignore "LIMIT"s
  - LIMIT behaviour changed to be handle specific
  - ReadableAttributes and WritableAttributes added as methods to Record.pm
  - SB->Count should return no results unless the search is limited
  - Eliminate a warning on empty searches
  - No longer attempt to cache (and fail) objects that haven't been
    database-loaded
2003-04-21 18:14:53 +00:00
mjl
9c7b6d04db Update p5-DBD-postgresql to 1.22
- Fix memory allocation problem in bytea escaping
  - Add utf8 support
  - Transform Perl arrays into PostgreSQL arrays
  - Fix for foreign_key_info()
  - Fix PG_TEXT parameter binding
  - Doc cleanups
  - Fix warning from func($table, 'table_attributes')
  - Added suppport for schemas
  - Fix binary to a bytea field conversion
2003-04-20 19:47:20 +00:00
jmc
17932d4389 Do the install check in a way that actually works. 2003-04-18 13:16:41 +00:00
jmc
92b96122bb Only set TCL_DIR if doing an install 2003-04-15 22:06:42 +00:00
cjep
ae942c176f Add a buildlink2 file 2003-04-13 15:26:31 +00:00
cjep
db6dc677c5 Update of database/py-mysqldb to 0.9.2.
Changes since 0.9.1 include:
	* Bugs fixed, including segfault problem with Python 1.5.2
	* Take advantage of GC memory allocator in Python 2.2
	* cursor.execute(query) with no arguments leaves the original
	  query string alone.
	* Mac OS X tidy ups.
	* Memory leak fixes.
	* cursor.executemany() fixes.
	* Other fixes (see the CHANGELOG file for details)

From PR#19056 from MLH. Note that we assume the client library is
not thread safe as per 0.9.1.
2003-04-13 14:28:53 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
hubertf
50e4303ed6 add & enable dbh 2003-04-06 13:46:22 +00:00
hubertf
fcafcd14c9 Import dbh-1.0.14: Library to create disk based Hashtables
Disk based hashes is a method to create multidimensional binary trees on disk.
This library permits the extension of database concept to a plethora of
electronic data, such as graphic information. With the multidimensional binary
tree it is possible to mathematically prove that access time to any
particular record is minimized (using the concept of critical points from
calculus), which provides the means to construct optimized databases for
particular applications.

Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip
2003-04-06 13:45:39 +00:00
jmc
0e151f90a9 Use tclConfig.sh to get the proper place for the library. Also do a mkdir
before installing to make sure the directory exists.
2003-04-04 21:43:30 +00:00
toshii
fe36e8843c Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++
Remove files and patches in the py-postgresql directory and add necessary
ones in the postgresql directory.
2003-04-03 18:06:12 +00:00
jmc
6ef2882f85 Add an empty do-patch rule.
A simple make test here would have shown this to break by removing NO_PATCH
without otherwise seeing why it was there..
2003-04-01 05:14:08 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
cjep
36f9d769e6 Add in SVR4 pkg names. 2003-03-25 15:13:47 +00:00
taca
40fdd648b8 Remove PKGREVISION for updating ruby-gdbm package to 1.6.8.
This is bug fix release of ruby programming language.  Since change from
ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
2003-03-24 14:56:00 +00:00
grant
499e3d864f remove unnecessary parens and indent some conditionals for
readability purposes.
whitespace police.
2003-03-24 03:06:34 +00:00
grant
b0b29e924d add workaround for broken curses.h test on Solaris (see
http://www.mysql.com/doc/en/Solaris_2.7.html)
2003-03-24 00:57:47 +00:00
heinz
e1a4a4dc75 Homepage was permanently moved to dbi.perl.org 2003-03-23 02:48:16 +00:00
heinz
5c7a3a9166 Initialize variable to avoid warning during 'make configure' 2003-03-22 19:13:01 +00:00
jmmv
ffeda3b6d1 Hmmm... for some reason the PKGREVISION bump was not commited... 2003-03-20 15:26:06 +00:00
heinz
dc40f6f44a add forgotten word 2003-03-20 00:07:46 +00:00
jmmv
7c9ec5022a Distfile has changed in the server, no information about why... (from what
I found, they have rebuild automake stuff and it seems they fixed some bugs,
so also bump PKGREVISION).
2003-03-19 18:21:07 +00:00
seb
194ef263a8 Add & enable p5-DB_File 2003-03-19 15:46:43 +00:00
seb
9b6c0d2e3f Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
features).

Note: this package is skipped on systems providing DB 1 as we assume that
the perl5 package picked it up so already provides this module.
2003-03-19 15:45:27 +00:00
mjl
620e86c9af Update p5-DBI to 1.35
Fixed memory leak in fetchrow_hashref introduced in DBI 1.33.
  Fixed various DBD::Proxy errors introduced in DBI 1.33.
  Fixed to ANSI C in dbd_dr_data_sources
  Fixed $h->can($method_name) to return correct code ref.
  Removed DBI::Format from distribution as it's now part of the
    separate DBI::Shell distribution
  Updated DBI::DBD docs with a note about the CLONE method.
  Updated DBI::DBD docs
  Updated DBI::DBD::Metadata for perl 5.5.3
  Added note to install_method docs about setup_driver() method.
2003-03-16 15:46:47 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jschauma
5ecc9f02e7 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
2003-03-12 21:02:24 +00:00
mjl
d2bdc4650e Enable p5-DBD-SQLite 2003-03-11 11:24:27 +00:00
mjl
9732497f31 Initial import of p5-DBD-SQLite 0.25
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is
the matching perl DBD module for accessing it.
2003-03-11 11:23:38 +00:00
bouyer
5f0697e814 Add tcl-fbsql 2003-03-07 21:36:22 +00:00
bouyer
500d079d1e Import of tcl-fbsql 1.05, a Tcl interface module to MySQL. 2003-03-07 16:17:49 +00:00