debian/0000755000000000000000000000000012162710647007174 5ustar debian/source/0000755000000000000000000000000012162220423010460 5ustar debian/source/format0000644000000000000000000000001412162220423011666 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007512162220423010213 0ustar version=3 http://sf.net/twmode/twittering-mode-(.*)\.tar\.gz debian/emacsen-remove0000644000000000000000000000041112162220423012005 0ustar #!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/twittering-mode FLAVOR=$1 PACKAGE=twittering-mode if [ ${FLAVOR} != emacs ]; then echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi debian/emacsen-startup0000644000000000000000000000156712162220423012227 0ustar ;; -*-emacs-lisp-*- ;; ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50twittering-mode.el ;; for the Debian twittering-mode package ;; ;; Originally contributed by Nils Naumann ;; Modified by Dirk Eddelbuettel ;; Adapted for dh-make by Jim Van Zandt ;; The twittering-mode package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: (let ((package-dir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/twittering-mode"))) (if (fboundp 'debian-pkg-add-load-path-item) (debian-pkg-add-load-path-item package-dir))) debian/copyright0000644000000000000000000001176312162220423011123 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: twittering-mode Source: http://twmode.sf.net/ Files: twittering-mode.el Copyright: 2007, 2009, 2010 Yuto Hayamizu 2008 Tsuyoshi CHO 2003 Kazu Yamamoto 2004 Yoshifumi Nishida 1994-2009 Mew developing team. 1998-2001 2003 Yuuichi Teranishi License: GPL-2.0+ Files: test.el Copyright: 2008 Wang Liang License: GPL-2.0+ Files: emacs21/hex-util.el emacs21/sha1.el Copyright: 1999-2008 Free Software Foundation, Inc. License: GPL-3.0+ Files: emacs21/tls.el Copyright: 1996-1999, 2002-2008 Free Software Foundation, Inc. License: GPL-3.0+ Files: url-emacs21/url-about.el url-emacs21/url-buffer.el url-emacs21/url-dav.el url-emacs21/vc-dav.el Copyright: 2001 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-cid.el Copyright: 1998, 1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-expand.el url-emacs21/url-https.el url-emacs21/url-imap.el url-emacs21/url-proxy.el Copyright: 1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-gw.el Copyright: 1997, 1998 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-http.el Copyright: 1999, 2001 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-cookie.el url-emacs21/url-irc.el url-emacs21/url-nfs.el Copyright: 1996 William M. Perry 1996-1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-ldap.el Copyright: 1998, 1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-misc.el Copyright: 1993-1996 William M. Perry 1996-1999, 2002 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-auth.el url-emacs21/url-cache.el url-emacs21/url-dired.el url-emacs21/url-file.el url-emacs21/url-ftp.el url-emacs21/url-handlers.el url-emacs21/url-history.el url-emacs21/url-mailto.el url-emacs21/url-methods.el url-emacs21/url-news.el url-emacs21/url-parse.el url-emacs21/url-privacy.el Copyright: 1993-1996 William M. Perry 1996-1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-ns.el Copyright: 1997-1999 Free Software Foundation, Inc. License: GPL-2.0+ Files: url-emacs21/url-util.el url-emacs21/url-vars.el url-emacs21/url.el Copyright: 1993-1996 William M. Perry 1996-1999, 2001 Free Software Foundation, Inc. License: GPL-2.0+ Files: doc/manual/twmode.texinfo Copyright: 2010 Yuto Hayamizu License: GFDL-1.3+ Files: debian/* Copyright: 2011 Takaya Yamashita License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". License: GFDL-1.3+ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". . A copy of the license is also available from the Free Software Foundation Web site at . . On Debian systems, the complete text of the GNU Free Documentation License Version 1.3 can be found in "/usr/share/common-licenses/GFDL-1.3". debian/compat0000644000000000000000000000000212162220423010356 0ustar 7 debian/emacsen-install0000644000000000000000000000210112162220423012154 0ustar #! /bin/sh -e # /usr/lib/emacsen-common/packages/install/twittering-mode # Written by Jim Van Zandt , borrowing heavily # from the install scripts for gettext by Santiago Vila # and octave by Dirk Eddelbuettel . FLAVOR=$1 PACKAGE=twittering-mode case $FLAVOR in emacs|emacs22|emacs21|emacs20|emacs19|mule2|*xemacs*) exit 0 ;; *) EMACSEN=$FLAVOR ;; esac echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} FLAGS="-no-site-file -q -batch -l path.el -f batch-byte-compile" ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} cd "$ELDIR" LINKS=`echo *.el` if [ ! -d "$ELCDIR" ]; then mkdir -p "$ELCDIR" chmod 755 "$ELCDIR" fi cd "$ELCDIR" TOELDIR=../../../emacs/site-lisp/$PACKAGE rm -f *.el path.el for f in $LINKS; do ln -sf "$TOELDIR/$f" ./ done FILES=`/bin/ls -1 *.el` cat << EOF > path.el (setq load-path (cons "." load-path)) (setq byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} chmod 644 *.elc rm -f path.el exit 0 debian/rules0000755000000000000000000000117612162220423010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: $(MAKE) README $(MAKE) -C doc/manual override_dh_compress: dh_compress -X.html # do nothing override_dh_auto_configure override_dh_auto_test override_dh_auto_install: debian/README.Debian0000644000000000000000000000066012162220423011223 0ustar twittering-mode for Debian -------------------------- Installation: (1) Add following code to your `.emacs`: (require 'twittering-mode) Run twittering-mode: (1) Execute `M-x twit` to run twittering-mode. (2) Open OAuth authorization page with your browser, click "Allow", and enter the PIN code. (3) Your friends' timeline will appear. Enjoy! -- Takaya Yamashita , Sun, 27 Feb 2011 15:05:16 +0900 debian/README.source0000644000000000000000000000267712162220423011353 0ustar README.source -------------------------- Upstream twittering-mode project distributes by git. If you want all source for Twittering-mode, hit the following command. $ git clone git://github.com/hayamiz/twittering-mode.git The files in the win-curl directory are not required and I do not know how the curl.exe file was built from source. In addition, the files related to git are not required. So the win-curl directory and the files related to git are not included in the orig.tar.gz file. The orig.tar.gz file created by the following command. $ cat < gen-twittering-mode-orig.sh > #!/bin/bash > if [ -d twittering-mode ] > then > cd twittering-mode > git pull > cd .. > else > git clone --depth 1 git://github.com/hayamiz/twittering-mode.git > fi > cd twittering-mode > export VERSION=`cat VERSION` > export CDATE=`git log --pretty='%ad' --date=short -1 | sed -e 's/-//g'` > cd .. > export FILE="twittering-mode_${VERSION}+git${CDATE}.orig.tar.gz" > if [ ! -f ${FILE} ] > then > tar cfz ${FILE} \ > --exclude twittering-mode/.git \ > --exclude twittering-mode/.gitattributes \ > --exclude twittering-mode/.gitignore \ > --exclude twittering-mode/win-curl \ > twittering-mode > else > echo "Already exist" > fi > EOF $ chmod +x gen-twittering-mode-orig.sh $ ./gen-twittering-mode-orig.sh -- Takaya Yamashita , Thu, 31 Mar 2011 20:00:05 +0900 debian/docs0000644000000000000000000000004312162220423010030 0ustar NEWS NEWS.ja README.ja README TODO debian/changelog0000644000000000000000000000213312162703654011045 0ustar twittering-mode (3.0.0-1) unstable; urgency=low * New upstream release * debian/control: Update Standards-Version to 3.9.4. -- Hajime Mizuno Tue, 25 Jun 2013 13:48:28 +0900 twittering-mode (2.0.0+git20120325-1) unstable; urgency=low * New upstream release * debian/rules: Delete override_dh_install for install file. * debian/control: Update Standards-Version to 3.9.3. * debian/emacs-startup: Apply debian-pkg-add-load-path-item. * debian/copyright: - Fix litnain error: comma-separated-files-in-dep5-copyright. -- Takaya Yamashita Sun, 25 Mar 2012 19:41:20 +0900 twittering-mode (2.0.0+git20110905-1) unstable; urgency=low * New upstream release * debian/control: Update Standards-Version to 3.9.2. * debian/control: Fix litnain error: description-synopsis-starts-with-article. -- Takaya Yamashita Tue, 06 Sep 2011 23:09:12 +0900 twittering-mode (1.0.0+git20110327-1) unstable; urgency=low * Initial release (Closes: #593341) -- Takaya Yamashita Fri, 25 Feb 2011 21:55:56 +0900 debian/dirs0000644000000000000000000000005312162220423010042 0ustar usr/share/emacs/site-lisp/twittering-mode/ debian/clean0000644000000000000000000000003012162220423010156 0ustar doc/manual/twmode*.html debian/install0000644000000000000000000000017212162220423010551 0ustar twittering-mode.el usr/share/emacs/site-lisp/twittering-mode/ doc/manual/twmode*.html usr/share/doc/twittering-mode/html/ debian/control0000644000000000000000000000162512162710647010603 0ustar Source: twittering-mode Section: lisp Priority: extra Maintainer: Takaya Yamashita Uploaders: Hajime Mizuno Build-Depends: debhelper (>= 7.0.50~), texi2html Standards-Version: 3.9.4 Homepage: http://twmode.sf.net/ Package: twittering-mode Architecture: all Depends: ${misc:Depends}, emacs | emacs23 | emacs-snapshot, curl | gnutls-bin | openssl Description: Twitter client for Emacs You can check friends timeline, and update your status on Emacs. . The feature of twittering-mode: * Activities on Twitter * Viewing various timelines * Friends' timeline * Replies * User's timeline * Public timeline * Posting tweets * Direct message * ReTweet * Hash tag * Signiture * Following and removing users * Marking tweets as favorites * HTTP Proxy support * Secure connection via HTTPS (cURL is required)