Commit graph

64504 commits

Author SHA1 Message Date
shannonjr
88deadfbf6 Removed gdb-6.1 from packages to be updated because I updated devel/gdb6
to release 6.1.1
2004-07-22 22:25:40 +00:00
shannonjr
8bc3cedbe8 Add patch, originally added to gcc34 by drochner: "on 1.6.x, we need
libiconv. Make sure the rpath includes ${LOCALBASE}".
2004-07-22 21:57:16 +00:00
erh
ea2efc5dc0 Update jakarta-tomcat to 5.0.27 2004-07-22 21:32:00 +00:00
erh
e9e8f2e1b4 Update to Jakarta Tomcat 5.0.27.
Various bugs fixed, some added and renamed jar files. Changelog available at:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
2004-07-22 21:30:30 +00:00
schmonz
973a1c7604 Belatedly note qmHandle update, and correct some dates. We all hope
earnestly for what the future brings, but in UTC it's not tomorrow yet.
2004-07-22 20:12:09 +00:00
recht
1d7ac2bd7b fix postgresql-lib include
spotted by kristerw
2004-07-22 19:30:35 +00:00
drochner
4dd4b7ccb7 math/database stuff just added/updated 2004-07-22 18:16:01 +00:00
drochner
e743ec7653 update to 1.1.14
changes:
      * 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
2004-07-22 18:12:21 +00:00
kristerw
994b16c87c Convert some C99-isms to C89 to make this build with gcc 2.95. 2004-07-22 18:02:10 +00:00
drochner
981e97039b update to 1.1.14
changes:
      * 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.
2004-07-22 18:00:37 +00:00
kristerw
3bb97a5a42 Fix invalid use of preprocessing directive within macro arguments,
to make this compile when using gcc 2.95.
2004-07-22 17:47:18 +00:00
drochner
ce0b57568e update to 0.5.1
fixes a number of (partly annoying) bugs
2004-07-22 17:46:50 +00:00
drochner
eadd5450b2 update to 2.8.14
changes:
Fix the min() and max() optimizer so that it works when the FROM clause
 consists of a subquery.
Ignore extra whitespace at the end of of "." commands in the shell.
Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library.
The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work.
Code changes to compile cleanly using OpenWatcom.
Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in
 IN operators.
Add the global variable sqlite_temp_directory which if set defines
the directory in which temporary files are stored.
sqlite_interrupt() plays well with VACUUM.
Other minor bug fixes.
2004-07-22 17:43:23 +00:00
drochner
5373381b76 +gtklife,mapm 2004-07-22 17:37:23 +00:00
drochner
9373f64fde import mapm-4.9.2, another Arbitrary Precision Math library
(pretty complete, what I'm missing is just better rounding and
conversion support)
2004-07-22 17:33:28 +00:00
drochner
488afb4633 add gtklife-3.0, like xlife, just nicer and with a pattern library 2004-07-22 17:20:23 +00:00
drochner
8563856e16 USE_BUILDLINK3, to make it build even if ncurses is installed 2004-07-22 17:11:35 +00:00
drochner
0ed83abfac just require "tbl", not necessarily the whole groff 2004-07-22 17:04:28 +00:00
drochner
f944e0044f make the TBL variable work as intended 2004-07-22 17:02:22 +00:00
simonb
0fc4f9649e Note update of musicpd to version 0.11.3. Changes include:
. support for http authentication for streams
 . replaygain pre-amp support
 . some bug fixes
2004-07-22 16:26:19 +00:00
simonb
b161bc1d8a Update to version 0.11.3. Changes include:
. support for http authentication for streams
 . replaygain pre-amp support
 . some bug fixes
2004-07-22 16:25:28 +00:00
adam
7ddbbc2f9f Updated nessus (family) to 2.0.12 2004-07-22 15:03:32 +00:00
adam
1383a1ac33 Changes 2.0.12:
* Fixed a bug in ./configure which would sometimes assume that GTK is not
  installed whereas it actually is
* Fixed a race condition in nessus-adduser for users who do not configure
  their TMPDIR variable (thanks to Cyrille Barthelemy)
* Fixed a bug in nessus-update-plugins which would not update the plugins
  properly on all systems (thanks to Keith Butler)
* Fixed the installer to compile Nessus with GTK support if gtk-config OR
  pkg-config is installed.
2004-07-22 14:59:53 +00:00
agc
047727a341 Abstract out the "nice -n 20" clause, so that it can be set to something
else if desired.

Print out dates in the form: yyyy/mm/dd
2004-07-22 14:26:42 +00:00
recht
cbfa548869 note update of roundup to 0.7.6 2004-07-22 14:19:39 +00:00
recht
9d7168c3a1 update to roundup-0.7.6
2004-07-20 0.7.6
Fixed:
- rdbms backend full text search failure after import (sf bug 980314)
- rdbms backends not filtering correctly on link=None
- fix anydbm journal import (sf bug 983166)
- handle postgresql bug in SQL generation (sf bug 984591)
- fix dates-from-Dates (sf bug 984604)
- fix messageid generated when msgid is None for send_message (sf bug 987933)
- make user permissions check more sane (fix search page for anonymous)
- fixed RDBMS filter() for no matches from full-text search (sf bug 990778)
- fixed DateHTMLProperty for invalid date entry (sf bug 986538)
- fixed external password source example (sf bug 986601)
- document the STATIC_FILES config var
- implement the HTTP HEAD command (sf bug 992544)
- fix journal export of files to remove content from CSV files
- API clarification. Previously, the anydbm/bsddb/metakit filter() methods
  had required exact matches to Multilink argument lists. The RDBMS
  backends treated Multilink matches like all other data types - matching
  any of the Multilink argument list is good enough. The latter behaviour
  is implemented across the board now.
- fix metakit handling of filter on Link==None
2004-07-22 14:17:35 +00:00
adam
59456f7310 Updated gd to 2.0.28 2004-07-22 12:40:05 +00:00
adam
ff7c8e0412 Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette
2004-07-22 12:38:49 +00:00
agc
5c79920a86 Make this package compile with gcc3.3.
Addresses problem reported in PR 26398.
2004-07-22 11:36:00 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
schmonz
6126cdb4bc Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Respect ${VARBASE}.
Rename post-patch to do-configure. Take MAINTAINER.
2004-07-22 01:16:53 +00:00
lukem
e738fb0ca6 PKGSRC_MESSAGE_RECIPIENTS enhancements 2004-07-22 01:16:04 +00:00
schmonz
7ab8f2cbc5 Add a RESTRICTED clause as in the other djbware packages. Set
USE_BUILDLINK3=yes. Remove the unnecessary post-install target.
2004-07-22 01:10:40 +00:00
schmonz
876df06b80 Set ALL_TARGET explicitly. Rename post-patch to do-configure, and
configure all the conf-* files properly. Take MAINTAINER.
2004-07-22 01:07:24 +00:00
schmonz
eee84ff646 Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Rename post-configure
to do-configure, and configure all the conf-* files. In post-install,
install the man pages one at a time in a loop, both to simplify
the Makefile and to help on our differently abled platforms. Sort
PLIST. Take MAINTAINER.
2004-07-22 01:04:35 +00:00
schmonz
bae4830c23 Update to 1.2.0. From the changelog:
1.2.0
  * CHANGED SWITCH NAME: "-m" is now used to view messages (no more "-v")
  * Added "-V" switch to print program version
  * Added switch to delete messages based on subject [thanks Arne Bernin]
  * Included GPL licence in the distribution
  * Now qmail is stopped only once for multiple deletions of messages, which
    makes things a bit faster
  * Corrected a bug which might have caused wrong messages to be deleted
  * Corrected several minor bugs

1.1.1 (July 10, 2003)
  * Corrected a bug which caused the -a switch not not work.

1.1.0 (June 4, 2003)
  * First release as a Sourceforge.Net community project... development
    resumes!!!
  * Added -a option to immediately send queued messages.

Notable pkgsrc changes:
* Configure using subst.mk.
* Remove RESTRICTED (it no longer appears to be true).
* Take MAINTAINER.
2004-07-22 00:52:36 +00:00
schmonz
171074b307 Clarify RESTRICTED. Rename pre-build to do-configure. Set
USE_BUILDLINK3=yes. Take MAINTAINER.
2004-07-22 00:28:24 +00:00
schmonz
24627a7a85 Let the ezmlm dependency be satisfied by ezmlm-idx, if present.
Also depend on qmail (or netqmail) directly. Set USE_BUILDLINK3=yes.
Rename pre-build to do-configure, and configure all the conf-*
files. Take MAINTAINER.
2004-07-22 00:18:43 +00:00
schmonz
0b9c791690 Express post-patch using subst.mk instead. Shorten COMMENT. Take
MAINTAINER.
2004-07-22 00:06:40 +00:00
schmonz
d9af5a763c Enable pkgviews installation. 2004-07-22 00:01:52 +00:00
schmonz
f2f7822305 Define NO_BUILDLINK. Clarify DESCR a bit. Take MAINTAINER. 2004-07-21 23:58:17 +00:00
schmonz
cbf52fe90b Note update of autorespond and PKGREVISION bump of qmail-conf. 2004-07-21 23:56:13 +00:00
xtraeme
8057f4d288 Use pkglint, the best friend for pkgsrc. 2004-07-21 23:55:19 +00:00
schmonz
b5711cc197 Now that we install into the normal ${LOCALBASE}, remove local
definitions of LOCALBASE and NO_MTREE. This requires either the
latest qmail package or netqmail. Add needed dependencies on
daemontools and ucspi-tcp also. Rename post-patch to do-configure.
Set ALL_TARGET explicitly. Set USE_BUILDLINK3=yes. Update HOMEPAGE.
Take MAINTAINER. Bump PKGREVISION.
2004-07-21 23:54:47 +00:00
xtraeme
4c630da639 Remove some unused vars in PLIST_SUBST. 2004-07-21 23:49:36 +00:00
schmonz
c7eae02f69 Set USE_BUILDLINK3=yes. 2004-07-21 23:49:28 +00:00
xtraeme
8500fb953e One PLIST file for >=4 Operating Systems is not so good. 2004-07-21 23:47:31 +00:00
schmonz
a51d4d69e2 Update to 2.0.5. From the changelog:
KJ  08/24/2003  2.0.4   From Woody Security team
  * Non-maintainer upload by the Security Team
  * Fix buffer overflow with EXT and HOST environment variables
    (CAN-2003-0654)
JK  09/18/2003  2.0.5   fixed invalid exit codes in several places that
                        cause qmail to bounce messages wrongly.
                        Thanks to Flavio Curti fcu-autoresp@no-way.org for
                        identifying further invalid exit situations.

pkgsrc changes:
* Express post-patch using subst.mk instead.
* Add dependency on qmail or netqmail.
* Take MAINTAINER.
2004-07-21 23:42:04 +00:00
schmonz
36d7c3719e Note PKGREVISION bumps of dot-forward and fastforward. 2004-07-21 23:32:43 +00:00
schmonz
b3beda41e7 Now that we install into the normal ${LOCALBASE}, remove local
definitions of LOCALBASE and NO_MTREE. This requires either the
latest qmail package or netqmail, and conflicts with both postfix
and sendmail. Rename post-patch to do-configure. Add "install" and
"instcheck" to ALL_TARGET to build the installer at the end of the
build phase, rather than at the beginning of the install phase.
Remove notes at install and deinstall time about updating the
"newaliases" mailer.conf entry, as this entry is now included in
the qmail package's example mailer.conf. Clarify RESTRICTED. Take
MAINTAINER. Bump PKGREVISION.
2004-07-21 23:31:24 +00:00