pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add mud client tintin++
Module Name: pkgsrc-wip
Committed By: KFL <kludev%gmail.com@localhost>
Pushed By: klu
Date: Thu Aug 18 22:11:09 2022 -0700
Changeset: 5b961c0c13ec41cd933d0574d6386420ca5e5370
Added Files:
tintin++/DESCR
tintin++/Makefile
tintin++/PLIST
tintin++/distinfo
Log Message:
Add mud client tintin++
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b961c0c13ec41cd933d0574d6386420ca5e5370
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tintin++/DESCR | 5 +++++
tintin++/Makefile | 19 +++++++++++++++++++
tintin++/PLIST | 2 ++
tintin++/distinfo | 5 +++++
4 files changed, 31 insertions(+)
diffs:
diff --git a/tintin++/DESCR b/tintin++/DESCR
new file mode 100644
index 0000000000..ec2f4ffb88
--- /dev/null
+++ b/tintin++/DESCR
@@ -0,0 +1,5 @@
+TinTin++ is a command line MUD client which features support for TELNET, PCRE,
+UTF-8, SSL, VT100, IPv6, the dynamic TINTIN scripting language, a comprensive
+trigger system, and several other features geared towards mudding, scripting,
+shell-scripting, text processing, automation, interprocess communication,
+redirection, xterm terminal emulation, and multiplexing / demultiplexing.
diff --git a/tintin++/Makefile b/tintin++/Makefile
new file mode 100644
index 0000000000..5841230c1e
--- /dev/null
+++ b/tintin++/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_PROJECT= tintin
+DISTNAME= tintin-2.02.20
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=scandum/}
+GITHUB_RELEASE= 2.02.20
+
+MAINTAINER= kludev%gmail.com@localhost
+HOMEPAGE= https://github.com/scandum/tintin/
+COMMENT= Free Mud client for Android, iOS, Linux, Mac OS X and Windows
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/tt/src
+HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tintin++/PLIST b/tintin++/PLIST
new file mode 100644
index 0000000000..2a45f1f4b7
--- /dev/null
+++ b/tintin++/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/tt++
diff --git a/tintin++/distinfo b/tintin++/distinfo
new file mode 100644
index 0000000000..69ccaa03a1
--- /dev/null
+++ b/tintin++/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tintin-2.02.20.tar.gz) = 09fbebc59112547c5d5a17ff1f31b6eb35ce2c80d8426302eb16712e1efc7e1c
+SHA512 (tintin-2.02.20.tar.gz) = 41e46f55bf88bee58638d1628edda338b9fbbd0197c67dfa8b0610ea58aacdd1039f36e9c3393bc34599a506278538c8782c0ea09ef1fadb6dc6db203bbe359d
+Size (tintin-2.02.20.tar.gz) = 2258013 bytes
Home |
Main Index |
Thread Index |
Old Index