From 4af0afc7bf62ff961e4c1431abf6383eda40f0e1 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Mon, 30 Jul 2007 04:40:53 +0000 Subject: Add termatrix, emulates Matrix terminal's "green tears" effect. Approved by: rafan (mentor, implicit) --- misc/Makefile | 1 + misc/termatrix/Makefile | 31 +++++++++++++++++++++++++++++++ misc/termatrix/distinfo | 3 +++ misc/termatrix/pkg-descr | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 misc/termatrix/Makefile create mode 100644 misc/termatrix/distinfo create mode 100644 misc/termatrix/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index cddab5c52dae..9d5634445d0f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -443,6 +443,7 @@ SUBDIR += telbook SUBDIR += tellico SUBDIR += tempcontrol + SUBDIR += termatrix SUBDIR += terraform SUBDIR += tet SUBDIR += thailocale diff --git a/misc/termatrix/Makefile b/misc/termatrix/Makefile new file mode 100644 index 000000000000..e4fb12749aec --- /dev/null +++ b/misc/termatrix/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: termatrix +# Date created: 2007/07/30 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= termatrix +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= LOCAL/chinsan \ + http://lightless.org/files/ + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Emulates Matrix terminal's "green tears" effect + +PLIST_FILES= bin/termatrix +PORTDOCS= README + +do-build: + ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/termatrix \ + ${WRKSRC}/termatrix.c ${LDFLAGS} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/termatrix ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include diff --git a/misc/termatrix/distinfo b/misc/termatrix/distinfo new file mode 100644 index 000000000000..249037fb07ce --- /dev/null +++ b/misc/termatrix/distinfo @@ -0,0 +1,3 @@ +MD5 (termatrix-0.2.tar.gz) = bd27aabb2d6b0ae8c23e02464249c042 +SHA256 (termatrix-0.2.tar.gz) = 284821c5bcf743426b7490497b65e7b3025f333eba36f07d8cc84f23f0f85e06 +SIZE (termatrix-0.2.tar.gz) = 8139 diff --git a/misc/termatrix/pkg-descr b/misc/termatrix/pkg-descr new file mode 100644 index 000000000000..870789d1de36 --- /dev/null +++ b/misc/termatrix/pkg-descr @@ -0,0 +1,4 @@ +This little software emulates "The Matrix" on your VT-100 compatible +terminal 8^). + +WWW: http://lightless.org/other/ -- cgit v1.2.3