summaryrefslogtreecommitdiffstats
path: root/net/gnome-mud
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 01:23:57 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 01:23:57 +0800
commit71b8934e32a67a5b445b0bcb08ca55f70d696841 (patch)
treeb1cf6d34c2185d1fc1874ef24048cf55776c80f3 /net/gnome-mud
parent2084883ea11d55197ceac371510c1422e667d5a1 (diff)
downloadmarcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.gz
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.bz2
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.lz
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.xz
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.zst
marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9356 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-mud')
-rw-r--r--net/gnome-mud/Makefile37
-rw-r--r--net/gnome-mud/distinfo3
-rw-r--r--net/gnome-mud/files/patch-configure82
-rw-r--r--net/gnome-mud/pkg-descr8
-rw-r--r--net/gnome-mud/pkg-plist47
5 files changed, 177 insertions, 0 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile
new file mode 100644
index 000000000..01c7a9d30
--- /dev/null
+++ b/net/gnome-mud/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: amcl
+# Date created: 15 Apr 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+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@FreeBSD.org
+COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
+
+USE_X_PREFIX= yes
+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>
diff --git a/net/gnome-mud/distinfo b/net/gnome-mud/distinfo
new file mode 100644
index 000000000..a282fa475
--- /dev/null
+++ b/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
diff --git a/net/gnome-mud/files/patch-configure b/net/gnome-mud/files/patch-configure
new file mode 100644
index 000000000..0b8d36317
--- /dev/null
+++ b/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
diff --git a/net/gnome-mud/pkg-descr b/net/gnome-mud/pkg-descr
new file mode 100644
index 000000000..9cf3c9f60
--- /dev/null
+++ b/net/gnome-mud/pkg-descr
@@ -0,0 +1,8 @@
+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@localhost.nu>
+
+- Will <andrews@technologist.com>
diff --git a/net/gnome-mud/pkg-plist b/net/gnome-mud/pkg-plist
new file mode 100644
index 000000000..37dfc4e59
--- /dev/null
+++ b/net/gnome-mud/pkg-plist
@@ -0,0 +1,47 @@
+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@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
+@dirrm share/pixmaps/gnome-mud
+@dirrm share/omf/gnome-mud
+@dirrm share/gnome/help/gnome-mud/C/figures
+@dirrm share/gnome/help/gnome-mud/C
+@dirrm share/gnome/help/gnome-mud
+@dirrm share/gnome-mud
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw