diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-07-16 03:48:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-07-16 03:48:08 +0000 |
commit | cca669f4fe72b0eb8db6532afd1449efaf1bd822 (patch) | |
tree | d0612bd4a1d1b3d8b35465a9463abed64b2721de /net | |
parent | 88ceb15b56a64661fe44d2afe1b186a1598ccbdb (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-mud/Makefile | 19 | ||||
-rw-r--r-- | net/gnome-mud/distinfo | 6 | ||||
-rw-r--r-- | net/gnome-mud/files/patch-configure | 82 | ||||
-rw-r--r-- | net/gnome-mud/pkg-descr | 2 | ||||
-rw-r--r-- | net/gnome-mud/pkg-plist | 41 |
5 files changed, 30 insertions, 120 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index d65850685515..f6975cdcd15c 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -6,30 +6,27 @@ # PORTNAME= gnome-mud -PORTVERSION= 0.10.7 -PORTREVISION= 11 +PORTVERSION= 0.11.2 CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MUD client with triggers, aliases, colors, etc +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + gnet-2.0.0:${PORTSDIR}/net/gnet2 + +USE_BZIP2= yes +USE_GNOME= gconf2 gnomehack gnomeprefix intlhack libglade2 vte +USE_GSTREAMER= 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 +INSTALLS_ICONS= 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 index a282fa47585e..00ae241de5bc 100644 --- a/net/gnome-mud/distinfo +++ b/net/gnome-mud/distinfo @@ -1,3 +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 +MD5 (gnome-mud-0.11.2.tar.bz2) = 525bd5d935f937c7771e57a83d0cddc0 +SHA256 (gnome-mud-0.11.2.tar.bz2) = d449e1433ab7d8b40bd4133ae6ef25b723f2d2894709094d196a10b930f52b06 +SIZE (gnome-mud-0.11.2.tar.bz2) = 444294 diff --git a/net/gnome-mud/files/patch-configure b/net/gnome-mud/files/patch-configure deleted file mode 100644 index 0b8d36317e96..000000000000 --- a/net/gnome-mud/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- 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 index 5fd7ea837559..def8b61f6cec 100644 --- a/net/gnome-mud/pkg-descr +++ b/net/gnome-mud/pkg-descr @@ -2,4 +2,4 @@ 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/ +WWW: http://live.gnome.org/GnomeMud diff --git a/net/gnome-mud/pkg-plist b/net/gnome-mud/pkg-plist index 07ae39f92ee2..2c0a42716982 100644 --- a/net/gnome-mud/pkg-plist +++ b/net/gnome-mud/pkg-plist @@ -1,24 +1,21 @@ 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 +%%DATADIR%%/directions.glade +%%DATADIR%%/main.glade +%%DATADIR%%/muds.glade +%%DATADIR%%/prefs.glade +share/icons/hicolor/16x16/apps/gnome-mud.png +share/icons/hicolor/22x22/apps/gnome-mud.png +share/icons/hicolor/24x24/apps/gnome-mud.png +share/icons/hicolor/32x32/apps/gnome-mud.png +share/icons/hicolor/scalable/apps/gnome-mud.svg +share/locale/ar/LC_MESSAGES/gnome-mud.mo 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/dz/LC_MESSAGES/gnome-mud.mo +share/locale/el/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 @@ -26,7 +23,10 @@ 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/nb/LC_MESSAGES/gnome-mud.mo +share/locale/ne/LC_MESSAGES/gnome-mud.mo share/locale/nl/LC_MESSAGES/gnome-mud.mo +share/locale/oc/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 @@ -36,13 +36,8 @@ 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/uk/LC_MESSAGES/gnome-mud.mo +share/locale/vi/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 @dirrmtry share/applications +@dirrm %%DATADIR%% |