summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-17Updated from version 0.97nb1 to 0.98.he2-7/+6
Upstream changes: 2008-11-07 18:11:57 (r18) by rcaputo; lib/Lexical/Persistence.pm M Ready for 0.98 2008-11-07 04:36:12 (r17) by rcaputo; lib/Lexical/Persistence.pm M Replace eval() with do() in the docs. Note that lexical declarations are preserved by compile(), which is used by do(), so declared variables need not be redeclared all the time. 2008-11-03 20:02:16 (r16) by rcaputo; t/04_eval.t M Fix tests to use do() rather than eval(). 2008-11-03 19:57:55 (r15) by rcaputo; lib/Lexical/Persistence.pm M Another attempt at eval(), this time called do(). 2008-11-01 05:38:30 (r14) by rcaputo t/04_eval.t A; MANIFEST M; lib/Lexical/Persistence.pm M Apply Paul "LeoNerd" Evans' patch to add compile() and eval().
2008-11-17Update from version 1.09nb1 to 1.10.he2-7/+6
Upstream changes: 1.10 Mon Sep 15 2008 - Update Copyright and License. - Buttwag around minor Windows deficiencies.
2008-11-17Updated from version v0.0.3nb1 to 0.0.4.he2-8/+7
Upstream changes: 0.04 - Sun Aug 31 13:54:27 2008 * Fixes include: * #24823: is_interactive() and command line arguments * #38660: "null" filehandle is a memory leak * #20689: IO::Interactive leaks temp files 0.03_01 - Sun Aug 24 21:53:11 2008 * Cleaning up old tickets: + #20689 Now that we don't use a scalar filehandle, no extra temp files under 5.6.2 + #24823 Applied Schwern's patch to ignore command line arguments + #38660 Fix memory link (same fix for #20689, not printing to a scalar * Maintainer is now brian d foy <bdfoy@cpan.org>
2008-11-17Update from version 2.19nb1 to 2.20.he4-1365/+603
Pkgsrc changes: o Accept default TT options, don't set them explicitly. o Add commented-out additional HOMEPAGE using search.cpan.org. o Add a patch related to module bug http://rt.cpan.org/Public/Bug/Display.html?id=39100 Thanks to Jens Rehsack for the update, provided in PR pkg/39600! Upstream changes: #------------------------------------------------------------------------ # Version 2.20 - 13th August 2008 #------------------------------------------------------------------------ * Updated all the documentation. * Restored the GIF images that got mangled in the switch from CVS to Subversion. * Fixed the Makefile.PL to pre-glob the tests to keep things working smoothly in Win32. http://rt.cpan.org/Ticket/Display.html?id=25573 * Applied a patch to Template::Directives from Ben Morrow to fix the SWITCH/CASE directive when matching strings containing regex metacharacters. http://rt.cpan.org/Ticket/Display.html?id=24183 * Applied a patch to Template::Parser from Koichi Taniguchi to make it treat TAGS with case sensitivity. http://rt.cpan.org/Ticket/Display.html?id=19975 * Changed html_entity_filter_factory() in Template::Filters to only look for Apache::Utils and HTML::Entities once. http://rt.cpan.org/Ticket/Display.html?id=19837 Template::Stash --------------- * Applied a patch to Template::Stash from Jess Robinson which allows you to call a list method on a single object and have it automatically upgraded to a single item list. Changed the XS Stash to do the same. http://lists.tt2.org/pipermail/templates/2006-November/009115.html * Fixed a minor bug in the XS Stash which prevented it from updating hash entries with empty, but defined keys. Thanks to Yitzchak Scott-Thoennes for reporting the problem. http://lists.tt2.org/pipermail/templates/2007-November/009819.html * Applied a patch from Alexandr Ciornii to make the XS Stash compile cleanly under VC++ 6.0 and with Sun's C compiler. http://rt.cpan.org/Ticket/Display.html?id=20291 Template::Provider ------------------ * Fixed a minor bug in the Template::Provider code added in 2.19 that caused errors in templates to only be reported once. Subsequent fetches incorrectly returned 'not found' instead of repeating the error. * Made Template::Provider use File::Spec->catfile instead of using '/' and letting Perl worry about Doing The Right Thing. http://rt.cpan.org/Ticket/Display.html?id=34489 * Applied patch from Lyle Brooks to add binmode to the _template_content() method in Template::Provider. http://rt.cpan.org/Ticket/Display.html?id=38075 * Applied patch from Ted Carnahan to silence UNIVERSAL::isa warnings in Template::Provider. http://rt.cpan.org/Ticket/Display.html?id=25468 * Applied patch to Template::Provider from Andrew Hamlin which works around a bug in Strawberry Perl on Win32. http://rt.cpan.org/Ticket/Display.html?id=34578 Template::VMethods ------------------ * Applied a patch from Paul "LeoNerd" Evans to make the list.slice vmethod work properly with negative indices. http://lists.tt2.org/pipermail/templates/2008-March/010105.html Plugins ------- * Added the Math plugin and related files to the MANIFEST so they actually get shipped out as part of the distribution. D'Oh! http://rt.cpan.org/Ticket/Display.html?id=27375 * Added the Scalar plugin which adds the .scalar vmethod for calling object methods and subroutines in scalar context. * Added Template::Plugin::Assert which allows you to assert that values are defined. * Changed Template::Plugin::Filter to weaken the $self reference to avoid circular references and memory leaks. Thanks to Masahiro Honma for reporting the problem and suggesting the fix. * Applied patch from Ronald J Kimball to make Template::Plugin::Date accept dates with the year coming first. http://lists.tt2.org/pipermail/templates/2007-July/009540.html * Added C<1;> to the end of a few plugin modules that were missing it. ttree ----- * Changed the --accept option in ttree to match against the full file path (relative to --src dir) rather than just the file name. This makes it behave the same way as the --ignore option. * Applied patch from Lyle Brooks to add binmode to the process() call in ttree. http://rt.cpan.org/Ticket/Display.html?id=38076 * Added a patch from Nigel Metheringham also to set binmode in ttree but via a configuration option. https://rt.cpan.org/Ticket/Display.html?id=30760
2008-11-16Today's set from here:he1-1/+8
Updated devel/p5-Attribute-Handlers to 0.81 Updated devel/p5-B-Hooks-OP-Check to 0.15 Updated devel/p5-CPAN-DistnameInfo to 0.07 Updated devel/p5-Config-Find to 0.24 Updated devel/p5-ExtUtils-PkgConfig to 0.12 Updated devel/p5-FileHandle-Fmode to 0.11 Updated devel/p5-Hook-LexWrap to 0.21
2008-11-16Updated from version 0.20nb1 to 0.21.he2-7/+7
Pkgsrc changes: o Adapt to .zip dist file suffix Upsream changes: 0.21 Nov 6 2008 - Added 'See also: Sub::Prepend' - Makefile.PL rewritten - support of 5.6+ only made explicit - Moved tests to t/. Silenced warnings. - Added pod.t
2008-11-16Update from version 0.10nb1 to 0.11.he2-7/+6
Upstream changes: 0.11 - Add copyright notice to the LICENSE section of the pod.
2008-11-16Update from version 0.11nb1 to 0.12.he2-7/+8
Pkgsrc changes: o Add a TOOLS_CMD.pkg-config setting to allow tests to work (thanks to joerg@ for the hint) Upstream changes: 1.12 Sun Oct 19 13:56:07 CEST 2008 - Try to fix a test failure.
2008-11-16Update from version 0.23 to 0.24.he2-6/+10
Pkgsrc changes: o Add commented-out HOMEPAGE using search.cpan.org o Add a post-extract action to strip executable bit from perl modules Upstream changes: 0.24 12 Nov, 2008 - add Config::Find::Where->script_dir() - some minor doc improvements
2008-11-16Update from version 0.06 to 0.07.he2-6/+6
Upstream changes: 0.07 -- Mon Jun 30 09:27:04 CDT 2008 * Added support for .tar.bz2 archive extension
2008-11-16Updated from version 0.12nb3 to 0.15.he2-7/+7
Pkgsrc changes: o Added dependency on p5-parent Upstream changes: 0.15 Tue, 11 Nov 2008 18:21:05 +0100 * Require perl 5.8.1. 0.14 Sun, 09 Nov 2008 22:22:15 +0100 * Tell MakeMaker which symbols we'd like to export. Hopefully this will make linking against us work on Win32. 0.13 Sun, 09 Nov 2008 03:36:27 +0100 * Try to not dereference NULL.
2008-11-16Updated from version 0.80 to 0.81.he2-6/+6
Upstream changes: 0.81 Sun Nov 9 22:47:00 CET 2008 - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)
2008-11-16Updated sysutils/libgtop to 2.24.0nb1wiz1-1/+2
2008-11-16Add processor affinity support, from Juan Romero Pardines -- thank you!wiz4-28/+91
Bump PKGREVISION.
2008-11-16+ aspell-danish-1.6.19, aspell-faroese-0.2.35, curl-7.19.2,wiz1-7/+20
dnsmasq-2.46, fftw-3.2, ikiwiki-2.70, libowfat-0.28, libtasn1-1.6, memtestplus-2.10, openssh-5.1p1, p5-Digest-MD5-2.38, p5-File-Temp-0.21, p5-Test-Simple-0.86, p5-XML-LibXML-1.69, remind-03.01.06, sudo-1.6.9p18, xf86-input-vmmouse-12.6.2, xf86-video-intel-2.5.1, yaz-3.0.38.
2008-11-16Fix typo in version number.wiz1-2/+2
2008-11-16Updated chat/icbirc to 1.8nb1adrianp1-1/+2
2008-11-16Add a small function from OpenSSH for systems that don't support __prognameadrianp3-6/+62
Initially this is for SunOS only so this package can build on OpenSolaris. PKGREVISION++
2008-11-16Depend on correct freetype2 version. Add comment about the possibilitywiz1-5/+8
to include libspectre (not enabled). Should we?
2008-11-16Updated audio/gnome-speech to 0.4.22wiz1-1/+2
2008-11-16Update to 0.4.22:wiz4-15/+15
gnome-speech 0.4.22: * drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift synthesis driver causes Python client to get "TypeError: could not demarshal return value" on call to getAllVoices.
2008-11-16Updated graphics/cairo to 1.8.4wiz1-1/+2
2008-11-16Update to 1.8.4:wiz3-14/+13
Release 1.8.4 (2008-11-14 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.4 release of the cairo graphics library. This is the second update to cairo's stable 1.8 series and contains a small number of bug fixes, (in particular a few fixes for build failures of cairo 1.8.2 on various systems). This is being released just over two weeks after cairo 1.8.2. We recommend that everyone using cairo upgrade to 1.8.4. -Carl Build fixes ----------- Fix build with older XRender that doesn't define RepeatNone: Build of xlib backend fails against old XRender (RepeatNone undeclared) https://bugs.freedesktop.org/show_bug.cgi?id=18385 Fix build with bash version <= 3.0: doltlibtool broken on linux with bash 3.00.0 https://bugs.freedesktop.org/show_bug.cgi?id=18363 Bug fixes --------- Avoid triggering a bug in X.org server 6.9 resulting in a hung machine requiring a reboot: https://bugs.freedesktop.org/show_bug.cgi?id=15628#c2 Fix display of user fonts as exercised by proposed support for type3 fonts in poppler (unsigned promotion fixes): Use cairo user-font for Type 3 fonts http://lists.freedesktop.org/archives/poppler/2008-October/004181.html Avoid miscomputing size of fallback images required when rendering with CLEAR, IN, or SOURCE operator to vector surfaces, (PS, PDF, SVG, etc.). Be more tolerant of broken fonts when subsetting type1 fonts: Error handling in cairo_type1_font_subset_get_glyph_names_and_widths http://lists.cairographics.org/archives/cairo/2008-October/015569.html Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to correctly allow NULL parameters as documented. Fix potential crash on emitting a type3 glyph after having drawn text paths from the same font, (for example with cairo_text_path).
2008-11-16Updated devel/ncurses to 5.7nb1adrianp1-1/+2
2008-11-16Add screen.{mlterm,rxvt} to the list of files that dont get installed on SunOSadrianp3-5/+8
PKGREVISION++
2008-11-16Don't try to build gcc2 on AMD64, as it's not supported by that compiler.ahoka1-3/+3
This issue was reported by Daniel Horecki.
2008-11-16Updated net/libpcap to 1.0.0nb2adrianp1-1/+2
2008-11-16libpcap dymanically generates man page sections based on the OS. For SunOSadrianp2-6/+16
MAN_MISC_INFO and MAN_FILE_FORMATS are in different sections to others so account for this with some PLIST magic. PKGREVISION++
2008-11-16Add support for user destination directory installation.tron1-2/+6
Patch provided by Aleksey Cheusov in PR pkg/39907..
2008-11-16Add support for user destination directory installation.tron1-11/+14
Patch provided by Aleksey Cheusov in PR pkg/39905.
2008-11-16Add support for user destination directory installation.tron1-5/+11
Patch provided by Aleksey Cheusov in PR pkg/38526.
2008-11-16Remove MESSAGE now that dbus is fixed.wiz1-7/+0
2008-11-16Remove hicolor icon cache (created by hicolor-icon-theme automatically)wiz2-3/+3
from PLIST. Bump PKGREVISION.
2008-11-16If we're using dynamic SIMD detection, we _do not_ want to buildbjs4-20/+19
with -msse et. al. s/HOST_HAS_BSD_POLL/JACK_&/
2008-11-16Note that pysol users should migrate to pysolfc ("successor").wiz1-2/+2
2008-11-16Revert netjack fix--it's not what I wanted.bjs3-56/+4
2008-11-16Update to jack-0.115.1 (from SVN). Changes: pulled in a patchbjs20-104/+169
to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets. This is presently untested, however. Also, with this snapshot we at least have the hope that the network facility works. Includes other miscellaneous bug fixes, also. While here, explicitly enable coreaudio on Darwin and add a PLIST entry for its driver module. This is also untested, but at least installation on Darwin will not fail due to an incorrect PLIST. Also, include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order to heed DLOPEN_REQUIRE_PTHREADS.
2008-11-16Add support for user destination directory installation.tron1-3/+5
Patch provided by Aleksey Cheusov.
2008-11-16gd and p5-GDdholland1-1/+3
2008-11-16This also requires fontconfig now that graphics/gd uses fontconfig.dholland1-2/+3
PKGREVISION++
2008-11-16Bump PKGREVISION for previous (adding fontconfig) because it changes thedholland1-1/+2
package deps. (I think also for pkgsrc xorg it causes it to start finding and using fontconfig when it previously didn't.)
2008-11-16Remove pysol, which is dead upstream. For your solitaire fix, use thesnj7-86/+4
pysolfc package, which is a fork of pysol.
2008-11-16Added games/pysolfc version 1.1.snj2-2/+4
2008-11-16Updated x11/fltk to 1.1.9nb1dsainty1-1/+2
2008-11-16Complete the libtoolisation of 'fluid' so it installs the real executable,dsainty3-7/+17
not the libtool wrapper. Bump PKGREVISION, the previous revision installed an unusable "fluid".
2008-11-16Initial import of pysolfc-1.1, a continuation of the pysol package.snj6-0/+3030
2008-11-16ahoka already updated mksh.snj1-2/+1
2008-11-15Remove moon-buggy 1.0.51, it's not a stable release.snj1-2/+1
2008-11-15py-curl is already at 7.16.4.snj1-2/+1
2008-11-15Updated security/gnutls to 2.6.2wiz1-1/+2