summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22Update ruby-rspec package to 1.1.4.taca3-22/+23
== Version 1.1.4 Maintenance release. Note: we've removed the metaclass method from Object. There were some generated specs that used it, and they will now break. Just replace the metaclass call with (class << self; self; end) and all will be well. * pending steps print out yellow in stories (patch from Kyle Hargraves) * Deprecation warnings for specs that assume auto-inclusion of modules. Closes #326 (patch from Scott Taylor) * mock.should_not_receive(:anything) fails fast (once again) * Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333. * Fixed bug in which session object in example was not the same instance used in the controller. Closes #331. * Applied patch from Antti Tarvainen to fix bug where heckle runs rspec runs heckle runs rspec etc. Closes #280. * Applied patch from Zach Dennis to merge :steps functionality to :steps_for. Closes #324. * Applied patch from Ryan Davis to add eval of block passed to raise_error matcher. Closes #321. * alias :context :describe in example_group_methods. Closes #312. * Applied patch from Ben Mabey to make the Story runner exit with a non-0 exit code on failing stories. Closes #228. * Applied patch from Coda Hale to get the :red hook called in autotest. Closes #279. * Applied patch from Patrick Ritchie to support --drb in spec.opts. Closes #274, #293. * Moved metaclass method from Object to an internal module which gets included where it is needed. * Applied patch from Dayo Esho: and_yield clobbers return value from block. Closes #217. * Applied patch from Bob Cotton: ExampleGroupFactory.default resets previously registered types. Closes #222. * Applied patch from Mike Williams to support the lib directory in rails apps with the Textmate Alternate File command. Closes #276. * ExampleGroupMethods#xspecify aliases #xit * A SharedExampleGroup can be created within another ExampleGroup. * Applied patch from Bob Cotton: Nested ExampleGroups do not have a spec_path. Closes #224. * Add before_suite and after_suite callbacks to ExampleGroupMethods and Options. Closes #210. * The after(:suite) callback lambda is passed a boolean representing whether the suite passed or failed * Added NestedTextFormatter. Closes #366. * decoupled mock framework from global extensions used by rspec - supports use of flexmock or mocha w/ rails * Applied patch from Roman Chernyatchik to allow the user to pass in the rails version into spectask. Closes #325, #370
2008-06-22Update ruby-parsetree package to 2.2.0.taca3-19/+6
=== 2.2.0 / 2008-06-09 * 18 minor enhancements: * Added 1.9 and rubinius to multiruby skip list. * Added 1.9 fixes for SexpProcessor. * Added compatibility changes for regexp option values. * Added custom compact since Array#compact is hostile to subclasses. * Added some tests for wonky index edge cases. some commented out. * Added test changes for 1.9 and r2r changes. Esp fixed regexp differences. * Added tests for dasgn, proc arities, * Added/updated some tests for ruby_parser. * Changed tests to default to nil for verbose. * Fixed all assertions deprecated in miniunit. * Raises LoadError if incompatible ruby, allows fallback to ruby_parser. * Removed Unified's rewrite_fbody and moved up into defn... not sure about that. * Removed argscat rewriter from unified_ruby.rb * Renamed shadowed variable name. * Reworked parse_tree_for_(method|string) to take optional verbose arg. * Started removing ending newlines from pt_testcase.rb. * Uncommented all commented out tests. ruby_parser must not be a pansy. * Updated rakefile for new hoe abilities. * 3 bug fixes: * Fixed 1.8.[45] wrt dasgn_curr declaration removal. * Fixed pt_testcase bug. * Fixes for colon2/3 in class/module/cdecls.
2008-06-22Update ruby-linecache package to 0.4.3.taca2-7/+7
Notes: Small change to for MSWindows which allows finding the extension in lib rather than ext.
2008-06-22Update ruby-inline pacakge to 3.7.0.taca3-10/+7
=== 3.7.0 / 2008-06-09 * 1 major enhancements: * Removed inline_package in favor of hoe's packaging. * 2 minor enhancements: * Switched from warn/exit to abort to fix buffering for error messages. * Improved some error messages. * 2 bug fixes: * Fixes for rubinius. * Fixes for 1.9.
2008-06-22Update ruby-flexmock package to 0.8.2.taca3-8/+8
= Changes for FlexMock * FlexMock partial mocks will now override any preexisting definitions for "should_receive". Previously, FlexMock would honor preexisting defintions, but an RSpec on Rails bug loads the RSpec mocks, even when other mock libraries are configured. This allows flexmock to correctly use partial mocks in the presence of an ill-behaved mock library. == Pre-Version 0.8.1 * Added Joe O'Brien's patch to allow view stubbing in Rails 2.0 * Added Evan Phoenix's patch to remove allocate from default allocators in new_instances (for Rubinius compatibility).
2008-06-22Update ruby-ruby-debug-ide pacakge to 0.2.0.taca4-23/+11
Changes are unknown but it seems support ruby-debug-base 0.10.1.
2008-06-22Update hoe package to 1.6.0.taca2-6/+6
=== 1.6.0 / 2008-06-18 * 1 minor enhancement * blog categories! Defaults to array with project's name. Thanks Aaron! === 1.5.3 / 2008-05-20 * 1 Bug Fix * hoe really really needs better tests. I suck. :/ === 1.5.2 / 2008-05-20 * 4 Minor Enhancements: * Added multiruby_skip attribute for 'rake multi' version invalidation. * Improved error messages when files are missing. * Added rubygems post_install_message accessor. Thanks to Dr. Nic. * Cleaned up alternative_name... I didn't get it. * 1 Bug Fix: * Removed require of rake/contrib/sshpublisher to fix 1.9.
2008-06-22Update ZenTest package to 3.10.0.taca3-7/+11
=== 3.10.0 / 2008-06-17 * 1 major enhancement: * Added multiruby_setup to help manage multiruby installed versions. * 3 minor enhancements: * Added autotest/once plugin to help plugin developers. * Heavily refactored multiruby. * Switched rubinius from shotgun/rubinius to bin/rbx, finally. * 2 bug fixes: * Refactored zentest_mapping test to avoid zentest altogether. * zentest tests bail gracefully for rubinius. === 3.9.3 / 2008-06-09 * 12 minor enhancements: * Added $RUBY env support to autotest so you can swap what ruby to run. * Added ALL_HOOKS array to autotest for hook devs. * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe. * Added miniunit compatibility to unit_diff's output. * Multiruby now determines the latest versions 1.8/1.9 automatically. * Removed deprecated :run hook. * Fixed zentest_assertions to be compatible with miniunit. Will phase out. * Minor autotest plugin cleanup / fixes. * Moved assert_callback to test/rails/test_case.rb * Reversed assert_includes' arguments. * Updated requirements info for other ruby impls. * util_capture now returns strings, not iostrings. * 1 bug fixes: * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks. === 3.9.2 / 2008-03-20 * 4 minor enhancements: * Added compatibility with miniunit differences. * Added email_notify, jabber_notify, and rcov autotest plugins. * Updated rakefile to include examples automatically in example_dot_autotest. * multiruby now outputs each command so you can grab it easily. * 5 bug fixes: * Ensure tests are run after reset. * Fixed all test/rails tests to run in any combo. * Fixed up growl.rb a bit... still buggy (growlnotify, not growl.rb). * Fixes for -f (fast start) and last_mtime in general. * Fixes for 1.9 and rubinius
2008-06-22Update distinfo alog update to 0.17014.taca1-4/+4
2008-06-22Update to eet-1.0.1 from e17. This is the first real release and no realjoerg4-15/+15
ChangeLog is present.
2008-06-21Catch up with gnustep-base changes. Bump revision.joerg2-20/+22
2008-06-21Catch up with changes in gnustep-base. Bump revision.joerg2-10/+17
2008-06-21Catch up with gnustep infrastructure changes. Bump revision.joerg2-67/+74
2008-06-21Update to version 0.17014. Changes:he1-2/+2
May 24 2008 <shlomif@iglu.org.il> (Shlomi Fish) Error.pm #0.17014 - Made Makefile.PL require perl-5.6.0 and above. May 22 2008 <shlomif@iglu.org.il> (Shlomi Fish) Error.pm #0.17013 - Now building only on perl-5.6.0 and above. - Added the line to the Build.PL
2008-06-21Fix PLIST for newer gnustep infrastructure. Bump revision.joerg2-223/+233
2008-06-21Update to 0.0.0.124:wiz2-7/+7
Add parameter "-k" to change keyword expansion. Spell "params" correctly
2008-06-21Update to 1.1.2adrianp3-11/+9
- 0008974: [security] XSS Vulnerability in filters (thraxisp) - closed. - 0008975: [security] CSRF Vulnerabilities in user_create (jreese) - closed. - 0008976: [security] Remote Code Execution in adm_config (giallu) - closed. - 0009154: [security] arbitrary file inclusion through user preferences page (giallu) - closed. - 0008123: [administration] Adding a user requires "$g_lost_password_feature = ON" (giallu) - closed. - 0008924: [bugtracker] Port 8245: Target Version value lost in update issue page (giallu) - closed. - 0008886: [change log] Change Log shows duplicate entries (jreese) - closed. - 0008880: [db postgresql] Problem with date formatting in db_prepare_date function (giallu) - closed. - 0009176: [db postgresql] Port 0008699: Get Time Tracking Information return a SQL query error (vboctor) - closed. - 0009177: [filters] Port 0008916: Monitor by filter ignores show_monitor_list_threshold (vboctor) - closed. - 0008830: [installation] set_time_limit() doesn't work in PHP safe mode (daryn) - closed. - 0008858: [integration] DokuWiki integration: EMail notification on wiki page changes not working (vboctor) - closed. - 0008774: [localization] Complete Hungarian retranslation (vboctor) - closed. - 0009186: [localization] Port 0009046: French translation for $s_bug_assign_to_button (vboctor) - closed. - 0009178: [other] Fix memleak in string api (vboctor) - closed. - 0009208: [other] Several actions on bug update page lead into System Warning and App. Error (daryn) - closed. - 0008931: [relationships] Circle Relations cause roadmap to malfunction (jreese) - closed. - 0008853: [roadmap] Issue appears more than once in the Roadmap for a release. (jreese) - closed. - 0007764: [scripting] APPLICATION WARNING #100: Configuration option 'category_enum_string' not found (vboctor) - closed. - 0009183: [time tracking] Port 0008357: "Total time for issue" is shown even for users under threshold (vboctor) - closed. - 0009184: [time tracking] Port 0008849: Emails ignore time tracking view threshold (vboctor) - closed. - 0009185: [time tracking] Port 0008621: The expand icon is inverted for the Time tracking section (vboctor) - closed.
2008-06-21Update to version 1.23. Changes:he2-6/+6
1.23 Mon 2 Jun 2008 - No functional changes - Updating to Module::Install 0.75 - Correcting the location of the author tests
2008-06-21Fix destdir installation problem, noted by private mail from joerg@.taca1-2/+2
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo filetaca2-6/+2
with lang/ruby18-base package. Nothing changed but share DISTFILES with Ruby 1.8.7 patchlevel 22.
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo filetaca2-6/+2
with lang/ruby18-base package.
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22.taca1-4/+4
2008-06-20Yet another doxygen catchup. Bump revision.joerg2-10/+4
2008-06-20Update ruby-activesupport to 2.1.0.minskim3-9/+180
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Add DESTDIR support.joerg126-191/+373
2008-06-19+java-subversionepg1-1/+2
2008-06-19Version 1.5.0epg22-761/+963
(17 Jun 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.0 pkgsrc changes: - Drop patch-{aa,ag,ah,ai,aj,ak}: applied upstream. - Drop part of patch-ad fixed upstream; only INSTALLDIRS=vendor left. - Dropped -lib from BUILD_TARGET of ruby/perl/python, not necessary for ages. - Add java-subversion package, but: Only tested with sun-jdk6-6.0.5; maybe it works with other Java, maybe no. make test only works if you install junit by hand, as it does not seem to be packaged. User-visible changes: - Major new features: * Merge Tracking [foundational] (issue #820) * Sparse checkouts (see new '--depth' option) (issue #695) * Interactive conflict resolution (r25670 et al) * svn:externals handles relative URLs (issue #1336) and peg URLs * Changelist support * WebDAV transparent write-through proxy * Better support for large FSFS deployments (via sharding & partitioning) * Cyrus SASL support for ra_svn and svnserve (issue #1144) - Minor new features and improvements: * 'svn resolve' (with '--accept' option) replaces "resolved" (issue #2784) * 'svn move file1 file2 ... dir' now moves the files into dir (issue #747) * 'svn mkdir' and 'svn copy' now take '--parents' option (issue #1776) * 'svn delete' now takes '--keep-local' to not remove working copy files * 'svn copy', 'move' now support peg revisions (issue #2546; also r26484) * 'svn copy A B ; svn move B C' now the same as 'svn copy A C' (issue #756) * 'svn copy -rBASE' now works in a working copy (issue #1643) * 'svn import' now takes '--force' (issue #2806) * 'svn status -u' now shows of locally deleted directories (issue #2420) * 'svn switch' now takes '--force' (issue #2392) * 'svn switch' now takes '--ignore-externals' option (issue #2189) * 'svn switch' now supports peg revisions (issue #2545) * 'svn checkout' now takes '--force' option (issue #1328) * 'svn proplist' and 'svn propget' now support peg revisions (issue #3070) * 'svn propget' now takes '--xml' option (issue #2696) * 'svn propedit' now support URLs (issue #2238, but see issue #2923) * 'svn proplist --quiet' no longer prints extra info (issue #1547) * 'svn diff --summarize' now takes '--xml' option (issue #2967) * 'svn diff -x' now takes '-p' extension option (issue #2995) * 'svn log' now takes '-c' option (r27933) * 'svn log' now takes '-l' as short form of '--limit' (r25829) * 'svn log --xml' now takes '--with-revprop' option (issue #2850) * 'svn diff'/'svnlook diff' now show property actions better (issue #3019) * 'svn merge' now has informative messages on reverse merges (issue #2848) * 'svn merge FILE' now honors '--ignore-ancestry' (issue #2853, r25891) * 'svn merge' handles multiple notifications for single items (issue #2828) * 'svn merge' handles skipped path better (issue #2829) * 'svn merge' handles merges from foreign repositories more completely * 'update', 'checkout', 'switch' now handle obstructions gracefully (r22257) * 'svn update' now takes '--force' (issue #2392) * 'svn update' now sometimes copies or moves local files, for efficiency * 'svnadmin lslocks' now accepts path within repository (issue #2965) * 'svnadmin recover' now supports FSFS repositories (issue #2992) * 'svnadmin verify' now has '-q' and '-r' options (r22103) * 'svnadmin setrevprop' command added (r21736) * 'svnadmin setuuid' command added (r28511) * 'svnsync sync' now shows commit progress like 'svn commit' * 'svnsync' now takes '-q, --quiet' option (r26465) * 'svnsync' now supports separate authn for source/target (issue #2717) * 'svnsync copy-revprops' now supports revision ranges (r23498) * 'svnsync copy-revprops' now supports "HEAD" revision alias (r23500) * 'svnmucc' is new name for contrib tool formerly called 'mucc' * 'svnmucc' now has propset and propdel subcommands (issue #2758) * 'svnmucc' now has more authentication options * 'svnmucc' now now takes '--non-interactive' option (r25977) * 'svnmucc' now takes a global base revision, for extra safety (r23764) * 'svnlook' now takes '--extensions' option (issue #2912) * 'svnlook' now takes '-N' option (issue #2663) * 'svnlook history' now takes '-l' / '--limit' option (r25843) * 'svnserve' now takes '--config-file' option (r24119) * 'mod_dav_svn' now uses Apache default mime-type for files (issue #2304) * new '--with-revprop' option on all commands that commit (issue #1976) * now accept "peg dates" (URL@{DATE}), behaving like peg revs (issue #2602) * easier to try out experimental ra_serf http:// access module * select ra_neon vs ra_serf on a site-by-site basis in config (r25535) * client-side post-commit processing now more efficient (issue #2607) * windows binaries now use a custom crash handler (issue #1628) * add vim swap file patterns to default global-ignores (r24348) * add "*.pyc" and "*.pyo" patterns to default global-ignores (issue #2415) * add unix/libtool library patterns to default global-ignores (issue #2415) * naming scheme for conflict files is now configurable (issue #2474) * removed svn-ref.tex as it's extremely out of date (issue #2762) * improved cancellation response in many situations * support Neon up to 0.28 * character set conversion now uses native API on Windows (r25650) * HTTP authn protocol now configurable (for Neon 0.26 and higher) (r21531) * http:// (over Neon) supports HTTP redirection / relocation (issue #660) * support PKCS#11-provided (smartcard) SSL client certs with Neon (r29421) * authz now supports aliases (r21982) * authz token rules for authenticated-only, anonymous, and inverse (r23750) * mailer.py now supports properties in commit messages (r21684) * ra_serf now supports NTLM/SSPI authentication (issue #2900) * warn if try to turn off boolean property via propset/propedit (r25486) * display repository basename in XML and HTML index views (r25837, r25838) * config 'http-auth-type' can be overridden to force BASIC auth (r23900) * translation updates for all languages, as usual * Revamp mod_dav_svn logging; see tools/server-side/svn_dav_log_parse.py * misleading configure arg --enable-dso now --enable-runtime-module-search - Client-side bugfixes: * 'svn revert' of missing scheduled addition broke wc (issue #2425) * 'svn export' should export svn:externals from local copies (issue #2429) * 'svn status -uN' should show status of files (issue #2468) * 'svn update' overwrote if local timestamp unchanged (issue #2746) * 'svn update -N' errored when receiving a deletion (issue #3039) * 'svn merge' would delete locally modified props (issue #2857) * 'svn log --xml' could output invalid XML (issue #2866) * 'svn copy' on URL with spaces made wrong WC file name (issue #2955) * 'svn diff' was failing w/ large diffs on Windows (issue #1789) * 'svn delete' no longer deletes locally-modified files (issue #1808) * 'svn move' moved files to wrong directory on Windows (issue #1869) * 'svn revert' mistakenly used leftover .svn-revert files (issue #2927) * 'svn diff' output now shows relative paths (issue #2723) * 'svn diff' wasn't ignoring all EOLs (issue #2920) * 'svn cleanup' no longer fails on a missing .svn/tmp dir (r23370) * infinite loop in UTF conversion in non-C locale (issue #2577) * interrupting "svn status" could make svn crash (issue #2623) * commit-email.pl date header output now RFC2822-compliant (issue #2633) * authz write access to folder wasn't permitting locking (issue #2700) * stop complaining just because $HOME is unreadable (issue #2363) * do not display unescaped characters in error message (issue #2471) * propchange received on subdir merge causes conflict (issue #2969) * revert replaced-with-history files should restore checksum (issue #2928) * catch improper arguments to diff (issue #2996) * handle URLs like http://hostname (i.e. no path part) (issue #1851) * config autoprops honored regardless of case of entry (issue #2036) * "Cannot replace a directory from within" error now rarer (issue #2047) * handle _svn/.svn as part of a path (issue #3026) * make permissions changes on symlinks a no-op (issue #2581) * error usefully if asked to update a URL (r22296) * fixed infinite loop on Windows if fail to find repository root (r22483) * 'svn info $REPO_ROOT' now supports pre-1.2 svn:// servers (r26264) * be more resilient in the face of faulty .svn/entries files (r26482) * 'svn diff -x --ignore-eol-style' failed to ignore all EOLs (r27094) * rare property dataloss bug now fixed (issue #2986, see also r29538) * fixed faulty status reporting for some missing directories (issue #2804) * 'svn diff --summarize' showed wrong output paths (issue #2765) * propset and move interaction could cause property weirdness (r25833) * 'svn propget <propname> .@HEAD' now works (issue #3012) * 'svnsync' had bug with replaced+modified rev over serf (issue #2904) * 'svnsync --config-dir' sometimes ignored, thus tunnel agent bug (r27056) * update/merge safely receives file on top of schedule-add file (r23506) * http:// (over Neon) reports progress while disk-spooling delta (r26271) * print "Out of memory" before dying from memory shortage (issue #2167) * warn when used on old checkout without a repository root entry (r25168) * merge to missing file target wrongly appeared to succeed (issue #2782) * 'svn merge URL PATH -cX' could cause property corruption (issue #2781) * URL parsing now consistently checks for error earlier (issue #2207) * security hole: files could be created above cwd (r26047, CVE-2007-3846) * local property mods to replaced-with-history file could be lost (r26364) * revert of replaced-with-history path left copyfrom info (r23452) * character encoding translation could hang (r23492) * un-substituting keywords was buggy ($Id$ vs. $Id:$) (issue #2640) * ra_neon and ra_serf lost pre-revprop-change hook output (issue #443) * merge of non-empty subdir could be committed incorrectly (issue #1962) * many other minor bugfixes, optimizations, plugs of memory leaks, etc - Server-side bugfixes: * segfault in svnserve and svnversion commands fixed (issue #2757) * segfault when stopping httpd (if BDB repository) fixed (issue #2732) * 'svnadmin dump' had a path ordering bug (issue #2641) * better FSFS support for NFS v3 and lower (r24470) * better FSFS support for some buggy NFS clients (r29448) * authentication and authz bugs w.r.t. anonymous access (issue #2712) * inconclusive authz result should deny, not allow (r23815) * better reporting of problems parsing authz files (r22329) * set svn:date revprop even if dumpstream does not (issue #2729) * http:// commit can now create empty files properly (r25471, r25474) * squelch not-a-directory errors in both FS backends (issue #2549) * segfault on update-report response without base revision (issue #3023) * 'svnserve --root PATH' checks that PATH exists (r22580, r22701) * 'svnlook propget -t TXN_NAME' reports errors better (r22772) * make location of mod_dav_svn activity database configurable (r24873) * select only paths that are proper children of requested path (r25231) * http:// commit error could leave empty transactions behind (r23594) * 'svn switch --relocate' now works against unreadable repos root (r23848) * many other minor bugfixes too numerous to list here - Contributed tools improvements and bugfixes: * svn_load_dirs.pl: - Support global-ignores list (issue #2470) - Allow "@" in filenames (r22203, Debian bug 359145) - Add -no_auto_exe option (r26399) * svnmerge.py: - fixed: Always get end_rev from source instead of target (issue #2863) - fixed: 'init' now chooses a better default revision range (issue #2810) - fixed: Consider revs changing blocking status as reflected (issue #2814) - Performance inmprovement (issue #2812) - initialized revisions can be excluded (issue #2851) * new 'svn-populate-node-origins-index' tool (issue #3024) * new 'svn-merge-vendor.py' to assist in merging vendor branches (r23030) * 'svn2rss.py' is now called 'svn2feed.py' * svn2cl: New release 0.9 (r24498) * commit-email.pl: various improvements (r22971, r22589) * commit-email.rb: various improvements * psvn.el: too many improvements and new features to list them all here * dsvn.el: improve XEmacs compatibility (r24337) * svn-tweak-author.py: make NEWAUTHOR argument optional (r24387) * And more stuff that we just didn't have time to list. Enjoy. Developer-visible changes: * General: - libsvn_ra_neon is new name for libsvn_ra_dav (to accommodate ra_serf) - many abort() calls removed, replaced with error returns - client and server now do capabilities exchange (r29358 et al) - gen_win.py: auto-detect the path to the JDK on Windows (r24333) * API changes: - many, many new APIs and types as part of the new features in 1.5.0 - APIs to allow retrieving multiple revprops in one fetch (issue #2850) - basic progress reporting for ra_svn (issue #901) - new APIs for creating and using iterators (r26533) - svn_fs_node_origin_rev finds line of history origin (issue #3017, #3024) - svn_revnum_parse for parsing revision numbers (r26195) - svn_path_is_canonical for validating paths (r26481) - new API svn_fs_txn_root_base_revision() (r22610) - pass individual arguments rather than config objects (r25182, r25190) - clients can now extend HTTP User-Agent header (r28613) - SVN_ERR_RA_DAV_PATH_NOT_FOUND is deprecated and no longer raised * Bindings: - Many improvements to all bindings (Java, Perl, Python, and Ruby)
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-19Don't set build time dependency for a library that is very likely usedjoerg1-2/+1
via dynamic linkage. Fixes run time linkage of adplug. Bump revision of the latter.
2008-06-19Update ruby-mode package to 1.8.7.17.taca3-7/+12
* misc/ruby-mode.el: move fontifying code from hook. a patch from Phil Hagelberg <phil at hagelb.org> in [ruby-core:16636]. * misc/rdebug.el, misc/README: Remove rdebug.el as per request from the maintainer and mention the ruby-debug project at RubyForge in README; bug#19043. * misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels inside blocks in switch and function top level. * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead of calling `run-hooks' directly to run the mode hook. patch from Chiyuan Zhang <pluskid AT gmail.com> in [ruby-core:15915] * misc/ruby-mode.el (ruby-parse-partial): handle stringified symbols properly using ruby-forward-string. * misc/ruby-style.el (ruby-style-label-indent): for yacc rules. * misc/ruby-style.el: new file. C/C++ style for ruby source code.
2008-06-19This file isn't used any more.taca1-16/+0
2008-06-19Use more INSTALLATION_DIRS. There should be no functional change.taca1-2/+3
2008-06-19Update to ruby-gnome2-pango to 0.17.0rc1 to build with newer gnome packages.taca6-81/+6
2008-06-19Update to ruby-gnome2-glib to 0.17.0rc1 to build with newer gnome packages.taca7-92/+7
2008-06-19Update to ruby-gnome2-0.17.0rc1 to build with newer gnome packages.taca1-3/+3
2008-06-19Make it work with ruby-debug-base 0.10.1taca3-3/+18
Bump PKGREVISION.
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca12-121/+133
Bump PKGREVISION.
2008-06-19Update ruby18-readline package to 1.8.7.taca3-13/+12
Since chanes are too much to write here, please refer http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-19Update ruby18-curses package to 1.8.7.taca3-15/+14
Since chanes are too much to write here, please refer http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-17Add a patch from the "nasm" GIT repository to fix a crash triggered bytron3-2/+17
certain assembler files. This closes the security hole reported in SA30594 (which is IMHO highly debatable).
2008-06-16Fix DESTDIR.joerg3-5/+14
2008-06-16Unsubst MACHINE_ARCH, it is really supposed to be i386 here.joerg2-7/+7
2008-06-15Make sure that meta packages set META_PACKAGE before includingjoerg1-3/+3
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-14Added support for installation to DESTDIR.heinz1-2/+4
2008-06-14The package supports installation to DESTDIR.heinz1-1/+3
2008-06-14Added correct version information for the required packages, asheinz1-3/+5
specified in the package's Makefile.PL.
2008-06-14The package supports installation to DESTDIR.heinz1-1/+3
2008-06-14+mowgliadrianp1-1/+2
2008-06-14mowgli is a development framework for C (like GLib), which provides highadrianp5-0/+87
performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
2008-06-14Seperate out declaration of ${GIT_VERSION} into its own file, includedbjs3-6/+12
by Makefile.common and Makefile. Add empty declarations of missing variables in Makefile and remove inclusion of Makefile.common there. This package should now build properly.