pkgsrc-wip/conkeror/Makefile

31 lines
792 B
Makefile
Raw Normal View History

# $NetBSD$
conkeror: update to conkeror-1.0.4 Commits: Release as 1.0.4 This release fixes http://bugs.conkeror.org/issue513 kludge issue 513 buffer.js: improve C-k behavior in minibuffer After killing a buffer in the minibuffer (using C-k), always select the next item in the buffer list, or the previous one if the buffer being killed is the last one. history.js: Fix clear-history for FF >= 45 Method removeAllPages was replaced by clear. search-engines: Remove broken Answers search engine search-engines: Update some engines to https Updates for creativecommons, wiktionary, scholar, and slang. Patch provided by Adam Plaice. favicon: Add filler callback and principal Somewhere around version 50, Firefox started giving a deprecation warning if these args, marked optional or missing in MDN documentation, weren't present. search-engines: Update google, wikipedia, and yahoo key-kill.js: eliminate a strict mode warning keywords.js: restyle to eliminate strict mode warnings There were several warnings like this: JavaScript strict warning: chrome://conkeror/content/keywords.js, line 20: SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function application.ini: Fix Goanna version number modules/download-manager.js: Fix bug preventing completion of downloads. Use new nsIPermission api modules/permission-manager.js: Use new api for Mozilla/Firefox versions 42 and up. The new api uses protocol://domain instead of a simple domain (e.g., https://google.com instead of google.com).
2017-11-30 18:51:01 +00:00
PKGNAME= conkeror-1.0.4
DISTNAME= 685f24e3aeffc408dcea883e1d0c738cb18bbe8d
CATEGORIES= www
MASTER_SITES= http://repo.or.cz/conkeror.git/snapshot/
DIST_SUBDIR= conkeror
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.conkeror.org/
COMMENT= Extensible keyboard-oriented web browser based on Mozilla
LICENSE= mpl-1.1
conkeror: update to conkeror-1.0.4 Commits: Release as 1.0.4 This release fixes http://bugs.conkeror.org/issue513 kludge issue 513 buffer.js: improve C-k behavior in minibuffer After killing a buffer in the minibuffer (using C-k), always select the next item in the buffer list, or the previous one if the buffer being killed is the last one. history.js: Fix clear-history for FF >= 45 Method removeAllPages was replaced by clear. search-engines: Remove broken Answers search engine search-engines: Update some engines to https Updates for creativecommons, wiktionary, scholar, and slang. Patch provided by Adam Plaice. favicon: Add filler callback and principal Somewhere around version 50, Firefox started giving a deprecation warning if these args, marked optional or missing in MDN documentation, weren't present. search-engines: Update google, wikipedia, and yahoo key-kill.js: eliminate a strict mode warning keywords.js: restyle to eliminate strict mode warnings There were several warnings like this: JavaScript strict warning: chrome://conkeror/content/keywords.js, line 20: SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function application.ini: Fix Goanna version number modules/download-manager.js: Fix bug preventing completion of downloads. Use new nsIPermission api modules/permission-manager.js: Use new api for Mozilla/Firefox versions 42 and up. The new api uses protocol://domain instead of a simple domain (e.g., https://google.com instead of google.com).
2017-11-30 18:51:01 +00:00
WRKSRC= ${WRKDIR}/conkeror-685f24e
DEPENDS+= firefox45-[0-9]*:../../www/firefox45
INSTALL_MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= share/applications
conkeror: update to conkeror-1.0.4 Commits: Release as 1.0.4 This release fixes http://bugs.conkeror.org/issue513 kludge issue 513 buffer.js: improve C-k behavior in minibuffer After killing a buffer in the minibuffer (using C-k), always select the next item in the buffer list, or the previous one if the buffer being killed is the last one. history.js: Fix clear-history for FF >= 45 Method removeAllPages was replaced by clear. search-engines: Remove broken Answers search engine search-engines: Update some engines to https Updates for creativecommons, wiktionary, scholar, and slang. Patch provided by Adam Plaice. favicon: Add filler callback and principal Somewhere around version 50, Firefox started giving a deprecation warning if these args, marked optional or missing in MDN documentation, weren't present. search-engines: Update google, wikipedia, and yahoo key-kill.js: eliminate a strict mode warning keywords.js: restyle to eliminate strict mode warnings There were several warnings like this: JavaScript strict warning: chrome://conkeror/content/keywords.js, line 20: SyntaxError: in strict mode code, functions may be declared only at top level or immediately within another function application.ini: Fix Goanna version number modules/download-manager.js: Fix bug preventing completion of downloads. Use new nsIPermission api modules/permission-manager.js: Use new api for Mozilla/Firefox versions 42 and up. The new api uses protocol://domain instead of a simple domain (e.g., https://google.com instead of google.com).
2017-11-30 18:51:01 +00:00
#post-patch:
# ${RM} ${WRKSRC}/modules/*.orig \
# ${WRKSRC}/modules/page-modes/*.orig \
# ${WRKSRC}/search-engines/*.orig
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"