summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-18use gavan's magical CPPFLAGS.NetBSD instead of including bsd.prefs.mkgrant1-6/+2
and using a conditional.
2003-12-18Fix the script which munges man pages to work with Solaris' xpg4 sed,sketch1-3/+11
which bails out if there is whitespace before a comment.
2003-12-18Get the default target for Solaris working with USE_SUNPRO.sketch1-1/+5
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
2003-12-18Initial import of rp-l2tp-0.3 into the NetBSD Packages Collection.agc1-1/+2
l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling Protocol described in RFC 2661. It allows you to tunnel PPP sessions over a network or transport protocol (in this case, UDP.) Part of the l2tp code is implemented in the l2tpd program, and part of it is implemented as "handlers". A handler is a shared-object library which is dynamically linked into l2tpd at run-time using the "load-handler" configuration directive. Although the handlers included with this package (sync-pppd and cmd) are licensed under the GPL, as a special exception, you may write your own handlers which link to code in this package and not release them under the GPL. There may be other reasons why your handlers must be released under the GPL (for example, they may link with other GPL'd code), but in the absence of other reasons, you may keep your handlers proprietary.
2003-12-18Add and enable rp-l2tpagc1-1/+2
2003-12-18Initial import of rp-l2tp-0.3 into the NetBSD Packages Collection.agc12-0/+231
l2tpd is a user-space L2TP daemon. L2TP is the Layer Two Tunneling Protocol described in RFC 2661. It allows you to tunnel PPP sessions over a network or transport protocol (in this case, UDP.) Part of the l2tp code is implemented in the l2tpd program, and part of it is implemented as "handlers". A handler is a shared-object library which is dynamically linked into l2tpd at run-time using the "load-handler" configuration directive. Although the handlers included with this package (sync-pppd and cmd) are licensed under the GPL, as a special exception, you may write your own handlers which link to code in this package and not release them under the GPL. There may be other reasons why your handlers must be released under the GPL (for example, they may link with other GPL'd code), but in the absence of other reasons, you may keep your handlers proprietary.
2003-12-18fix build with new freetyperecht2-1/+16
2003-12-18Apply patch from Harry Waddell in PR 23289 to chill in gcc 2.95.3, toben4-4/+21
fix a build error when using gcc 3. Also bumps PKGREVISION.
2003-12-18Updated: librsvg2, eog2, gimageviewadam1-1/+4
2003-12-18note fontconfig-2.2.1nb3 updaterecht1-1/+2
2003-12-18Fix build after freetype2 updaterecht5-6/+36
2003-12-18Remove hacks for Solaris which worked around a bug in mk/bsd.prefs.mksketch2-13/+3
before -r1.130. They are now preventing this package from installing. Bump PKGREVISION.
2003-12-18don't hardcode /var/db/pkg, use PKG_DBDIR.grant2-3/+4
2003-12-18also pass BUILDLINK_LDFLAGS.db for safety.grant1-2/+2
2003-12-18make use of FILES_SUBST_SED.grant1-6/+3
2003-12-18note update of grepmail to 5.22.grant2-3/+3
2003-12-18Updated grepmail to 5.22.grant2-5/+5
Major changes since 5.00: New in version 5.22: - X-Mailfolder header no longer has a line number when -n is used. (bugfix by Kevin Pfeiffer <pfeiffer@iu-bremen.de>) - New -B flag prints abbreviated headers (initial patch by Kevin Pfeiffer <pfeiffer@iu-bremen.de>) - Headers spanning multiple lines are now printed correctly in warnings and such. - Fixed a spurious warning which would be printed if caching was not enabled. - grepmail will now disable caching if the caching version of Mail::Mbox::MessageParser can not be loaded, instead of exiting. New in version 5.21: - Fixed line ending bugs under MS-DOS/Windows. New in version 5.20: - Added speed testing to the distribution - Fixed Makefile.PL so that test modules would not be installed. - Changed testing to use PERLRUN instead of FULLPERLRUN, which is not available with older versions of MakeMaker that ship with older versions of Perl. (Thanks to Ed Avis <ed.avis@kbcfp.com> for catching this.) - Fixed interactive installation problems. (Thanks to Joey Hess <joeyh@debian.org> for catching this (again).) - Fixed broken searching of $HOME/mail, $HOME/Mail, and $HOME/Mailbox directories when a mail folder can not be found. Changed $MAIL to $MAILDIR since $MAIL usually points to the user's inbox. (Bug found and initial patch by Peter Cordes <peter@llama.nslug.ns.ca>.) - Cache file permissions are now set to protect against prying eyes. (Patch by Joey Hess <joey@kitenet.net>) - The user can now specify the cache file location with the -C flag. - Fixed compatibility problems with perl 5.005_01 New in version 5.10: - Extracted mail parsing into the new Mail::Mbox::MessageParser module. - Fixed small performance loss bugs in short-circuit matching of headers which were introduced in the last version - Fixed some uses of uninitialized values (Originally reported by Ed Avis <ed.avis@kbcfp.com>.) - Improved performance a bit. - The Makefile.PL now uses the default values when run non-interactively. - Caching is now enabled by default. (It's no longer experimental.) Users can disable it during installation. - Date specifications without times (e.g. "today") are interpreted as midnight of the given day instead of the current time of that day. grepmail now relies on Date::Manip to handle this--users must upgrade Date::Manip to get this support. (Thanks to Reuben Thomas <rrt@sc3d.org> for working with Sullivan Beck <sbeck@cise.ufl.edu> to get TodayIsMidnight added to Date::Manip. Original bug report by Philip Douglass <philipsd@users.sourceforge.net>) - Restructured test cases
2003-12-18Revision bump since major version of shared librsvg2 changed (cosmetics ↵adam1-6/+7
included)
2003-12-18Changes 2.5.1:adam4-22/+42
- Support lossless saving of jpeg files - Select last viewed slideshow image when returning from fullscreen - Display image file size - Ask user before overwriting files - Translation Updates
2003-12-18Changes 2.5.0:adam6-42/+27
A major bug-fix release. Fixes a lot of rendering bugs.
2003-12-18Make the password dialogue banner display the netbsd PKGREVISIONatatat6-6/+35
number, if there was one (which, of course, makes me bump PKGREVISION to 1 for all three xscreensaver pkgs (are we really supposed to bump PKGREVISION for each pkg individually?)). This eliminates the confusion where pkg_info says version "4.14nb1" is installed, yet the dialogue says it's onlu version "4.14". Also, fix the conflicts for the screensaver pkg so that it properly conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-18Updated freetype2 to 2.1.7adam1-1/+2
2003-12-18CHANGES BETWEEN 2.1.7 and 2.1.6:adam4-23/+24
- Updated to newest libtool version, fixing build problems on various platforms. - On Unix platforms, `make install' didn't copy the correct `ftconfig.h' file. CHANGES BETWEEN 2.1.6 and 2.1.5: - The PFR font driver didn't load kerning tables correctly, and the functions in FT_PFR_H didn't work at all. - Type 1 font files in binary format (PFB) with an end-of-file indicator weren't accepted by the FreeType engine. - Fonts which contain /PaintType and /StrokeWidth no longer cause a segfault. This bug has been introduced in version 2.1.5. - Fonts loaded with FT_LOAD_RENDER no longer cause strange results. This bug has been introduced in version 2.1.5. - Some Windows (bitmap) FNT/FON files couldn't be handled correctly. - The internal module API has been heavily changed in favor of massive simplifications within the font engine. - The PostScript parser has been enhanced to handle comments and strings correctly. Additionally, more syntax forms are recognized. - Added the optional unpatented hinting system for TrueType. - There is now a guard in the public header files to protect against inclusion of freetype.h from FreeType 1. - Direct inclusion of freetype.h and other public header files no longer works. You have to use the documented scheme #include <ft2build.h> #include FT_FREETYPE_H to load freetype.h with a symbolic name. This protects against renaming of public header files (which shouldn't happen but actually has, avoiding two public header files with the same name).
2003-12-18Note update of cgoban-java to 2.5.5rh1-1/+2
2003-12-18Update cgoban-java to 2.5.5rh2-5/+5
Changes from version 2.5.4 to 2.5.5 (Released 2003-12-17) Bugs Fixed ---------- S - Players were staying grey/sleeping even when they were active. C13 - Was impossible to load demonstration games of other players. S - Quit button wasn't working. S - Picture accepting was broken. S - Can load up games privately again. S - Won't crash any more when you load a private game as non-private. S - Private games are private again. W - The page count for the archives page is correct now. C13 - Shift-mouse click on ">" button no longer puts you into auto-play mode. C13 - Score est. works again. C13 - Board is once again the size that it should be. S - Losing on time with a new (2.5.4 or later) client doesn't crash the server any more. S - Losing on time with an old (2.5.3 or earlier) client doesn't crash the server any more. S - The server doesn't crash any more when this "double escaper" thing happens. S - Waking up by manipulating a demo game doesn't crash the server any more. ******************************************************************************* Changes from version 2.5.3 to 2.5.4 (Released 2003-12-16) Features Added -------------- S,C - There is now an "open games" list, you can choose whether or not your games go on it. S,C - You can no longer lose a game on time unless the server is able to send a message to your client and get an answer *after* your clock runs out. C13 - Added "national" room category. S - Leaving an unfinished game now only counts against you if you were the first player to leave. C13 - Auto play feature (shift-click on ">" button). Needs sound though, so it's not quite done yet. C13 - Now when you get the "Your opponent has loaded your old game" dialog, you can join the game by just pressing "Yes." S - Upped room limit to 500. C13 - Added "SD" when playing in absolute time. C13 - Added flashing "BLITZ" or "ULTRA BLITZ" warnings when you are setting up a game in fast time controls. C13,S - Made simul games like free games instead of like teaching games. C13 - Added checkboxes when confirming simul games so you can decline games there instead of going back to the challenge window. C13 - When you are logged out by a bug, your client windows don't close, they just become disabled. The finally close when you close the error message. Bugs Fixed ---------- C13 - When you say something in a room or conversation then change tabs right away, your tab will no longer turn blue. S - When guests try to make rooms it no longer permanently increases the "rooms in use" counter. C13 - Can't make a room you own but are not allowed into any more. C13,S - New Zealand default komi set properly to 7/0. S - Guest game renaming bug fixed. C13 - Unmarking dead stones works again when editing locally or in demo games. C13,S - Double clicking quiet button doesn't put you into unstoppable blinking. The server change was a quick fix to make this not count as waking you up either. C13 - "Resume" menu now has all loaded games marked as clickable. C13 - All teaching or demo games now have a quiet button. C13 - When you first upload an SGF file you can't use the arrow buttons. C13 - Sometimes server stats gets stuck and doesn't update. C13 - Default game sort is now "open games first". S - When admins do a boot (but not a block) it is logged to admin log again. ******************************************************************************* Changes from version 2.5.2 to 2.5.3 (Released 2003-10-04) Features Added -------------- C13, S - Admins can kill a game. C13 - Terms of service document. C13, S - Added ability for admins to clear a block against a user/IP address. C13, S - Added assistants as an intermediate admin level. C13, S - User info now shows the language used by the person. C13 - If you use the resume menu to try to resume a game that is already resumed by your opponent, you will join the game instead of getting an error. Bugs Fixed ---------- S - Making a room with max-sized name and description no longer cuts your connection. C13 - You now get a message when your game notes are too long. S - Fixed bug that would crash server if an account with a demonstration game expired, then later another account with the same name was created, then later the game expired before restarting the server. C13 - The "load game in room" menu items are now all in a submenu, so they won't fill up the whole screen when you are in a lot of rooms. C13 - Resume button no longer lists rated games when you are in a private room. C13, S - When you get the "this game can't be ranked" message, its rank type will be automatically set to "free". S - Fixed a crash when two players accepted games with the same 3rd player at almost exactly the same time. C13 - The "I don't see my own messages when I watch a game" bug is fixed. S - Server won't crash any more when you load a game you were scoring, then un-mark-dead and re-mark-dead a stone. S - Will not send keepalives before you get a login message. This will prevent some of the client crashes from people with netlag. S - No longer crashes server when a private room is made permanent. C13 - No longer crashes when uploading a game with territory marks on dead stones. C13 - No longer kills the client when you try to upload an SGF file with an empty node in it. S - No longer duplicates comments in first node of an uploaded game. C13 - The clock of the player who isn't moving no longer shows the full main time when you first start observing a game.
2003-12-18Updated libgnomeprint[ui] to 2.4.2adam1-1/+3
2003-12-18Changes: see libgnomeprint-2.4.2adam4-35/+28
2003-12-18libgnomeprint 2.4.2:adam3-25/+17
* Adjust Preview window libgnomeprint 2.4.1: * make gnumeric work correctly with cups via gnome-print * handle fonts with spaces in postscript export * Apply patch to improve performance exporting large images * Work around unreliable cupsGetDefault * Load cups ppd files on demand only * Protect against libcups changing the locale * Implement a better fallback than first font * Fix some leaks * Fix locating the lpr command * Use Sans Regular rather than Helvetica as fallback * Fix clipping * Fix build errors with freetype2 2.1.7
2003-12-18-openbox3, +openbox2.wiz1-2/+2
2003-12-18Moved to wm/openbox.wiz7-185/+0
2003-12-18Update COMMENT and DESCR to reflect that this is an older version ofwiz2-7/+11
openbox.
2003-12-18Update to 3.0 (really, only move contents of openbox3 dir here).wiz10-201/+167
2003-12-18Reimport openbox-2* as openbox2 package; openbox package willwiz8-0/+219
be replaced by openbox-3*.
2003-12-18Depend on wmweather instead of wmWeather; bump PKGREVISION.wiz1-3/+3
2003-12-18Wildcard tcl-scotty dependency.wiz1-2/+2
2003-12-18Bump PKGREVISION: depend on latest qt2-libs package.wiz1-3/+3
2003-12-18There is no wmWeather-1.3* package, let's hope that wmweather>=1.3 works.wiz1-2/+2
2003-12-18Sort.wiz4-8/+8
2003-12-18Add and enable phpsview and qcamview.wiz1-1/+3
2003-12-18Sort.wiz1-2/+2
2003-12-18Move inclusion of <sys/select.h> after <sys/types.h> in src/dumpkeys.c.cube2-1/+16
That fixes the build on my 1.6.2_RC2 box.
2003-12-18Updated print/ggv2 to 2.4.0.2xtraeme1-1/+2
2003-12-18Update to 2.4.0.2 from Min Sik Kim PR pkg/23784.xtraeme2-5/+5
Changes since 2.4.0: - backport of zoom to fit fixes from HEAD. - fixes problems with locale files installation
2003-12-18Updated security/gnutls to 1.0.1xtraeme2-3/+3
2003-12-18Update to 1.0.1 from Min Sik Kim PR pkg/23754.xtraeme4-14/+14
Changes since 1.0.0: - Some minor fixes in the makefiles. They now include CFLAGS from libgcrypt or opencdk if installed in a non standard directory. - Fixed the SRP detection test in gnutls-cli-debug. - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
2003-12-18Updated wm/enlightenment to 0.16.6xtraeme2-3/+3
2003-12-18Update to 0.16.6. This closes PR pkg/23255.xtraeme9-874/+66
Many bugfixes were solved, please review Changelog to see a complete list of changes.
2003-12-18- wmbiffxtraeme1-2/+1
2003-12-18Remove postfix-2.0.16, we have already this.xtraeme1-2/+1
2003-12-18Updated net/pure-ftpd to 1.0.17axtraeme2-3/+3