pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-Clipboard Initial import of p5-Clipboard-0.09:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c70717ac587
branches:  trunk
changeset: 552749:0c70717ac587
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 08 15:46:49 2009 +0000

description:
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:

 x11/p5-Clipboard/DESCR    |   6 ++++++
 x11/p5-Clipboard/Makefile |  21 +++++++++++++++++++++
 x11/p5-Clipboard/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 4041d8c7fd60 -r 0c70717ac587 x11/p5-Clipboard/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Clipboard/DESCR    Thu Jan 08 15:46:49 2009 +0000
@@ -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 -r 4041d8c7fd60 -r 0c70717ac587 x11/p5-Clipboard/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Clipboard/Makefile Thu Jan 08 15:46:49 2009 +0000
@@ -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@localhost
+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 -r 4041d8c7fd60 -r 0c70717ac587 x11/p5-Clipboard/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Clipboard/distinfo Thu Jan 08 15:46:49 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index