summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-24change pkgname to postgresql74* (from postgresql*)recht9-32/+34
2004-07-24fix ${INSTALL_DATA_DIR} arguments. fixes install on Solaris.grant1-2/+2
2004-07-24formatting fix.grant1-3/+3
2004-07-24call ${BSD_INSTALL} instead of "install". fixes install on Solaris.grant2-5/+13
2004-07-24reimport of tk-postgresql as tk-postgresql73recht4-0/+40
Tk interface to PostgreSQL consisting of a front-end Tcl/Tk client.
2004-07-24reimport of py-postgresql as py-postgresql73recht3-0/+57
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-24reimport of tcl-postgresql as tcl-postgresql73recht5-0/+61
Tcl interface to PostgreSQL, including front-end clients and a loadable shared object for Tcl clients.
2004-07-24reimport of postgresql-server as postgresql73-serverrecht7-0/+303
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-24reimport of postgresql-pltcl as postgresql73-pltclrecht4-0/+40
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-24reimport of postgresql-plperl as postgresql73-plperlrecht4-0/+36
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-24reimport of postgresql-lib as postgresql73-librecht6-0/+465
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-24reimport of postgresql-docs as postgresql73-docsrecht3-0/+660
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-24reimport of postgresql-client as postgresql73-clientrecht4-0/+179
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-24reimport of postgresql as postgresql73recht16-0/+429
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-24This works on NetBSD/sparc64 too, so clone the alpha platform entry.jdc1-1/+2
2004-07-24Make it compile with SunPro C++salo7-2/+137
2004-07-24cyrus-sasl configure option takes no argument.jlam1-4/+4
2004-07-24Need to bump the version in buildlink3.mk since the shlib major wasjlam1-4/+4
bumped.
2004-07-24note acroread 5.09mrg1-1/+2
2004-07-24upgrade to acroread 5.09. from the README:mrg4-15/+21
A security patch was applied that solves a couple of problems reported with malformed uuencoded pdf files. also, enable installation on netbsd/sparc64 for the solaris version.
2004-07-24If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 byjlam1-2/+2
default.
2004-07-24Use the correct configure option for cyrus-sasl, and correct the path tojlam1-5/+5
the cyrus-sasl2/buildlink3.mk file.
2004-07-24Honor VARBASE; bump PKGREVISION.jlam1-2/+3
2004-07-24Bump PKGREVISION for last change.jlam1-1/+2
2004-07-24Honor VARBASE.jlam1-2/+2
2004-07-24LTCONFIG_OVERRIDE is deprecated.jlam1-4/+2
2004-07-24Set default dependence method to build because this package doesn'ttron1-1/+2
provide any shared libraries.
2004-07-24Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX.recht1-1/+2
2004-07-24Note chicken update to 1.51nb1.wiz1-1/+2
2004-07-24Bump PKGREVISION for missing dir.wiz1-1/+2
2004-07-24Create ${PREFIX}/lib/chicken; needed for library eggs.wiz4-15/+21
Based on PR 26414 by Peter Bex.
2004-07-24As suggested by reed@, use '.pkgsrc.mailwrapper' as the backup suffix sojlam3-12/+17
that it's more apparent who owns that file. Bump the PKGREVISION.
2004-07-24Note addition of patchutils-0.2.30.recht1-1/+2
2004-07-24Add and enable patchutils.recht1-1/+2
2004-07-24initial import of patchutils-0.2.30recht4-0/+77
Patchutils is a small collection of programs that operate on patch files. Interdiff generates an incremental patch from two patches against a common source. For example, if you have applied a pre-patch to a source tree, and wish to apply another pre-patch (which is against the same original source tree), you can use interdiff to generate the patch that you need to apply. You can also use this to review changes between two pre-patches. Combinediff generates a single patch from two incremental patches, allowing you to merge patches together. The resulting patch file only alters each file once. Filterdiff will select the portions of a patch file that apply to files matching (or, alternatively, not matching) a shell wildcard. Fixcvsdiff is for correcting the output of 'cvs diff'. Rediff corrects hand-edited patches, by comparing the original patch with the modified one and adjusting the offsets and counts. Lsdiff displays a short listing of affected files in a patch file, along with (optionally) the line numbers of the start of each patch. Splitdiff separates out patches from a patch file so that each new patch file only alters any given file once. In this way, a file containing several incremental patches can be split into individual incremental patches. Grepdiff displays a list of the files modified by a patch where the patch contains a given regular expression. Recountdiff fixes up counts and offsets in a unified diff. Unwrapdiff fixes word-wrapped unified diffs.
2004-07-24gss updated to 0.0.11.wiz2-3/+3
2004-07-24dnetc and centericq have been updated (thanks, hubertf!)wiz1-3/+1
2004-07-24Update to 0.0.11, provided by Sergio Jimenez in PR 26418.wiz3-7/+7
* Changes in 0.0.11 (released 2004-04-18) ** Minor cleanups to the core header file. Using xom.h is no longer supported (the file doesn't exist on modern systems). ** Kerberos 5 sequence number handling fixed. First, gss_init_sec_context set the sequence numbers correctly, before the incorrect sequence numbers prevented gss_(un)wrap from working correctly. Secondly, gss_unwrap now check the sequence numbers correctly. This was prompted by the addition of randomized sequence numbers by default in Shishi 0.0.15. ** The compatibility files in gl/ where synced with Gnulib. ** Various bugfixes and cleanups. ** Polish translation added, by Jakub Bogusz.
2004-07-24handle X.org 6.7 and treat it the same way as XFree86 4.4 for thegrant1-7/+29
moment.
2004-07-24handle X.org config definitions to determine what version of XFree86grant1-4/+24
we have. for the moment, consider X.org 6.7 the same as XFree86 4.4 for the purpose of Xft2.
2004-07-24correctly pick up the Xcursor version in X.org.grant1-4/+4
2004-07-24note update of rpm to 2.5.4nb2.grant1-1/+2
2004-07-24the included popt library is broken on some platforms because it assumesgrant6-36/+49
alloca is available without explicitly pulling it in. use the devel/popt pkg instead and fix PKGLOCALEDIR handling while I'm here. fixes install on Solaris.
2004-07-24Update databases/openldap to version 2.2.13, the latest stable release.jlam14-138/+225
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-24this needs flex(1) to build.grant1-1/+2
2004-07-24don't call "install -d" with >1 argument.grant1-2/+3
2004-07-24A few updates WRT patches etc., submitted by Greg Woods in PR 22949hubertf1-20/+77
VS: ----------------------------------------------------------------------
2004-07-24Unlocking a mutex before destroying it makes libpthread much happier.wiz3-2/+20
2004-07-24Convert some C99-isms to C89 to make this build with gcc 2.95.kristerw3-7/+6421
2004-07-24Updated dnetc (for netbsd/i386) to 2.9007.486, pr PR 22390.hubertf3-11/+33