summaryrefslogtreecommitdiff
path: root/x11/p5-Clipboard
AgeCommit message (Collapse)AuthorFilesLines
2010-12-02Update to 0.13:wiz2-13/+6
--- version: 0.13 date: Wed Oct 13 00:42:03 EDT 2010 changes: - Tom Wyant's excellent Mac fixups --- version: 0.12 date: Mon Oct 11 02:11:44 EDT 2010 changes: - Just added 'dragonfly' OS to recognized list (as *nix type) --- version: 0.11 date: Thu Oct 7 00:20:45 EDT 2010 changes: - Removed dependency on IO::All, Spiffy and IO::Run (!) - Switched Mac from pbcopy shelling to Mac::Pasteboard (Tom Wyant) - Improved error handling of Xclip.pm - Added at/clipfilter-test --- version: 0.10 date: Wed Oct 6 21:16:25 EDT 2010 changes: - Correct recognition of Windows in Makefile.PL (Alexandr Ciornii) - Makefile.PL version update (Alexandr Ciornii) - clipjoin now escapes weechat-type mess, and also now has -q flag. - clipbrowse now defaults to chromium-browser. - added at/clipjoin-test and at/clipbrowse-test - Updating email address and copyright date. - Minor text updates here and there.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-07-07adding destdir support and license of perl itself (META.yml)sno1-3/+5
2009-01-17Bump PKGREVISION to 1.seb1-1/+7
For Darwin add dependency on package devel/p5-IO-All required for the platform dependent Perl 5 module Clipboard::Pb.
2009-01-08Initial import of p5-Clipboard-0.09:wiz3-0/+32
Who doesn't remember the first time they learned to copy and paste, and generated an exponentially growing text document? Yes, that's right, clipboards are magical. With Clipboard.pm, this magic is now trivial to access, cross-platformly, from your Perl code.