Add support for the Mud Client Compression Protocol (mccp).

Submitted by Nick Nauwelaerts <nick@wanadoo.be>.
This commit is contained in:
naddy 2002-07-23 18:42:00 +00:00
parent 7ad33f9449
commit 8be9b51785
3 changed files with 11 additions and 4 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2002/01/25 13:43:24 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2002/07/23 18:42:00 naddy Exp $
# $FreeBSD: Makefile,v 1.16 1999/02/16 03:06:21 jseger Exp $
COMMENT= "programmable MUD client, with macro support and more"
PKGNAME= tinyfugue-4.0s1p1
PKGNAME= tinyfugue-4.0s1p2
DISTNAME= tf-40s1
CATEGORIES= net games
NEED_VERSION= 1.504
HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/
@ -19,6 +18,10 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
ftp://ftp.demon.co.uk/pub/games/mud/
MASTER_SITES0= http://inphobia.net/openbsd/patches/
PATCHFILES= tf-40s1-mccp-20020717.patch.gz:0
PATCH_DIST_STRIP= -p0
MAKE_ENV= TFVER="${DISTNAME:S/^tf-//}" \
CC="${CC}" TFDEV_CCFLAGS="${CFLAGS}"

View File

@ -1,3 +1,6 @@
MD5 (tf-40s1.tar.gz) = db6fa9a1aac0b7f199567d81c4b5c81d
MD5 (tf-40s1-mccp-20020717.patch.gz) = c57f9b883ca120ccf0e1657d8e9d92a0
RMD160 (tf-40s1.tar.gz) = 2852daa3363bb134f29cc25d3177e9599ecacc1f
RMD160 (tf-40s1-mccp-20020717.patch.gz) = 9f7195f53a8b353810951d98edddb0931d779abc
SHA1 (tf-40s1.tar.gz) = 89ee75d0d8501dd7fe5440c81cf9b294e5ccf746
SHA1 (tf-40s1-mccp-20020717.patch.gz) = a1d67c73d01c4f17fb281fd2030426b619a2f19c

View File

@ -1,4 +1,5 @@
TinyFugue is a powerful, programmable MUD client with macro support
and multi-worlding support and much more.
and multi-worlding support and much more. This version includes
support for the Mud Client Compression Protocol (mccp) as well.
WWW: ${HOMEPAGE}