pkgsrc-WIP-changes archive

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

clipnotify: Import clipnotify-1.0.2 as wip/clipnotify



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Aug 2 16:04:45 2020 +0200
Changeset:	3905f1ba440db6a7715ff6f36a129636d64c9dfc

Modified Files:
	Makefile
Added Files:
	clipnotify/DESCR
	clipnotify/Makefile
	clipnotify/PLIST
	clipnotify/distinfo

Log Message:
clipnotify: Import clipnotify-1.0.2 as wip/clipnotify

clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3905f1ba440db6a7715ff6f36a129636d64c9dfc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 clipnotify/DESCR    |  2 ++
 clipnotify/Makefile | 23 +++++++++++++++++++++++
 clipnotify/PLIST    |  3 +++
 clipnotify/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7e26385f2b..78ce7392dc 100644
--- a/Makefile
+++ b/Makefile
@@ -431,6 +431,7 @@ SUBDIR+=	clfswm
 SUBDIR+=	clhep
 SUBDIR+=	cli-git
 SUBDIR+=	clic
+SUBDIR+=	clipnotify
 SUBDIR+=	cliquer
 SUBDIR+=	clisp
 SUBDIR+=	clisp-asdf
diff --git a/clipnotify/DESCR b/clipnotify/DESCR
new file mode 100644
index 0000000000..517a799b65
--- /dev/null
+++ b/clipnotify/DESCR
@@ -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 --git a/clipnotify/Makefile b/clipnotify/Makefile
new file mode 100644
index 0000000000..0afe434dd5
--- /dev/null
+++ b/clipnotify/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+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 --git a/clipnotify/PLIST b/clipnotify/PLIST
new file mode 100644
index 0000000000..4e79a7664d
--- /dev/null
+++ b/clipnotify/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/clipnotify
+share/doc/clipnotify/README.md
diff --git a/clipnotify/distinfo b/clipnotify/distinfo
new file mode 100644
index 0000000000..601b619481
--- /dev/null
+++ b/clipnotify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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