pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/oneko: Update to 1.2.1
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Sat Jun 1 12:46:19 2019 +0000
Changeset: 2f8bd5a74ce8f484381179134c2826ff9454912f
Modified Files:
oneko/Makefile
oneko/PLIST
oneko/distinfo
Log Message:
wip/oneko: Update to 1.2.1
ChangeLog:
Fri May 31 00:00:00 UTC 2019
Add CMake build system.
Sun Mar 31 16:52:00 UTC 2019
Use M_PI instead of custom Pi definition.
Wed Mar 27 14:00:00 UTC 2019
Standard usage message.
Use getprogname from standard lib (might require libbsd elsewhere).
Tue Mar 26 00:35:00 UTC 2019
Convert man page to mdoc.
Mon Mar 25 23:00:00 UTC 2019
License for new code and for the whole distribution
is now BSD 2-Clause.
release as Oneko-1.2.sakura.6, at least tag it as
a release.
Wed Mar 20 15:00:00 UTC 2019
Maintenance changes to build oneko on NetBSD 8.0.
Add Makefile in BSD format to build it.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f8bd5a74ce8f484381179134c2826ff9454912f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
oneko/Makefile | 20 +++++++-------------
oneko/PLIST | 2 +-
oneko/distinfo | 5 +++++
3 files changed, 13 insertions(+), 14 deletions(-)
diffs:
diff --git a/oneko/Makefile b/oneko/Makefile
index eeeca2bdde..b4dd548bd4 100644
--- a/oneko/Makefile
+++ b/oneko/Makefile
@@ -1,25 +1,19 @@
# $NetBSD$
-DISTNAME= oneko-1.2
-#PKGNAME= oneko-1.2.1
+DISTNAME= 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
+MASTER_SITES= https://d.n0.is/pub/oneko/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= ng0%n0.is@localhost
COMMENT= Neko (cat) or other animals follow your pointer
-LICENSE= 2-clause-bsd
+LICENSE= 2-clause-bsd # and public-domain
-WRKSRC= ${WRKDIR}/oneko
+USE_CMAKE= yes
+USE_LANGUAGES= c
-INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
-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
index 92fe57d3b0..70d5d171e4 100644
--- a/oneko/PLIST
+++ b/oneko/PLIST
@@ -1,3 +1,3 @@
@comment $NetBSD$
bin/oneko
-man/man1/oneko.man
+man/man6/oneko.6
diff --git a/oneko/distinfo b/oneko/distinfo
index c641c554c2..2df40380d0 100644
--- a/oneko/distinfo
+++ b/oneko/distinfo
@@ -1 +1,6 @@
$NetBSD$
+
+SHA1 (oneko-1.2.1.tar.Z) = bbd489cd31b4d02060ab20b4d0e7e3bd8d37d51b
+RMD160 (oneko-1.2.1.tar.Z) = ed0538e0c67945cd386796ab2c69556141c26825
+SHA512 (oneko-1.2.1.tar.Z) = 359c03f10c34419f4ea17bf2464546597a2c78cd0c55dbb4c0363b9fe078f83655020732a36276786bdb6408e5247cb5b9864bdacce8b8e68c84aa412e44482d
+Size (oneko-1.2.1.tar.Z) = 139589 bytes
Home |
Main Index |
Thread Index |
Old Index