summaryrefslogtreecommitdiff
path: root/misc/lookup
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-02-17Revbump all elisp packages after emacs changes.dholland1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-07-03Not MAKE_JOBS_SAFE.dholland1-1/+3
2011-07-03fix typodholland1-2/+2
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-08-05misc/lookup can be built with emacs23.minskim1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-10-13Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are reallyuebayasi1-1/+2
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+2
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-16Missing buildlink3.mk needed by skk. Pointed out by wiz.uebayasi1-0/+22
2007-10-29Buildlink3'ify.uebayasi1-3/+4
eblook is not a EmacsLisp package, so no ${EMACS_PKGNAME_PREFIX} should be there.
2007-02-20Update lookup to 1.4.1; bug fixes.uebayasi2-8/+7
While here teach emacs22{,nox}.
2006-04-05List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-4/+5
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-08-28Rework emacs.mk:uebayasi1-3/+4
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2004-03-19Update to 1.4.uebayasi3-11/+15
* ndeb supports inline graphics display (GNU Emacs 21, XEmacs). * GNU Emacs 21 displays Gaiji without bitmap-mule. * Other improvements & fixes.
2004-03-08Remove info files entries from PLIST.seb1-6/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-03Convert to USE_NEW_TEXINFO.seb2-6/+4
And take care of an overlooked info file.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-14Fix depends on apel, and add an empty line for pkglint.wiz1-2/+3
2002-10-18This package does not compile on XEmacs...minoura1-1/+2
2002-10-18Do not overwrite DEPENDS.minoura1-3/+3
2002-09-15Initial import of Lookup 1.3.uebayasi4-0/+84
Lookup is an electric dictinary agent for Emacs editors. It supports many kind of dictinaries - CD-ROM, and network dictionary, which are mainly available in Japan.