[Midnightbsd-cvs] mports: mports/net: add gnome-mud.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 20:56:38 EDT 2008


Log Message:
-----------
add gnome-mud.

Modified Files:
--------------
    mports/net:
        Makefile (r1.80 -> r1.81)

Added Files:
-----------
    mports/net/gnome-mud:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/net/gnome-mud/files:
        patch-configure (r1.1)

-------------- next part --------------
--- /dev/null
+++ net/gnome-mud/pkg-descr
@@ -0,0 +1,6 @@
+GNOME-MUD is a mudclient for GNOME. It offers many features, such
+as full support for ANSI colors, aliases, command history, triggers,
+automapping, multiple connections, and so forth.
+
+WWW: http://amcl.sourceforge.net/
+Author: Robin Ericsson  <lobbin at localhost.nu>
--- /dev/null
+++ net/gnome-mud/pkg-plist
@@ -0,0 +1,48 @@
+bin/gnome-mud
+share/applications/gnome-mud.desktop
+share/gnome-mud/directions.glade
+share/gnome/help/gnome-mud/C/figures/connections-window.png
+share/gnome/help/gnome-mud/C/figures/main-window.png
+share/gnome/help/gnome-mud/C/figures/mudlist-window.png
+share/gnome/help/gnome-mud/C/figures/preferences-window.png
+share/gnome/help/gnome-mud/C/figures/profiles-window.png
+share/gnome/help/gnome-mud/C/gnome-mud-manual.xml
+share/gnome/help/gnome-mud/C/gnome-mud-plugin-api.xml
+share/gnome/help/gnome-mud/C/monitor.py
+share/omf/gnome-mud/gnome-mud-manual-C.omf
+share/omf/gnome-mud/gnome-mud-plugin-api-C.omf
+share/pixmaps/gnome-mud/connection-offline.png
+share/pixmaps/gnome-mud/connection-online.png
+share/pixmaps/gnome-mud/gnome-mud-tray-icon.png
+share/pixmaps/gnome-mud.png
+share/locale/az/LC_MESSAGES/gnome-mud.mo
+share/locale/ca/LC_MESSAGES/gnome-mud.mo
+share/locale/cs/LC_MESSAGES/gnome-mud.mo
+share/locale/de/LC_MESSAGES/gnome-mud.mo
+share/locale/en_CA/LC_MESSAGES/gnome-mud.mo
+share/locale/en_GB/LC_MESSAGES/gnome-mud.mo
+share/locale/es/LC_MESSAGES/gnome-mud.mo
+share/locale/fr/LC_MESSAGES/gnome-mud.mo
+share/locale/hr/LC_MESSAGES/gnome-mud.mo
+share/locale/mk/LC_MESSAGES/gnome-mud.mo
+share/locale/ml/LC_MESSAGES/gnome-mud.mo
+share/locale/nl/LC_MESSAGES/gnome-mud.mo
+share/locale/pa/LC_MESSAGES/gnome-mud.mo
+share/locale/pl/LC_MESSAGES/gnome-mud.mo
+share/locale/pt/LC_MESSAGES/gnome-mud.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-mud.mo
+share/locale/rw/LC_MESSAGES/gnome-mud.mo
+share/locale/sr/LC_MESSAGES/gnome-mud.mo
+share/locale/sr at Latn/LC_MESSAGES/gnome-mud.mo
+share/locale/sv/LC_MESSAGES/gnome-mud.mo
+share/locale/tr/LC_MESSAGES/gnome-mud.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-mud.mo
+ at dirrm share/pixmaps/gnome-mud
+ at dirrm share/omf/gnome-mud
+ at dirrm share/gnome/help/gnome-mud/C/figures
+ at dirrm share/gnome/help/gnome-mud/C
+ at dirrm share/gnome/help/gnome-mud
+ at dirrm share/gnome-mud
+ at dirrmtry share/locale/rw/LC_MESSAGES
+ at dirrmtry share/locale/rw
+ at dirrmtry share/applications
--- /dev/null
+++ net/gnome-mud/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for:	amcl
+# Date created:				15 Apr 2000
+# Whom:					will
+#
+# $MidnightBSD: mports/net/gnome-mud/Makefile,v 1.1 2008/05/31 00:56:36 laffer1 Exp $
+# $FreeBSD: ports/net/gnome-mud/Makefile,v 1.33 2008/03/25 22:44:42 miwi Exp $
+#
+
+PORTNAME=	gnome-mud
+PORTVERSION=	0.10.7
+PORTREVISION=	4
+CATEGORIES=	net gnome
+MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GTK-based MUD client with triggers, aliases, colors, etc
+LICENSE=	gpl2
+
+USE_GETTEXT=	yes
+USE_GNOME=	gnomehack gnometarget gnomeprefix intlhack libgnomeui \
+		pygtk2 vte
+USE_PYTHON=	yes
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--enable-mccp
+INSTALLS_OMF=	yes
+
+MAN6=		gnome-mud.6
+GCONF_SCHEMAS=	gnome-mud.schemas
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/gnome-mud/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-mud-0.10.7.tar.gz) = 77d2501a94a2c713e907a8ac4bb84227
+SHA256 (gnome-mud-0.10.7.tar.gz) = 319f52e7aeda9cc88a940cc67d4a3322393291e6742f35dba360c876d8124611
+SIZE (gnome-mud-0.10.7.tar.gz) = 684775
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.80
retrieving revision 1.81
diff -L net/Makefile -L net/Makefile -u -r1.80 -r1.81
--- net/Makefile
+++ net/Makefile
@@ -16,6 +16,7 @@
     SUBDIR += fping
     SUBDIR += freeradius
     SUBDIR += gnet2
+    SUBDIR += gnome-mud
     SUBDIR += gnome-netstatus
     SUBDIR += gnome-nettool
     SUBDIR += gnome-vnc
--- /dev/null
+++ net/gnome-mud/files/patch-configure
@@ -0,0 +1,82 @@
+--- configure.orig	Thu Feb 12 19:54:58 2004
++++ configure	Thu Feb 19 19:23:13 2004
+@@ -8645,79 +8645,6 @@
+ fi
+ 
+ 
+-echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
+-echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6
+-if test "${ac_cv_lib_c_r_pthread_create+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lc_r  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-/* Override any gcc2 internal prototype to avoid an error.  */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+-   builtin and then its argument prototype would still apply.  */
+-char pthread_create ();
+-int
+-main ()
+-{
+-pthread_create ();
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+-  (eval $ac_link) 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; } &&
+-	 { ac_try='test -s conftest$ac_exeext'
+-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+-  (eval $ac_try) 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  ac_cv_lib_c_r_pthread_create=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_lib_c_r_pthread_create=no
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+-      conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
+-echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6
+-if test $ac_cv_lib_c_r_pthread_create = yes; then
+-  cat >>confdefs.h <<_ACEOF
+-#define HAVE_LIBC_R 1
+-_ACEOF
+-
+-  LIBS="-lc_r $LIBS"
+-
+-fi
+-
+-
+ echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
+ echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
+ if test "${ac_cv_lib_util_openpty+set}" = set; then


More information about the Midnightbsd-cvs mailing list