1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add termatrix, emulates Matrix terminal's "green tears" effect.

Approved by:	rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-07-30 04:40:53 +00:00
parent fce5616026
commit 4af0afc7bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196690
4 changed files with 39 additions and 0 deletions

View File

@ -443,6 +443,7 @@
SUBDIR += telbook
SUBDIR += tellico
SUBDIR += tempcontrol
SUBDIR += termatrix
SUBDIR += terraform
SUBDIR += tet
SUBDIR += thailocale

31
misc/termatrix/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
misc/termatrix/distinfo Normal file
View File

@ -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

4
misc/termatrix/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This little software emulates "The Matrix" on your VT-100 compatible
terminal 8^).
WWW: http://lightless.org/other/