Commit graph

87866 commits

Author SHA1 Message Date
adrianp
aaa6de591a Make a note about the lynxcgi security issue in <lynx2.8.6dev.15 2005-11-12 13:59:28 +00:00
wiz
8a4cff6573 Added textproc/libxml++2 version 2.10.0 2005-11-12 12:37:15 +00:00
wiz
a0fdafb3db Add and enable libxml++2. 2005-11-12 12:36:14 +00:00
wiz
43b4d7a4ee Initial import of libxml++2, provided by Evaldo Gardenali in pkgsrc-wip.
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and
DOM-like APIs, but does not attempt to conform exactly to the DOM
specifications because they are not aimed at C++. Its API is much simpler
than the underlying libxml C API.
2005-11-12 12:35:38 +00:00
seb
4f0fd2ef69 Please, really only export MAKECONF if it is set. 2005-11-12 11:10:08 +00:00
xtraeme
a94cc52d8c Updated mail/sylpheed-devel to 2.1.6 2005-11-12 07:41:42 +00:00
xtraeme
ab77a9f489 Update to 2.1.6:
* The auto-save to draft of composing messages was implemented.
    * The setting of default (fallback) encoding was added.
    * The command line option '--exit' was added.
    * The preset menu for junk mail learning commands was added, and now
      bogofilter and bsfilter are selectable.
    * The option to mark filtered junk mails as read was added.
    * The buffer overflow of LDIF import was fixed.
2005-11-12 07:40:32 +00:00
jlam
e1e278fb23 On NetBSD, recognize ld(4) disk devices attached to HW raid controllers,
e.g. aac(4), amr(4), twe(4), etc., so that we can install grub onto
them.  Bump PKGREVISION of sysutils/grub to 0.97nb3.
2005-11-12 06:35:24 +00:00
martti
8dbc7efe98 Make sure __NetBSD_Version__ is at least 299000900. This is similar to
the recent postfix patch where it didn't compile on NetBSD 2.1.
2005-11-12 06:23:40 +00:00
martti
97dbb768ca Make this compile on NetBSD 2.1. Does not affect other versions so no
version bump. Fixes same problem as pkg/31952.
2005-11-12 05:23:17 +00:00
martti
245bbdc03d Make this compile on NetBSD 2.1. Does not affect other versions so no
version bump. Fixes pkg/31952.
2005-11-12 05:19:24 +00:00
minskim
524e3a3755 Add esmtp. 2005-11-12 04:15:12 +00:00
minskim
95052e230e Import esmtp from pkgsrc-wip. Packaged by Leonard Schmidt.
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-12 04:13:12 +00:00
wiz
3025ab532a - py-psycopg (thanks, joerg!). 2005-11-11 23:41:06 +00:00
wiz
af4e91a3b0 Mention vlc PKGREVISION bump (reenabled libcd* support). 2005-11-11 23:40:55 +00:00
wiz
9141621413 Add patch from joerg@ to re-enable libcd* support, tested by dhowland.
Bump PKGREVISION.
2005-11-11 23:39:35 +00:00
wiz
228edf1053 Fix build on non-NetBSD. PR 32048 by Brandon Bergren. 2005-11-11 23:22:33 +00:00
wiz
bc48651a18 Add FUSE to suggested packages, for reinoud@ (PR 32033). 2005-11-11 23:12:22 +00:00
joerg
d548fea625 Note update of psycopg to 1.1.21. 2005-11-11 23:10:52 +00:00
joerg
d09a693eb9 Update psycopg to 1.1.21. Allow building with Python 2.4.
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-11 23:10:19 +00:00
wiz
f845e1bab5 Remove some master sites that are not serving/resolvable.
From Zafer Aydogan in private mail.
2005-11-11 23:00:18 +00:00
taca
7fb38f3306 -postgresql80-8.0.4
+sudo-1.6.8p12
2005-11-11 22:54:30 +00:00
wiz
8129d16a2f Replace French CPAN mirror with a working one, add Finnish
CPAN mirror, fix protocol for cpan.perl.org. From Zafer Aydogan in private mail.
2005-11-11 22:53:10 +00:00
wiz
a36b17b1ce Mention bacula-client rename to bacula-clientonly. 2005-11-11 21:35:20 +00:00
dillo
85d815a405 Fix pasto in do-install target and PLIST, provided by wiz. 2005-11-11 21:35:16 +00:00
wiz
0134e95f38 Complete move of bacula-client to bacula-clientonly. 2005-11-11 21:34:29 +00:00
wiz
e0e7603c2f Use latest bacula-client version (instead of the one before that). 2005-11-11 21:34:03 +00:00
wiz
1afe23d444 Re-import bacula-client as bacula-clientonly, to emphasize it is a subset
of the bacula package, not a complement. Suggested by Geert Hendrickx.
2005-11-11 21:31:39 +00:00
joerg
6b3e729f5a Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio. 2005-11-11 21:19:11 +00:00
wiz
e9a8588cc6 gofish PKGREVISION bump. 2005-11-11 21:15:24 +00:00
wiz
024762e8aa Fix CHECK_FILES installation. Patch from Emil Skoeldberg.
Bump PKGREVISION.
2005-11-11 21:14:50 +00:00
tv
7c05e63c4d Fix PLIST botch (as in, "I forgot to update the PLIST with the DISTNAME").
Bump PKGREVISION.

Thanks wiz@ for catching it.
2005-11-11 20:45:44 +00:00
wiz
013a9b12e3 Fix BUILD_DEPENDS pattern. 2005-11-11 20:26:57 +00:00
wiz
5d25b328af Fix COMMENT. Fix BUILD_DEPENDS pattern. 2005-11-11 20:26:43 +00:00
wiz
97de407571 Fix typo in COMMENT. Fix BUILD_DEPENDS pattern. 2005-11-11 20:25:39 +00:00
heinz
e74bf5194f Updated to version 1.814.
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-11 20:14:51 +00:00
jschauma
0d20a043bb Give this a proper COMMENT. Pointed out by Aaron J. Grier. 2005-11-11 19:39:15 +00:00
wiz
49bdccbf60 vlc PKGREVISION bump. 2005-11-11 19:26:13 +00:00
wiz
0c5f03eb68 Disable libcdio and libcddb until vlc has been
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-11 19:25:46 +00:00
tonio
82ca40efdb reverting 2005-11-11 19:22:39 +00:00
wiz
e4f9b4009d + getmail-4.4.1, hyperestraier-1.0.5, xrmap-2.33. 2005-11-11 19:21:24 +00:00
tonio
3822cea246 reverting unconsidered changes 2005-11-11 19:13:09 +00:00
tonio
9e342ebefe reverting it. 2005-11-11 19:07:40 +00:00
joerg
ab0b8b248f Bump mad123 revision to annoate different default options. 2005-11-11 18:59:26 +00:00
joerg
6140c8857f Add DragonFly support. Make the options more useful by allowing full
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-11 18:58:18 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
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-11 18:50:23 +00:00
joerg
c01ba26746 Replace hard-wired -lpthread with the normal pthread logic.
Since this changes nothing for platforms with working -lpthread
and others didn't work before, don't bump the revision.
2005-11-11 18:18:28 +00:00
kristerw
24e619dca7 Remove some redundant printing of messages when we are cleaning
before/after building the package.
2005-11-11 18:09:13 +00:00
joerg
38738bcbc2 Add DragonFly support. Fix lvalue cast to allow build with GCC 3.4+. 2005-11-11 17:48:25 +00:00
joerg
e65c78d933 Bump icecast1 due to broken errno usage. 2005-11-11 17:22:53 +00:00