Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-14 | Bump all elisp packages for the CONFLICTS change. | dholland | 1 | -2/+2 | |
2021-10-26 | chat: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | chat: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2017-03-23 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2013-02-17 | Revbump all elisp packages after emacs changes. | dholland | 1 | -2/+2 | |
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2009-08-06 | PKGREVISION bump for elisp packages because of bytecode format changes | minskim | 1 | -2/+2 | |
in emacs23. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-10-11 | Move mk/emacs.mk to editors/emacs/modules.mk. | uebayasi | 1 | -3/+3 | |
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-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -3/+5 | |
their files via a custom do-install target. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-10-10 | Remove spurious USE_XEMACS leftovers (this pkg uses the generic ELP | martin | 1 | -14/+1 | |
framework for some time now) | |||||
2005-08-28 | Rework emacs.mk: | uebayasi | 1 | -2/+2 | |
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-04-02 | We need to explicitly set PKGNAME to work around a problem in xemacs' ↵ | jwise | 1 | -1/+2 | |
Makefile.pkg. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | agc | 1 | -1/+2 | |
2004-11-27 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2004-05-08 | Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. | uebayasi | 1 | -2/+2 | |
2003-10-10 | Try to fix a network stream error which has caused Zenicb client unstable. | uebayasi | 4 | -30/+26 | |
Patch provided by Martin Hauseman with help from Faried Nawaz, the author. Should close PR 21620. While here, merge misplaced patch files. Bump revision to 2. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-24 | Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12. | uebayasi | 3 | -4/+23 | |
The fix is from Andrew J Cosgriff <Andrew dot Cosgriff at cc dot monash dot edu dot au> via misc@openbsd.org. Addresses PR21260. Bumps revision to 1. | |||||
2003-02-12 | Don't set a non exixtent function to read-passwd on FSF Emacs 20.x | yyamano | 2 | -1/+20 | |
or later (They actually have read-passwd). | |||||
2003-01-10 | emacs.mk already includes bsd.prefs.mk, no need to include it manually a | wiz | 1 | -3/+1 | |
second time. | |||||
2002-09-15 | Declare zenicb is okay for XEmacs 21.{1,5}. | uebayasi | 1 | -1/+4 | |
2002-09-14 | * Prefix PKGNAME with "xemacs-" if the package is for XEmacs. | uebayasi | 1 | -2/+1 | |
* Do the trick in mk/emacs.mk instead of each package's Makefile. | |||||
2002-09-13 | Use mk/emacs.mk. | uebayasi | 2 | -29/+24 | |
2002-04-26 | Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package. | tron | 1 | -2/+3 | |
2001-11-02 | Add a /brick command. | martin | 2 | -6/+27 | |
Don't know how we could get by without it so long ("/m server brick" is a bit clumsy) | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-04-18 | Move to sha1 distfile digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-23 | MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRC | hubertf | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-15 | Create new 'chat' category, featuring chat clients and servers of all kinds. | wiz | 7 | -0/+82 | |
Move some packages from 'net' here. |