Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-14 | Use mk/emacs.mk. | uebayasi | 2 | -30/+26 | |
2002-09-12 | Standardize. | wiz | 1 | -3/+3 | |
2002-09-07 | Update haskell-mode to version 1.43. | kristerw | 4 | -13/+23 | |
Changes since previous version include misc bug fixes and improved documentation. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-06 | Use a DIST_SUBDIR for the distfile (which has no version no.). | jtb | 2 | -9/+12 | |
Use the file on the haskell.org site rather than keeping a copy in LOCAL_PORTS. | |||||
2001-04-28 | Remove redundant echoing, quoting, and input redirection to sed. | jtb | 1 | -6/+4 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -0/+1 | |
2001-01-28 | Added support for XEmacs. To install as an XEmacs package put USE_XEMACS=YES | jtb | 3 | -27/+39 | |
in /etc/mk.conf. | |||||
2000-11-30 | Initial import of new "haskell-mode" package: | jtb | 6 | -0/+69 | |
Haskell mode for Emacs |