2e9d65ed41
Followings are from ChangeLog but some 450 lines are omitted, sorry 2020-01-05 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-download): Add option to w3m so to work for downloading any kinds of contents ([emacs-w3m:13731]). Thanks to Kinoshita-san. 2021-01-03 Boruch Baum <boruch_baum@gmx.com> * w3m.el (w3m-view-previous-page): When currently in an "about://" url, return to the calling url (PR#89 for upstream). * w3m-hist.el (w3m-history-push): Don't put "about://" pages in the history (PR#89 for upstream). 2020-12-28 Boruch Baum <boruch_baum@gmx.com> * w3m.el (w3m-select-buffer-mode): * w3m-session.el (w3m-session-select-mode): Set variable buffer-quit-function (PR#88). 2020-12-22 Boruch Baum <boruch_baum@gmx.com> (w3m-perldoc-pretty): New function. (w3m-perldoc): Use them. .... ( omimt some 450 lines) ... 2019-10-02 Katsumi Yamaoka <yamaoka@jpl.org> Abolish w3m-max-anchor-sequence (issue #71) * w3m.el (w3m-max-anchor-sequence): Abolish. * w3m-form.el (w3m-form-parse-and-fontify): * w3m.el (w3m-clear-local-variables, w3m-copy-local-variables) (w3m-fontify-anchors, w3m-next-anchor, w3m-previous-anchor): Don't handle/use w3m-max-anchor-sequence. 2019-10-01 Katsumi Yamaoka <yamaoka@jpl.org> w3m-next-anchor and w3m-previous-anchor return t if success (issue #71) * w3m.el (w3m-next-anchor, w3m-previous-anchor): Return t if success.
48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2021/02/01 11:19:16 mef Exp $
|
|
|
|
VERSION= 1.4.632
|
|
DATE_TIME= 20210106.2144
|
|
HASH= f29aada
|
|
DISTNAME= w3m-el-snapshot_${VERSION}+0.${DATE_TIME}.${HASH}
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME:S/-el-snapshot_/-/:S/+0//:S/.${HASH}//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/w3m-el-snapshot/}
|
|
EXTRACT_SUFX= .orig.tar.gz
|
|
|
|
MAINTAINER= makoto@ki.nu
|
|
HOMEPAGE= http://emacs-w3m.namazu.org/
|
|
COMMENT= Emacs frontend for w3m browser
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= makeinfo gzip autoconf
|
|
INFO_FILES= yes
|
|
|
|
DEPENDS+= w3m{,-img}>=0.5.2nb3:../../www/w3m
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --srcdir=${WRKSRC}
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
|
CONFIGURE_ENV+= GAMEOWN=${GAMES_USER}
|
|
BUILD_TARGET=
|
|
WRKSRC= ${WRKDIR}/${PKGBASE}-${PKGBASE}-${HASH}
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Fixing paths.
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= w3m.el
|
|
SUBST_SED.paths= -e 's|@W3M@|${PREFIX}/bin/w3m|g'
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
BUILD_DEFS+= GAMEDATAMODE
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/apel/buildlink3.mk"
|
|
.include "../../devel/flim/buildlink3.mk"
|
|
.include "../../devel/semi/buildlink3.mk"
|
|
.include "../../editors/mule-ucs/buildlink3.mk"
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|