summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-06Remove some updates rillig did today.wiz1-5/+1
2007-01-06tailor updated to 0.9.27.wiz2-3/+3
2007-01-06Update to 0.9.27:wiz2-6/+6
various little fixes, compatibility with hg 0.9.2
2007-01-06Bump the PKGREVISION for the last change...smb1-2/+2
2007-01-06cscope updated to 15.6.wiz2-3/+3
2007-01-06Update to 15.6:wiz14-543/+197
Some security problems have been addressed, and overall stability has improved. There are no new features. (The security problems were already fixed in pkgsrc.)
2007-01-06Several fixes:smb6-11/+25
a) 'make install' was broken if option memtestplus-iso was specified b) patch-ac wouldn't pass pkglint c) correct document for the BadRAM link d) add compilation support for 64-bit i386 ports
2007-01-06aspell updated to 0.60.5.wiz2-3/+3
2007-01-06Update to 0.60.5:wiz9-47/+34
* Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes.
2007-01-06atk updated to 1.2.4.wiz2-3/+3
2007-01-06Update to 1.12.4:wiz2-6/+6
Changes in version 1.12.4: ========================= *Add Li Yuan to MAINTAINERS.
2007-01-06lcms updated to 1.16.wiz2-3/+3
2007-01-06Update to 1.16:wiz3-21/+6
New in ver 1.16 =============== New features two different types of black preservation on CMYK-> CMYK transforms Ability to set adaptation state of observer on absolute colorimetric transforms. A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1) lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced. icctrans can now read CGATS/IT8 files. improved tifficc with tiff Lab8 support icclink now supports colorant table tag. New functions double cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d); void cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags); DWORD cmsTakeHeaderAttributes(cmsHPROFILE hProfile); icInt32Number cmsGetTagCount(cmsHPROFILE hProfile); icTagSignature cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n); int cmsSetCMYKPreservationStrategy(int n) BOOL cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded); BOOL _cmsIsMatrixShaper(cmsHPROFILE hProfile); BOOL _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime); BOOL _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc); double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint); LPcmsNAMEDCOLORLIST cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig) LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index); void cmsFreeExtendedGamut(LPcmsGAMUTEX gex); New tags supported icSigColorantTableTag LPcmsNAMEDCOLORLIST icSigColorantTableOutTag LPcmsNAMEDCOLORLIST icSigCalibrationDateTimeTag const struct tm* New flags: cmsFLAGS_PRESERVEBLACK cmsFLAGS_GRIDPOINTS(n) And of course some bug fixing.
2007-01-06png updated to 1.2.15.wiz2-3/+3
2007-01-06Update to 1.2.15:wiz3-45/+6
version 1.2.15beta1 [December 3, 2006] Generated configure with autoconf-2.61 instead of 2.60 Revised configure.ac to update libpng.pc and libpng-config. version 1.2.15beta2 [December 3, 2006] Always export MMX asm functions, just stubs if not building pnggccrd.c version 1.2.15beta3 [December 4, 2006] Add "png_bytep" typecast to profile while calculating length in pngwutil.c version 1.2.15beta4 [December 7, 2006] Added scripts/CMakeLists.txt Changed PNG_NO_ASSEMBLER_CODE to PNG_NO_MMX_CODE in scripts, like 1.4.0beta version 1.2.15beta5 [December 7, 2006] Changed some instances of PNG_ASSEMBLER_* to PNG_MMX_* in pnggccrd.c Revised scripts/CMakeLists.txt version 1.2.15beta6 [December 13, 2006] Revised scripts/CMakeLists.txt and configure.ac version 1.2.15rc1 [December 18, 2006] Revised scripts/CMakeLists.txt version 1.2.15rc2 [December 21, 2006] Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers. Added scripts/makefile.nommx version 1.2.15rc3 [December 25, 2006] Fixed shared library numbering error that was intruduced in 1.2.15beta6. version 1.2.15rc4 [December 27, 2006] Fixed handling of rgb_to_gray when png_ptr->color.gray isn't set. version 1.2.15rc5 [December 31, 2006] Revised handling of rgb_to_gray. version 1.2.15 [January 5, 2007] Added some (unsigned long) typecasts in pngtest.c to avoid printing errors.
2007-01-06Add patches to make this build/work on NetBSD/macppc, sent byxtraeme4-8/+45
Zach Lowry privately.
2007-01-06Updated some packages.rillig1-1/+5
2007-01-06After a first test, it was obvious that the compiler needs the -Wl,-Rrillig2-1/+17
flag to find libcob when linking programs.
2007-01-06Updated opencobol to 0.32.rillig6-103/+10
* Changes in OpenCOBOL 0.31 ** Stability update - See individual ChangeLogs ** New driver program - "cobcrun" This allows all application programs to be compiled as modules and driven by "cobcrun" similar to MF's "cobrun". Syntax - cobcrun <MAINPROG> [Arguments to program "MAINPROG"] As "cobcrun" is linked with the static version of Open Cobol libraries, it is easier to maintain concurrent versions on the same system. ----------------------------------------------------------------------- * Changes in OpenCOBOL 0.30 ** Installation changes *** No longer use readline. *** No longer use run-time configuration file (libcob.conf) *** libdb is now optional. Use the new configure option --with-db1 to link with libdb1. Use the new configure option --with-db to link with libdb. Otherwise, libdb will not be linked, and indexed files and SORT/MERGE statements will not work. *** New subdirectory `config' will be installed under $prefix/share/open-cobol. ** Compatibility changes *** New -std options: default used when you omit -std cobol85 COBOL 85 Standard cobol2002 COBOL 2002 Standard ibm IBM COBOL compatibility mf Micro Focus COBOL compatibility v023 OpenCOBOL 0.23 compatibility *** Compile-time options can be stored in a "config" file. See config/default.conf for details. *** Binary data items are now big endian. The config option `binary-byteorder' controls this. *** Numeric sign of USAGE DISPLAY items has been changed as follows: Positive: 0123456789 Negative: pqrstuvwxy The config option `display-sign' controls this. *** Data items defined in the working-storage section are initialized at the beginning of program by default. The config option `auto-initialize' controls this. *** SORT statement now creates a temporary file in /tmp for sorting and removes it after sorting. ** Feature changes *** COPY statements try to complement the following file extensions: .CBL, .COB, .cbl, or .cob. *** COPY / REPLACE statements are reimplemented for better replacement. *** SPECIAL-NAMES. FORMFEED IS ... *** ALPHABET ... IS EBCDIC. *** EXTERNAL clause. *** SHARING clause. *** USAGE COMP-5 and COMP-X. *** USAGE POINTER and ADDRESS OF operator. *** LENGTH OF operator. *** PROCEDURE DIVISION USING BY REFERENCE/CONTENT/VALUE. *** DISPLAY ... ENVIRONMENT-NAME. ACCEPT ... ENVIRONMENT-VALUE. *** COLLATING SEQUENCE in the SORT and MERGE statements. *** EXIT PERFORM [CYCLE] statement. *** SORT table. *** OPEN ... WITH NO REWIND / WITH LOCK recognized, though not working. *** Literal concatenation (the `&' operator). ** Compiler changes *** New compiler environment variable TMPDIR. *** New compiler environment variable COB_LDFLAGS. *** The runtime environment variable COB_CONFIG_FILE has been removed. *** New runtime environment variable COB_DYNAMIC_RELOADING. *** New compiler option `--list-reserved', which list all reserved words. *** New compiler option `-conf', which specifies the config file. *** New compiler option `-ext', which specifies the copy file extension. *** The compiler option `-O' now does C level optimization. *** New compiler option `-O2', which does further C level optimization. *** New compiler option `-L' and `-l', which are passed to the C compiler. *** New compiler option `-ftrace', which display section names at run time. *** New compiler option `-fsyntax-only', which does syntax error check only without any output. *** New compiler option `-fstatic-call', which is equivalent to `-static'. *** New compiler option `-fdebugging-line', which enables debugging lines. *** New compiler option `-fsource-location', which includes source location in the output. *** New compiler option `-fline-directive', which includes line directive in the output. *** New compiler option `-fruntime-inlining', which is the replacement of obsolete options `-finline-move' and `-finline-get-int'. *** New compiler option `-w', which inhibits warnings. *** New compiler option `-Wredefinition', which warns redefined names. *** The compiler options `-static' and `-dynamic' are obsolete. *** The compiler option `-column' removed. ** Many improvement for compatibility. ** Many many bug fixes.
2007-01-06Moved the code that installs check-files on the hook from install.mk torillig2-6/+6
check-files.mk, for two reasons: 1. It belongs there. 2. Now check-files is run before check-perms and check-interpreter.
2007-01-06Fixed PKGMANDIR.rillig1-4/+4
2007-01-06Added the FAIL command, which can be prepended to an arbitrary shellrillig2-1/+11
command, making it return with a non-zero exit status. The first use of it is in a command called FAIL_MSG, which prints an error message and exits immediately. ERROR_MSG itself doesn't do that.
2007-01-06Updated gtetrinet to 0.7.11.rillig6-158/+21
GTetrinet 0.7.11 - 2006-11-15 - Fix a long-standing hang/crash when executing GTetrinet for the first time (Loïc Minier, #114425). - Remember game mode setting (Lucas Nussbaum, #344522). - Fix compilation without libesd (Ricardo Setti, #312995). - Fix a crash on NetBSD/Sparc64 (#338712). - New and updated translations: Nepali (Pawan Chitrakar), Catalan (Jordi Mallach), Welsh (Dafydd Harries), Dutch (Wouter Bolsterlee), Swedish (Daniel Nylander). GTetrinet 0.7.10 - 2006-09-02 - SECURITY RELEASE -- Ref. CVE-2006-3125 - Add index undeflow protections in network code. - Require GTK+ 2.6.0. - Fixed manpage typos. - Require new intltool and move ALL_LINGUAS to po/LINGUAS. - New and updated translations: Bulgarian (Alexander Shopov), Basque (Iñaki Larrañaga), Traditional Chinese (Abel Cheung), German (Jens Seidel), Nepali (Pawal Chitrakar), Finnish (Ilkka Tuohela), Vietnamese (Clytie Siddall). GTetrinet 0.7.9 - 2005-04-29 - Revamped encoding of data handling, fixing the output in partyline, etc. when using UTF-8 locales (Vidar Holen). - Ported to use GtkAboutDialog (Pedro Villavicencio Garrido). - Fixed network latency issues (Julien Plissonneau Duquène). - Fixed crashes in the channel list support (Julien Plissonneau Duquène). - New and updated translations: Traditional Chinese (GNOME HK Team), Canadian English (Adam Weinberger), Norwegian bokmål (Vidar Holen), Bulgarian (Yavor Doganov), Kinyarwanda (Steve Murphy). GTetrinet 0.7.8 - 2004-12-26 - Added minimal support for the Blocktrix protocol, now in use at tetrinet.org (Loren Abrams). - New and updated translations: Italian (Riccardo Bozzo), German (Gerfried Fuchs), Korean (Michael Kim), Canadian English (Adam Weinberger), Serbian (Danilo Šegan), Punjabi (Amanpreet Singh Alam), Norwegian bokmål (Kjartan Maraas), Simplified Chinese (Funda Wang).
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.