From 7bf6811ce2f08e503400befdf9374ad39311a3cc Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Thu, 4 Sep 2008 12:10:03 +0000 Subject: [PATCH] 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@ --- net/Makefile | 1 + net/twitux/Makefile | 30 ++++++++++++++++++++++++++++++ net/twitux/distinfo | 3 +++ net/twitux/pkg-descr | 3 +++ net/twitux/pkg-plist | 30 ++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 net/twitux/Makefile create mode 100644 net/twitux/distinfo create mode 100644 net/twitux/pkg-descr create mode 100644 net/twitux/pkg-plist diff --git a/net/Makefile b/net/Makefile index e776db8df26e..a026553c489e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -961,6 +961,7 @@ SUBDIR += ttt SUBDIR += tvark SUBDIR += twinkle + SUBDIR += twitux SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += ulxmlrpcpp 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 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