summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam38-281/+281
through PLIST_SUBST to the plist module.
2008-04-12Bump default BUILDLINK_API_DEPENDS to 1.104 (the latest).schmonz1-2/+2
2008-04-12Update to 0.40: depend on monotone-0.40.jmmv1-3/+3
2008-04-12Update to 0.40. Tested in NetBSD-current/amd64 and OS X 10.4.jmmv2-7/+7
Changes - The vim merger has been improved and now uses diff3 to merge non-conflict changes automatically before executing vimdiff. - Values used with the --depth option used to control recursion with node and path restrictions have changed. Using --depth=0 now means exactly the specified directories and *not* their children. Using --depth=1 now means the specified directories and their immediate children. Previously --depth=0 included children and --depth=1 included grandchildren and it was not possible to exclude children using --depth. The simple fix for anyone using --depth is to add 1 to the values they are using. - Document that ssh: and file: sync transports are not supported on native Win32. Bugs fixed - `commit' now uses keydir specified in _MTN/options - duplicate name conflicts now show a proper error message, even if a parent directory got renamed as well. In that case, the error message now shows both names for the directory and the offending file name. New features - The bare parent selector 'p:' can now be used in a workspace to query the parent(s) of the workspace' base revision. This is equivalent to "mtn au select p:`mtn au get_base_workspace_revision`". - push, pull, and sync can be run with a single argument, which looks like mtn://hostname?include_pattenr/-exclude_pattern or mtn://hostname?include=include_pattern/exclude=exclude_pattern Internal - Update Botan to 1.7.4. - Usage of the internal app_state object has been reduced, objects are better encapsulated now. The database interface has been enhanced to ease reduction of locking contention in the future. - Merged the two indexes on revision_certs into a single one. - The database schema has been changed so that it now stores binary SHA1 hashes rather than their hexadecimal encoding, in most places where these are used. This reduces the database size and speeds up operations a little. Users who like to fiddle with the database directly are advised to use the sqlite functions hex() and quote() to print columns that store hashes (including IDs), and the hexadecimal literal notation x'DEADBEEF' to input them. - Binary SHA1 hashes are also used for most in-memory processing, avoiding conversions and saving memory.
2008-04-12+ js2-mode.wiz1-1/+2
2008-04-12Import js2-20080406 as devel/js2-mode.wiz5-0/+62
This JavaScript editing mode supports: - the full JavaScript language through version 1.7 - accurate syntax highlighting using a recursive-descent parser - syntax-error and strict-mode warning reporting - "bouncing" line indentation to choose among alternate indentation points - smart line-wrapping within comments and strings - code folding: - show some or all function bodies as {...} - show some or all block comments as /*...*/ - context-sensitive menu bar and popup menus - typing helpers (e.g. inserting matching braces/parens) - many customization options
2008-04-12+ exempi.wiz1-1/+2
2008-04-12Import exempi-2.0.0 as devel/exempi.wiz7-0/+100
XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.
2008-04-11+libgweatherdrochner1-1/+2
2008-04-11add libgweather-2.22.1.1, a library to access weather information, useddrochner5-0/+165
to be part of gnome-applets but was split out in gnome-2.22
2008-04-11update to 0.3.14drochner8-236/+18
sorry, no changelog available (The only message to the subject in the mailing list says "Release notes tomorrow".), a number of bugfixes afaict
2008-04-11Update "pango" package to version 1.20.2. Changes since version 1.20.1:tron2-7/+6
- Really fix build without cairo-atsui.
2008-04-11The code which tries to disable the "atsui" backend under Mac OS X iftron2-9/+10
the package is compiled with X11 support doesn't work anymore. Don't try to disable it because it doesn't seem to break the X11 backend anymore (tested with XChat). Bump package revision because of package list changes under Mac OS X.
2008-04-11Update to 1.4.11:wiz6-66/+13
* Noteworthy changes in Version 1.4.11 (2008-04-02) [stable] Released by Eric Blake, based on git version 1.4.10a ** Security fixes for the -F option, for bugs present since -F was introduced in 1.3: Avoid core dump with 'm4 -F file -t undefined', and avoid arbitrary code execution with certain file names. ** Fix regression introduced in 1.4.9b in the `divert' builtin when more than 512 kibibytes are saved in diversions on platforms like NetBSD or darwin where fopen(name,"a+") seeks to the end of the file. ** The output of the `maketemp' and `mkstemp' builtins is now quoted if a file was created. This is a minor security fix, because it was possible (although rather unlikely) that an unquoted string could match an existing macro name, such that use of the `mkstemp' output would trigger inadvertent macro expansion and operate on the wrong file name. ** Enhance the `defn' builtin to support concatenation of multiple text arguments, as required by POSIX. However, at this time, it is not possible to concatenate a builtin macro with anything else; a warning is now issued if this is attempted, although a future version of M4 may lift this restriction to match other implementations. ** Enhance the `format' builtin to parse all C99 floating point numbers, even on platforms where strtod(3) is buggy, although the replacement function does have the known issue of rounding errors when parsing some decimal floating point values. This fixes testsuite failures introduced in 1.4.9b. ** Enhance the `index' builtin to guarantee linear behavior, in spite of the surprisingly large number of systems with a brain-dead quadratic strstr(3). ** A number of portability improvements inherited from gnulib.
2008-04-10Update to mercurial 1.0 and add DESTDIR support. Changes:bjs4-48/+68
General: * greatly improved merge tool configuration, see "hgrc.5.txt" for details * improved copy/rename handling in diffs, status, and merge * files in .hg inherit permissions from .hg/store * infer --repository when possible, so commands may be run from anywhere. * easy-installable * new "droplet" logo Commands: * archive: disable ".hg_archival.txt" file addition with "ui.archivemeta" * bisect: now built-in with greatly improved performance and usability * bundle: new --all option to bundle the whole repository more easily. * cat: apply decode filters with --decode * clone: can clone from a full-history bundle * commit: warn when creating a new head * debugancestor: index argument is now optional * diff: set the number of context line to show with -U/--unified * grep: display matched revisions commit date with --date * import: new --no-commit and --user options * incoming/outgoing: add --limit option * log: use -b/--only-branch to show revisions of a single branch * remove: improve handling for --after * revert: major speedup * serve: prefix the served path with --prefix (also in [web] section) * status: unknown files are skipped by --quiet * tag: allow multiple tags to be added or removed * tags: --verbose flags local tags * update: switch between named branches without -C Extensions: * churn: promoted to an official extension (previously in contrib) * color: new extension coloring "status" and "qseries" command outputs * convert: * hgk: configuration file changed from .gitk to .hgk * highlight: new extension enabling syntax highlighting in hgweb file view (requires pygments) * inotify: new extension using Linux 2.6 inotify API for instant status checking * keyword: new extension for filewise RCS-keyword expansion in working directory * mq: new --currentdate, --date, --currentuser, and --user options * record: add "qrecord" command when used with mq Web interface: * improved WSGI integration and compatibility * follow symlinks in hgwebdir collections * show branches in most of gitweb templates * add line anchors to annotate, changeset, diff and file views * support web.baseurl in hgwebdir, overriding SCRIPT_NAME Hooks: * standard hook to reject text files with CRLF in win32text extension * redirect stdout to stderr for ssh and http servers
2008-04-10update to 1.22.1drochner4-16/+16
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.22.1drochner3-9/+12
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.22.0drochner3-9/+10
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.22.0drochner4-14/+14
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.22.0drochner4-13/+20
This switches to the gnome-2.22 release branch.
2008-04-10update to 1.22.1drochner3-8/+10
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.22.0drochner3-8/+9
This switches to the gnome-2.22 release branch.
2008-04-10update to 1.22.0drochner2-7/+7
This switches to the gnome-2.22 release branch.
2008-04-10update to 1.20.1drochner3-8/+9
This switches to the gnome-2.22 release branch.
2008-04-10update to 2.16.3drochner7-48/+221
This switches to the gnome-2.22 release branch.
2008-04-10Take maintainership, as I regularly update this package.bjs1-2/+2
2008-04-10Update to version 0.14.2. Changes since last snapshot:bjs4-32/+25
fix: stg mail crashes when there is no patch description Better "stg rebase" help text Enhance rebase help string by providing guidance on merge conflict resolution during a rebase. Based on text suggested by Catalin Marinas. Test the 'stg rename' command Simple rename of top-most patch Allow renaming of the top-most patch just by calling stg rename <new-patch-name>, instead of stg rename <old> <new>. This is for example helpful for those people who always have a typo or two in their patch names. Make documentation less confusing It's not just by default "stg new" doesn't do a refresh -- it never does. replace "git repo-config" usage by "git config" Remove a newline from the e-mail template Allow picking of one commit id Remove the reordering side-effect of the latter sync changes Fix sync to push the popped patches back after sync'ing Add a boundary to parse_patches in pick.py Refuse to send empty patches Set umask to 0022 during the setup.py execution This allows template files to be installed with the proper rights. Modify 'series' to use '#' instead of '|' Allow the synchronisation of the unapplied patches Check for unnecessary push/pop in 'float' Allow pick to import multiple patches This patch allows multiple patches on the "pick" command line. Don't set the default authdate if none specified This way, we allow a patch editing to remove an existing date by not specifying it.
2008-04-10Drop maintainership.obache1-2/+2
This package was switched from stable to development version for RoR 2.0. I'm not in the area.
2008-04-10Update to 1.104. From the changelog:schmonz5-35/+12
- Fixed several typos in the installation files. - Renamed some files that differed only in upper/lower case. This should fix building on OSX.
2008-04-09Add PLIST_VARS setting missing from previous commit.jlam1-1/+3
2008-04-09+ Convert to use the options framework instead of using WITHOUT_SAIDARjlam3-31/+40
and WITHOUT_STATGRAB. + Convert to use PLIST_VARS instead of manually passing "@comment " to the plist module. Bump the PKGREVISION to 3 for the options changes.
2008-04-08- Updated package to 0.80rhaen2-7/+6
Changelog: 0.80 Sun Apr 6 17:25:01 CEST 2008 Test fixes - Completely disable the utf8 test. It was causing perl to panic on some OS's. 0.79_01 Wed Feb 27 03:04:54 PST 2008 Bug fixes - Let's try the IO layer copying again, this time with the test fixed for 5.10. 0.78 Wed Feb 27 01:59:09 PST 2008 Bug fixes * Whoops, the version of Test::Builder::Tester got moved backwards. 0.77 Wed Feb 27 01:55:55 PST 2008 Bug fixes - "use Test::Builder::Module" no longer sets exported_to() or does any other importing. - Fix the $TODO finding code so it can find $TODO without the benefit of exported_to(), which is often wrong. - Turn off the filehandle locale stuff for the moment, there's a problem on 5.10. We'll try it again next release. Doc improvements - Improve the Test::Builder SYNOPSIS to use Test::Builder::Module rather than write it's own import(). 0.76_02 Sun Feb 24 13:12:55 PST 2008 Bug fixes * The default test output filehandles will NOT use utf8. They will now copy the IO layers from STDOUT and STDERR. This means if :utf8 is on then it will honor it and not warn about wide characters. 0.76_01 Sat Feb 23 20:44:32 PST 2008 Bug fixes * Test::Builder no longer uses a __DIE__ handler. This resolves a number of problems with exit codes being swallowed or other module's handlers being interfered with. [rt.cpan.org 25294] - Allow maybe_regex() to detect blessed regexes. [bleadperl @32880] - The default test output filehandles will now use utf8. [rt.cpan.org 21091] Test fixes - Remove the signature test. Adds no security and just generates failures. 0.75 Sat Feb 23 19:03:38 PST 2008 Incompatibilities * The minimum version is now 5.6.0. Bug fixes - Turns out require_ok() had the same bug as use_ok() in a BEGIN block. - ok() was not honoring exported_to() when looking for $TODO as it should be. Test fixes * is_deeply_with_threads.t will not run unless AUTHOR_TESTING is set. This is because it tickles intermittent threading bugs in many perls and causes a lot of bug reports about which I can do nothing. Misc - Ran through perlcritic and did some cleaning.
2008-04-07Update to 1.3:xtraeme3-13/+25
Many operations that act on history, including ``log`` and ``annotate`` are now substantially faster. Several bugs have been fixed and several new options and features have been added. And more, please review the NEWS file.
2008-04-07Fix DESTDIR.joerg1-1/+2
2008-04-07Fix DESTDIR.joerg1-3/+3
2008-04-07Fix DESTDIR.joerg1-3/+3
2008-04-07Fix installation.joerg1-4/+4
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-07Fix DESTDIR.joerg2-8/+5
2008-04-07Fix DESTDIR.joerg1-1/+3
2008-04-07Fix DESTDIR.joerg2-4/+7
2008-04-07simplify and fix typo.joerg1-4/+3
2008-04-07Fix DESTDIR installation.joerg1-3/+3
2008-04-07Update to v1.5.4.5.bjs2-6/+6
GIT v1.5.4.5 Release Notes ========================== Fixes since v1.5.4.4 -------------------- * "git fetch there" when the URL information came from the Cogito style branches/there file did not update refs/heads/there (regression in 1.5.4). * Bogus refspec configuration such as "remote.there.fetch = =" were not detected as errors (regressionin 1.5.4). * You couldn't specify a custom editor whose path contains a whitespace via GIT_EDITOR (and core.editor). * The subdirectory filter to "git filter-branch" mishandled a history where the subdirectory becomes empty and then later becomes non-empty. * "git shortlog" gave an empty line if the original commit message was malformed (e.g. a botched import from foreign SCM). Now it finds the first non-empty line and uses it for better information. * When the user fails to give a revision parameter to "git svn", an error from the Perl interpreter was issued because the script lacked proper error checking. * After "git rebase" stopped due to conflicts, if the user played with "git reset" and friends, "git rebase --abort" failed to go back to the correct commit. * Additional work trees prepared with git-new-workdir (in contrib/) did not share git-svn metadata directory .git/svn with the original. * "git-merge-recursive" did not mark addition of the same path with different filemodes correctly as a conflict. * "gitweb" gave malformed URL when pathinfo stype paths are in use. * "-n" stands for "--no-tags" again for "git fetch". * "git format-patch" did not detect the need to add 8-bit MIME header when the user used format.header configuration. * "rev~" revision specifier used to mean "rev", which was inconsistent with how "rev^" worked. Now "rev~" is the same as "rev~1" (hence it also is the same as "rev^1"), and "rev~0" is the same as "rev^0" (i.e. it has to be a commit). * "git quiltimport" did not grok empty lines, lines in "file -pNNN" format to specify the prefix levels and lines with trailing comments. * "git rebase -m" triggered pre-commit verification, which made "rebase --continue" impossible. As usual, it also comes with many documentation fixes and clarifications.
2008-04-07Remove file wrongly importedseb1-15/+0
2008-04-07Add & enable ruby-mochaseb1-1/+2
2008-04-07Initial import of ruby-mocha as version 0.5.6 into the NetBSDseb5-0/+184
Packages Collection. Mocha is a Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock. Most commonly Mocha is used in conjunction with Test::Unit, but it can be used in other contexts. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances. You can for example stub ActiveRecord instance methods like create, save, destroy and even class methods like find to avoid hitting the database in unit tests. Mocha provides a unified, simple and readable syntax for both traditional mocking and for mocking with real objects.
2008-04-06Add & enable ruby-debug, ruby-debug-base and ruby-debug-ideseb1-1/+4
2008-04-06Initial import of ruby-debug-ide as version 0.1.10 into the NetBSDseb4-0/+54
Packages Collection. Ruby-debug-ide provides an interface which glues ruby-debug to IDEs like Eclipse (RDT) and NetBeans.
2008-04-06Initial import of ruby-debug as version 0.10.0 into the NetBSDseb5-0/+149
Packages Collection. Command line interface for the Ruby debugger ruby-debug.