diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-26 01:27:56 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-26 01:27:56 +0800 |
commit | 22c7876e19e452de250a17dfa5a3edd95fdf4da7 (patch) | |
tree | 97975a98bd8209d5756304c7c214d715e8bf04e4 | |
parent | 5964ee5c1843fd03024eaeb1f1c1e4d660c7a17f (diff) | |
download | freebsd-ports-gnome-22c7876e19e452de250a17dfa5a3edd95fdf4da7.tar.gz freebsd-ports-gnome-22c7876e19e452de250a17dfa5a3edd95fdf4da7.tar.zst freebsd-ports-gnome-22c7876e19e452de250a17dfa5a3edd95fdf4da7.zip |
Add libmxp, a parser for the MUD eXtension protocol
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/libmxp/Makefile | 19 | ||||
-rw-r--r-- | net/libmxp/distinfo | 3 | ||||
-rw-r--r-- | net/libmxp/pkg-descr | 4 | ||||
-rw-r--r-- | net/libmxp/pkg-plist | 6 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d37176755ad2..88a451b1cb05 100644 --- a/net/Makefile +++ b/net/Makefile @@ -254,6 +254,7 @@ SUBDIR += libexosip2 SUBDIR += libgnetwork SUBDIR += libmms + SUBDIR += libmxp SUBDIR += libnet SUBDIR += libnet-devel SUBDIR += libnet10 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 |