diff options
author | ryoon <ryoon> | 2011-02-12 05:04:08 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-02-12 05:04:08 +0000 |
commit | cf5e98d0695519e2670b3ddfbc6fda7ddee8c8d3 (patch) | |
tree | 28b290a4f8e6a7ac6ccbc87468a587d01eeb41ca /chat | |
parent | 8a1fdff62abb6e87fa4e5aeb27eab1c237ac4957 (diff) | |
download | pkgsrc-cf5e98d0695519e2670b3ddfbc6fda7ddee8c8d3.tar.gz |
Update to 1.8.3.
Change MAINTAINER to me.
Changelog:
* navi2ch 1.8.2 -> 1.8.3
- Improve compatibility with apel.
* navi2ch 1.8.1 -> 1.8.2
- Follow machibbs specification change.
- Fix some bugs.
* navi2ch 1.8.0 -> 1.8.1
- Follow 2ch specification change.
- Use tls.el instead of ssl.el (oyster).
* navi2ch 1.7.5 -> 1.8.0
- Change configure script option.
- Support BE@2ch.
- Support charset setting per board.
- Change separator when response message is in hide status.
- Fix some bugs related to expire.
- Improve message, prompt, and docstring.
- Identify virtual board with # symbol.
- Disable old style dat file handling.
- Display residual seconds with Samba24.
- Use navi2ch-file-name-reserved-char-list instead of
navi2ch-file-name-reserved-char-regexp.
- Searching and filtering IP address and remote host name.
- Add sssp icon support.
* navi2ch 1.7.4 -> 1.7.5
- Support new JBBS@shitaraba at jbbs.livedoor.jp.
- Improve XEmacs support.
- Fix a serious URL related bug.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/navi2ch/MESSAGE | 4 | ||||
-rw-r--r-- | chat/navi2ch/Makefile | 18 | ||||
-rw-r--r-- | chat/navi2ch/distinfo | 8 |
3 files changed, 13 insertions, 17 deletions
diff --git a/chat/navi2ch/MESSAGE b/chat/navi2ch/MESSAGE index b8f11a2e9d8..487180346f0 100644 --- a/chat/navi2ch/MESSAGE +++ b/chat/navi2ch/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2002/10/31 12:32:37 toshii Exp $ +$NetBSD: MESSAGE,v 1.2 2011/02/12 05:04:08 ryoon Exp $ To view ascii-art, you are advised to install the monafonts package, located in pkgsrc/fonts/monafonts. Then you can make use of it by adding @@ -7,5 +7,5 @@ located in pkgsrc/fonts/monafonts. Then you can make use of it by adding (setq navi2ch-mona-enable t) in $HOME/.navi2ch/init.el. -You need GNU Emacs 21 or XEmacs to use monafonts. +You need GNU Emacs 21 or newer or XEmacs to use monafonts. =========================================================================== diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index aefdb02f115..899ca4426d2 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,26 +1,22 @@ -# $NetBSD: Makefile,v 1.23 2009/08/06 01:44:46 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2011/02/12 05:04:08 ryoon Exp $ -DISTNAME= navi2ch-cvs_0.0.20070423-1 -PKGNAME= ${EMACS_PKGNAME_PREFIX}navi2ch-1.7.5.99.20070423 -PKGREVISION= 1 +DISTNAME= navi2ch-1.8.3 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} CATEGORIES= chat -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=navi2ch/} -MASTER_SITES= http://navi2ch.sourceforge.net/snapshot/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=navi2ch/} -MAINTAINER= uebayasi@NetBSD.org +MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://navi2ch.sourceforge.net/ COMMENT= 2ch BBS browser for Emacs +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/${DISTNAME:C/cvs_0\.0\./cvs-/:C/-1$//} GNU_CONFIGURE= yes USE_TOOLS+= gmake -INFO_FILES= # PLIST +INFO_FILES= yes EMACS_MODULES= base -# --with-emacs or --with-xemacs -CONFIGURE_ARGS+=--with-${EMACS_FLAVOR} CONFIGURE_ARGS+=--with-icondir=${PREFIX}/share/navi2ch/icons CONFIGURE_ARGS+=${CONFIGURE_ARGS.${EMACS_FLAVOR}} diff --git a/chat/navi2ch/distinfo b/chat/navi2ch/distinfo index 1be960d0377..ab770bdd4c1 100644 --- a/chat/navi2ch/distinfo +++ b/chat/navi2ch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/04/24 15:25:05 uebayasi Exp $ +$NetBSD: distinfo,v 1.10 2011/02/12 05:04:08 ryoon Exp $ -SHA1 (navi2ch-cvs_0.0.20070423-1.tar.gz) = 9ad2dd493632a763b826f541d5ed79ff51b0ddc1 -RMD160 (navi2ch-cvs_0.0.20070423-1.tar.gz) = ba96f3bf25b8ac4758e169d039b610f6f36f94ec -Size (navi2ch-cvs_0.0.20070423-1.tar.gz) = 439470 bytes +SHA1 (navi2ch-1.8.3.tar.gz) = 842d2b36d0b2c5fecec48167cb7365de25a36c7f +RMD160 (navi2ch-1.8.3.tar.gz) = c5f6727b426e15a843dda095e0d32c8222249817 +Size (navi2ch-1.8.3.tar.gz) = 477433 bytes |