summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-23Add and enable cdl3.minskim2-2/+4
2004-07-23Import cdl3 from pkgsrc-wip. Provided by Jaap Boender in PR pkg/22794.minskim6-0/+77
CDL3 is a programming language, based on Affix Grammars, intended for the development of compilers and other complicated pieces of software that can be implemented as syntax-directed transducers.
2004-07-23Add and enable alee-ttf.minskim2-2/+4
2004-07-23Updated ucblogo to 5.3 version.reed1-1/+2
2004-07-23Import alee-ttf-0.3, packaged by Yi Min-Cheol (fox9 at netb dot co dot kr).minskim4-0/+54
This package contains Hangul truetype fonts made by A Lee. Eunjin and Ongdalsam are general purpose Hangul truetype fonts and contain ascii and Korean syllable characters. These fonts are looks good in 12px (9pt in 96dpi screen) size without antialiasing. Hmfs is not a real Hangul font. It is specially designed truetype ascii font in the manner of Hangul 3-bul-sik typewriter which is invented by Dr. Kong Byeong-woo. On qwerty keyboard layout, get Hmfs font and type as typing Hangul on Hangul 3-bul-sik-final keyboard WITHOUT HANGUL IME. Then letters you type will appear like Hangul. Hmfs.ttf contains 16px bitmap for screen use, so looks good in 16px (12pt in 96dpi screen) size without antialiasing.
2004-07-23Update ucblogo to ucblogo-5.3. Many changes from older 4.6. Noreed7-465/+548
change log found other than "This is a maintenance release, just fixing a few disastrous bugs introduced in the 5.2 release." (Which doesn't matter for this.) Use BUILDLINK3 system. Uses ncurses (or libtermcap). Add HOMEPAGE. Change MASTER_SITES, because not at GNU mirrors yet. Also install some documentation. Update PLIST; now using share/ucblogo instead of share/logo. Removed un-needed patches. New patch-aa for makefile.in also makes sure that emacs logo-mode is disabled; if you want an option for this, please do so. This will close a PR #24858 because now ucblogo does build under Linux. Tested under Linux and NetBSD 1.6.2. Used graphical interface with "showturtle" and did some minor line drawings.
2004-07-22This package requires no compiler.jlam1-1/+2
2004-07-22Removed gdb-6.1 from packages to be updated because I updated devel/gdb6shannonjr1-2/+1
to release 6.1.1
2004-07-22Add patch, originally added to gcc34 by drochner: "on 1.6.x, we needshannonjr1-0/+13
libiconv. Make sure the rpath includes ${LOCALBASE}".
2004-07-22Update jakarta-tomcat to 5.0.27erh1-1/+2
2004-07-22Update to Jakarta Tomcat 5.0.27.erh3-10/+13
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-22Belatedly note qmHandle update, and correct some dates. We all hopeschmonz1-9/+10
earnestly for what the future brings, but in UTC it's not tomorrow yet.
2004-07-22fix postgresql-lib includerecht1-2/+2
spotted by kristerw
2004-07-22math/database stuff just added/updateddrochner1-1/+7
2004-07-22update to 1.1.14drochner2-6/+6
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-22Convert some C99-isms to C89 to make this build with gcc 2.95.kristerw3-1/+84
2004-07-22update to 1.1.14drochner2-10/+7
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-22Fix invalid use of preprocessing directive within macro arguments,kristerw2-8/+41
to make this compile when using gcc 2.95.
2004-07-22update to 0.5.1drochner2-6/+6
fixes a number of (partly annoying) bugs
2004-07-22update to 2.8.14drochner2-6/+5
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+gtklife,mapmdrochner1-1/+3
2004-07-22import mapm-4.9.2, another Arbitrary Precision Math librarydrochner4-0/+46
(pretty complete, what I'm missing is just better rounding and conversion support)
2004-07-22add gtklife-3.0, like xlife, just nicer and with a pattern librarydrochner5-0/+244
2004-07-22USE_BUILDLINK3, to make it build even if ncurses is installeddrochner1-1/+2
2004-07-22just require "tbl", not necessarily the whole groffdrochner4-8/+8
2004-07-22make the TBL variable work as intendeddrochner1-2/+2
2004-07-22Note update of musicpd to version 0.11.3. Changes include:simonb1-1/+2
. support for http authentication for streams . replaygain pre-amp support . some bug fixes
2004-07-22Update to version 0.11.3. Changes include:simonb2-5/+5
. support for http authentication for streams . replaygain pre-amp support . some bug fixes
2004-07-22Updated nessus (family) to 2.0.12adam1-1/+6
2004-07-22Changes 2.0.12:adam16-43/+51
* 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-22Abstract out the "nice -n 20" clause, so that it can be set to somethingagc2-4/+12
else if desired. Print out dates in the form: yyyy/mm/dd
2004-07-22note update of roundup to 0.7.6recht1-1/+2
2004-07-22update to roundup-0.7.6recht2-5/+5
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-22Updated gd to 2.0.28adam1-1/+2
2004-07-22Changes 2.0.28:adam2-5/+5
* Restored support for reading and writing GIF images * Fix for a possible problem in gdImageTrueColorToPalette
2004-07-22Make this package compile with gcc3.3.agc5-2/+43
Addresses problem reported in PR 26398.
2004-07-22add python as categoryrecht126-253/+253
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Respect ${VARBASE}.schmonz1-5/+7
Rename post-patch to do-configure. Take MAINTAINER.
2004-07-22PKGSRC_MESSAGE_RECIPIENTS enhancementslukem1-1/+13
2004-07-22Add a RESTRICTED clause as in the other djbware packages. Setschmonz1-4/+7
USE_BUILDLINK3=yes. Remove the unnecessary post-install target.
2004-07-22Set ALL_TARGET explicitly. Rename post-patch to do-configure, andschmonz1-6/+6
configure all the conf-* files properly. Take MAINTAINER.
2004-07-22Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Rename post-configureschmonz2-20/+21
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-22Update to 1.2.0. From the changelog:schmonz3-13/+23
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-22Clarify RESTRICTED. Rename pre-build to do-configure. Setschmonz1-4/+6
USE_BUILDLINK3=yes. Take MAINTAINER.
2004-07-22Let the ezmlm dependency be satisfied by ezmlm-idx, if present.schmonz1-4/+11
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-22Express post-patch using subst.mk instead. Shorten COMMENT. Takeschmonz1-7/+7
MAINTAINER.
2004-07-22Enable pkgviews installation.schmonz1-1/+3
2004-07-21Define NO_BUILDLINK. Clarify DESCR a bit. Take MAINTAINER.schmonz2-3/+7
2004-07-21Note update of autorespond and PKGREVISION bump of qmail-conf.schmonz1-1/+3
2004-07-21Use pkglint, the best friend for pkgsrc.xtraeme2-5/+5