diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-09-04 20:10:03 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-09-04 20:10:03 +0800 |
commit | 9db93461d945c3ffc4936c099898c97233586f0a (patch) | |
tree | 2801cdf724148db35ecebbdffd6a837d55907286 /net/twitux | |
parent | 00ad92b732b5bec4df6ac63ccf9c5fbd25940bc0 (diff) | |
download | freebsd-ports-gnome-9db93461d945c3ffc4936c099898c97233586f0a.tar.gz freebsd-ports-gnome-9db93461d945c3ffc4936c099898c97233586f0a.tar.zst freebsd-ports-gnome-9db93461d945c3ffc4936c099898c97233586f0a.zip |
Twitux is a very simple GNOME client for Twitter. It handles private
messages, friends and public timelines, and just sits in your tray bar
until until new messages arrive.
PR: ports/126910
Submitted by: Arnaud Berthomier
Thanks to: miwi@
Diffstat (limited to 'net/twitux')
-rw-r--r-- | net/twitux/Makefile | 30 | ||||
-rw-r--r-- | net/twitux/distinfo | 3 | ||||
-rw-r--r-- | net/twitux/pkg-descr | 3 | ||||
-rw-r--r-- | net/twitux/pkg-plist | 30 |
4 files changed, 66 insertions, 0 deletions
diff --git a/net/twitux/Makefile b/net/twitux/Makefile new file mode 100644 index 000000000000..5d764afc54d9 --- /dev/null +++ b/net/twitux/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: twitux +# Date created: 25 August 2008 +# Whom: Arnaud Berthomier +# +# $FreeBSD$ +# + +PORTNAME= twitux +PORTVERSION= 0.62 +CATEGORIES= net +MASTER_SITES= SF + +MAINTAINER= oz@cyprio.net +COMMENT= GNOME client for Twitter + +LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ + sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ + notify.1:${PORTSDIR}/devel/libnotify + +USE_XORG= x11 +USE_GNOME= glib20 gtk20 gconf2 libxml2 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GETTEXT= yes +CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" +GCONF_SCHEMAS= twitux.schemas +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/net/twitux/distinfo b/net/twitux/distinfo new file mode 100644 index 000000000000..8c8223910a13 --- /dev/null +++ b/net/twitux/distinfo @@ -0,0 +1,3 @@ +MD5 (twitux-0.62.tar.bz2) = ed9d5c66aa5dfb88bff8269fa2c4e3ce +SHA256 (twitux-0.62.tar.bz2) = 09fe27c5643cb9b2ba537c8e07aceda53a09e607243b94c8e5b6a78d40b2a1ff +SIZE (twitux-0.62.tar.bz2) = 369539 diff --git a/net/twitux/pkg-descr b/net/twitux/pkg-descr new file mode 100644 index 000000000000..e198d77a4aed --- /dev/null +++ b/net/twitux/pkg-descr @@ -0,0 +1,3 @@ +Twitux is a very simple GNOME client for Twitter. It handles private +messages, friends and public timelines, and just sits in your tray bar +until until new messages arrive. diff --git a/net/twitux/pkg-plist b/net/twitux/pkg-plist new file mode 100644 index 000000000000..4d58a153e493 --- /dev/null +++ b/net/twitux/pkg-plist @@ -0,0 +1,30 @@ +bin/twitux +lib/locale/de/LC_MESSAGES/twitux.mo +lib/locale/es/LC_MESSAGES/twitux.mo +lib/locale/fr/LC_MESSAGES/twitux.mo +lib/locale/pt/LC_MESSAGES/twitux.mo +lib/locale/sv/LC_MESSAGES/twitux.mo +share/applications/twitux.desktop +share/icons/hicolor/48x48/apps/twitux.png +share/icons/hicolor/scalable/apps/twitux.svg +share/twitux/account_dlg.xml +share/twitux/add_friend_dlg.xml +share/twitux/lists_dlg.xml +share/twitux/main_window.xml +share/twitux/prefs_dlg.xml +share/twitux/send_message_dlg.xml +share/twitux/spell_dlg.xml +share/twitux/tray_menu.xml +@dirrm share/twitux +@dirrmtry lib/locale/sv/LC_MESSAGES +@dirrmtry lib/locale/de/LC_MESSAGES +@dirrmtry lib/locale/es/LC_MESSAGES +@dirrmtry lib/locale/fr/LC_MESSAGES +@dirrmtry lib/locale/pt/LC_MESSAGES +@dirrmtry lib/locale/de +@dirrmtry lib/locale/es +@dirrmtry lib/locale/fr +@dirrmtry lib/locale/pt +@dirrmtry lib/locale/sv +@dirrmtry lib/locale +@dirrmtry share/applications |