pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/clipnotify clipnotify: Import clipnotify-1.0.2 as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d08fae21d3df
branches: trunk
changeset: 438888:d08fae21d3df
user: leot <leot%pkgsrc.org@localhost>
date: Fri Sep 11 13:27:43 2020 +0000
description:
clipnotify: Import clipnotify-1.0.2 as x11/clipnotify
clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.
diffstat:
x11/clipnotify/DESCR | 2 ++
x11/clipnotify/Makefile | 23 +++++++++++++++++++++++
x11/clipnotify/PLIST | 3 +++
x11/clipnotify/distinfo | 6 ++++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r bc02138ec853 -r d08fae21d3df x11/clipnotify/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/clipnotify/DESCR Fri Sep 11 13:27:43 2020 +0000
@@ -0,0 +1,2 @@
+clipnotify is a simple program that, using the XFIXES extension to X11,
+waits until a new selection is available and then exits.
diff -r bc02138ec853 -r d08fae21d3df x11/clipnotify/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/clipnotify/Makefile Fri Sep 11 13:27:43 2020 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/09/11 13:27:43 leot Exp $
+
+DISTNAME= clipnotify-1.0.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=cdown/}
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= https://github.com/cdown/clipnotify/
+COMMENT= Notify on new X clipboard events
+LICENSE= public-domain
+
+# Do not hardcode possible X11 {C,LD}FLAGS, they are passed by pkgsrc
+MAKE_FLAGS+= x11_bsd_flags=
+
+INSTALLATION_DIRS= bin share/doc/clipnotify
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/clipnotify ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/clipnotify
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bc02138ec853 -r d08fae21d3df x11/clipnotify/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/clipnotify/PLIST Fri Sep 11 13:27:43 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/11 13:27:43 leot Exp $
+bin/clipnotify
+share/doc/clipnotify/README.md
diff -r bc02138ec853 -r d08fae21d3df x11/clipnotify/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/clipnotify/distinfo Fri Sep 11 13:27:43 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/11 13:27:43 leot Exp $
+
+SHA1 (clipnotify-1.0.2.tar.gz) = fbc64733f702a905ad53711d7eda0e1d32c11a06
+RMD160 (clipnotify-1.0.2.tar.gz) = 8c147ae963b6645315ebc7428b05e4206ecebd7d
+SHA512 (clipnotify-1.0.2.tar.gz) = 52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49
+Size (clipnotify-1.0.2.tar.gz) = 1318 bytes
Home |
Main Index |
Thread Index |
Old Index