Update to twirssi-2.5.1.
This commit is contained in:
parent
c3ccdbcdc9
commit
21b01e35bb
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/11/17 23:52:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/08 13:38:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= Twitter script for irssi
|
||||
|
||||
V= 2.5.0
|
||||
V= 2.5.1
|
||||
DISTNAME= twirssi-$V
|
||||
CATEGORIES= net
|
||||
|
||||
@ -11,7 +11,6 @@ HOMEPAGE= http://www.twirssi.com/
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
@ -19,14 +18,14 @@ EXTRACT_ONLY=
|
||||
EXTRACT_SUFX= .pl
|
||||
|
||||
RUN_DEPENDS= net/irssi \
|
||||
net/p5-Net-Twitter
|
||||
net/p5-Net-Twitter \
|
||||
www/p5-WWW-Shorten
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
SCRIPT_DATA_DIR= ${PREFIX}/share/twirssi
|
||||
|
||||
SUBST_VARS= SCRIPT_DATA_DIR
|
||||
|
||||
do-install:
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (twirssi-2.5.0.pl) = VMOM4QsWnbfbVbTV8FIYwg==
|
||||
RMD160 (twirssi-2.5.0.pl) = fhJBvY+kYWKk+U4fTGMLNPrGRIY=
|
||||
SHA1 (twirssi-2.5.0.pl) = j8ezPlMU1JZ5x4Yz31iJILCs51A=
|
||||
SHA256 (twirssi-2.5.0.pl) = YDRlyX4QrQtS8PZibMXduGeoE0e0fSLVN6E88SJlFj4=
|
||||
SIZE (twirssi-2.5.0.pl) = 76585
|
||||
SHA256 (twirssi-2.5.1.pl) = RhkuRPEyPNIocoa59dbmgY/u+3UJQPRfYGFujFldBuA=
|
||||
SIZE (twirssi-2.5.1.pl) = 136983
|
||||
|
@ -1,7 +0,0 @@
|
||||
To use twirssi, create a symlink in the irssi scripts directory:
|
||||
|
||||
$ mkdir ~/.irssi/scripts
|
||||
$ ln -sf ${SCRIPT_DATA_DIR}/twirssi.pl ~/.irssi/scripts
|
||||
|
||||
In order to shorten URLs, it's advised to install p5-WWW-Shorten
|
||||
and set twirssi_always_shorten and short_url_provider accordingly.
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/05 21:17:14 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/03/08 13:38:25 ajacoutot Exp $
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/twirssi/
|
||||
share/twirssi/twirssi.pl
|
||||
|
22
net/twirssi/pkg/README
Normal file
22
net/twirssi/pkg/README
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: README,v 1.1 2013/03/08 13:38:25 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
To use twirssi, create a symlink in the irssi scripts directory:
|
||||
$ mkdir ~/.irssi/scripts
|
||||
$ ln -sf ${SCRIPT_DATA_DIR}/twirssi.pl ~/.irssi/scripts
|
||||
|
||||
Then start irssi(1) and:
|
||||
load the script: /script load twirssi.pl
|
||||
login to Twitter: /twitter_login <username> <password>
|
||||
then follow the instructions.
|
||||
|
||||
You can store your username and password configuration by running the
|
||||
following commands from an irssi(1) window:
|
||||
/set twitter_usernames <username>
|
||||
/set twitter_passwords <yourpassword>
|
||||
|
||||
More information is available at:
|
||||
http://www.twirssi.com/?using
|
Loading…
Reference in New Issue
Block a user