Commit graph

38 commits

Author SHA1 Message Date
rodent
6f6f30552d Fix build for OpenBSD. Defuzz patches. 2014-05-14 02:28:13 +00:00
asau
e253ac391d Use termios on FreeBSD too. Fixes build on FreeBSD 10. 2014-04-17 21:30:14 +00:00
rodent
4f29bf2828 Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.
Fixed PLIST for ispell-en_GB.
2013-04-24 11:15:41 +00:00
rodent
8fdf3ffa95 Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;

and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
2013-04-24 02:20:36 +00:00
agc
2d167c19e8 Remove old ispell package, which has been superceded by ispell-base
and various other language-specific packages
2001-03-14 12:20:54 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
4d99ebb0ca Don't install ispell.el to share/emacs/site-lisp, since the one
coming with emacs is much newer
2000-01-02 03:50:04 +00:00
agc
edd09fb5be s/EXTRA_DICT/ISPELL_EXTRA_DICT/ to make it obvious which package uses
this definition.
1999-10-19 08:59:37 +00:00
agc
f721b0e129 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:28:09 +00:00
fredb
90bd6c74c9 Don't let emacs try to generate ispell.info; makeinfo does fine.
Fixes pr pkg/7088.
1999-08-16 15:52:57 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
jwise
b3c6806dc8 Somewhere along the line, ISPELL_FR broke. Fix it. 1999-05-18 02:18:18 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
kim
fdcad496c4 Surprise, makeinfo can now be found in /usr/bin as well. 1999-03-06 02:30:21 +00:00
agc
12cb5d8840 Correct things which shouldn't have been committed when moving LANG to
ISPELL_LANG, as pointed out by Hubert Feyrer.

Cleanup this Makefile, whilst I'm here.
1999-02-23 08:45:48 +00:00
agc
8e2ac8a943 Allow for customised groups of packages at the top-level of pkgsrc.
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-21 21:25:02 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
frueauf
c3bd14b4bb Handle info file correctly:
- 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-12-21 00:35:59 +00:00
tron
4ab5272860 Use "${WRKDIR}" as temporary directory as suggested by William O Ferry
in PR pkg/6482.
1998-11-22 21:21:38 +00:00
mycroft
c5045e14fa Add the info file to the PLIST, and install it. 1998-11-13 15:26:06 +00:00
garbled
13455fa30a Add patch to fix spelling of "disappear". Pointed out in PR# 6240 by
Dave Sainty.
1998-10-28 05:34:31 +00:00
garbled
17296a052b Fix lots of warnings about pointers cast to integers and the like on
alpha.  Fixes PR# 5454 by Johnny C. Lam.  Now builds cleanly on LP64.
1998-10-27 07:21:19 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
666273802a Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
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-10 08:02:08 +00:00
agc
1ec3af542f Include bsd.prefs.mk, in case variables are set in /etc/mk.conf 1998-06-03 13:57:28 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
frueauf
22739b597b Remove "avaliable" from languages/english/english.2. Closes pr 5181 by
Dave Sainty.
1998-04-16 12:48:15 +00:00
frueauf
c63ebb7a13 Add SCRIPTS_ENV="LANG=${LANG}"; fixes pr 5126 by Dave Sainty. 1998-04-16 12:44:26 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
d95adfaa43 s/pre-fetch/pre-extract/ 1998-02-22 00:14:35 +00:00
hubertf
bf2be31000 portlint: remove empty line 1998-01-24 23:42:01 +00:00
hubertf
fd348aa795 portlint: remove DISTFILES, PKGNAME, extra spaces; use cmd macros 1998-01-24 23:41:36 +00:00
agc
a3e5664b99 Add NetBSD RCS Ids.
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 11:47:43 +00:00
agc
54a1343212 Initial import of ispell-3.1.20, an interactive spelling checker, into
the NetBSD packages collection, from the FreeBSD port.
1998-01-12 11:16:42 +00:00