summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-06Updated MyPasswordSafe to 20061216.rillig3-11/+10
Changes unknown. The homepage seems to come directly from the year 2004.
2007-01-06Updated ORbit2 to 2.14.4.rillig2-7/+6
ORBit2-2.14.4 * bug fixes + Cleanups and compiler warning fixes (Kjartan) + Win32 portability fixes (Tor) + Constification fixes (Georg Schwartz) + Portability and build fixes (dmacks at netspace org) + Build fixes, add g_cond_timed_wait and use it instead of g_cond_wait to avoid blocking indefinitely in some situations (Jules) + Build fixes (Christian)
2007-01-06Updated ratpoison to 1.4.1.rillig2-7/+7
* Changes since 1.4.0 ** set padding affects bar location On OSX the bar and top of each window is hidden by the menu bar. set padding corrects the window problem but not the bar problem. So this change fixes that. ** new set variable framefmt See docs for info. ** new commands swap, exchangeleft, exchangeright, exchangeup, exchangedown See docs for info ** new commands execa and execf See docs for info. ** default font change It is now "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*" which hopefully fixes some i18n issues. ** new command set topkmap See info manual. ** build date in ratpoison -v ** new command sfrestore restores frame configurations for multiple screens. ** support for i18n fonts
2007-01-06Note the lopster fix.veego1-1/+2
2007-01-06Fix compile problem on current, based on an 2 year old patch from theveego3-3/+26
sourceforge cvs repository. Bump PKGREVISION.
2007-01-06Updated gogui to 0.9.3.rillig1-1/+2
2007-01-06Updated gogui to 0.9.3.rillig2-6/+6
Small bugfixes.
2007-01-06Note the PKGREVISION bump for audio/rplay.veego1-1/+2
2007-01-06Fix a compile problem on -current, maybe gcc4 related and bump theveego3-8/+16
PKGREVISION.
2007-01-06Moved the make targets from the top-level Makefile to their own file,rillig2-190/+219
mk/misc/toplevel.mk. Added a bit of documentation.
2007-01-06Rewrote the AWK program and added many comments.rillig2-32/+57
2007-01-06Fixed PKGMANDIR for all packages using Imake.rillig1-1/+2
2007-01-06Fixed some pkglint warnings.rillig3-17/+12
2007-01-06Build the assembly routines under Intel Macs by using a nasm with Mach-Ojmmv3-7/+36
support. (nasm is bundled with Xcode... maybe we should detect that and use the native tool rather than the one in pkgsrc.)
2007-01-06Updated www/drupal to 4.7.5adrianp1-1/+2
2007-01-06Update to 4.7.5adrianp2-6/+6
Only updates to address two new security issues: http://drupal.org/files/sa-2007-001/advisory.txt http://drupal.org/files/sa-2007-002/advisory.txt
2007-01-06Updated rapidsvn to 0.9.4.rillig2-3/+3
2007-01-06Updated rapidsvn to 0.9.4.rillig4-16/+33
Version 0.9.4 (released December 8th 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.4 User-visible changes * 446 New Feature: Support for Subversion 1.4.2 * 368 New Feature: Show affected files/dirs in Log dialog * 425 New Feature: Show dialog for errors * 447 New Feature: Add Annotate functionality * 439 New Feature: Translation for Simplified Chinese * 441 New Feature: Translation for Brazilian Portuguese * 453 New Feature: Translation for Italian and Portuguese (while updating translations) * 213 Enhancement: Different icon for a repository bookmark * 292 Enhancement: Enable recursive update for get action * 295 Enhancement: Import dialog uses URL of the current selection * 245 Enhancement: Checkout Dialog remembers previous working copies * 417 Enhancement: Mac: Change 48x48 Icon * 420 Enhancement: Dont expand folders while navigating with the keyboard * 433 Enhancement: Make "Diff to another rev/date" the default option for diff dialog * 434 Enhancement: Allow compare with ONE other revision in log dialog * 442 Enhancement: Update the indicator if a repository folder has no children * 468 Enhancement: Resizeable log dialog * 444 Enhancement: Log history window resizing * 454 Enhancement: Allow editing for unversioned files * 175 Fixed: File modified status didnt refresh automatically * 322 Fixed: Unable to expand directory in tree view * 354 Fixed: RapidSVN didnt show an error if no diff tool is configured * 373 Fixed: Update didnt pull svn:externals * 374 Fixed: Edit action failed after folder change * 407 Fixed: View (in log dialog) failed after folder change * 431 Fixed: Diff (in log dialog) failed after folder change * 409 Fixed: Sash location setting not correct under wxGTK * 423 Fixed: wxGTK: Selecting Diff options worked only with Mouse * 426 Fixed: Win32: Working copies on network share not accessible * 429 Fixed: Refresh caused folder browser to lose the selected folder * 436 Fixed: UI dead when a repository refused anonymous * 437 Fixed: Diff tool arguments hidden in Program Preferences * 438 Fixed: RapidSvn Authentication failure after change of system password * 443 Fixed: Diff dialog fields didnt resize * 448 Fixed: HistoryValidator didnt set text control value * 459 Fixed: Double-click on child in list view does not work * 464 Fixed: RapidSVN crashed on SSL certificate dialog * 465 Fixed: Move directory into subdirectory failed * 469 Fixed: Switch URL crashed from Folder Browser * 470 Fixed: Double-click on child URL in list view didnt work * 471 Fixed: Https crashed on Windows * 472 Fixed: Win2K: Icons in folder browser and filelist have black border Developer-visible changes * 346 Fixed: Could not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230 * 408 Fixed: Solaris Compilation with Sun compiler and linker broken Work in progress (not completed) * 7 Create user documentation * 41 Icons for all cmds * 451 Use wxWidgets date picker control for date fields on Diff dialog * 331 Display svn:externals properly * 377 Mac: OpenSSL not supported * 419 Win32: OpenSSL was not static in Installer Version 0.9.3-1 (released June 29 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3-1 User-visible changes * 427 Win32: Incompatible update to Bdb 4.4 while SVN is using 4.3
2007-01-06bzip2 updated to 1.0.4.wiz2-3/+3
2007-01-06Update to 1.0.4:wiz3-15/+15
1.0.4 (20 Dec 06) ~~~~~~~~~~~~~~~~~ Fixes some minor bugs since the last version, 1.0.3. * Fix file permissions race problem (CAN-2005-0953). * Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD scan. * 'const'/prototype cleanups in the C code. * Change default install location to /usr/local, and handle multiple 'make install's without error. * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. * Fix minor doc/comment bugs.
2007-01-06+ bzip2-1.0.4.wiz1-1/+2
2007-01-06+ audacity-1.2.6, cscope-15.6, fetchmail-6.3.6, libprelude-0.9.12.1,wiz1-5/+9
libpreludedb-0.9.11.1, plptools-0.17, png-1.2.15, weechat-0.2.2.
2007-01-06Add an option for cups support, based on patches provided bywiz4-8/+19
Joachim Koenig-Baltes in PR 35065.
2007-01-06Note revision bump for nasm to 3.jmmv1-1/+2
2007-01-06Add support to generate Mach-O objects (for Intel Macs). Code taken fromjmmv5-6/+1400
the CVS repository, so it will be in the next public release of nasm. Bump PKGREVISION to 3.
2007-01-06Fixed pkglint warnings.rillig2-28/+24
2007-01-06The package works again.rillig1-5/+4
Fixed pkglint warnings.
2007-01-06Fixed path to the Python interpreter. PKGREVISION++rillig1-2/+3
2007-01-06Fixed PKGMANDIR and pkglint warnings.rillig1-9/+12
2007-01-06Fixed pkglint warnings.rillig1-3/+3
Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE, since the package will probably work with future Python versions, too.
2007-01-06Fixed the definition of Python-related variables.rillig1-2/+5
2007-01-06Reformatted the help text to be more human-readable instead ofrillig1-7/+15
pkglint-readable.
2007-01-06No substitutions are needed for the pkglint manual page.rillig1-3/+6
Re-added a post-install selftest to detect syntax errors in pkglint.pl.
2007-01-06Disable assembly routines under Darwin, which break the build. In order tojmmv1-1/+2
support them, Mach-O binary support is needed in nasm. (There are some patches around but I haven't got them to work yet.)
2007-01-06minor cleanup: regen patches to correct line offsets, regen PLIST todrochner4-19/+19
get @commented out @dirrms
2007-01-06Note rioutil update.schmonz2-3/+3
2007-01-06Update to 1.5.0. From the changelog:schmonz8-59/+40
- Added support for Rio Nitrus. - Updated mp3 and id3 parsers. - Removed macosx and usbdevfs drivers. libusb is now the standard driver. - Several small bugfixes. pkgsrc patches for DragonFly carried forward. Builds and runs on OS X but untested (I haven't had a Rio for years). 1.4.7 was broken in Krister's NetBSD 4.0_BETA2/i386 bulk build; perhaps this will help.
2007-01-06Note greetdelay update.schmonz1-1/+2
2007-01-06Update to 0.02. From the changelog:schmonz2-6/+6
* Status messages and error messages now include IP address and process ID.
2007-01-06Added some more flags that gcc definitely knows, to reduce the number ofrillig1-3/+22
warnings.
2007-01-06+ libidn-0.6.10, texmaker-1.5, vlc-0.8.6a.wiz1-2/+4
2007-01-06lftp and texmaker updates done.wiz1-3/+1
2007-01-06Mention new gamazons package.wiz1-1/+2
2007-01-06Add and enable gamazons.wiz1-1/+2
2007-01-06Initial import of gamazons-0.83:wiz5-0/+104
Amazons is a game played on a 10x10 chess board. Each side has four pieces (amazons) that move like chess queens (in a straight line in any direction). Instead of capturing pieces like in chess, the game is determined based on who moves last. Each move consists of two parts. First an amazon moves to a new square and then fires an arrow to another square (the arrow is fired in a straight line in any direction from the square the amazon landed on). The square the arrow lands on becomes a permenant block for the rest of the game. No one can move over it, or fire an arrow over it. Every turn an amazon must move and fire an arrow, so every turn there is one less square available on the board. Try and block in your opponent or section off a good chunk of the board for yourself.
2007-01-06In the configure script match sparc-*-solaris2 instead of sparc-*-solaris2.dmcmahill2-5/+12
since the former is what pkgsrc sets MACHINE_GNU_PLATFORM to. This fixes builds on the aformentioned systems.
2007-01-05Add gdl and gnome-build.kristerw1-1/+3
2007-01-05Removed api.mpt from the PLIST, since it has probably never beenrillig5-6/+44
intended to have this file in an installed package. It also conflicted with pkgsrc's manual page handling, since it does not have a well-known file extension.
2007-01-05Sort.kristerw1-2/+2
2007-01-05mc supports pkgviews.rillig1-2/+3
Fixed a pkglint warning.