From 1c39d223b7d6d9230f3b10bcc55dffff6431035a Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 30 Dec 2001 19:24:46 +0000 Subject: add cave 0.3 Character Animation Viewer for Everyone --- misc/Makefile | 1 + misc/cave/Makefile | 28 ++++++++++++++++++++++++++++ misc/cave/distinfo | 1 + misc/cave/pkg-comment | 1 + misc/cave/pkg-descr | 5 +++++ misc/cave/pkg-plist | 1 + 6 files changed, 37 insertions(+) create mode 100644 misc/cave/Makefile create mode 100644 misc/cave/distinfo create mode 100644 misc/cave/pkg-comment create mode 100644 misc/cave/pkg-descr create mode 100644 misc/cave/pkg-plist diff --git a/misc/Makefile b/misc/Makefile index 6d549b31f948..273ddbd1e2ca 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -33,6 +33,7 @@ SUBDIR += brs SUBDIR += buffer SUBDIR += cassowary + SUBDIR += cave SUBDIR += cheatah SUBDIR += chord SUBDIR += cmatrix diff --git a/misc/cave/Makefile b/misc/cave/Makefile new file mode 100644 index 000000000000..6ca3a6ed90c4 --- /dev/null +++ b/misc/cave/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: cave +# Date created: Dec 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cave +PORTVERSION= 0.3 +CATEGORIES= misc +MASTER_SITES= http://m-net.arbornet.org/~bjk/cave/download/ + +MAINTAINER= ports@FreeBSD.org + +MAN1= cave.1 + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +pre-install: + @${GZIP_CMD} -d ${WRKSRC}/${MAN1}.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.include diff --git a/misc/cave/distinfo b/misc/cave/distinfo new file mode 100644 index 000000000000..a9c4f2410780 --- /dev/null +++ b/misc/cave/distinfo @@ -0,0 +1 @@ +MD5 (cave-0.3.tar.gz) = fdd724cea37df892f3cd3a5b84fd0345 diff --git a/misc/cave/pkg-comment b/misc/cave/pkg-comment new file mode 100644 index 000000000000..74edecbceff9 --- /dev/null +++ b/misc/cave/pkg-comment @@ -0,0 +1 @@ +Character Animation Viewer for Everyone diff --git a/misc/cave/pkg-descr b/misc/cave/pkg-descr new file mode 100644 index 000000000000..bd85d439a6e3 --- /dev/null +++ b/misc/cave/pkg-descr @@ -0,0 +1,5 @@ +CAVE (Character Animation Viewer for Everyone) is an ascii animation viewer. +It uses (n)curses for it's interface so you'll need to have those libraries +installed. + +WWW: http://arbornet.org/~bjk/cave/ diff --git a/misc/cave/pkg-plist b/misc/cave/pkg-plist new file mode 100644 index 000000000000..2dbcb92e51e0 --- /dev/null +++ b/misc/cave/pkg-plist @@ -0,0 +1 @@ +bin/cave -- cgit v1.2.3