summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-11Import javacc.minskim4-0/+225
Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser generator for use with Java [tm] applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc.
2006-05-11whoops. resuscitate patch-ajtls1-0/+154
2006-05-11Resuscitate patch-aj, which is fixed now.tls1-2/+2
2006-05-11Note update of i2cbd to 2.0_BETA4.jwise1-1/+2
2006-05-11Update to i2cbd-2.0_BETA4.jwise8-302/+7
This release folds in pkgsrc patches patch-ad through patch-ai. For the moment, remove patch-aj as well, since it doesn't apply (file paths are wrong). I'll try to fold this into the next beta, however.
2006-05-11Don't set O_NDELAY (and leave it set!) on all sockets, all the time. Thistls2-2/+156
was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-10Uses C++.joerg3-3/+6
2006-05-10Fix OSS audio mixer on DragonFly. Kill a malloc.h include.joerg5-3/+48
Based on patch from wa1ter@myrealbox.com on DragonFly's user list. Bump revision.
2006-05-10Fixed the detab target.rillig1-3/+3
2006-05-10Ran "make detab".rillig3-22/+22
2006-05-10Added the word ``internals'' to the title of part III and provided arillig1-3/+8
short introduction.
2006-05-10Update HOMEPAGE.snj1-2/+2
2006-05-10Don't let this program get confused just because there is no white-spacerillig1-3/+2
between msgstr and the following string. The bug showed off at icewm-1.2.25, file po/tr.po, line 774. While at it, removed an unnecessary variable.
2006-05-10icewm needs C++.rillig1-1/+3
2006-05-10Updated www/dillo to 0.8.6adam2-3/+3
2006-05-10Changes 0.8.6:adam6-38/+23
* Designed and implemented a dpi protocol library (libDpip.a in /dpip). * Added a couple of new dpip commands. * Fixed and uniformed the escaping of values inside dpip tags. * Ported the bookmarks, download, file, https, ftp and hello plugins, plus the dpid daemon and the rest of the source tree to use it. * Improved the dpi buffer reception to handle split buffers (This was required for handling arbitrary data streams with dpip). * Fixed a serious bug with the FTP plugin that led to two downloads of the same file when left-clicking a non-viewable file. * Added MIME/type detection to the FTP plugin, and removed popen(). * Set the dpi daemon (dpid) not to exit when the downloads dpi is running. * Improved the accuracy of the illegal-character error reporting for URLs. * Added DOCTYPE parsing (for better bug-meter error messages). * Added a check for malicious image sizes in IMG tags. * Made the parser aware of buggy pages with multiple BODY and HTML elements. * Fixed a bug in MIME content/type detection. * Moved the cookies management into a dpi server: cookies.dpi. * Added "./configure --disable-threaded-dns" (for some non reentrant BSDs).
2006-05-10regen.rillig2-302/+1052
2006-05-10Added part III, which is about the pkgsrc infrastructure. It currentlyrillig5-10/+136
contains the chapter about porting pkgsrc to new platforms (formerly in part II) and a new chapter on regression tests.
2006-05-10Added USE_LANGUAGES (otherwise configure fails)adam1-5/+4
2006-05-10setting a 1 second alarm and a 10 second select timeout is silly. #ifdefchristos2-1/+53
out the alarm code, and just deal with select.
2006-05-10Fixed reversed test in db->get. strlen never returns negative.christos3-2/+25
2006-05-10Readd the various pieces for DragonFly. Explicitly disable mmap,joerg9-5/+107
it currently doesn't work.
2006-05-10Uses C++.joerg1-1/+3
2006-05-10Fixed some pkglint warnings in the do-configure, do-build, do-test andrillig1-13/+13
do-install targets. This fixes an endless loop occuring when running "make" in regress/make-quoting.
2006-05-10Uses msgfmt.joerg1-1/+2
2006-05-10Corrected the expected output for Make version netbsd-2005*.rillig1-2/+4
2006-05-10On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.jlam2-1/+14
2006-05-10- ACL subjects may contain * as a placeholder.rillig3-24/+30
2006-05-10Fix spelling of PREFIX.joerg1-2/+2
2006-05-10The := or != operators can be used for unconditional assignment, too.rillig1-2/+3
2006-05-10don't @dirrm foreign dirsdrochner1-3/+1
2006-05-10icon-theme.cache doesn't belong heredrochner1-2/+1
2006-05-10update to 0.8.0drochner3-48/+72
changes: -multilingual interface -accuracy and speed is greatly enhanced -more objects from the NGC catalogue -list of world cities: easily select your location -home planet setting -spherical landscapes -night vision mode -interface improvements -default font is now the Bitstream Vera Truetype font -constellation boundaries -spheric mirror projection
2006-05-10note lang/kaffe{-x11,-esound} to 1.1.7tonio2-3/+5
2006-05-10 Updated x11/xephem to 3.7.1 [gdt 2006-05-10]gdt1-1/+2
2006-05-10Update lang/kaffe{-x11,-esound} to 1.1.7tonio18-360/+75
What's New In Kaffe 1.1.7 ------------------------------------------------------ * Many cleanups, warning fixes and bug fixes. * Removed support for class library profiles, since --with-glibj-zip offers a more convenient replacement. * Updated to boehm-gc 6.6 * Updated to gjdoc 0.7.7 * Merged in fastjar. * Merged in zlib. There is a new configure option, --with-system-zlib to allow the use of the system zlib, instead of the merged in one. * Merged in GNU Classpath completely. Updated to version 0.90, with additional fixes. * Merged in port to DROPS. * Merged in port to Blackfin CPU. * Support for DragonFly BSD. * Ported to ia64-freebsd and alpha-freebsd. * Ported to powerpc-openbsd. * Improved support for Cygwin and sparc64-openbsd. * Improved stack handling for pthreads on openbsd. * Added simple direct threading interpreter implementation. The patches have been removes, since they were either included upstram or are no more necessary
2006-05-10Update to 3.7.1. Changes build procedure substantially.gdt4-32/+39
Bug fixes, plus: Changes from 3.7 to 3.7.1 Released November 19, 2005 New Features: * Add tool to align two or more FITS images and create motion movies. * Add Control-m keyboard shortcut to add any view to the Movie loop. * Upgrade to higher resolution Earth image. * Put user annotations in a scrolled list to accommodate lengthy collections. * Add Moonrise and Moonset to collection of Step size controls. * Image gallery lookups now search against all names of data base objects. Changes from 3.6.4 to 3.7 Released August 1, 2005 New Features: * Data o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5. o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids. o YBS replaced with Sky 2000 to magnitude 6.5. o Can now display Gallery image directly from Data Index. * Earth View o Display satellite orbits in space. o Zoom in to see better geography, or out to see high orbits. o Quick-set button to set equator rotation. o Display of surface footprint is now optional. o Expanded range mouse panning allows continuous rotation. * Sky View o Save and restore sets of eyepiece definitions. o Save and restore sets of eyepiece Sky positions. o Constellation figure definitions now stored in editable files. o WCS solver invoked automatically if header has seed but no solution. o Shortcut button to set display aspect ratio to match image. o FITS file blinking via new Movie frame function. * User Annotation o Anchor locations are now based on the view's world coordinates. o Sets of annotations may be saved and loaded from files. * Other o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files. o Many tweaks for improved INDI support, including display FITS BLOBs.
2006-05-10remove --enable-cdparanoia, which didn't have the desired effectdrochner1-2/+1
2006-05-10need C++drochner2-2/+4
2006-05-10update to 1.0.12drochner2-6/+6
changes: -bugfixes -added XulRunner support
2006-05-10update to 0.8.5drochner7-257/+223
major changes: -statistic system -improvements in the Audio CD playback (CDDB) -new and improved video filters -new AJAX HTTP interface
2006-05-10+ Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty?rillig1-1/+15
2006-05-10Made the "check-files" target work even when PREFIX is a symlink byrillig1-4/+7
searching in "${PREFIX}/." instead of ${PREFIX} alone. To get the same output as before, each "/./" is replaced with "/" in the output.
2006-05-10clean up after doing a quick-install.rillig1-2/+2
2006-05-10Add bicom-license and point to it. Set RESTRICTED and NO_*_ON_*gdt2-2/+15
because no permission to distribute has been granted. change reviewd by ben@ (maintainer)
2006-05-10- Improved ACL definitions in makevars.map.rillig3-72/+94
- Added checks for deprecated and nonexistent licenses. (suggested by gdt) - Added detection for /foo/s/bar/baz/ sed command that appears without a leading "-e" in a SedCommands variable. (suggested by wiz)
2006-05-10Add missing USE_LANGUAGES. The gst-plugins0.8-* plugins don't needhira1-1/+3
c++ and the configure script doesn't abort without c++.
2006-05-10Add xephem-license, set LICENSE, and set RESTRICTED and NO_*_ON_*.gdt2-3/+33
2006-05-10Uses C++ and fix pthread detection.joerg2-1/+33
2006-05-10Added a chapter in the developer's part for frequently asked questions.rillig3-3/+72