Thu Dec 2 12:35:26 2010 UTC ()
Update to 0.13:

---
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.


(wiz)
diff -r1.4 -r1.5 pkgsrc/x11/p5-Clipboard/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/x11/p5-Clipboard/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/p5-Clipboard/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/p5-Clipboard/Makefile 2010/08/21 16:37:13 1.4
+++ pkgsrc/x11/p5-Clipboard/Makefile 2010/12/02 12:35:26 1.5
@@ -1,29 +1,22 @@ @@ -1,29 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2010/08/21 16:37:13 seb Exp $ 1# $NetBSD: Makefile,v 1.5 2010/12/02 12:35:26 wiz Exp $
2# 2#
3 3
4DISTNAME= Clipboard-0.09 4DISTNAME= Clipboard-0.13
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= x11 perl5 6CATEGORIES= x11 perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Clipboard/ 10HOMEPAGE= http://search.cpan.org/dist/Clipboard/
12COMMENT= Copy and paste with any OS 11COMMENT= Copy and paste with any OS
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18.include "../../mk/bsd.prefs.mk" 
19.if ${OPSYS} == "Darwin" 
20DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All 
21.endif 
22 
23DEPENDS+= p5-Spiffy-[0-9]*:../../devel/p5-Spiffy 
24DEPENDS+= xclip-[0-9]*:../../x11/xclip 17DEPENDS+= xclip-[0-9]*:../../x11/xclip
25 18
26PERL5_PACKLIST= auto/Clipboard/.packlist 19PERL5_PACKLIST= auto/Clipboard/.packlist
27 20
28.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/p5-Clipboard/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/p5-Clipboard/distinfo 2009/01/08 15:46:49 1.1.1.1
+++ pkgsrc/x11/p5-Clipboard/distinfo 2010/12/02 12:35:26 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/01/08 15:46:49 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2010/12/02 12:35:26 wiz Exp $
2 2
3SHA1 (Clipboard-0.09.tar.gz) = ff44b197a4a33cac864bb4925e8b9c2e82c2f6e6 3SHA1 (Clipboard-0.13.tar.gz) = d3ebf93947c438dc7c33b3dcd5d7d380d366a1e4
4RMD160 (Clipboard-0.09.tar.gz) = 04663e9acada635f2a0e7bfb737b58a2c5e593f4 4RMD160 (Clipboard-0.13.tar.gz) = 01cd96cc0981340ba4544d4aee2f7ab854fe2ec9
5Size (Clipboard-0.09.tar.gz) = 15111 bytes 5Size (Clipboard-0.13.tar.gz) = 21616 bytes