pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nyancat: Remove, imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jul 26 20:04:23 2016 +0200
Changeset: 3d01f74a5740291baa657709d31218c93da3d41e
Removed Files:
nyancat/DESCR
nyancat/Makefile
nyancat/PLIST
nyancat/distinfo
nyancat/patches/patch-Makefile
Log Message:
nyancat: Remove, imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d01f74a5740291baa657709d31218c93da3d41e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nyancat/DESCR | 5 -----
nyancat/Makefile | 16 ----------------
nyancat/PLIST | 3 ---
nyancat/distinfo | 7 -------
nyancat/patches/patch-Makefile | 28 ----------------------------
5 files changed, 59 deletions(-)
diffs:
diff --git a/nyancat/DESCR b/nyancat/DESCR
deleted file mode 100644
index 5299bac..0000000
--- a/nyancat/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index a69e06b..0000000
--- a/nyancat/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $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
-
-INSTALL_MAKE_FLAGS+= MANDIR=${PKGMANDIR}
-
-MANCOMPRESSED= yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/nyancat/PLIST b/nyancat/PLIST
deleted file mode 100644
index 40bc364..0000000
--- a/nyancat/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/nyancat
-man/man1/nyancat.1
diff --git a/nyancat/distinfo b/nyancat/distinfo
deleted file mode 100644
index 260e109..0000000
--- a/nyancat/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$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
-SHA1 (patch-Makefile) = 81ff0d28036fcd24351dffd68e97610d26b17c01
diff --git a/nyancat/patches/patch-Makefile b/nyancat/patches/patch-Makefile
deleted file mode 100644
index 917b2a8..0000000
--- a/nyancat/patches/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Adapt install target for pkgsrc.
-
---- Makefile.orig 2015-11-24 05:05:00.000000000 +0000
-+++ Makefile
-@@ -3,6 +3,9 @@ version = 1.5.1
- tarname = $(package)
- distdir = $(tarname)-$(version)
-
-+DESTDIR?=
-+MANDIR?=share/man
-+
- all clean check nyancat:
- cd src && $(MAKE) $@
-
-@@ -33,7 +36,9 @@ distcheck: $(distdir).tar.gz
- @echo "*** Package $(distdir).tar.gz is ready for distribution."
-
- install: all
-- install src/nyancat /usr/bin/${package}
-- gzip -9 -c < nyancat.1 > /usr/share/man/man1/nyancat.1.gz
-+ install -d $(DESTDIR)$(PREFIX)/bin/
-+ install src/nyancat $(DESTDIR)$(PREFIX)/bin/${package}
-+ install -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
-+ gzip -9 -c < nyancat.1 > $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/nyancat.1.gz
-
- .PHONY: FORCE all clean check dist distcheck install
Home |
Main Index |
Thread Index |
Old Index