pkgsrc-WIP-changes archive

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

wip/oneko: import oneko-1.2



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Mon Mar 25 22:55:56 2019 +0000
Changeset:	3381fccb52ce6dcb0265242c6a1a5da7dc7ea294

Modified Files:
	Makefile
Added Files:
	oneko/DESCR
	oneko/Makefile
	oneko/PLIST
	oneko/TODO
	oneko/distinfo

Log Message:
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.

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

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

diffstat:
 Makefile       |  1 +
 oneko/DESCR    |  8 ++++++++
 oneko/Makefile | 25 +++++++++++++++++++++++++
 oneko/PLIST    |  3 +++
 oneko/TODO     |  2 ++
 oneko/distinfo |  1 +
 6 files changed, 40 insertions(+)

diffs:
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@localhost
+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$


Home | Main Index | Thread Index | Old Index