diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-08 15:46:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-08 15:46:49 +0000 |
commit | b87edbccc61651a9d1a86fe32e31d5dfc7ac09e9 (patch) | |
tree | f6eedf9da91304aaee0fcc21b4d18e5c2ab10da2 /x11 | |
parent | 0189ac3d1c86b49bad5d390613099541f1c49e1a (diff) | |
download | pkgsrc-b87edbccc61651a9d1a86fe32e31d5dfc7ac09e9.tar.gz |
Initial import of p5-Clipboard-0.09:
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Clipboard/DESCR | 6 | ||||
-rw-r--r-- | x11/p5-Clipboard/Makefile | 21 | ||||
-rw-r--r-- | x11/p5-Clipboard/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11/p5-Clipboard/DESCR b/x11/p5-Clipboard/DESCR new file mode 100644 index 00000000000..14ca7dcb012 --- /dev/null +++ b/x11/p5-Clipboard/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile new file mode 100644 index 00000000000..f1ae50f29b1 --- /dev/null +++ b/x11/p5-Clipboard/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/08 15:46:49 wiz Exp $ +# + +DISTNAME= Clipboard-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= x11 perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Clipboard/ +COMMENT= Copy and paste with any OS + +DEPENDS+= p5-Spiffy-[0-9]*:../../devel/p5-Spiffy +DEPENDS+= xclip-[0-9]*:../../x11/xclip + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Clipboard/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-Clipboard/distinfo b/x11/p5-Clipboard/distinfo new file mode 100644 index 00000000000..1e08c904c0c --- /dev/null +++ b/x11/p5-Clipboard/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/08 15:46:49 wiz Exp $ + +SHA1 (Clipboard-0.09.tar.gz) = ff44b197a4a33cac864bb4925e8b9c2e82c2f6e6 +RMD160 (Clipboard-0.09.tar.gz) = 04663e9acada635f2a0e7bfb737b58a2c5e593f4 +Size (Clipboard-0.09.tar.gz) = 15111 bytes |