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@
This commit is contained in:
parent
f1e3e958bf
commit
7bf6811ce2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219831
@ -961,6 +961,7 @@
|
||||
SUBDIR += ttt
|
||||
SUBDIR += tvark
|
||||
SUBDIR += twinkle
|
||||
SUBDIR += twitux
|
||||
SUBDIR += ucarp
|
||||
SUBDIR += udptunnel
|
||||
SUBDIR += ulxmlrpcpp
|
||||
|
30
net/twitux/Makefile
Normal file
30
net/twitux/Makefile
Normal file
@ -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>
|
3
net/twitux/distinfo
Normal file
3
net/twitux/distinfo
Normal file
@ -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
|
3
net/twitux/pkg-descr
Normal file
3
net/twitux/pkg-descr
Normal file
@ -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.
|
30
net/twitux/pkg-plist
Normal file
30
net/twitux/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user