pkgsrc-WIP-changes archive

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

Import nyancat-1.5.1 as wip/nyancat



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Fri Jul 22 14:19:13 2016 +0200
Changeset:	50e6b67d7bec9f73aa0ba42fab558f1d06723e64

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

Log Message:
Import nyancat-1.5.1 as wip/nyancat

nyancat is an animated, color, ANSI-text program that renders a loop of
the classic Nyan Cat animation.

nyancat makes use of various ANSI escape sequences to render color, or
in the case of a VT220, simply dumps text to the screen.

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

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

diffstat:
 Makefile         |  1 +
 nyancat/DESCR    |  5 +++++
 nyancat/Makefile | 18 ++++++++++++++++++
 nyancat/PLIST    |  3 +++
 nyancat/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 35879c8..d7635d7 100644
--- a/Makefile
+++ b/Makefile
@@ -2036,6 +2036,7 @@ SUBDIR+=	nuttcp
 SUBDIR+=	nuvie
 SUBDIR+=	nvidia-freebsd
 SUBDIR+=	nx-client-bin
+SUBDIR+=	nyancat
 SUBDIR+=	nzbget
 SUBDIR+=	obconf-qt
 SUBDIR+=	objfw
diff --git a/nyancat/DESCR b/nyancat/DESCR
new file mode 100644
index 0000000..5299bac
--- /dev/null
+++ b/nyancat/DESCR
@@ -0,0 +1,5 @@
+nyancat is an animated, color, ANSI-text program that renders a loop of
+the classic Nyan Cat animation.
+
+nyancat makes use of various ANSI escape sequences to render color, or
+in the case of a VT220, simply dumps text to the screen.
diff --git a/nyancat/Makefile b/nyancat/Makefile
new file mode 100644
index 0000000..90e0aad
--- /dev/null
+++ b/nyancat/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	nyancat-1.5.1
+CATEGORIES=	misc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=klange/}
+
+MAINTAINER=	fred%statdns.com@localhost
+HOMEPAGE=	http://nyancat.dakko.us/
+COMMENT=	Nyancat in your terminal
+LICENSE=	modified-bsd
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/nyancat ${DESTDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/nyancat.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/nyancat/PLIST b/nyancat/PLIST
new file mode 100644
index 0000000..40bc364
--- /dev/null
+++ b/nyancat/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/nyancat
+man/man1/nyancat.1
diff --git a/nyancat/distinfo b/nyancat/distinfo
new file mode 100644
index 0000000..ae9e091
--- /dev/null
+++ b/nyancat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nyancat-1.5.1.tar.gz) = fd59f53f29a7164246c6fe3c29657b65493b7e0c
+RMD160 (nyancat-1.5.1.tar.gz) = d6cef020e4dd7aeed727ed6d95da29b7abaf7e7f
+SHA512 (nyancat-1.5.1.tar.gz) = 0a45bd0b1a9b9f85650a986c7f9f8120441f6b0bd346281fb44a5470382484738e660dffe17b95088332c50b6aed3feb4b2f949f15f37dd9c1b1885f345e157d
+Size (nyancat-1.5.1.tar.gz) = 15124 bytes


Home | Main Index | Thread Index | Old Index