summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22Remove USE_DIRS from pkgsrc.wiz15-30/+15
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-21Updating package for p5 module Proc::Background from 1.08 to 1.10 andsno2-6/+7
setting license to ${PERL5_LICENSE} according to module POD Upstream changes: Sun Jul 5 15:40:32 PDT 2009 * Release version 1.10. Sun Jul 5 15:15:12 PDT 2009 * Makefile.PL: Resolve https://rt.cpan.org/Ticket/Display.html?id=47100 by passing PREREQ_PM to WriteMakefile(). Patch by: Tomas Doran <bobtfish@bobtfish.net> Wed Jul 1 22:58:13 PDT 2009 * README: Correct the URL to the Subversion repository for this project. Wed Jul 1 22:46:11 PDT 2009 * Release version 1.09. Wed Jul 1 22:36:06 PDT 2009 * Makefile.PL: Switch from die() to warn() if Win32::Process isn't installed into a warning. When running under CPAN.pm, the die causes the install to fail before processing dependencies. Reducing this to a warning means that CPAN will cleanly install Proc::Background and Win32::Process with no user intervention needed in strawberry perl or even ActiveState if you have a working make. Patch by: Tomas Doran <bobtfish@bobtfish.net>
2009-07-21pkgsrc changes:sno2-6/+7
- Updating package for p5 module Config::General from 2.42 to 2.43 - Adding perl license as license (from module POD) Upstream changes: 2.43 - fixed rt.cpan.org#40925, $indichar replaced by internal configuration variable EOFseparator, which contains a 256 bit SHA checksum of the date I fixed the bug. This will prevent future conflicts hopefully. In addition it makes it possible to make it customizable, if neccessary, in a future release. - fixed rt.cpan.org#42721, return undef for empty values - fixed rt.cpan.org#42331, return undef for empty objects - fixed rt.cpan.org#44600, comments after blockname causes parser failure. - fixed rt.cpan.org#42287, whitespace at beginning or end of a quoted value gets lost after save(). - fixed rt.cpan.org#46184, variables that were not previously defined are deleted when -InterPolateEnv is enabled. - fixed bug in config loader for FileHandle objects, it supports now any compatible object. Hint by Ingo Schmiegel. - applied spelling- and speedup patches by Ville Skytt"a. - applied documentation patch by Jordan Macdonald.
2009-07-21don't attempt to install the same headers twice.tnn2-1/+14
Should fix Linux build.
2009-07-21pkgsrc changes:sno2-8/+9
- Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06 - Adjusting dependencies according to META.yml - Changing module type (Module::Install::Bundled required?), because bundled Module::Install contains additional packages Upstream changes: 0.06 2009-07-17 23:33:00 - Work correctly with positional parameters followed by a hashref passed to new_with_traits. 0.05 2009-07-17 20:15:34 - Add support for composing MooseX::MethodAttributes roles into anonymous classes correctly.
2009-07-21pkgsrc changes:sno2-8/+8
- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05 - Adjusting license / Moose dependency according to META.yml Upstream changes: 0.05 2009-07-15 - Now requires Moose 0.84 to prevent test failures. 0.04 2009-07-09 - This module unconditionally deleted the "is" parameter, which meant it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed by Jesse Luehrs. RT #47711.
2009-07-21Updating package for p5 module MooseX::Emulate::Class::Accessor::Fastsno2-7/+7
from 0.00901 to 0.00902 Upstream changes: 0.00902 July 10, 2009 - Bump required Moose version to avoid issues with is => 'bare' when an older version of Moose is already installed.
2009-07-21pkgsrc changes:sno2-8/+8
- Updating package for p5 module MooseX::ClassAttribute from 0.08 to 0.09 - Adjusting license to ${PERL5_LICENSE} and dependency to required Moose version according to META.yml Upstream changes: 0.09 2009-07-09 - An attribute with a builder that wasn't also lazy caused an exception when the attribute's accessor was called.
2009-07-21Updating package for p5 module MooseX::Singleton from 0.18 to 0.19sno2-6/+6
Upstream changes: 0.19 2009-07-09 - Remove ambiguity about copyright holder (Sartak)
2009-07-20pkgsrc changes:sno3-34/+15
- Updating package for p5 module Perl::Critic from 1.098 to 1.100 - removing options for recommended dependencies - require them all - Adding license (perl license) Upstream changes: [1.100] Released on 2009-07-17 This is a POD fix release to deal with issues identified by Test::POD 1.40. There is no functional difference between this release and 1.098. This is the last release of Perl::Critic that will be compatible with PPI 1.203. PPI's parsing of for(each)? loops is changing in its next release in an incompatible manner and there will be a release in the near future to make Perl::Critic compatible with that change.
2009-07-20pkgsrc changes:sno2-17/+18
- Updating package for p5 module Devel::REPL from 1.003006 to 1.003007 - Reordering dependencies for required and recommended Upstream changes: 1.3.7 - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods
2009-07-20Updating package for p5 module MooseX::AttributeHelpers from 0.20 to 0.21sno2-6/+6
Upstream changes: 0.21 Sun July 19, 2009 - Add length to String (Florian Ragwitz). - Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz). - Fix the error message you get on unknown 'curries' parameters to tell you what it really expected (Florian Ragwitz). - Doc typo fix in Collection::Bag (Sartak).
2009-07-20Make it build on DragonFly again.hasso2-8/+20
2009-07-19pkgsrc changes:sno2-9/+11
- Updating package for p5 module MooseX::Getopt from 0.18 to 0.20 - Adjusting license and dependency versions according to META.yml - Split dependencies into required and recommended Upstream changes: 0.20 Wed. July 9 2009 ~ fix MANIFEST.SKIP to avoid double-packaging 0.19 Wed. July 8 2009 * MooseX::Getopt - Fix Getopt config spec for --configfile (t0m) - Add support for --usage/--help/--? (drew@drewtaylor.com) - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org) * Tests - Fix warning from tests with new Moose (t0m) - Fix tests on Win32 from RT#44909 (taro-nishino)
2009-07-19Update scmgit to 1.6.3.3.minskim6-44/+26
This version fixes the remote DoS problem in http://secunia.com/advisories/35437/. Major changes between 1.6.2 and 1.6.3: * various git-svn updates. * git-gui updates, including an update to Russian translation, and a fix to an infinite loop when showing an empty diff. * gitk updates, including an update to Russian translation and improved Windows support. * many uses of lstat(2) in the codepath for "git checkout" have been optimized out. * usuability improvements. * bug fixes.
2009-07-18pkgsrc changes:sno2-7/+8
- Updating package for p5 module Module::CPANTS::Analyse from 0.83 to 0.85 - Adjusting dependencies according to META.yml Upstream changes: 0.85 2009-07-12, Alexandr Ciornii - Fix fails on non-Win32 0.84 2009-07-08, Alexandr Ciornii - require Test::Warn 0.11 - add Test::More to deps - add LWP::Simple to deps - fix calc_test_yaml_meta.t - better META.yml - list of changes for 0.83 (domm)
2009-07-18Updating package for p5 module Module::Build from 0.33 to 0.34sno2-8/+8
Upstream changes: 0.34 - Tue Jul 7 16:56:47 EDT 2009 No changes from 0.33_06 0.33_06 - Sun Jul 5 10:11:40 EDT 2009 Bug-fixes: - Bundled version code will use pure Perl on 5.10.0 to work around a corner case involving eval and locale [John Peacock] - Reversed VMS patch from 0.33_03 [Craig Berry] - PL_files in Build.PL that are in the bin/scripts directory should not be installed as if they are scripts (fixed for case-tolerant systems). [David Golden, reported by Craig Berry] 0.33_05 - Sun Jun 28 22:06:49 EDT 2009 Enhancements: - New 'auto_configure_requires' parameter (default 1) controls whether Module::Build should add itself to configure_requires in META.yml if not specified in Build.PL [David Golden] Bug-fixes: - The default MANIFEST.SKIP created by the "manifest" action was out of date. It will now use the installed MANIFEST.SKIP and add some Module::Build and distribution specific items to it. [Michael Schwern] Other: - configure_requires do not necessarily need to be in requires or build_requires; warning to that effect has been removed [David Golden] 0.33_04 - Fri Jun 26 07:09:06 EDT 2009 Bug-fixes: - Don't try utf8 YAML I/O on Perl 5.6 [David Golden] Other: - configure_requires added to prereq report (RT#47254) [Curtis Jewell] - updated Module::Build::Version to match forthcoming version.pm 0.77 (RT#47256) [John Peacock] - skips xs.t and ppm.t when perl was not compiled with dynamic loading since Module::Buld does not support static linking (RT#46178) [David Golden] - skip failing test in par.t if Archive::Zip is broken [David Golden] - Added YAML utf8 patch in 0.33_03 changes list - Added attribution for patches in 0.33_03 changes list 0.33_03 - Mon Jun 22 17:22:56 EDT 2009 Bug-fixes: - Removes Module::Build from its own configure/build_requires [David Golden] - ConfigData->feature() confirms that modules actually load successfully, not just that they are present. (RT#43557) [David Golden] - Module::Build::Compat handling of INSTALL*LIB (RT#43827) [Tony Payne, David Golden] - Module::Build::Compat and recursive test files (RT#39171) [Dave Rolsky] - Fixed bug linking non-standard XS names on Windows (RT#38065) ["snaury"] - Run PL files that don't generate any file (RT#39365) [Matisse Enzer, David Golden] - HTML generation failure no longer fatal (RT#36660) [David Golden] - realclean might not delete Build.bat on Windows (RT#43863) [Roy Ivy, David Golden] - include_dirs parameter now works correctly when given a single string argument (RT#40177) [David Wheeler] - Lots of spelling fixes in the POD (RT#45528r) [Lars Dieckow] - On Unix-like systems, tilde expansion is more liberal in username characters accepted (RT#33492) [Jon Jensen] Other - On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes - Add support for VMS in Unix compatibility mode (RT#42157) [John E. Malmberg - Added a can_action($name) method (RT#45172) [brian d foy] - Documented that subclass methods should not permanently change current directory (RT#46919) [David Wheeler] - META.yml encoded in UTF-8 (RT#43765) [Olivier Mengue] 0.33_02 - Mon Jun 15 12:23:55 EDT 2009 Bug-fixes: - Fixed tests for bleadperl 0.33_01 - Sat Jun 13 20:24:42 EDT 2009 Bug-fixes: - Fixed RT#42724: consolidated VMS fixes [patch by Craig Berry] - Fixed RT#46338: passthrough Makefile.PL cleans Makefile during distclean - Fixed RT#45700: t/compat.t for HP/UX make Other: - Adds current Module::Build to configure_requires (and build_requires) if no configure_requires is specified - Always normalizes version number tuples in META.yml (e.g. 'v1.2.0') (Partially addresses RT#46150) - Normalizes a generated dist_version (e.g. from a .pm file) -- dist_version set manually in Build.PL is not normalized - Documentation update for create_license - Minor POD cleanup
2009-07-18Updating package for p5 module Devel::Declare from 0.005006 to 0.005007sno2-6/+6
Upstream changes: 0.005007 - 13 Jul 2009 - Fix line numbers not being updated from skipspace calls
2009-07-18pkgsrc changes:sno2-6/+7
- Updating package for p5 module Devel::NYTProf from 2.09 to 2.10 - Adding perl5 license as license Upstream changes: Changes in Devel::NYTProf 2.10 (svn r774) 18th June 2009 Fixed call count for XSubs that was one too high. Fixed enable_profile() after fork thanks to delamonpansie http://code.google.com/p/perl-devel-nytprof/issues/detail?id=15 Fixed to use correct scripts during test and so avoid permissions issues, thanks to David Golden. Fixed suprious "Unable to determine line number" warnings when using options like -p, -n, -Mfoo. Changed enable_profile() to discard the time spent since profile was disabled. Changed NYTPROF env var parsing to allow backslash to escape colons, for Windows, thanks to Joshua ben Jore. Added license, homepage, bugtracker, repository and MailingList resources to META.yml thanks to Michael G Schwern. Added nytprofcg utility to generate callgrind data for viewing via Kcachegrind, thanks to Chia-liang Kao.
2009-07-18Update to 0.17. Provided by Ulrich Etile on pkgsrc-users.wiz3-13/+23
Include sysutils/desktop-file-utils/desktopdb.mk per pkglint. Geany 0.17 (May 02, 2009) Bug fixes: * Fix broken selection of "Document->Set Encoding" menu items. * Fix broken non-incremental search with the toolbar search entry when pressing Enter (closes #2638180). * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni). * Fix crashes on quitting Geany (closes #2533990). * Fix disabled Go to Tag items in the editor menu when using the keyboard (#2780044). * Prevent crashes when two or more top level items in the symbol list have the same name (closes #2778246). Prefs: * Add an option to set an additional plugin lookup path. * Add a hidden preference 'use_safe_file_saving'. This has serious side effects, please read the documentation before enabling this. Interface: * Add 'Send Selection to Terminal' command to the Edit->Format menu. * Change the background colour of the search entries in the Find and Replace dialogs according to the search results. * Add 'Close Other Documents' and 'Close All' menu items to the tab bar menu. * Add an option to allow appending the toolbar to the main menu bar to save some vertical space. * When a project is loaded, replace the project base path with the project name in the Documents sidebar for parent items (closes #2723679). * Make the file open dialog more compact. * Ellipsize tab labels and some status messages for very long filenames (closes #2777348). * Add new toolbar element: Print (patch by Roland Baudin). * Remember the active sidebar page between sessions. * Add "Recent Projects" menu to the Project menu (#2728630, patch by Elias Pschernig). * Add Tools->Configuration Files item for snippets.conf. Filetypes: * Fix wrong Fortran 90 comment characters when inserting templates. * Add filetype ActionScript (patch by Chris Macksey). * Fixes for CSS, Fortran and Ruby parsers. * Add a trivial symbol parser for NSIS files. Windows: * On Windows, change the working directory to the Geany installation path at startup to avoid unwanted directory locking(closes #2626124). * Fix window positioning on startup. * Make build commands on Windows run synchronously to avoid problems with reading build commands' output. Plugins: * HTMLchars: Extend plugin by bulk replace and replace on input for special characters to their HTML entities. * Splitwindow: Add keybindings for the split actions. * VCDiff: Remove plugin from Geany. Use GeanyVC instead. Plugin API: * Deprecate sci_get_text(), sci_get_selected_text() and sci_get_text_range(). * Add sci_get_contents(), sci_get_contents_range() and sci_get_selection_contents() as replacement functions to provide an easier and cleaner API (initial patch by Frank). * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can append new filetypes without breaking the ABI); add filetypes_by_title sorted list to GeanyData. Documentation: * Describe how to build Geany using the Waf build system. Internationalisation: * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru, sv, tr, zh_CN Geany 0.16 (February 15, 2009) Bug fixes: * Fix indenting for Tabs & Spaces mode when inserting snippets. * Fix snippets and smart indent using too much indentation when the line contains whitespace after non-whitespace characters (#2215044). * Fix segfault when showing Find in Files dialog when no documents are open (#2228544). * Fix not switching to 2nd last used document when the last used document has been closed (#1945162). General: * Group child tags by their parents in the symbol list for C-like filetypes, Python, Conf (thanks to Conrad Steenberg). * Use a tree for the Documents sidebar, grouped by path. * Add 'Tools->Configuration Files' menu with items to open filetype_extensions.conf and ignore.tags. These files are also reloaded automatically when saved. * Change configuration directory path to $XDG_CONFIG_HOME/geany (most often this is ~/.config/geany). * Allow to specify files on the command line and from remote instances to be URIs (local and with GIO also remote URIs). * Increase minimum required GTK version to 2.8. Prefs: * Add Project Indentation prefs, which override the Editor Preferences dialog options. For new projects, these default to the editor indent prefs. * Add an interface pref for whether to hide additional widgets when double-clicking on document notebook tabs (off by default). * Add a preference to invert all colours for syntax highlighting. * Add a hidden preference "allow_always_save" to make the Save buttons and menu items always sensitive. Interface: * Rework the toolbar: now all elements can be added/removed/reordered using a simple XML file. * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences, Close All and Build (including a submenu for Make actions). * Add a progressbar widget to the statusbar to show progress for time consuming actions. Editor: * Make Ctrl-click go to matching brace if there's no current word. * Make Shift+Mouse wheel scroll the editor view horizontally. * Make the 'Mark' button for Find highlight the results with rounded boxes instead of marking the whole line. * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais). * Support multiple %cursor% wildcards in Snippets (Thomas Martitz). Filetypes: * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML. * Update HTML character entities (thanks to Tyler D'Agosta). * Parse restructuredText sections in the order of first-used underline character, which can now be any punctuation character (as per the spec). * Remove GTK global tags, replace them with C (C99) tags. The GTK tags file is still available for download on the website. * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl and Vala. Windows: * Improve tab close icon size. * Changes to the Windows installer: - The full installer now includes the GTK 2.14 runtime environment. - Register ".geany" as Geany Project File extension. - Install GTK translation files only if installation of translation files were requested (saves about 22 MB otherwise). - Support silent installations. Plugins: * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick). * Make Version Diff plugin set the indent type for diffs based on the current file's indent type. * Minor improvements to the filebrowser plugin Plugin API: * Generate plugin API header geanyfunctions.h containing macros to avoid having to type the function pointer names manually. * Deprecate pluginmacros.h in favour of geanyfunctions.h. * Add "editor-notify" to the plugin API. * Add new plugin symbol plugin_help() which is called by Geany when the plugin should show its documentation (if any, symbol is optional). Documentation: * Update Scintilla regular expression info for v1.77 (character classes, ASCII escaping, character sets containing square brackets peculiarities). Adapted from SciTE doc. * Complete 'Hello World' Plugin Howto. Internationalisation: * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja, pt_BR, sv, ru, tr, vi, zh_CN
2009-07-18Update to 2.2.9:wiz3-10/+13
Release notes for GNU indent version 2.2.9, Aug 2002 * Matthias <moh@itec.uni-klu.ac.at> and Eric Lloyd <ewlloyd@neta.com> Added support for -brf to place function opening brace after function declaration. * Cristalle Azundris Sabon <cristalle@azundris.com> Added --preprocessor-indentation (ppi) if set, will indent nested preprocessor-statements with n spaces per level. Overrides -lps. * D.Ingamells <indent@dingamells.fsnet.co.uk> Added option break-function-decl-args-end (bfde) to break the function arguments list before the closing bracket. -bdfa now causes a break after the opening bracket and before the first argument so that the first argument and subsequent argments are indented one indentation step instead of being aligned with the opening bracket.
2009-07-18pkgsrc changes:sno2-8/+9
- Updating package for p5 module Package::Generator from 0.102nb1 to 0.103 - Adding perl5 license as license - Setting Module::Install as module type Upstream changes: 0.103 2009-07-09 add perl5 v8 requirement; never worked 100% under 5.6 anyway
2009-07-18pkgsrc changes:sno2-7/+7
- Updating package for p5 module IO::Zlib from 1.09nb2 to 1.10 - Adding perl license as package license (module POD) Upstream changes: Tue Jul 14 22:29:01 2009 Tom Hughes <tom@compton.nu> * Zlib.pm Change version number to 1.10. * Zlib.pm * Makefile.PL Require Compress::Zlib 2.000 or later.
2009-07-18pkgsrc changes:sno2-7/+9
- Updating package for p5 module File::Find::Rule::VCS from 1.05 to 1.06 - Adjusting license and module type - Adding missing dependency Upstream changes: 1.06 Wed 8 Jul 2009 - Updated to Module::Install::DSL 0.91 - Added explicit dependency on Text::Glob. Some CPAN Testers machines seem to blow up without it.
2009-07-18pkgsrc changes:sno2-7/+7
- Updating package for p5 module File::Find::Rule::Perl from 1.06 to 1.08 - Uncommenting license info and correct it Upstream changes: 1.08 Thu 16 Jul 2009 - Added the debian/ directory to the list of skipped paths (RT#47921) 1.07 Wed 15 Jul 2009 - Fix no_index regression with absolute paths (RT#47633)
2009-07-18Updating package for p5 module Devel::StackTrace from 1.2100 to 1.2200sno2-6/+6
Upstream changes from 1.21 to 1.22: 1.22 Jul 15, 2009 - Apparently, overload::StrVal on older Perls (5.8.5, but not 5.8.8) tried to call a stringification method if it existed. So now, Devel::StackTrace just uses overload::AddrRef instead, which should always be safe. Reported by Michael Stevens. Fixes RT #47900.
2009-07-17Update to 1.3. Set LICENSE. Disallow Python-2.3 (see below).wiz3-20/+55
Major Changes * experimental support for sub-repositories * Python 2.3 is no longer supported; now requires Python 2.4-2.6 Commands * merge: add -P/--preview option * update: don't unlink added files when -C/--clean is specified * update: added -c/--check option to abort on local changes * update: allow merges going backwards * push: improved handling of named branches * branches/heads: add a -c/--closed option to show closed branches * help: new extensions topic General * add patch.eol config setting to work with cross-platform patches * fixed support for SSL through proxies * add ability to load hooks from arbitrary Python modules * hide passwords for HTTP repositories in error and log output * fix Python 2.6 support in the Windows installer * add mechanism for specifying HTTP authentication details in hgrc * prompts and choices are now shown even in non-interactive mode * performance improvements, especially on Windows * much improved zsh completion * improved Danish, Japanese, Italian and simplified Chinese translations * new German, French, Greek, Brazilian Portuguese and traditional Chinese translations Web interface * read configuration data from webdir configs * add branches page to hgweb * pluggable templater engine support * refresh hgwebdir configuration periodically * let web.encoding override ui.encoding setting * deal with dicts/lists like webdir config paths Extensions * experimental share extension * the alias extension has been moved into core * mq o add -P/--push option to qimport o numerous bug fixes * convert o improved source detection o support for comments in author maps o add branch map support o add different ordering options o svn: support OS-specific authn providers o svn: improved tag support o git: add committer tag only when needed o bzr: fix renaming support o bzr: add support for filemaps o bzr: handle timestamps correctly o bzr: fix symlink handling o bzr: restore paths to source encoding o cvs: add support for CVS merge(point)s o cvs: add support for synthetic revisions o cvs: better support for branchpoints o cvs: deprecate use of external cvsps o mtn: improve renaming support o mtn: support mtn database files as source o mtn: improve date/time support o p4: better handling of keywords, binary files and symlinks * rebase o don't lose copy/rename info o keep original mq patch format * zeroconf o advertise repositories by hostname o try to guess IP address if necessary * patchbomb o option to set attachment name o support for In-Reply-To header * inotify o fix handling of untracked files moved out of repository o fix support for directory deletion * acl: now works with push over https
2009-07-17Give up MAINTAINERadrianp10-20/+20
2009-07-17* We now require a specific version of the Email::MIME::Encodings Perl ↵adrianp2-7/+7
module, to fix an issue where some emails would have too many newlines in them. (Bug 486206) * Bugzilla's JavaScript and CSS should now be fully compatible with Internet Explorer 8. (Bug 483150) * Running a saved search with a saved sort order will now no longer overwrite your default search order. (Bug 491679) * You can now confirm a bug by popular vote even if there is no status called "NEW" in your Bugzilla. (Bug 500900) * Displaying a bug with lots of comments should now be significantly faster. (Bug 498318) This release also contains a security fix. See the Security Fixes Section for details.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-16update master_sites and homepagezafer1-3/+3
2009-07-16update master_sites. update homepage.zafer1-3/+3
2009-07-16pkgsrc changes:sno2-8/+8
- Updating package for p5 module Test::Pod from 1.26nb1 to 1.40 - Adjusting LICENSE and dependencies Upstream changes: 1.40 - Sun Jul 12 23:32:11 CDT 2009 [THINGS THAT MAY BREAK YOUR CODE] Test::Pod now requires Perl 5.8.0. [ENHANCEMENTS] Test::Pod now complains about the illegal construct L<text|url>. Thanks to Paul Miller. The list of directories to exclude is now much longer, and is available in %Test::Pod::ignore_dirs. This list is right now: '.bzr' => 'Bazaar', '.git' => 'Git', '.hg' => 'Mercurial', '.pc' => 'quilt', '.svn' => 'Subversion', CVS => 'CVS', RCS => 'RCS', SCCS => 'SCCS', _darcs => 'darcs', _sgbak => 'Vault/Fortress',
2009-07-16pkgsrc changes:sno2-7/+9
- Updating package for p5 module Test::Inline from 2.210 to 2.211 - Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE Upstream changes: 2.211 Wed 15 Jul 2009 - Updating to Module::Install 0.91 - More complete removal of Class::Autouse
2009-07-16pkgsrc changes:sno2-8/+9
- Updating package for p5 module Test::ClassAPI from 1.05nb1 to 1.06 - Adjusting dependencies, LICENSE and PERL5_MODULE_TYPE Upstream changes: 1.06 Mon 13 Jul 2009 - No functional changes - Updating to Module::Install::DSL 0.91 - Updating to new author tests - Updating minimum Perl version to 5.6
2009-07-15Fix obviously incorrect PLIST. Bump revision.joerg2-61/+97
2009-07-15The continuing story of mono 2.4.2 updatekefren3-8/+74
2009-07-15MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-07-15Upgrade devel/py-ZopeInterface to zope.interface-3.3.0.ver4-247/+72
Use eggs instead of distutils. Remove patch-aa as it no longer applies. Add licenses/zpl and add zpl to mk/license.mk:DEFAULT_ACCEPTABLE_LICENSES. Patch posted to pkgsrc-users@ and okayed by agc@.
2009-07-14Update to June snapshot of e17. No detailed changes.joerg3-21/+7
2009-07-14Update to eet-1.2.1: bugfixesjoerg2-6/+6
2009-07-14Don't attempt to build gdb on DragonFly. It's also unlikely that someonehasso3-6/+6
will integrate DragonFly changes into upstream soon.
2009-07-14Allow the package to build on amd64, but use -m32 due to LP64 issues.tnn1-2/+8
2009-07-13Add BUILDLINK_INCDIRS. Fixes tmux build and more correct in general.ahoka2-3/+4
2009-07-13Make sure that a .orig file is not installed.minskim1-1/+5
2009-07-12ruby-eet needs pkg-config as a tool.minskim1-1/+3
2009-07-12Make emacs-ilisp build with emacs23.minskim4-11/+17
2009-07-12Force to use EMACS_BIN to ensure that the correct binary is invoked.minskim1-2/+2
2009-07-12Force to use EMACS_BIN to ensure that the correct binary is invoked.minskim1-3/+4
2009-07-12Make sure that a .orig file is not installed.minskim1-1/+5
Noted by Hasso Tepper.