aboutsummaryrefslogtreecommitdiff
path: root/net/libmxp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-02-25 17:27:56 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-02-25 17:27:56 +0000
commit74ee36752563c822893e6fc47b1bb0e1e794ead0 (patch)
treedfc2b92513b714e82151ead9960aa5d46ba72b72 /net/libmxp
parent323ff53212d00e4de5d0277c2616d6145d9e1757 (diff)
downloadports-74ee36752563c822893e6fc47b1bb0e1e794ead0.tar.gz
ports-74ee36752563c822893e6fc47b1bb0e1e794ead0.zip
Add libmxp, a parser for the MUD eXtension protocol
Notes
Notes: svn path=/head/; revision=185910
Diffstat (limited to 'net/libmxp')
-rw-r--r--net/libmxp/Makefile19
-rw-r--r--net/libmxp/distinfo3
-rw-r--r--net/libmxp/pkg-descr4
-rw-r--r--net/libmxp/pkg-plist6
4 files changed, 32 insertions, 0 deletions
diff --git a/net/libmxp/Makefile b/net/libmxp/Makefile
new file mode 100644
index 000000000000..43190d06a477
--- /dev/null
+++ b/net/libmxp/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: libmxp
+# Date created: 2007-02-25
+# Whom: Michael Nottebrock <lofi@kiste>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmxp
+PORTVERSION= 0.2.2
+CATEGORIES= net
+MASTER_SITES= http://www.kmuddy.com/libmxp/files/
+
+MAINTAINER= lofi@freebsd.org
+COMMENT= Parser for the MUD eXtension protocol
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/net/libmxp/distinfo b/net/libmxp/distinfo
new file mode 100644
index 000000000000..69782af955ae
--- /dev/null
+++ b/net/libmxp/distinfo
@@ -0,0 +1,3 @@
+MD5 (libmxp-0.2.2.tar.gz) = 7e68db505f6891b25109eb8f21d180d0
+SHA256 (libmxp-0.2.2.tar.gz) = 54934b7db14683f5e9499bc3ac023c5e3bca443571963c1683e04fa742a27c7a
+SIZE (libmxp-0.2.2.tar.gz) = 418199
diff --git a/net/libmxp/pkg-descr b/net/libmxp/pkg-descr
new file mode 100644
index 000000000000..171f6db6d130
--- /dev/null
+++ b/net/libmxp/pkg-descr
@@ -0,0 +1,4 @@
+The MXP library implements the parser for the MUD eXtension protocol. This
+protocol aims to provide a better experience for MUD players.
+
+WWW: http://www.kmuddy.com/libmxp/
diff --git a/net/libmxp/pkg-plist b/net/libmxp/pkg-plist
new file mode 100644
index 000000000000..44e235a16c06
--- /dev/null
+++ b/net/libmxp/pkg-plist
@@ -0,0 +1,6 @@
+include/libmxp/libmxp.h
+lib/libmxp.a
+lib/libmxp.la
+lib/libmxp.so
+lib/libmxp.so.0
+@dirrm include/libmxp