Import twittering-mode-3.0.0 as net/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
1592192030
commit
b5e222e123
6 changed files with 97 additions and 0 deletions
4
net/twittering-mode/DESCR
Normal file
4
net/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
net/twittering-mode/MESSAGE
Normal file
19
net/twittering-mode/MESSAGE
Normal file
|
@ -0,0 +1,19 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2013/06/14 13:41:46 mef 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)
|
||||
===========================================================================
|
34
net/twittering-mode/Makefile
Normal file
34
net/twittering-mode/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/06/14 13:41:46 mef Exp $
|
||||
|
||||
DISTNAME= twittering-mode-3.0.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES+= http://sourceforge.net/projects/twmode/files/twittering-mode-3.0.0/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/hayamiz/twittering-mode/
|
||||
COMMENT= Emacs client for twitter
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
# Original shows vHEAD by M-x twittering-mode-version, but it might be nice
|
||||
# to tell a user the version number by this command (mef@).
|
||||
SUBST_CLASSES+= version
|
||||
SUBST_MESSAGE.version= Replace version string 'HEAD' by ${PKGVERSION}
|
||||
SUBST_STAGE.version= post-patch
|
||||
SUBST_FILES.version= twittering-mode.el
|
||||
SUBST_SED.version= -e '/defconst/s,HEAD,${PKGVERSION},'
|
||||
|
||||
.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
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
33
net/twittering-mode/Makefile.~1.6.~
Normal file
33
net/twittering-mode/Makefile.~1.6.~
Normal file
|
@ -0,0 +1,33 @@
|
|||
# $NetBSD: Makefile.~1.6.~,v 1.1 2013/06/14 13:41:46 mef Exp $
|
||||
|
||||
DISTNAME= twittering-mode-3.0.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/hayamiz/twittering-mode/
|
||||
COMMENT= Emacs client for twitter
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
MASTER_SITES+= http://sourceforge.net/projects/twmode/files/twittering-mode-3.0.0/
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_LANGUAGES= # none
|
||||
TEST_TARGET= check
|
||||
|
||||
# Original shows vHEAD by M-x twittering-mode-version, but it might be nice
|
||||
# to tell a user the version number by this command (mef@).
|
||||
SUBST_CLASSES+= version
|
||||
SUBST_MESSAGE.version= Replace version string 'HEAD' by ${PKGVERSION}
|
||||
SUBST_STAGE.version= post-patch
|
||||
SUBST_FILES.version= twittering-mode.el
|
||||
SUBST_SED.version= -e '/defconst/s,HEAD,${PKGVERSION},'
|
||||
|
||||
.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
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
net/twittering-mode/PLIST
Normal file
2
net/twittering-mode/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/06/14 13:41:46 mef Exp $
|
||||
share/emacs/site-lisp/a-files/twittering-mode.el
|
5
net/twittering-mode/distinfo
Normal file
5
net/twittering-mode/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/06/14 13:41:46 mef Exp $
|
||||
|
||||
SHA1 (twittering-mode-3.0.0.tar.gz) = f94b69113ca2cb074f36f2606f099dee13ef8602
|
||||
RMD160 (twittering-mode-3.0.0.tar.gz) = c99e8b6b857c81debbf6edfbb0a1437b8087ad18
|
||||
Size (twittering-mode-3.0.0.tar.gz) = 1363235 bytes
|
Loading…
Reference in a new issue