Commit graph

2738 commits

Author SHA1 Message Date
joerg
4a5f2d4bf5 Uses C++ and fix pthread detection. 2006-05-10 14:31:08 +00:00
jschauma
2d6b80eade add '-c99' to the CFLAGS when using MIPSPro 2006-05-08 19:41:47 +00:00
wiz
c32b0a8e99 Update to 1.8.50, provided by OBATA Akio in PR 33404:
Changes:
2006-04-28  Mikio Hirabayashi

        - The utility API was enhanced.
        - Release: 1.8.50
2006-05-07 10:38:40 +00:00
abs
0c3a52df86 fix DEPENDS - this now needs p5-Clone 2006-05-05 17:49:53 +00:00
adam
7889529658 Changes 1.2.13:
Restoring from 1.0.x format XML dumps was enabled.
The stability of rrdtool fetch results was fixed.
A new rrdtool graph and rrdcgi functions were added.
The pipe mode interface was improved. Many bugfixes were made.
2006-05-05 17:42:06 +00:00
wiz
aa857d7441 Fix previous: make(1) .for also needs "in". 2006-05-03 06:37:36 +00:00
drochner
99b209d844 update to 2.0.11
changes:
* Date parsing and displaying improvements
* Numerous LDS fixes
* Slovak translations
* Numerous relationship Graph enhancements
* GEDCOM import and export improvements
2006-05-02 16:41:37 +00:00
drochner
8691297d83 don't @dirrm in PKGSYSCONFDIR 2006-05-02 10:44:20 +00:00
joerg
f6e122acc9 Include libart in b3.mk, it is needed for linking. Reset maintainer on
his request.
2006-05-02 09:08:32 +00:00
rillig
2ef9596e61 Fixed some pkglint warnings. 2006-05-01 13:52:55 +00:00
joerg
31f87e279f Fix typos: Python backend not included, since I found no easy way to
force the use of a specific Python version. FreeTDS variable was spelled
wrong. Bump revision.
2006-04-30 16:01:21 +00:00
joerg
a8da1b3117 Add ncurses dependency to get edb_vt_ed everywhere. Bump revision. 2006-04-28 12:17:04 +00:00
wiz
f1f08f08f4 Update to 1.8.49, provided by OBATA Akio in PR 33369:
2006-04-19  Mikio Hirabayashi

- A parameter of dynamic linking library on Mac OS X was modified.
- The utility API was enhanced.
- Release: 1.8.49
2006-04-27 18:29:48 +00:00
joerg
dab7abae32 Explicitly disable all features not enabled via option.
The configure script is too agreessive and bypasses the buildlink3
framework.
Add options for sqlite, odbc, freetds and perl.
Fix PLIST. Bump revision. OK by maintainer.
2006-04-25 13:51:24 +00:00
hiramatsu
950da8a6b3 Update p5-DBD-postgresql to 1.48.
Changes from 1.41:

1.48 April 5, 2006
        - Bump minimum DBI version to 1.45 (CPAN bug #18260) (plus problems
                in versions 1.42 and 1.44 [GSM]
        - Fix typo in Pg.pm code (CPAN bug #18537) [marc@sssonline.com]
        - Ensure begin_work is properly set before err. (CPAN bug #18387) [GSM]
        - Force PQexecParams to only run with DML. (CPAN bug #18258) [GSM]
        - Fix bytea encoding problem (CPAN bug #18264) [GSM]
        - Add documentation about connection service files (pg_service.conf).
                [David Fetter]

1.47 March 20, 2006
        - Fix problem with selecting arrays. (CPAN bugs #18128 and
                #18177) [GSM]
        - Fix problem with dollar-sign placeholders. [GSM]

1.46 March 16, 2006
        - Fix problem with dollar-sign placeholders. (husseinp@gmail.com)
                (CPAN bug #18209) [GSM]

1.45 February 27, 2006
        - Fix bug preventing bytea values over 20 characters from showing.
                Spotted by Igor Shevchenko. [GSM]

1.44 February 21, 2006
        - Make sure pg_warn does not warn if the database attribute
                PrintWarn is off. (Tyler MacDonald tyler@yi.org) [GSM]
        - Add SIGNATURE file for Module::Signature verification. [GSM]
        - Fix error in documentation for pg_errorlevel.
                (CPAN bug #17434)
        - Add experimental support for using DEFAULT values inside
                of execute with $DBDPG_DEFAULT. [GSM]
        - Return the proper SQLSTATE codes on connection failures.
                (CPAN bug #17115) [GSM]
        - Fix parser to handle leading parens. (CPAN bug #15481) [GSM]
        - Make statement handles destruction abort early if
                InactiveDestroy is set (CPAN bug #14978) [GSM]
        - Make quote work properly for time/date types
                (CPAN bug #15082) [GSM]
        - Ensure all lo_ functions begin a transaction as needed
                if they are the first action in a script
                (CPAN bug # 13810) [GSM]
        - Fix memory leak in dbdimp.c (k@sawada.cc) [Kenchi Sawada]
        - Fix memory leak in dbdimp.c (dmitri@karasik.eu.org)
                (CPAN bug #16054)
        - Move package declaration lines to fix RPM parser problems
                (CPAN bug #14509) [GSM]
        - Add support for dollar quoting (CPAN bug #13608) [GSM]
        - Added $dbh->{pg_default_port} method [GSM]
        - Overhaul get_info data, add many more values [GSM]
        - Overhaul type_info data (CPAN bug #13806) [GSM]
        - Rewrite some of the quoting functions, reduce dependence
                on libpq versions [GSM]
        - Rewrite and optimize the do() method. Should be much faster
                when called without placeholders. Thanks to Tom Lane
                for suggesting this. [GSM]
        - Double check PQserverVersion return and use alternate
                method if it returns 0 (CPAN bug #14302)
        - Add support for specifying type in $dbh->quote(),
                such as $dbh->quote($var, {pg_type => DBD::Pg::PG_BYTEA})
                Also support type => SQL_xx [GSM] (CPAN bug #13942)
        - Fix pg_notifies() bug (CPAN bug #14232) [door@lcpi.ru]
        - Add pg_ping() method [GSM]
        - Make sure ping returns true, even if in failed transaction state
                [thanks to Bill Moseley] [GSM]
        - Fix COPY-related core dump [GSM]
        - Fix strncpy bug in quote.c [Jun Kuriyama] (CPAN bug #14897)
        - Fix error in is_high_bit_set() [Alexey Tourbin] (CPAN bug #13406)

1.43 June 23, 2005
        - Added README.dev file. [GSM]
        - Fix statement-name related core dump. [GSM]
        - Ensure state() returns an empty string, not 00000 on success.
                (CPAN bug #13237) [michael.bell@web.de of OpenCA] [GSM]
        - Fix rare core dump when $sth still in scope after disconnect [GSM]
        - Enhancements to README.win32 [fenlisesi@gmail.com]
        - Fix incorrect sprintf calls (CPAN bug #12204)
                [Jakub Jelinek]
        - Fix get_info(18) ("ODBCVERSION") (CPAN bug #12968)
                [thanks to szinger@lanl.gov] [GSM]

1.42 May 21, 2005
        - Fix minor issues with copying and bytea quoting on older
                servers. Fix some other memory leaks. [GSM]
        - Fix backslash parsing in statements (CPAN bug #12870)
                [felix.klee@inka.de] [GSM]
        - Make rollback/commit reset copy state (CPAN bug #12866)
                [imb@rentrak.com] [GSM]
        - Make sure lo_creat issues a begin if necessary [GSM]
        - Fix incorrect behavior when AutoCommit switched on. (CPAN bug #12748)
                [thanks to Vivek Khera] [GSM]
        - Have last_insert_id use set_err, not die. (CPAN bug #12503)
                [thanks to Alexandra Walford] [GSM]
        - Fixed tests to correctly handle older DBI versions reporting
                failures on last_insert_id() (CPAN bug #12204)
                [jpo@di.uminho.pt] [GSM]
        - Re-enable REMARKS field on column_info (CPAN bug #12399)
                [thanks to morni@cpan.org] [GSM]
        - Many minor compiler optimizations and cleanups [GSM]
        - Fix two separate memory leaks in dbdimp.c
                [hertzog@debian.org and richardg@eSentire.com]
        - Change VARCHAROID to UNKNOWNOID, suggested by users on mailing
                list [GSM]
2006-04-23 14:22:19 +00:00
hiramatsu
0af8b23489 Updated p5-SQL-Abstract to 1.21.
Changes from 1.17:

revision 1.21
date: 2006/03/08 01:27:56;  author: nwiger;  state: Exp;  lines: +5 -5
- bugfix for -1 setting off -and logic in modlogic()
----------------------------
revision 1.20
date: 2005/08/18 18:41:58;  author: nwiger;  state: Exp;  lines: +104 -50
- added patch from Dan Kubb enabling quote_char and name_sep options
- added patch from Andy Grundman to enhance _anoncopy for deep refs
----------------------------
revision 1.19
date: 2005/04/29 18:20:30;  author: nwiger;  state: Exp;  lines: +34 -20
added _anoncopy to prevent destroying original; updated docs
----------------------------
revision 1.18
date: 2005/03/07 20:14:12;  author: nwiger;  state: Exp;  lines: +201 -65
added support for -and, -or, and -nest; see docs for details
2006-04-23 14:21:24 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
hiramatsu
31fd1fa492 Updated to 1.12.
Change from 1.11:
1.12
        - Brought up to date with SQLite 3.3.5
2006-04-20 08:07:08 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
tron
4b0687ec20 Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump package
revision because of this security fix.
2006-04-17 11:21:41 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
0719006c41 Update path from cyrus-sasl2 to cyrus-sasl. 2006-04-13 21:45:12 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
xtraeme
2d6db16229 Update mysql5-* to 5.0.20.
To see new changes and bugs fixed, see:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html.
2006-04-13 11:19:25 +00:00
tron
73ffecf1b7 Remove another "pkglint" error after clarification about the correct
fix from Roland Illig.
2006-04-12 13:26:11 +00:00
tron
b93c0c0137 Fix some non disputable errors reported by "pkglint". 2006-04-12 11:00:24 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
wiz
6e0ae70b16 Update to 1.8.48, provided by OBATA Akio in PR 33237:
Changes:
2006-03-27  Mikio Hirabayashi

- The utility API was enhanced.
- Release: 1.8.48

pkgsrc changes: use libtool.
2006-04-11 21:24:08 +00:00
jdolecek
4846704f27 use MASTER_SITE_PGSQL 2006-04-08 19:14:06 +00:00
jdolecek
cfa333fcd7 use MASTER_SITE_PGSQL and replace PGSQL_MIRRORS_SORT with MASTER_SORT 2006-04-08 19:08:25 +00:00
tron
464d2bbc40 Update "phpmyadmin" package to version 2.8.0.3.
Changes since version 2.8.0.2:
- XSS vulnerability (set_theme)
- mysqli problems with zend.ze1_compatibility_mode enabled
- setup script did not save the mysql/mysqli extension
- XSS vulnerability (calling directly css files under themes)
2006-04-07 12:01:15 +00:00
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