diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-12 05:04:08 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-12 05:04:08 +0000 |
commit | d09b88c69dda0578d1c02849c233c7347a2c0fc2 (patch) | |
tree | 28b290a4f8e6a7ac6ccbc87468a587d01eeb41ca /chat/navi2ch/Makefile | |
parent | c2edbad5af123e9daef244ab4b89505ee3a4f4f3 (diff) | |
download | pkgsrc-d09b88c69dda0578d1c02849c233c7347a2c0fc2.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/navi2ch/Makefile')
-rw-r--r-- | chat/navi2ch/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
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}} |