summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-11-19ctags-5.7 (04 Sep 2007)adrianp2-6/+6
* Added support for DIM AS [Freebasic, Bug 1741778]. * Added support for arbitrary nesting depth [Python, Bug 1684786, Debian bug 409078]. * Added support for verbatim string literals [C, Bug 1515910]. * Added support for .ctags as well as ctags.cnf on Windows [Bug 1246506]. * Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch 1458930]. * Added support for numerous revision control systems including Bazaar and Mercurial [Bug 1472894]. * Added support for enums [Java, Bug 1730485, Bug 1517143, Patch 1027395, Patch 1528507]. * Added support for multiple-level namespace declarations [C]. * Added .svn to list of directories ignored during recursion (--recurse). * Added support for BlitzBasic, PureBasic and FreeBasic [FR 1100506]. * Added support for interfaces and static/public/protected/private functions [PHP]. * Added support for 'package' keyword [Perl]. * Added support for multi-line subroutine, package, and constant definitions [Perl]. * Added support for optional subroutine declarations [Perl]. * Added support for formats [Perl]. * Added support for new convert keyword [Eiffel]. * Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++]. * Changed parsing of option input file (-L) to strip trailing white space. * Ignore comments mixed into definitions and declarations [Perl]. * Fixed detecting labels with whitespace after label name [Perl, Bug 1752361] * Fixed parsing of generic classes/interfaces [Java, Bug 1447756]. * Fixed misidentification of fully qualified function calls as labels [Perl]. * Fixed parsing of inner classes [Python, Bug 1411963]. * Fixed line continuation [Python, Bug 928001, Patch 819471]. * Fixed parsing of annotations [Java, Bug 1691412]. * Fixed block-comment parsing [Verilog, Patch 1458042, Bugs 960316, 1111214, 1606569, 1615060]. * Fixed typo in man page [Debian bug 366412]. * Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug 271323]. * Fixed parsing of ` as a method name [Ruby]. * Fixed parsing of keywords in string literals [Ruby, Bug 1742588]. * Fixed potential segmentation violation [Bug 1672834, Bug 1222926]. * Fixed parsing of destructors with whitespace after the '~' [C++, Bug 1585745]. * Fixed default access of unions to be public [C++, Bug 1548443]. * Fixed various memory leaks, mostly contributed by Dmitry Antipov. * Fixed parsing of `define [Verilog, Bug 961001]. * Fixed crashes involving '/' [Verilog, Bug 1743330]. * Fixed compilation problem on MinGW [Bug 1517424]. * Fixed generation of HTML-formatted man page [Bug 1645864]. * Fixed recognition of Python scripts having '!/usr/bin/python' as first line [Bug 1764148]. * Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug 432872]. * Fixed parsing of << [C/C++, Bugs 1020715, 1093123, 1770479, 1770607]. * Fixed parsing of fully-qualified type names [Java, Bug 814263]. * Fixed handling of lone carriage-return characters in file [Bug 1773926].
2007-11-19Update to v1.5.3.6, a maintenance release. Remove patch-ac (handledbjs3-20/+6
properly upstream). Fixes since v1.5.3.5 ==================== * git-cvsexportcommit handles root commits better. * git-svn dcommit used to clobber when sending a series of patches. * git-svn dcommit failed after attempting to rebase when started with a dirty index; now it stops upfront. * git-grep sometimes refused to work when your index was unmerged. * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21". * git-hash-object did not honor configuration variables, such as core.compression. * git-index-pack choked on a huge pack on 32-bit machines, even when large file offsets are supported. * atom feeds from git-web said "10" for the month of November. * a memory leak in commit walker was plugged. * When git-send-email inserted the original author's From: address in body, it did not mark the message with Content-type: as needed. * git-revert and git-cherry-pick incorrectly refused to start when the work tree was dirty. * git-clean did not honor core.excludesfile configuration. * git-add mishandled ".gitignore" files when applying them to subdirectories. * While importing a too branchy history, git-fastimport did not honor delta depth limit properly. * Support for zlib implementations that lack ZLIB_VERNUM and definition of deflateBound() has been added. * Quite a lot of documentation clarifications.
2007-11-18Fix build on Darwin 9.xadrianp1-1/+5
2007-11-18Update p5-Class-Trigger to 0.12.hiramatsu2-6/+6
Changes from 0.10: 0.12 Mon Aug 20 16:06:50 PDT 2007 - Make this a release 0.11_03 Wed Jun 20 12:12:36 PDT 2007 - Fixed a bug in backward-compatiblity code to handle multiple hooks in one add_trigger() call. (Thanks to mark addison) 0.11_02 Sun Jun 10 18:09:58 PDT 2007 - Added a test to make sure $_ is not clobbered (Thanks to mark addison) - Killed the hidden feature to add multiple hooks in one add_trigger() call because it interfers with named parameter style calls. (Thanks to clkao) 0.11_01 Mon May 28 21:03:03 PDT 2007 - Added support for abortable triggers. - Added named-parameters calling convention for add_trigger - Added new last_trigger_results method and began capturing trigger return values. - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef. (Thanks to Jesse Vincent) 0.11 Thu Feb 22 19:02:09 PST 2007 - Fixed a bug due to Class::Data::Inheritable, where triggers added to the superclass after trigger is added in the child class are ignored in the child class. See t/03_inherit.t for example. (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
2007-11-18Update p5-Class-Fields to 0.203.hiramatsu2-7/+6
Changes from 0.201: 0.203 Fri Sep 7 16:59:15 PDT 2007 Test Fixes - Moved some tests that were really testing base.pm to base. - Made a test less dependent on the formatting of a base.pm warning. 0.202 Sun Jul 1 22:43:41 PDT 2007 Test Fixes - A warning changed in base or fields.pm which broke t/bugs.t. [rt.cpan.org 5293] - Cleanup tests to use Test::More.
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz8-18/+17
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig4-8/+8
pkgsrc-users.
2007-11-16Add tig to devel/Makefile.bjs1-1/+2
2007-11-16Import tig-0.9.1. Blurb:bjs8-0/+136
Tig is a git repository browser that additionally can act as a pager for output from various git commands. When browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and colorize it.
2007-11-16Update p5-Class-Autouse to 1.29.hiramatsu2-7/+7
Changes from 1.27: 1.29 Mon 12 Nov 2007 - No functional changes - Upgrading to Module::Install 0.68 - Updating to newer author tests - Removing the use of base.pm 1.28 Tue 17 Jul 2007 - No functional changes - Upgrading to Module::Install 0.65 - Updating List::Util dependency to 1.19. (Fixes memory leak AND resolving the Win32 problem listed below)
2007-11-15Updated to 0.31.hiramatsu2-6/+6
Change from previous: 0.31 Wed Jul 11 23:03:47 JST 2007 - applied performance patch from RUZ
2007-11-14Regenerate distfile digests.agc2-8/+8
2007-11-14Catch up with the move from pkgsrc/devel/netbsd-iscsi toagc1-2/+3
pkgsrc/devel/netbsd-iscsi-target and pkgsrc/devel/netbsd-iscsi-initiator.
2007-11-14The netbsd-iscsi package has been split up intoagc5-66/+0
pkgsrc/devel/netbsd-iscsi-target and pkgsrc/devel/netbsd-iscsi-initiator packages.
2007-11-14Import the NetBSD iSCSI initiator, version 20071114, into the Packagesagc5-0/+61
Collection. This initiator is based on FUSE/ReFUSE. iSCSI is an IETF standard (RFC 3720) for remote access to block-level storage. It can be thought of as similar to NFS, except that an NFS server exports files; the iSCSI target exports blocks to the iSCSI initiators, which are the clients. The NetBSD iSCSI initiator is based on FUSE/ReFUSE, and provides a portable initiator for any operating system with a FUSE-like interface.
2007-11-14Re-import the devel/netbsd-iscsi package as devel/netbsd-iscsi-target.agc5-0/+67
This is to take advantage of the NetBSD iscsi target, whic his in a separate, related package, which will be devel/netbsd-iscsi-initiator. Bump version to 20071114 to denote the new initiator functionality.
2007-11-14libtoolize and build shared libraries,drochner5-14/+41
this will make it usable in dynamically loaded plugins, bump PKGREVISION
2007-11-13Add missing slash to URL. From Zafer Aydogan in private mail.wiz1-2/+2
2007-11-13Solaris needs some resolver libraries.rillig3-4/+19
2007-11-13Pull up a change from 3.6.5 to support MIME-tools > 5.420.cube2-1/+15
PR#37372 by Jon Bailey. No version bump: riding the update 5 minutes ago.
2007-11-13Update to version 3.4.6.cube3-12/+10
Features: New config option 'OldestTransactionsFirst'. By default, RT shows newest transactions at the bottom of the ticket history page, if you want see them at the top set this to 0. Email plugin may return special constant to indicate that it's done requested action and RT shouldn't run default action handling code. See also RT::Interface::Email. Added support for timezones in RT::Date::SetToMidnight method, this allowed us to fix problems with searches by date. Applied David Schweikert's patch that adds the useful LastUpdated field to the fields returned through the REST interface. Added a "RH" RedHat layout option to config.layout. Thanks to Paulo Matos. New command line options in the rt-crontool script: * add --transaction argument with two possible values: 'first' and 'last' * add --transaction-type argument to allow a user to select type of transaction, for example 'Correspond' or 'Comment'. With these changes crontool can send notifications and other actions which need access to transaction object. New callbacks in html/Ticket/Elements/ShowSummary: LeftColumn and RightColumn. Display a custom field value without lists HTML markup when a ticket has only one value for the custom field. Add additional HTML classes to the cells in Ticket/Elements/ShowBasics and Ticket/Elements/ShowDates mason templates. Fixes: Don't die any more on error during custom fields creation in rt-setup-database, but report and continue with next object. Dropped 'exit' call in exceptions handling code. Fixed untake operation during tickets transfer between queues when an owner has no right to own the ticket in the destination queue and the current user is different person. Note in new implementation we write untake tansaction from RT_System user. Fixed problem when RT were failing with error: "Couldn't call method IsLocal on undefined value". Got rid of some noisy warnings and cleaned up some code. Fixed attchments loosing during next steps: 1) open ticket #1 2) click reply 3) upload attachment 4) open ticket #2 in another browser window 5) send reply to the ticket #1 RT was loosing uploaded attachment due to step 4) as RT. Finding disabled groups should actually find them, now. Fixed `rt ls -l` when RT server isn't at /. Thanks to Mark Eichin. Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page. People may saw error "Could not convert attachment from assumed utf8 to ''" in the log. We don't even try to convert any more when target encoding is empty. Fixed maxsize attribute of input fields for subject. In DB we have limit 200, but these tags were set to old value of 100. Backported fix for TimeTaken updates. RT could call method _UpdateTimeTaken on record objects that have no such method. Fixed RT failures under mod_perl2 with Oracle database. In QuickCreate element now we use SelectNewTicketQueue instead of SelectQueue. Fixed problems on server start up with error message 'Not root path(s) specified'. Now we load only required regular expressions from Regexp::Common namespace. In RT::Tickets::_EnumLimit now we load referenced object only if value is defined and is not number, this avoid several fetches from caches or in worst case from DB. Use this advantage in Quicksearch element, change in "RT at glance" load time should be noticable on systems with many queues. Added handling for all possible errors in the RT::Action::SendEmail module. Improved handling of errors in the RT::Template class. In the RT::Group method 'crit' was being called on the wrong object. Thanks to Todd Chapman Allow an administrator to add 0(zero) as a custom field value. Fixed decoding of MIME headers, this chould should fix: * problems with non-ascii names of attachments * problems with partly encoded fields with '=' chars in not encoded parts, for example: X-MyHeader: key="plain"; key="=?encoded?=" X-MyHeader: key="=?encoded?="; key="plain" Fixed RT::Transaction::OldValue and ::NewValue in situations when values of {Old,New}Reference fileds are false. You may saw effect of this bug in a ticket's history saying that custom field value was changed from "random" value to the XXX instead of expected "custom field was set to XXX value". Todd Chapman discovered a case where RT's mail gateway would default to the RT::SystemUser if no valid 'From' header were found. This could allow a malicious user to create tickets or reply to tickets, but not to gain access to data. Localization: Updated German translation. Thanks to Torsten Brumm.
2007-11-12It's not EMACS_TYPE but EMACS_FLAVOR which switches "emacs" / "xemacs".uebayasi2-8/+8
2007-11-11Remove ftp.deva.net and ftp.bitcon.no from MASTER_SITES, they don't resolve.wiz1-4/+2
From Zafer Aydogan in PR 37312.
2007-11-11OpenGrok 0.5 released | 08/20/2007adrianp3-21/+9
Please see http://cvs.opensolaris.org/source/history/opengrok/trunk/ for full history information, and for the list of contributors. The following is just a summary. New Features: * Annotate support for Subversion and Mercurial * Use of a "history cache" for some SCM's to improve performance * Replaced system properties with configuration that may be changed runtime * Added support for Lisp * Updated the Lucene search engine, and allow wildcard search * Implemented glob'ing for IgnoredNames (-i *.bak) * Added a meta robots directive to the page headers to stop robots * Added support for "Projects" * Added support for RCS * Allow user-configurable bug patterns
2007-11-11Update to 0.3:jmmv3-12/+61
* Added XML output support to atf-report. This is accompanied by a DTD for the format's structure and sample XSLT/CSS files to post-process this output and convert it to a plain HTML report. * Changed atf-run to add system information to the report it generates. This is currently used by atf-report's XML output only, and is later printed in the HTML reports in a nice and useful summary table. The user and system administrator are allowed to tune this feature by means of hooks. * Removed the test cases' 'isolated' property. This was intended to avoid touching the file system at all when running the related test case, but this has not been true for a long while: some control files are unconditionally required for several purposes, and we cannot easily get rid of them. This way we remove several critical and delicate pieces of code. * Improved atf-report's CSV output format to include information about test programs too. * Fixed the tests that used atf-compile to not require this tool as a helper. Avoids systems without build-time utilities to skip many tests that could otherwise be run. (E.g. NetBSD without the comp.tgz set installed.) * Many general cleanups: Fixed many pieces of code marked as ugly and/or incomplete.
2007-11-11Added commented-out LICENSE=something.martti4-4/+8
2007-11-08update to 2.14.3drochner6-66/+62
changes: -update the bundled PCRE from 7.2 to 7.4 -minor bugfixes -translation updates pkgsrc changes: -don't use the bundled PCRE anymore, use pkgsrc's -try to work around some ld.so lossage on NetBSD (which leads to some applications - most notably evolution and glade3 - not resolving symbols in dynamically loaded plugins) another way: use the RTLD_DEFAULT pseudo-handle when the main module is referred to. This could replace the previous mechanism, but it needs more investigation and tests, so I'm leaving both in parallel for now.
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg2-5/+5
on gzip.
2007-11-08Update to 0.89:wiz2-6/+6
0.89 October 31, 2007 - With validation turned off, the pure Perl version incorrectly ignored an odd number of parameters when a hash was expected (no validation still does the bare minimum of checks needed to set defaults). - Added pod & pod coverage tests. - Modernized test suite to use Test::More and fixed some test suite bugs along the way. - Attribute::Params::Validate would die when given a ValidatePos attribute containing one element. - More tests are skipped on 5.6.0.
2007-11-08Update to version 0.9.30: Fix a GIT bug, support mercurial 0.9.5.bjs2-6/+6
2007-11-07Enable unicode properties and bump PKGREVISION.drochner1-2/+3
With that in place this pkg can be used as an external dependency by glib2 instead of building a bundled copy. This should save us headaches in case of future security problems.
2007-11-07trick configure to continue without Python, should fix the error seendrochner1-1/+4
in Dragonfly builds, add a .pc file
2007-11-07Fixed gcc4 error messages.rillig3-1/+33
2007-11-07Needs -lintl on Solaris.rillig1-1/+2
2007-11-07Not MAKE_JOBS_SAFE.rillig1-1/+2
2007-11-07comment out LICENESE for now.gdt1-2/+2
2007-11-06Remove one of the master sites. It didn't resolve.reed1-2/+1
From Zafer A. via private mail.
2007-11-05update to 2.20.0drochner3-9/+10
This switches to the new gnome-2.20 branch.
2007-11-05update to 1.20.0drochner2-9/+8
This switches to the new gnome-2.20 branch.
2007-11-05There were API changes between 2.18 and 2.20, so update dependencies.drochner1-3/+3
Addresses (but does not fix) PR pkg/37282 by Gilles Gravier.
2007-11-05Update to version 1.5.3.5, a bug-fix release. The ChangeLog forbjs2-6/+6
git is always very verbose, so please check ${WRKSRC}/Documentation/RelNotes-1.5.3.5.txt for more information.
2007-11-04Added some recently imported packages to their category Makefiles.rillig1-1/+2
2007-11-03update to 0.16.1drochner3-8/+8
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.1drochner3-26/+37
This switches to the new gnome-2.20 branch.
2007-11-03Imported libconfig from pkgsrc-wip.rillig5-0/+54
Libconfig is a simple library for manipulating structured configuration files. Packaged by adam.hoka@gmail.com.
2007-11-03kill stale patch, noticed by Matthias Schelerdrochner1-25/+0
2007-11-03share/vi may also be used by editors/nvi; just try removing it.wiz2-3/+4
Bump PKGREVISION.
2007-11-01add and enable py-at-spijnemeth1-1/+2
2007-10-31Update from 2.0rc8 to 2.0. Changes:shannonjr2-7/+7
- fixed exception handling issue in the C implemenation of NameMapper [patch from Eric Huss] - fixed filtering of #included subtemplates [patch from Brian Bird] !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
2007-10-31update to 2.14.0drochner6-22/+26
This switches to the new gnome-2.20 branch.