mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Add net/nyancat, an animated, color, ANSI-text telnet server that renders a
loop of the classic nyan cat animation. Feature safe: yes
This commit is contained in:
parent
b7aca68c16
commit
4dc29b34c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293986
5 changed files with 46 additions and 0 deletions
|
@ -433,6 +433,7 @@
|
||||||
SUBDIR += nusoap
|
SUBDIR += nusoap
|
||||||
SUBDIR += nxproxy
|
SUBDIR += nxproxy
|
||||||
SUBDIR += nxserver
|
SUBDIR += nxserver
|
||||||
|
SUBDIR += nyancat
|
||||||
SUBDIR += nylon
|
SUBDIR += nylon
|
||||||
SUBDIR += ohphone
|
SUBDIR += ohphone
|
||||||
SUBDIR += olsrd
|
SUBDIR += olsrd
|
||||||
|
|
27
net/nyancat/Makefile
Normal file
27
net/nyancat/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# New ports collection makefile for: nyancat
|
||||||
|
# Date created: 30 Mar 2012
|
||||||
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= nyancat
|
||||||
|
PORTVERSION= 20120330
|
||||||
|
CATEGORIES= net games
|
||||||
|
MASTER_SITES= CRITICAL
|
||||||
|
|
||||||
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
|
COMMENT= Animated telnet server that renders a loop of the nyan cat animation
|
||||||
|
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
|
SUB_FILES= pkg-message
|
||||||
|
PLIST_FILES= bin/nyancat
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
net/nyancat/distinfo
Normal file
2
net/nyancat/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (nyancat-20120330.tar.gz) = da2cef9f19699c4e2e6fe9b034c36ad4b0f2f3f9a774e9d017d3ff185264b0f1
|
||||||
|
SIZE (nyancat-20120330.tar.gz) = 87006
|
12
net/nyancat/files/pkg-message.in
Normal file
12
net/nyancat/files/pkg-message.in
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
To setup a nyancat telnet server via inetd enable inetd in /etc/rc.conf:
|
||||||
|
|
||||||
|
inetd_enable="YES"
|
||||||
|
|
||||||
|
Add the following lines to /etc/inetd.conf:
|
||||||
|
|
||||||
|
telnet stream tcp nowait nobody %%PREFIX%%/bin/nyancat nyancat -t
|
||||||
|
telnet stream tcp6 nowait nobody %%PREFIX%%/bin/nyancat nyancat -t
|
||||||
|
|
||||||
|
================================================================================
|
4
net/nyancat/pkg-descr
Normal file
4
net/nyancat/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This is an animated, color, ANSI-text telnet server that renders a loop of the
|
||||||
|
classic nyan cat animation.
|
||||||
|
|
||||||
|
WWW: http://miku.acm.uiuc.edu/
|
Loading…
Add table
Reference in a new issue