summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-11Uses C++.joerg4-4/+8
2006-05-11Use config file framework for score file, install it with 664.joerg2-11/+5
I haven't changed the package to use setgid game and removed the other-writeable, since such files should not be created under ${LOCALBASE}. Bump revision.
2006-05-11Uses C++.joerg3-3/+7
2006-05-11Uses C++.joerg1-1/+2
2006-05-11Uses C++.joerg1-1/+3
2006-05-11- gdm, libdvdread, liferea, stellarium (thanks, drochner)wiz1-7/+1
- nagios (thanks, bouyer) - p5-HTML-TableExtract (thanks, gson).
2006-05-11Note some more of drochner's recent updates.wiz1-1/+12
2006-05-11two updatesdrochner1-1/+3
2006-05-11Addsmb2-2/+4
USE_LANGUAGES= c++ lines.
2006-05-11Sorted PLIST.rillig1-28/+28
2006-05-11Fixed pkglint warnings.rillig5-116/+117
2006-05-11Fixed all pkglint warnings in the category, except for update requests.rillig7-17/+18
2006-05-11Removed the "Comment expected" warning from patch files, as suggested byrillig1-5/+5
many people on pkgsrcCon 2006.
2006-05-11Removed absolute pathname from patch-aa. Bumped PKGREVISION.rillig3-5/+6
2006-05-11BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator.rillig1-3/+3
2006-05-11Fixed pkglint warnings.rillig2-7/+7
2006-05-11We already have vim 7.0martti1-2/+1
2006-05-11vim-langmartti1-1/+2
2006-05-11List some installed man pages. PKGREVISION++martti2-3/+36
2006-05-11- Allow the lines in makevars.map to be folded like in Makefiles.rillig2-9/+15
- Removed some legacy definitions for ACL subjects.
2006-05-11Some ideas about the contexts in which variables may be used.rillig1-1/+40
2006-05-11Updated games/crossfire to 1.9.0adam3-7/+15
2006-05-11note PKGREVISION bump of nagios-base (rc script fix).grant1-1/+2
2006-05-11/bin/sh is not the right shell to use in pkgsrc rc scripts. usegrant2-6/+5
@RCD_SCRIPTS_SHELL@. don't bother testing for /etc/rc.subr because it won't work without it, anyway. bump PKGREVISION.
2006-05-11Note PKGREVISION bump of php4.minskim1-1/+2
2006-05-11Libtoolize link commands on Darwin. Previously, pakcages providingminskim3-3/+19
php-* modules failed on Darwin because gcc was used to link them. Thanks to John Klos for testing. Bump PKGREVISION.
2006-05-11+vim-7.0grant1-1/+2
2006-05-11Removed in favour of crossfire-server and crossfire-mapsadam11-2143/+0
2006-05-11Removed in favour of crossfire-client[-gtk,-gtk2]adam13-281/+0
2006-05-11Crossfire is a multi-player graphical arcade and adventure game made for theadam21-0/+729
X Windows systems environment. It has certain flavours from other games, especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and Ragnarok.) Any number of players can move around in their own window, finding and using items and battling monsters. They can choose to cooperate or compete in the same world. In the years of development that have followed, Crossfire has grown to encompass over 150 monsters, ~3000 maps to explore, an elaborate magic system, over 15 character types, a system of skills, and many, many artifacts and treasures.
2006-05-11Correct the javacc entry.minskim1-2/+2
2006-05-11Bump i2cbd one more time (to 2.0_BETA5).jwise1-1/+2
2006-05-11Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:jwise3-161/+6
Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This 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-11Add javacc.minskim2-2/+4
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).