summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-08-08Update to 0.9.3:wiz2-7/+6
Version 0.9.3 (released June 22 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3 User-visible changes * 414 Fixed: View-Preferences-Programs did not save * 377 Mac: OpenSSL not supported * 411 Fixed: Main view window not drawn when 'Bookmarks' is selected * 418 Fixed: Expand item in tree view when selected was BROKEN * 416 Fixed: Win32: RapidSVN icon not shown when using ALT-TAB * 415 New: Support Subversion 1.3.2 (with Berkeley DB 4.4) * 402 Improved: interface accesibility (tabs, default buttons etc) Developer-visible changes * 385 Fixed: autogen.sh missing in source tarball * 294 Fixed: svn_subr_version not supported in subversion 1.2 * 412 Fixed: Compile error with GCC 4.1.1 Work in progress (not completed) * 175 File modified status doesn't update * 408 Solaris Compilation with Sun compiler and linker broken * 331 Display svn:externals properly * 346 Linux: Can not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230 Version 0.9.2 (released May 19 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.2 User-visible changes * 362 New: Improve menu accessibility in localizations * 363 New: Run all actions in the background * 367 New: Allow multiple targets for copy and move * 372 New: Add French translation * 171 Fixed: svn_path_join: Assertion "is_canonical (base, blen)" failed * 176 Fixed: Repository name with Accent * 215 Fixed: Double click on a directory doesn't work * 364 Fixed: Mac+GTK: Update, etc very vers slow * 366 Fixed: Improve sorting * 371 Fixed: Execution is too slow compared to command-line SVN * 375 Fixed: Delete folder does not work * 379 Fixed: Export doesn't work - wrong parameter format * 380 Fixed: Action canceling with button causes disfunctionality * 381 Fixed: "Refresh View" updates file list and hides it afterwards * 383 Fixed: Rapid forgets that action is running if try to start the second one * 384 Fixed: First character omitted from repos folders * 387 Fixed: Cannot create a directory directly in repository * 388 Fixed: Cannot create a new tag * 393 Fixed: No SSL support in multithreaded Rapid * 395 Fixed: "Refresh View" invalid behaviour towards actions * 396 Fixed: Filelist or/and folder browser not updated after actions * 397 Fixed: Directory names sometimes not shown in repository * 398 Fixed: Context menu doesn't hide when it has to * 399 Fixed: Diff window controls activate inappropriately * 400 Fixed: Repository Bookmark shows incorrect names * 401 Fixed: Urls and paths displayed incorrectly in file info * 403 Fixed: Copying current directory to its child not forbidden Developer-visible changes * 394 Fixed: Compile error with wxGTK 2.4.2 * 333 Fixed: make error if xsl-stylesheets arent found * 358 Fixed: Invalid shell syntax in configure.in * 376 New: Add hideable menu tests for debugging * 357 Fixed: doc/manpages/rapidsvn.xml not included in distribution * 359 Fixed: "make dist" fails in packages/os * 365 Fixed: "make dist" fails if cppunit is not installed Work in progress (not completed) * 402 Improve interface accesibility (tabs, default buttons etc) Version 0.9.1 (released Feb 10 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.1 User-visible changes * 95 New: Bookmark editor * 258 New: Added column for log messages in Log dialog * 282 New: Support LOCK / UNLOCK * 326 New: pre-initialize repository URL in checkout dialog * 337 New: Added Russian translation * 338 New: Added Ukrainian translation * 341 New: Added Unicode build to Windows installer * 351 New: Added "Export" menu entry and dialog * 327 Fixed: invalid logout menu item in folder browser context menu * 335 Fixed: URLs didnt support spaces * 336 Fixed: RapidSVN didnt use SVN stored credentials * 339 Fixed: Directory entries with a '.' were truncated in folder browser * 340 Fixed: Column names were not localized. * 343 Fixed: Crash / segfault at startup on Fedora Core 4 * 345 Fixed: Some menu entries on bookmarks were invisible * 350 Fixed: RapidSVN crashed when clicking Help in Checkout Menu * 352 Fixed: wrong libeay32.dll was used on Windows XP / Windows Server 2003 * 353 Fixed: Unicode Debug build crashed on Windows because of linker ambiguities Developer-visible changes * 332 New: Include "packages" in source tarball * 330 New: Supported URL schemas were not detected * 279 New: Ensure Compatibility with wxWidgets 2.6.0 * 283 New: Added Client::lock, Client::unlock, Status::locked * 287 New: Support Subversion 1.2 * 348 Fixed: Removed warnings about abstract classes without virtual destructors * 349 Fixed: Warnings at compile time Work in progress (not completed) * 80 Remember filenames, log entries between calls * 261 Additional bookmark operations
2006-08-07Update rake to 0.7.1, pkgsrc changes:taca3-10/+22
- install release notes. = Rake Changelog == Version 0.7.1 * Added optional filter parameter to the --tasks command line option. * Added flatten to allow rule transform procs to return lists of prereqs (Joel VanderWerf provided patch). * Added pathmap to String and FileList. * The -r option will now load .rake files (but a straight require doesn't yet). NOTE: This is experimental ... it may be discontinued. * The -f option without a value will disable the search for a Rakefile. The assumption is that the -r files are adequate. * Fixed the safe_ln function to fall back to cp in more error scenarios. == Version 0.7.0 * Added Rake.original_dir to return the original starting directory of the rake application. * Added safe_ln support for openAFS (from Ludvig Omholt). * Added --trace reminder on short exception messages (David Heinemeier Hansson suggestion). * Added multitask declaration that executes prerequisites in parallel. (Doug Young providied an initial implementation). * Fixed missing_const hack to be compatible with Rails. (Jamis Buck supplied test case). * Made the RDoc task default to internal (in-process) RDoc formatting. The old behavior is still available by setting the +external+ flag to true. * Rakefiles are now loaded with the expanded path to prevent accidental polution from the Ruby load path. * The +namespace+ command now returns a NameSpace object that can be used to lookup tasks defined in that namespace. This allows for better anonymous namespace behavior. * Task objects my now be used in prerequisite lists directly.
2006-08-06Update to 4.2:wiz6-49/+52
Version 4.2 - August 5, 2006, by Claudio Fontana * Bugfix release
2006-08-06Make this work under NetBSD; I had only tested it on Linux.christos3-61/+14
2006-08-06Added devel/p5-Test-Harness version 2.62adrianp1-1/+2
2006-08-06Add back p5-Test-Harnessadrianp4-0/+35
Even though it's now a part of perl the development of the module continues and other modules are starting to require a later version of it than the one bundled with perl.
2006-08-05Complete move of id-utils to its new home, idutils.wiz13-366/+2
2006-08-05Re-import devel/id-utils under its new name, idutils.wiz12-0/+364
2006-08-05Support 64bit builds on Solaris.markd1-1/+5
2006-08-04Don't try and do assembler on Solaris, it doesn't get it right.markd1-2/+4
Fixes PR pkg/31075.
2006-08-04welcome to idutils-4.1christos19-715/+277
2006-08-04There was a second release of the tarball for 1.12.1 after wewiz2-5/+9
already had updated the package. The changes are some updates to NEWS, build infrastructure, two translations, and a change to AtkHyperlinkImpl. Set DIST_SUBDIR and bump PKGREVISION (since the code did change, even though only slightly).
2006-08-03Added two patches for Solaris 8. The X11 implementation does not definerillig3-1/+33
the xEvent structure unless NEED_EVENTS is defined.
2006-08-03Update to 0.4, provided by Aleksey Cheusov in PR 34063:wiz4-24/+25
Mon May 2 07:04:46 2005 Google Inc. * sparsehash: version 0.2 release * Preliminary support for msvc++ compilation. (csilvers) * Documentation fixes -- some example code was incomplete! (csilvers) * Minimize size of config.h to avoid other-package conflicts (csilvers) * Contribute a C-based version of sparsehash that served as the inspiration for this code. One day, I hope to clean it up and support it, but for now it's just in experimental/, for playing around with. (csilvers) * Change default namespace from std to google. (csilvers) Thu Nov 3 20:12:31 2005 Google Inc. * sparsehash: version 0.3 release * Quiet compiler warnings on some compilers. (csilvers) * Some documentation fixes: example code for dense_hash_map. (csilvers) * Fix a bug where swap() wasn't swapping delete_key(). (csilvers) * set_deleted_key() and set_empty_key() now take a key only, allowing hash-map values to be forward-declared. (csilvers) * support for std::insert_iterator (and std::inserter). (csilvers) Sun Apr 23 22:42:35 2006 Google Inc. * sparsehash: version 0.4 release * Remove POD requirement for keys and values! (austern) * Add tr1-compatible type-traits system to speed up POD ops. (austern) * Fixed const-iterator bug where postfix ++ didn't compile. (csilvers) * Fixed iterator comparison bugs where <= was incorrect. (csilvers) * Clean up config.h to keep its #defines from conflicting. (csilvers) * Big documentation sweep and cleanup. (csilvers) * Update documentation to talk more about good hash fns. (csilvers) * Fixes to compile on MSVC (working around some MSVC bugs). (rennie) * Avoid resizing hashtable on operator[] lookups (austern)
2006-08-03Add and enable hugs-unix and hugs-HUnit.jmmv1-1/+3
2006-08-03Initial addition of hugs-HUnit, version 1.1.20060515:jmmv4-0/+45
HUnit is a unit testing framework for Haskell inspired in the JUnit tool for Java. A test-centered methodology for software development is most effective when tests are easy to create, change, and execute. The JUnit tool pioneered support for test-first development in Java. HUnit is an adaptation of JUnit to Haskell, a general-purpose, purely functional programming language. With HUnit (as with JUnit) you can easily create tests, name them, group them into suites, and execute them, with the framework checking the results automatically. Test specification in HUnit is even more concise and flexible than in JUnit, thanks to the nature of the Haskell language. HUnit currently includes only a text-based test controller, but the framework is designed for easy extension.
2006-08-03Initial addition of hugs-unix, version 1.0.20060515:jmmv4-0/+58
This package is part of the Haskell Core Libraries. It includes the System.Posix and System.Sendfile modules, both of which provide an interface over native POSIX operating system calls.
2006-08-03Fix build with gcc4. Patch from Kenneth Freidank in PR 34132.wiz2-1/+24
2006-08-03update to 2.14.3drochner2-6/+6
changes: translation updates
2006-08-03update to 2.14.3drochner3-9/+7
changes: * Fix crash in open with dialog * Fix a11y relation setup * Translation updates
2006-08-03update to 2.6.0drochner3-9/+9
changes: - Compiler warning fixes - Fixes for ASCII characters in entries
2006-08-02Update to kdevelop 3.3.4 (part of KDE 3.5.4)markd3-9/+9
2006-08-02Update to KDE 3.5.4markd1-4/+4
Cervisia * Do not show duplicate branch tags when pressing 'Fetch list' multiple times. Umbrello * Fixes to some issues changing interface into class and vice versa. * Add Free Pascal code import and generator. * Enable selection of multiple classes in Select Classes dialog. * Fix crash when importing classes from a java file. * Fix crash after single click on the "UML Model" tree window. * Cannot insert transition/association TO fork/join node in activity diagram. * Importing java files that reference their own class name crashes. * Importing java class (enum pattern) cause umbrello to hang. * Importing java subinterface before superinterface results in superinterface not being treated as an interface. * Java import: method and class visibility ignored. * Java import - static not handled correctly. * Java import - package visibility incorrectly represented. * Java import - random import order can result in interface being teated as class. * Java import - associations not setup correctly, duplicate classes created.
2006-08-02Bump default dependency so dependent packages get shared bglibs.schmonz1-2/+2
2006-07-31Forced the configure script to be more packager-friendly by ignoring anyrillig1-2/+4
existing GNUstep configuration files. Explicitly set the path to the global configuration file, because otherwise a system-dependent default pathname for GNUstep.conf is used, which often does not match ${PREFIX}. Bumped PKGREVISION.
2006-07-29Changes 2.14.2:adam3-9/+8
* Fix the regular build. Changes 2.14.1: * Fixed build when using --enable-api-exceptions=no with glibmm.
2006-07-29USE_TOOLS+=yaccminskim1-1/+2
2006-07-29Update to 1.100. From the changelog:schmonz4-11/+12
* This package now builds and installs as a shared library. Requires libtool to be installed. - Added support to bg-installer for installing shared libraries with libtool. - Fixed a bug in counting the length of signed and unsigned long long integers (0 was counted as having zero length). - Fixed bug in error return of ibuf_openreadclose. Thanks Gerrit Pape.
2006-07-29Add p5-Proc-Simple.minskim1-1/+2
2006-07-29Import p5-Proc-Simple from pkgsrc-wip. Packaged by David Howland.minskim4-0/+31
The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either external programs or perl subroutines can be launched and controlled as processes in the background.
2006-07-28Corrected quoting of author's email address.heinz1-2/+3
2006-07-28Update "apr" package to version 0.9.12.2.0.59 and "apache2" packagetron1-4/+4
to version 2.0.59. Changes since *2.0.58: - SECURITY: CVE-2006-3747 (cve.mitre.org) mod_rewrite: Fix an off-by-one security problem in the ldap scheme handling. For some RewriteRules this could lead to a pointer being written out of bounds. Reported by Mark Dowd of McAfee.
2006-07-28Fix PLIST on non-ix86 platforms. Bump PKGREVISION.minskim2-4/+12
2006-07-27Update ko-po-check to 0.7.minskim3-11/+18
Changes since 0.5: - Add new rules for markup, mnemonic, incomplete syllable tests. - Added GNOME terminologies.
2006-07-26Fix BUILDLINK_ABI_DEPENDS to use PYPKGPREFIX.wiz1-2/+2
2006-07-26this builds fine w/o gtk-docdrochner1-3/+1
2006-07-26Changes 0.14.6:adam18-137/+130
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.
2006-07-26Fixed a new pkglint warning. All definitions of BUILDLINK.* variablesrillig1-2/+2
should match the package name. In this case, there had been a double "+".
2006-07-25Update mercurial to 0.9.1.minskim3-10/+53
New features: - You can now configure your 'hgweb' server to let remote users 'push' changes over http. - You can now 'import' a patch in a mail message by saving the mail message, and importing it. This works for patches sent either inline or as attachments. - The 'diff' command now accepts '-rA:B' syntax as a synonym for '-r A -r B', and adds '-b' and '-B' options. For a complete list of major changes, see the announcement at http://www.selenic.com/pipermail/mercurial/2006-July/009510.html
2006-07-25Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.minskim3-6/+3
Changes: Ruby/GLib * Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons] * Added new fundamental object for other bindings. [Sjoerd Simons] * GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou] * Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh] * Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou] * Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh] * Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh] Ruby/ATK * Improved cygwin support. [Masao Mutoh] * Fix a bug. [Masahiro Sakai] Ruby/Pango * Fix some bugs. [Laurent Sansonetti, Masao Mutoh] * Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh] Ruby/GdkPixbuf * Fix a bug. [NISHI Takao] * Code cleanup [Masao Mutoh] Ruby/GTK * Improve signal handlers. [Masahiro Sakai] * Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola] * Added Gtk::Dialog#get_response. [Masao Mutoh] * Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh] Ruby/GNOME * Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou] Ruby/GnomeCanvas * Code cleanup [Kouhei Sutou, Masao Mutoh] Ruby/Libart * None. Ruby/PanelApplet * Fixed a bug [Patch #1431855]
2006-07-24Build the atsui module only when the x11 option is disabled, because itminskim2-9/+12
causes the xlib backend of cairo to crash. Bump PKGREVISION.
2006-07-24Update to 0.6c1. Add missing files to PLIST.wiz3-8/+44
0.6c1 * Fixed AttributeError when trying to download a setup_requires dependency when a distribution lacks a dependency_links setting. * Made zip-safe and not-zip-safe flag files contain a single byte, so as to play better with packaging tools that complain about zero-length files. * Made setup.py develop respect the --no-deps option, which it previously was ignoring. * Support extra_path option to setup() when install is run in backward-compatibility mode. * Source distributions now always include a setup.cfg file that explicitly sets egg_info options such that they produce an identical version number to the source distribution's version number. (Previously, the default version number could be different due to the use of --tag-date, or if the version was overridden on the command line that built the source distribution.) 0.6b4 * Fix register not obeying name/version set by egg_info command, if egg_info wasn't explicitly run first on the same command line. * Added --no-date and --no-svn-revision options to egg_info command, to allow suppressing tags configured in setup.cfg. * Fixed redundant warnings about missing README file(s); it should now appear only if you are actually a source distribution. 0.6b3 * Fix bdist_egg not including files in subdirectories of .egg-info. * Allow .py files found by the include_package_data option to be automatically included. Remove duplicate data file matches if both include_package_data and package_data are used to refer to the same files. 0.6b1 * Strip module from the end of compiled extension modules when computing the name of a .py loader/wrapper. (Python's import machinery ignores this suffix when searching for an extension module.) 0.6a11 * Added test_loader keyword to support custom test loaders * Added setuptools.file_finders entry point group to allow implementing revision control plugins. * Added --identity option to upload command. * Added dependency_links to allow specifying URLs for --find-links. * Enhanced test loader to scan packages as well as modules, and call additional_tests() if present to get non-unittest tests. * Support namespace packages in conjunction with system packagers, by omitting the installation of any __init__.py files for namespace packages, and adding a special .pth file to create a working package in sys.modules. * Made --single-version-externally-managed automatic when --root is used, so that most system packagers won't require special support for setuptools. * Fixed setup_requires, tests_require, etc. not using setup.cfg or other configuration files for their option defaults when installing, and also made the install use --multi-version mode so that the project directory doesn't need to support .pth files. * MANIFEST.in is now forcibly closed when any errors occur while reading it. Previously, the file could be left open and the actual error would be masked by problems trying to remove the open file on Windows systems.
2006-07-24Add a patch for GNOME bug 322374, which may cause link errors when the atsuiminskim3-3/+18
module is enabled. Patch obtained from GNOME CVS. Bump PKGREVISION.
2006-07-24Fix conditional for semi-bbdb option.wiz1-2/+2
From Kouhei Mori in PR 34072.
2006-07-24- USE_LIBTOOL=yesjoerg3-2/+36
- On DragonFly, the stack overflow handling should follow the logic of FreeBSD, similiar the address space scanning. This is now needed for lang/clisp. Since the installed version differs, bump revision.
2006-07-23Update to 1.3.5:wiz4-34/+6
CHANGES IN 1.3.5 * Fixes for Bugs 11731, 11701, 7502, 16334, 16539, 16538, 16780 * Enhanced support for several different ssh implementations by Ludovic Courtès * SHA1 checksums * Undo command specific file selection, by Ludovic * Microsoft Windows NT FTP server support * commit and undo commands allow file exclusion with the -x option * library-dir as alias for my-revision-library * archive-register as alias for register-archive * Cygwin support, file name compression patches from Lode Leroy, incorporated into tla proper (see notes below) * apply-delta now supports diff3 style merge (via the -t option) * honor --skip-present for replay, patch by Ludovic 32-bit Windows, Cygwin notes: Now the Cygwin specific changes to tla by Lode Leroy are incorporated into the tla proper. However, to get tla to work on Cygwin requires more than changes to tla; changes to GNU diff, tar and patch are necessary. Since these tools are outside the Arch Project's control, here the patches to them are just distributed together with tla in the cygwin/ directory; follow the instructions in the cygwin/BUILD.txt file for installing tla on cygwin. Thanks to Lode Leroy for his efforts in getting tla to work on Cygwin.
2006-07-23Disable wscons backend on NetBSD (it was written for OpenBSD).wiz1-1/+6
This fixes the configure step of games/asc. Bump PKGREVISION.
2006-07-23Update to 2.12.1:wiz6-39/+24
Overview of Changes from GLib 2.12.0 to GLib 2.12.1 =================================================== * Update to final Unicode Character Database 5.0.0 * Bugs fixed: 346660 issues with base64 api documentation / g_base64_decode_cl... 348136 Coverity reports allocation of wrong size CID #2839 336281 Update to UCD 5.0 346197 g_date_strftime %F option doesnt work for win32 348011 Small optimization to real_toupper() 246494 prototype mismatch in glib/gconvert.c * New and updated translations (bg,bn_IN,ca,dz,eu,fi, fr,he,it,ja,mk,or,pt)
2006-07-23When forcing the gettext detection to be successfull, also includejoerg1-2/+3
gettext-lib. Bump revision.
2006-07-23Enable the atsui module if the Carbon framework is available.minskim2-2/+10
Bump PKGREVISION.