summaryrefslogtreecommitdiff
path: root/chat/zenicb
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2013-02-17Revbump all elisp packages after emacs changes.dholland1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-2/+2
in emacs23.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-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-03Mechanical changes to add full DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-10Remove spurious USE_XEMACS leftovers (this pkg uses the generic ELPmartin1-14/+1
framework for some time now)
2005-08-28Rework emacs.mk:uebayasi1-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-02We need to explicitly set PKGNAME to work around a problem in xemacs' ↵jwise1-1/+2
Makefile.pkg.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2003-10-10Try to fix a network stream error which has caused Zenicb client unstable.uebayasi4-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-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-24Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12.uebayasi3-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-12Don't set a non exixtent function to read-passwd on FSF Emacs 20.xyyamano2-1/+20
or later (They actually have read-passwd).
2003-01-10emacs.mk already includes bsd.prefs.mk, no need to include it manually awiz1-3/+1
second time.
2002-09-15Declare zenicb is okay for XEmacs 21.{1,5}.uebayasi1-1/+4
2002-09-14* Prefix PKGNAME with "xemacs-" if the package is for XEmacs.uebayasi1-2/+1
* Do the trick in mk/emacs.mk instead of each package's Makefile.
2002-09-13Use mk/emacs.mk.uebayasi2-29/+24
2002-04-26Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package.tron1-2/+3
2001-11-02Add a /brick command.martin2-6/+27
Don't know how we could get by without it so long ("/m server brick" is a bit clumsy)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-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-18Move to sha1 distfile digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-23MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRChubertf1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz7-0/+82
Move some packages from 'net' here.