summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-10-22Fixed "test ==".rillig8-4/+60
2006-10-22Needs BSD_MAKE_ENV.rillig4-71/+22
Replaced two patches with one file in files/, to keep the code readable.
2006-10-22Fixed PKGMANDIR and pkglint warnings.rillig3-3/+17
2006-10-22Fixed PKGMANDIR.rillig1-3/+4
2006-10-22Moved the per-directory Makefiles from patches/ to files/ and adjustedrillig12-183/+68
their contents to what this kind of files looks currently. Not much has changed, except that PKGMANDIR is honoured.
2006-10-21Fixed PKGMANDIR.rillig1-1/+2
2006-10-21Update p5-Class-Factory to 1.04.obache2-7/+6
Patch provided by Martin Wilke via PR 34329. Changes: 1.04 Mon Aug 20 22:26:15 PST 2006 - New maintainer, Fred Moyer <fred@redhotpenguin.com> - Add Devel::Cover support, current coverage is 71% - Moved check for Test::More to MY::test
2006-10-21Update p5-Class-Data-Inheritable to 0.06.obache2-6/+6
Changes: 0.06 Wed Sep 20 14:35:55 BST 2006 - Sync the japanese docs (as best as possible!) 0.05 Sat Aug 26 18:27:12 UTC 2006 - Use correct bug reporting address (Jonathan Rockway)
2006-10-21Update p5-Test-Pad to 1.26.obache2-8/+6
Based on patch provided by Martin Wilke via PR 34369. And delete p5-Test-Simple>=0.62 dependency, because perl5 base package contain Test::Simple version 0.62 now. hange log for Test::Pod 1.26 - Wed Jul 19 09:54:48 CDT 2006 No new functionality in this version. [FIXES] * Fixed a Win32 build bug. * Fixed a bug in the SYNOPSIS. 1.24 - Wed Feb 1 15:18:06 PST 2006 [THINGS THAT MAY BREAK YOUR CODE] * The long-deprecated pod_ok() is now gone, along with all its constants. [ENHANCEMENTS] * Now runs properly under VMS. Thanks to Peter Edwards.
2006-10-21Update p5-Test-Pod-Coverage to 1.08.obache2-7/+6
Patch provided by Martin Wilke via PR 34368. 1.08 Wed Jan 25 21:59:49 CST 2006 [FIXES] * File and directory names may now contain periods and hyphens. * Now exports all_modules(). 1.07_01 Wed Dec 28 23:10:31 CST 2005 [ENHANCEMENTS] * Can now use an alternate class that implements the Pod::Coverage interface. This is mostly useful for avoiding the necessity to redocument or itemize overriden methods in a subclass by using Pod::Coverage::CountParents. Thanks to Ricardo Signes.
2006-10-21Update p5-Devel-Symdump to 2.0604.obache2-6/+6
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0604 * adjust test suite to accept main::+ introduced by named captures 2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * relase 2.0603 * add LICENSE field to Makefile.PL to also have it in the META.yml 2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0602 * adjust test suite to accept new variable in bleadperl, the hash $main::^H 2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0601 * add copyright and license
2006-10-21Update p5-Test-Simple to 0.64.obache3-11/+11
0.64 Sun Jul 16 02:47:29 PDT 2006 * 0.63's change to test_fail() broke backwards compatibility. They have been removed for the time being. test_pass() went with it. This is [rt.cpan.org 11317] and [rt.cpan.org 11319]. - skip() will now warn if you get the args backwards. 0.63 Sun Jul 9 02:36:36 PDT 2006 * Fixed can_ok() to gracefully handle no class name. Submitted by "Pete Krawczyk" <perl@bsod.net> Implemented by "Richard Foley" <richard.foley@rfi.net> [rt.cpan.org 15654] * Added test_pass() to Test::Builder::Tester rather than having to call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317] * test_fail() now accepts a test diagnostic rather than having to call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319] - Changed Test::Builder::Tester docs to show best practice using test_fail() and test_pass(). - isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org> - Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik> - Removed the LICENSE field from the Makefile.PL as the release of MakeMaker with that feature has been delayed.
2006-10-20This is a meta package so supress some more stages. Fixes attemptmarkd1-3/+6
to do portability checks on nonexistant files.
2006-10-20Update devel/p5-Cache-Simple-TimedExpiry to 0.26.obache2-7/+6
Patch provided by Martin Wilke via PR 34326. Changes: 0.26 Thu Aug 24 18:16:08 EDT 2006 - Signature fixed on distribution 0.25 Wed Aug 23 01:25:36 EDT 2006 - The last release was...ill-considered and missing a "defined" 0.24 - Quiet down a warning on expirey
2006-10-19Sort.wiz1-2/+2
2006-10-19update to 0.3.9drochner4-40/+72
Most changes (since 0.3.6) were done in 0.3.7 appearently, where no changelog doesn't exist for. I see many additions of MMX/SSE optimized functions. The rest is bugfixes. Pkgsrc patch: SSE2/3 are disabled on i386 for now because gcc doesn't ensure stack alignment for automatic 128-bit variables. Future liboil versions will work around this. See http://lists.freedesktop.org/archives/liboil/2006-August/000102.html and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368991
2006-10-18Add "Make-in" file to the list of files to replace locale directory.reed1-1/+2
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
2006-10-18Fix "test ==". Bump PKGREVISION.markd4-2/+31
2006-10-17Update darcs from 1.0.4 to 1.0.8, the latest stable version, withagc3-52/+38
thanks to Don Stewart for the nudge. Changes from 1.0.4nb2 to 1.0.8: + performance much improved + a lot of bugs fixed + some improved functionality
2006-10-17update to 1.7.12drochner3-30/+28
changes: -IDL namespace fix -bugfixes
2006-10-17update to 1.9.3drochner2-6/+6
changes: bugfixes
2006-10-17update to 1.12.3drochner2-47/+44
changes: -bugfixes -implement AtkDocument -translation updates
2006-10-17update to 2.16.1drochner3-7/+8
changes: -fix bugs and leaks -translation updates
2006-10-17add test targetdrochner1-1/+4
2006-10-16Update to version 0.4.5seb7-21/+385
package changes: - Add test target support - Needs gmake to build Many changes since last packaged version (0.1.6): many bug fixes and new features. Please see the file ChangeLog enclosed in the source distribution or the on-line version at http://www.ibr.cs.tu-bs.de/projects/libsmi/ChangeLog.html
2006-10-16Fixed the build on Solaris, for which NSS_OBJ_DIR was not set before.rillig1-1/+2
2006-10-16Update makedepf90 to 2.8.8.obache2-6/+6
Patch provided by MAINTAINER, Emil Skoeldberg via PR 34306. Changes since 2.8.4: * 2.8.8 (13.6 2006) - Close include files when we are done reading them. * 2.8.7 (13.6 2006) - More informative error messages in case of I/O errors. * 2.8.6 (31.3 2006) - Fixed problem with continuation lines in fixed form, introduced in version 2.8.5. * 2.8.5 (29.3 2006) Fixed two bugs - Some cpp-lines continued by a \ at the end made makdepf90 hang. - In fixed form, makedepf90 was sometimes tricked into beliving it was inside a string, when it actually wasn't.
2006-10-16Update libmatchbox to 1.9.obache2-8/+7
Patch provided by Martin Wilke via PR 34525. - Changelog - 1.9 Fix mb_want_warning(s) typo Remove various non-critical stderr warnings. Make old behaviour reproduce-able via setting MB_WARNINGS env var. Set PID hint correctly. - 1.8 Fix xsettings never actually getting used :( A Little reformatting. Rework pc file to use requires Fix various GCC 4 warnings Allow for timeout to be cleared. Backout 2005-10-12 change, needs proper fix Detach SHM test correctly via patch from Tapani Hack to allow parsing of [icon theme] .desktop files Tweak for people that try to compile without-x Dont put ellipses right after a space Check for AC_PATH_XTRA fail.
2006-10-16Fix "test ==".wiz4-2/+58
2006-10-15Fixed "test ==".seb2-1/+24
2006-10-15Fixed path to the bash interpreter. Added dependency to bash.rillig1-5/+4
PKGREVISION++.
2006-10-15Add devel/dev86 and net/libvncserverbouyer1-1/+2
2006-10-15Import dev86 package, provided by Pierrick Brossin in private mail.bouyer5-0/+69
Linux 8086 development environment. This is based on Bruce Evans's C compiler with additonal code, including a reasonable C library for ELKS DOS or standalone, written by myself and others. This is a replacement for devel/bcc.
2006-10-15Update to 2.22.1adrianp3-11/+11
+ When sending mail, Bugzilla could throw the error "Insecure dependency in exec while running with -T switch" (bug 340538). + Using the public webdot server (for dependency graphs) should work again (bug 351243). + The "I'm added to or removed from this capacity" email preference wasn't working for new bugs (bug 349852). + The original release of 2.22 incorrectly said it required Template-Toolkit version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478). + votes.cgi would crash if your bug was the one confirming a bug (bug 351300). + checksetup.pl now correctly reports if your Template::Plugin::GD module is missing. If missing, it could lead to charts and graphs not working (bug 345389). + The "Keyword" field on buglist.cgi was not sorted alphabetically, so it wasn't very useful for sorting (bug 342828). + Sendmail will no longer complain about there being a newline in the email address, when Bugzilla sends mail (bug 331365). + contrib/bzdbcopy.pl would try to insert an invalid value into the database, unnecessarily (bug 335572). + Deleting a bug now correctly deletes its attachments from the database (bug 339667).
2006-10-15Update to 2.22adrianp6-37/+122
New features include: * Complete PostgreSQL Support * Parameters In Sections * One Codebase, Multiple Databases * UTF-8 for New Installations * Admins Can Impersonate Users * Bug Import and Moving Improvements * Adding Individual Bugs to Saved Searches * Attach URLs * Optional "Strict Isolation" for Groups * "editcomponents" Change * "shutdownhtml" Change * Miscellaneous Improvements For further details see: http://www.bugzilla.org/releases/2.22/new-features.html http://www.bugzilla.org/releases/2.22/release-notes.html
2006-10-14Add "ncursesw" package.tron1-1/+2
2006-10-14Update to 1.14.7:wiz2-6/+6
Overview of changes between 1.14.6 and 1.14.7 ============================================== * Fixed broken build with included lang modules. * Bugs fixed in this release: Bug 361938 - Can't include *-lang modules (./configure --with-included-modules fails)
2006-10-14Fixed PKGMANDIR.rillig1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz3-7/+7
2006-10-14Fixed "test ==".rillig3-1/+29
2006-10-13add etracegdt1-1/+2
2006-10-13etrace: A run-time tracing toolgdt4-0/+64
------------------------------- These source files comprise a simple but efficient utility that allows the display of a function call tree in a C program at run-time. It is also possible to dump the results of a program execution to an ASCII file for later examination. * ptrace.c compiles your code to enable this run-time tracing * etrace is a Python script that will perform the run-time tracing by displaying the function names as they are called * etrace.pl is a Perl script that will perform the run-time tracing by displaying the function names as they are called. Moreover, etrace.pl can be used to trace dynamic libraries.
2006-10-13update to 1.14.2drochner3-9/+10
changes: -fixes -added 2 command line tools for data extraction
2006-10-13update to 2.16.1drochner4-10/+23
changes: -minor fixes -cleanup -doc fixes pkgsrc change: pull in graphics/jpeg explicitely
2006-10-13Add "ncursesw" package:tron6-43/+109
Wide character CRT screen handling and optimization package This package brings us one step closer to fixing PR pkg/34777.
2006-10-13ride on the update and migrate devhelp documentation to share/gtk-docdrochner2-55/+53
2006-10-13Update to 1.14.6:wiz3-7/+9
Overview of changes between 1.14.5 and 1.14.6 ============================================== * Backport language-engine handling fixes from HEAD. * Add simple Arabic and Indic language engines. * Indic shaper fixes. * Bugs fixed in this release: Bug 353877 – Sinhala is_cursor_position and backspace_deletes_character issues Patch from Akira TAGOH Bug 358224 – Telugu Character U+0C31 does not render its below-base form. Patch from Rahul Bhalerao Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) are not rendered. Patch from Rahul Bhalerao
2006-10-13Add BROKEN_GETTEXT_DETECTION and missing gettext-lib/buildlink3.mk.dmcmahill1-1/+6
Fixes compilation on solaris and probably others.
2006-10-13Needs bash at build time.rillig1-1/+4
2006-10-13Add libdiscid, py-musicbrainz, and py-ctypes.epg1-1/+2