Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-02 | Don't install ispell.el to share/emacs/site-lisp, since the one | wiz | 4 | -23/+32 | |
coming with emacs is much newer | |||||
1999-10-19 | s/EXTRA_DICT/ISPELL_EXTRA_DICT/ to make it obvious which package uses | agc | 1 | -6/+6 | |
this definition. | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-08-16 | Don't let emacs try to generate ispell.info; makeinfo does fine. | fredb | 2 | -4/+4 | |
Fixes pr pkg/7088. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+12 | |
1999-05-18 | Somewhere along the line, ISPELL_FR broke. Fix it. | jwise | 1 | -3/+4 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -7/+7 | |
1999-03-06 | Surprise, makeinfo can now be found in /usr/bin as well. | kim | 1 | -4/+4 | |
1999-02-23 | Correct things which shouldn't have been committed when moving LANG to | agc | 1 | -17/+9 | |
ISPELL_LANG, as pointed out by Hubert Feyrer. Cleanup this Makefile, whilst I'm here. | |||||
1999-02-21 | Allow for customised groups of packages at the top-level of pkgsrc. | agc | 1 | -19/+20 | |
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of looping through all the categories and then all the packages within that, simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS}, ${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace separated lists of categories/packages e.g. SITE_SPECIFIC_PKGS+= devel/cvs security/ssh The default behaviour is unchanged - if SPECIFIC_PKGS is not defined, the whole hierarchy will be traversed. Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS, SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and USER_SPECIFIC_PKGS. Modify the ispell package to use the make definition ISPELL_LANG, rather than just LANG (which can clash with the environment variable of the same name), and modify mk.conf.example accordingly. | |||||
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1998-12-21 | Handle info file correctly: | frueauf | 4 | -6/+47 | |
- use makeinfo to genarate it - use the .info name scheme - add dir info to the texinfo source file - add hooks to PLIST to make sure it gets installed to info/dir Fixes pr 6600 and 6601 by Greg A. Woods. | |||||
1998-11-22 | Use "${WRKDIR}" as temporary directory as suggested by William O Ferry | tron | 1 | -2/+2 | |
in PR pkg/6482. | |||||
1998-11-13 | Add the info file to the PLIST, and install it. | mycroft | 2 | -2/+5 | |
1998-10-28 | Add patch to fix spelling of "disappear". Pointed out in PR# 6240 by | garbled | 1 | -0/+19 | |
Dave Sainty. | |||||
1998-10-27 | Fix lots of warnings about pointers cast to integers and the like on | garbled | 7 | -1/+131 | |
alpha. Fixes PR# 5454 by Johnny C. Lam. Now builds cleanly on LP64. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+7 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -5/+1 | |
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-06-03 | Include bsd.prefs.mk, in case variables are set in /etc/mk.conf | agc | 1 | -1/+3 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-16 | Remove "avaliable" from languages/english/english.2. Closes pr 5181 by | frueauf | 1 | -0/+10 | |
Dave Sainty. | |||||
1998-04-16 | Add SCRIPTS_ENV="LANG=${LANG}"; fixes pr 5126 by Dave Sainty. | frueauf | 1 | -1/+3 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-22 | s/pre-fetch/pre-extract/ | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: remove empty line | hubertf | 1 | -1/+0 | |
1998-01-24 | portlint: remove DISTFILES, PKGNAME, extra spaces; use cmd macros | hubertf | 1 | -17/+15 | |
1998-01-12 | Add NetBSD RCS Ids. | agc | 2 | -0/+2 | |
The PLIST is only valid for the default American dictionary. If French or British is specified, the package won't delete cleanly, nor will a binary package contain the right files. This is currently being worked on. | |||||
1998-01-12 | Initial import of ispell-3.1.20, an interactive spelling checker, into | agc | 7 | -0/+179 | |
the NetBSD packages collection, from the FreeBSD port. |