[60858] trunk/dports/net

blb at macports.org blb at macports.org
Wed Nov 25 12:51:44 PST 2009


Revision: 60858
          http://trac.macports.org/changeset/60858
Author:   blb at macports.org
Date:     2009-11-25 12:51:42 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
New port - net/tintinxx, ncurses-based MUD client with triggers, aliases, colors; ticket #22155

Added Paths:
-----------
    trunk/dports/net/tintinxx/
    trunk/dports/net/tintinxx/Portfile

Added: trunk/dports/net/tintinxx/Portfile
===================================================================
--- trunk/dports/net/tintinxx/Portfile	                        (rev 0)
+++ trunk/dports/net/tintinxx/Portfile	2009-11-25 20:51:42 UTC (rev 60858)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+name                tintinxx
+version             1.99.8
+categories          net games
+platforms           darwin
+maintainers         otherware.org:nefar
+
+description         ncurses-based MUD client with triggers, aliases, colors
+
+long_description    TinTin++, aka TT++, is a free Mud client for Windows, \
+                    Linux, and Mac OS X. A Windows / Vista port named WinTin++, \
+                    using the PuTTY terminal, is available for those who do not \
+                    use Cygwin (A Linux/Unix emulator for Windows). Besides \
+                    MUDs (which are free online text games), TinTin++ can also \
+                    be used as a client to play MUSH, MUCK, MOO, MU*, or Rogue \
+                    games, which are online text game variants. Connecting to a \
+                    Linux server or a telnet BBS is possible as well.
+
+distname            tintin-${version}
+worksrcdir          tt/src
+homepage            http://tintin.sourceforge.net/index.php
+master_sites        http://tintin-mud-client.googlecode.com/files
+checksums           md5     700314e08d41ef5deb0884bfb17baab8 \
+                    sha1    8a59535aa16845ff11d1799e6bb9d2ba65fab9bd \
+                    rmd160  a4afce64305cff856a9337d5a257f22c8cf5d63b
+configure.args      --includedir=${prefix}/include
+depends_lib         port:ncursesw port:pcre
+
+destroot {
+  xinstall -m 755 ${worksrcpath}/tt++ ${destroot}${prefix}/bin
+  set doc_dest_dir ${destroot}${prefix}/share/doc/tintin++-${version}
+  file mkdir -p $doc_dest_dir
+  xinstall ${workpath}/tt/docs/tintin19.txt $doc_dest_dir
+}


Property changes on: trunk/dports/net/tintinxx/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091125/f44c35ca/attachment.html>


More information about the macports-changes mailing list