Import twittering-mode-1.0 (github version) as wip/twittering-mode.
Twittering-mode enables you to tweet on Emacsen. - web: http://twmode.sf.net - github: http://github.com/hayamiz/twittering-mode
This commit is contained in:
parent
15a8f0cda3
commit
ea4b949ce8
5 changed files with 59 additions and 0 deletions
4
twittering-mode/DESCR
Normal file
4
twittering-mode/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Twittering-mode enables you to tweet on Emacsen.
|
||||
|
||||
- web: http://twmode.sf.net
|
||||
- github: http://github.com/hayamiz/twittering-mode
|
19
twittering-mode/MESSAGE
Normal file
19
twittering-mode/MESSAGE
Normal file
|
@ -0,0 +1,19 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
|
||||
;; You may set following lines in your init file (~/.emacs etc)
|
||||
;; (add-to-list 'load-path "/path/to/installed/dir") ;; if you need
|
||||
(require 'twittering-mode)
|
||||
(setq twittering-username "your_account_name")
|
||||
;; http://www.emacswiki.org/emacs/TwitteringMode
|
||||
;; Show icons (requires wget)
|
||||
(twittering-icon-mode)
|
||||
;; Update your timeline each 300 seconds (5 minutes)
|
||||
(setq twittering-timer-interval 300)
|
||||
;; Directory to store buddy icons
|
||||
(setq twittering-tmp-dir "/tmp/twittering-tmp-dir")
|
||||
;; sometimes you may need following line
|
||||
(setq twittering-auth-method 'xauth)
|
||||
;; work-around for twitter problem (occasionally you may need this)
|
||||
;; Don't set this for regular use.
|
||||
;; (setq twittering-allow-insecure-server-cert t)
|
||||
===========================================================================
|
33
twittering-mode/Makefile
Normal file
33
twittering-mode/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
|
||||
|
||||
# M-x twittering-mode-version shows twittering-mode-vHEAD,
|
||||
# but just for convenience:
|
||||
DISTNAME= twittering-mode-1.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/hayamiz/twittering-mode/
|
||||
COMMENT= Emacs client for twitter
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GIT_REPOSITORIES= master
|
||||
GIT_REPO.master= https://github.com/hayamiz/twittering-mode.git
|
||||
|
||||
WRKSRC= ${WRKDIR}/twittering-mode
|
||||
NO_BUILD= yes
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
# Avoid single file spread out just under site-lisp directory.
|
||||
# And directory name should get higher precedence, so begins with 'a'.
|
||||
INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files
|
||||
|
||||
BUILD_DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}
|
||||
|
||||
.include "../../wip/mk/git-package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
twittering-mode/PLIST
Normal file
2
twittering-mode/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
|
||||
share/emacs/site-lisp/a-files/twittering-mode.el
|
1
twittering-mode/distinfo
Normal file
1
twittering-mode/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $
|
Loading…
Reference in a new issue