mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.7.0.
- Better description on pkg-descr. PR: ports/126274 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
This commit is contained in:
parent
f05af49012
commit
f85e5ff85d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218888
3 changed files with 12 additions and 13 deletions
|
@ -5,8 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pidgin-twitter
|
PORTNAME= pidgin-twitter
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.7.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= http://www.honeyplanet.jp/
|
MASTER_SITES= http://www.honeyplanet.jp/
|
||||||
|
|
||||||
|
@ -14,13 +13,15 @@ MAINTAINER= jun-g@daemonfreaks.com
|
||||||
COMMENT= A pidgin plugin to help twitting via pidgin
|
COMMENT= A pidgin plugin to help twitting via pidgin
|
||||||
|
|
||||||
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||||
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
||||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||||
|
|
||||||
USE_GNOME= pkgconfig glib20
|
USE_GNOME= pkgconfig glib20
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
ALL_TARGET= default
|
|
||||||
|
|
||||||
PLIST_FILES= lib/pidgin/pidgin-twitter.so
|
PLIST_FILES= lib/pidgin/pidgin-twitter.so \
|
||||||
|
${DATADIR_REL}/prefs.ui
|
||||||
|
PLIST_DIRS= ${DATADIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pidgin-twitter-0.6.0.tar.gz) = 1aa86de82af9f1e6158fad7f3921d221
|
MD5 (pidgin-twitter-0.7.0.tar.gz) = ec9dd64fbdccbb547bdc3ff109d960af
|
||||||
SHA256 (pidgin-twitter-0.6.0.tar.gz) = e57fd5f2bef0d7821954434fb39b05f4d043c2e617a4b2551f80d95b4bed6c34
|
SHA256 (pidgin-twitter-0.7.0.tar.gz) = 674ce85c3d6bcfd72a2bedfe1ecd68ef675adc2a52581596da5996b61c773ac2
|
||||||
SIZE (pidgin-twitter-0.6.0.tar.gz) = 42359
|
SIZE (pidgin-twitter-0.7.0.tar.gz) = 60730
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
pidgin-twitter is a pidgin plugin to help twittering via pidgin. This
|
pidgin-twitter is a pidgin plugin which provides a lot of useful features
|
||||||
plugin translates any @username and the sender name to the link to the
|
to the users who use pidgin as a front end to post and read twitter messages.
|
||||||
user respectively. pidgin-twitter also can play a sound when an
|
pidgin-twitter supports Twitter, Wassr, and identi.ca now.
|
||||||
incoming message contains any recipient name or sender name which is
|
|
||||||
listed in the each dedicated lists.
|
|
||||||
|
|
||||||
WWW: http://www.honeyplanet.jp/download.html
|
WWW: http://honeyplanet.jp/pidgin-twitter/
|
||||||
|
|
Loading…
Add table
Reference in a new issue