From 3381fccb52ce6dcb0265242c6a1a5da7dc7ea294 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 25 Mar 2019 22:55:56 +0000 Subject: [PATCH] wip/oneko: import oneko-1.2 Oneko displays a cat that chases your ``mouse'' cursor around the desktop. Command line options let you select an optional dog, tora (cat with stripes), or BSD Daemon. The word ``neko'' means ``cat'' in Japanese. Based on xneko by Masayuki Koba, modified by Tatsuya Kato, maintained by ng0. This oneko differs from pkgsrc oneko by: added patches, started maintenance cleanup, Buildsystem change. --- Makefile | 1 + oneko/DESCR | 8 ++++++++ oneko/Makefile | 25 +++++++++++++++++++++++++ oneko/PLIST | 3 +++ oneko/TODO | 2 ++ oneko/distinfo | 1 + 6 files changed, 40 insertions(+) create mode 100644 oneko/DESCR create mode 100644 oneko/Makefile create mode 100644 oneko/PLIST create mode 100644 oneko/TODO create mode 100644 oneko/distinfo diff --git a/Makefile b/Makefile index d6fe1b56d7..931ca4ea9b 100644 --- a/Makefile +++ b/Makefile @@ -2417,6 +2417,7 @@ SUBDIR+= okular SUBDIR+= olsrd SUBDIR+= omega SUBDIR+= omnispeak +SUBDIR+= oneko SUBDIR+= oneloop SUBDIR+= oolite SUBDIR+= oops diff --git a/oneko/DESCR b/oneko/DESCR new file mode 100644 index 0000000000..7668ec0218 --- /dev/null +++ b/oneko/DESCR @@ -0,0 +1,8 @@ +Oneko displays a cat that chases your ``mouse'' cursor around the +desktop. Command line options let you select an optional dog, tora +(cat with stripes), or BSD Daemon. + +The word ``neko'' means ``cat'' in Japanese. + +Based on xneko by Masayuki Koba, modified by Tatsuya Kato, +maintained by ng0. diff --git a/oneko/Makefile b/oneko/Makefile new file mode 100644 index 0000000000..eeeca2bdde --- /dev/null +++ b/oneko/Makefile @@ -0,0 +1,25 @@ +# $NetBSD$ + +DISTNAME= oneko-1.2 +#PKGNAME= oneko-1.2.1 +CATEGORIES= x11 games +GIT_REPOSITORIES= oneko +GIT_REPO.oneko= https://c.n0.is/git/oneko.git +#MASTER_SITES= https://d.n0.is/pub/oneko/ +#EXTRACT_SUFX= .pax.Z + +MAINTAINER= ng0@n0.is +COMMENT= Neko (cat) or other animals follow your pointer +LICENSE= 2-clause-bsd + +WRKSRC= ${WRKDIR}/oneko + +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/oneko ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/oneko.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + +.include "../../x11/libXext/buildlink3.mk" +.include "../../wip/mk/git-package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/oneko/PLIST b/oneko/PLIST new file mode 100644 index 0000000000..92fe57d3b0 --- /dev/null +++ b/oneko/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD$ +bin/oneko +man/man1/oneko.man diff --git a/oneko/TODO b/oneko/TODO new file mode 100644 index 0000000000..94cbb6d0cf --- /dev/null +++ b/oneko/TODO @@ -0,0 +1,2 @@ +* As upstream, fix up proper buildsystem and man page so that pkgsrc + lint does not complain anymore. Make a tarball once this is done. diff --git a/oneko/distinfo b/oneko/distinfo new file mode 100644 index 0000000000..c641c554c2 --- /dev/null +++ b/oneko/distinfo @@ -0,0 +1 @@ +$NetBSD$