diff --git a/twittering-mode/DESCR b/twittering-mode/DESCR new file mode 100644 index 0000000000..e4a414bcaf --- /dev/null +++ b/twittering-mode/DESCR @@ -0,0 +1,4 @@ +Twittering-mode enables you to tweet on Emacsen. + +- web: http://twmode.sf.net +- github: http://github.com/hayamiz/twittering-mode diff --git a/twittering-mode/MESSAGE b/twittering-mode/MESSAGE new file mode 100644 index 0000000000..f20e872397 --- /dev/null +++ b/twittering-mode/MESSAGE @@ -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) +=========================================================================== diff --git a/twittering-mode/Makefile b/twittering-mode/Makefile new file mode 100644 index 0000000000..c9222763e4 --- /dev/null +++ b/twittering-mode/Makefile @@ -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" diff --git a/twittering-mode/PLIST b/twittering-mode/PLIST new file mode 100644 index 0000000000..3fb25b326e --- /dev/null +++ b/twittering-mode/PLIST @@ -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 diff --git a/twittering-mode/distinfo b/twittering-mode/distinfo new file mode 100644 index 0000000000..c663011f45 --- /dev/null +++ b/twittering-mode/distinfo @@ -0,0 +1 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/07/21 00:52:22 makoto Exp $