summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-12Make this compile on NetBSD 2.1. Does not affect other versions so nomartti2-10/+16
version bump. Fixes same problem as pkg/31952.
2005-11-12Make this compile on NetBSD 2.1. Does not affect other versions so nomartti2-5/+15
version bump. Fixes pkg/31952.
2005-11-12Add esmtp.minskim2-2/+4
2005-11-12Import esmtp from pkgsrc-wip. Packaged by Leonard Schmidt.minskim5-0/+87
esmtp is a user-configurable relay-only Mail Transfer Agent (MTA) with a sendmail-compatible syntax. It is based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. Features include: * fully sendmail command-line compatible, * supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL mechanisms, * supports the StartTLS SMTP extension, * requires no administration privileges, * individual user configuration, * does not receive mail, expand aliases or manage a queue, * local mail delivery via a MDA.
2005-11-11- py-psycopg (thanks, joerg!).wiz1-2/+1
2005-11-11Mention vlc PKGREVISION bump (reenabled libcd* support).wiz1-1/+2
2005-11-11Add patch from joerg@ to re-enable libcd* support, tested by dhowland.wiz3-10/+208
Bump PKGREVISION.
2005-11-11Fix build on non-NetBSD. PR 32048 by Brandon Bergren.wiz1-3/+4
2005-11-11Add FUSE to suggested packages, for reinoud@ (PR 32033).wiz1-1/+9
2005-11-11Note update of psycopg to 1.1.21.joerg1-1/+2
2005-11-11Update psycopg to 1.1.21. Allow building with Python 2.4.joerg2-8/+8
From NEWS: psycopg news for 1.1.20 ----------------------- * Fixed problem with wrongly applied infinity patch in 1.1.20. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.20 ----------------------- * Fixed the date/time/timestamp formatting problem introduced by 1.1.19. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.19 ----------------------- * Now ZPsycopgDA does not loose the connection and raise an error is PostgreSQL is restarted but tries to rconnect and execute the issue query again (patch from Jonathan Stoneman.) * Fixed precision and scale in cursor.description for numeric types. * The XXXFromMx() functions don't truncate fractional seconds anymore (but note that mx.DateTime uses floating point seconds so rounding errors may creep in anyway.) * Fixed two segfaults: when multithreading; patch from James Henstridge and when calling dictfetchone() without results. psycopg news for 1.1.18 ----------------------- * Fixed mktime() overflow in ZPsycopgDA. psycopg news for 1.1.17 ----------------------- * ZPsycopgDA can now return unicode strings on request. * Fixed problem with timestamps in ZPsycopgDA. psycopg news for 1.1.16 ----------------------- * fixed .rowcount problem introduced in 1.1.15. * fixed a problem with %% not being transformed into % when calling .execute() with a zero-length tuple or dict. * now using COPY FROM/COPY TO in .execute() raise an exception instead of segfaulting. * faster Date and DateTime type casting. * small and trivial optimizations and fixes. psycopg news for 1.1.15 ----------------------- * Interval typecasting eventually-eventually works the Right Way (TM). * Fixed two bad memory leaks in QuotedString and Binary objects. * Reverted change on rowcount attribute, now it is always set to the real number of affected columns. psycopg news for 1.1.14 ----------------------- * 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.
2005-11-11Remove some master sites that are not serving/resolvable.wiz1-10/+1
From Zafer Aydogan in private mail.
2005-11-11-postgresql80-8.0.4taca1-2/+2
+sudo-1.6.8p12
2005-11-11Replace French CPAN mirror with a working one, add Finnishwiz1-3/+4
CPAN mirror, fix protocol for cpan.perl.org. From Zafer Aydogan in private mail.
2005-11-11Mention bacula-client rename to bacula-clientonly.wiz1-1/+2
2005-11-11Fix pasto in do-install target and PLIST, provided by wiz.dillo2-8/+8
2005-11-11Complete move of bacula-client to bacula-clientonly.wiz4-51/+2
2005-11-11Use latest bacula-client version (instead of the one before that).wiz2-2/+6
2005-11-11Re-import bacula-client as bacula-clientonly, to emphasize it is a subsetwiz3-0/+45
of the bacula package, not a complement. Suggested by Geert Hendrickx.
2005-11-11Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio.joerg1-3/+5
2005-11-11gofish PKGREVISION bump.wiz1-1/+2
2005-11-11Fix CHECK_FILES installation. Patch from Emil Skoeldberg.wiz3-2/+26
Bump PKGREVISION.
2005-11-11Fix PLIST botch (as in, "I forgot to update the PLIST with the DISTNAME").tv2-4/+7
Bump PKGREVISION. Thanks wiz@ for catching it.
2005-11-11Fix BUILD_DEPENDS pattern.wiz2-4/+4
2005-11-11Fix COMMENT. Fix BUILD_DEPENDS pattern.wiz1-3/+3
2005-11-11Fix typo in COMMENT. Fix BUILD_DEPENDS pattern.wiz1-3/+3
2005-11-11Updated to version 1.814.heinz3-22/+23
Pkgsrc changes: - Tests 148-149 in t/db-btree.t were confused by the fact that DB_File seemed to run in compatibility mode ($DB_File::db_185_compat is 1), although db1 was used. Thus, we enable this mode only for db2/db3/db4. - Patch-aa for Makefile.pl now initialises VER_INFO to avoid a warning. - Tested with db1-db4 on NetBSD and db2-db4 on Solaris. Changes since version 1.806: ===================================== 1.814 11 November 2005 * Fix from Dominic Dunlop to tidy up an OS-X specific warning in db-btree.t. * Silenced a warning about $DB_File::Error only being used once. Issue spotted by Dominic Dunlop. 1.813 31st October 2005 * Updates for Berkeley DB 4.4 1.812 9th October 2005 * Added libscan to Makefile.PL * Fixed test failing under windows 1.811 12th March 2005 * Fixed DBM filter bug in seq 1.810 7th August 2004 * Fixed db-hash.t for Cygwin * Added substr tests to db-hast.t * Documented AIX build problem in README. 1.809 20th June 2004 * Merged core patch 22258 * Merged core patch 22741 * Fixed core bug 30237. Using substr to pass parameters to the low-level Berkeley DB interface causes problems with Perl 5.8.1 or better. typemap fix supplied by Marcus Holland-Moritz. 1.808 22nd December 2003 * Added extra DBM Filter tests. * Fixed a memory leak in ParseOpenInfo, which whould occur if the opening of the database failed. Leak spotted by Adrian Enache. 1.807 1st November 2003 * Fixed minor typos on pod documetation - reported by Jeremy Mates & Mark Jason Dominus. * dbinfo updated to report when a database is encrypted.
2005-11-11Give this a proper COMMENT. Pointed out by Aaron J. Grier.jschauma1-2/+2
2005-11-11vlc PKGREVISION bump.wiz1-1/+2
2005-11-11Disable libcdio and libcddb until vlc has beenwiz1-4/+9
updated to the interface changes for the two libraries. Based on PR 32023 by David Howland. Bump PKGREVISION for any users that still have the old libcd* libraries installed.
2005-11-11revertingtonio1-12/+11
2005-11-11+ getmail-4.4.1, hyperestraier-1.0.5, xrmap-2.33.wiz1-4/+4
2005-11-11reverting unconsidered changestonio5-25/+31
2005-11-11reverting it.tonio4-44/+93
2005-11-11Bump mad123 revision to annoate different default options.joerg1-1/+2
2005-11-11Add DragonFly support. Make the options more useful by allowing fulljoerg5-3/+98
selection of output. This adds oss and sun. By default, oss and sun are now active on all platforms, but DraognFly. Bump the revision to annotate that.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio45-240/+186
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11Replace hard-wired -lpthread with the normal pthread logic.joerg4-2/+32
Since this changes nothing for platforms with working -lpthread and others didn't work before, don't bump the revision.
2005-11-11Remove some redundant printing of messages when we are cleaningkristerw1-6/+2
before/after building the package.
2005-11-11Add DragonFly support. Fix lvalue cast to allow build with GCC 3.4+.joerg3-15/+30
2005-11-11Bump icecast1 due to broken errno usage.joerg1-1/+2
2005-11-11Don't define weired underscore macros on DrgaonFly, they breakjoerg9-3/+108
the system headers. Depend on errno.h to define errno, fix an instance where errno is used without errno.h Since this is a bug for a threaded program and icecast at the very least is linked threaded here, bump the revision.
2005-11-11DragonFly support.joerg3-12/+17
2005-11-11Note update of mathomatic.minskim2-3/+3
2005-11-11Update mathomatic to 12.5.1.minskim2-6/+6
Changes: - Corrected color and html mode routines. - get_expr() now has equation space pull. - You may now enter a "#" followed by an equation space number when prompted for an expression. - Ported nintegrate command to non-equations. No more commands to port. - Made redirected output ignore screen_columns. - Added "-q" option (quiet mode, don't display prompts). = The Mathomatic man page was improved.
2005-11-11Fix typo, BUILD_USES_MSGFMT is the right spelling.joerg1-2/+2
2005-11-11Use BSD mount interface on DragonFly. Use PTHREAD variables to linkjoerg3-4/+27
for !FreeBSD platforms instead of wired -lpthread.
2005-11-11add a --tag=CC to the libtool call that fails under darwintonio2-1/+15
This should fix PR 32041
2005-11-11Change default PostgreSQL version to 8.0.joerg1-2/+2
2005-11-11Add DragonFly to the systems with socklen_t. Remove an uselessjoerg4-11/+24
make_block call which depends on the size of FILE.