Commit graph

35 commits

Author SHA1 Message Date
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
uebayasi
f3f1d99c47 flex is needed than lex. 2006-10-03 05:45:54 +00:00
minskim
61fd6e629d USE_TOOLS+=lex 2006-07-29 07:48:21 +00:00
minskim
157bb27559 USE_TOOLS+=yacc 2006-06-20 22:38:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
hira
8557179efa s/netbsd.org/NetBSD.org/ 2005-10-10 17:00:33 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
d91b7c19c5 Fix zlib issues on some platforms 2005-03-29 12:15:41 +00:00
wiz
3a9f926b17 Bump PKGREVISION for previous (hi jwise!). 2005-03-19 01:08:11 +00:00
jwise
97787ccbc1 Sigh. Fix typo in previous. 2005-03-18 22:16:04 +00:00
jwise
97c6506275 Configure with --with-dictorg, so this package is useful out of the box. 2005-03-18 22:10:11 +00:00
adam
3ef10034f0 Changes 1.9.15:
Format of .index files for 8-bit databases (not-ASCII and non-UTF8)
  has been changed. This makes `dictd' backward incompatible with
  8-bit dagabases built by earlier versions of `dictfmt', i.e.
  `dictd-1.9.15' and later doesn't work with 8-bit databases
  generated by dictfmt-1.9.14 and earlier. See ChangeLog for details.
  If you use 8-bit database, rebuild them using new `dictfmt' like this
  dictunformat db.index < db.dict | dictfmt -t --locale <locale> db-new

  dictd:
    - fixed: Function `dict_search_bmh' works incorrectly in utf-8 mode
        on non-GLIBC systems.
        As a result `suffix', `substring' and `word' strategies
        may work incorrectly with UTF-8 databases
        on such platforms (FreeBSD).

    - fixed: In dictd-1.9.8 support of CYGWIN was declared,
             but it was broken in later versions.
             dictd-1.9.15 can be succesfully built with CYGWIN.

    - fixed: `dictd' dies when client tries to obtain information
             about virtual database (SHOW INFO <virt_db>).

    - Every database specified in configuration file
        may have its own "default" search
        strategy (i.e. `.' strategy).
        For this purpose additional
        keyword `default_strategy' is implemented.
        See example2.conf sample file and dictd.8 for documentation.

    - When `-d' is applied,
        debugging information is printed to syslog (or log file or stderr).

        NOTE: `-dinit' option may show you a reason why dictd doesn't start.
              If you are in trouble, apply it first (and -L or -s of course)!

    - dictd works correctly even on platforms which do not support
        `iswalnum', `iswspace' and `towlower' functions.
        Dictd with utf-8 databases was slightly tested on FreeBSD4.{9,10}

    -fixed: logging is directed when --inetd is applied

    - `AC_FUNC_MMAP' is replaced for `AC_CHECK_FUNC(mmap)' in configure.in
      As a result `mmap/munmap' functions will be used on CYGWIN and INTERIX
      if they are present.
      If you dislike it, use --without-mmap option.

  dictdplugin_dbi plugin:
    - new options: `all_char' and `utf8'.
      `all_char' option is set to FALSE by default.
      `utf8' option is set to TRUE by default.
      Both are overrided by
      `00-database-allchars' and `00-database-utf8' special headwords.

  dictd/dict/... have been ported to Interix (MS SFU-3.0 and SFU-3.5).
       It works fine as Interix daemon
       with ASCII databases (tested on Interix 3.0 and 3.5)

       NOTE: GNU make is needed for building `dictd'

  dictfmt:
    - new option --default-strategy. See dictfmt(1).
2005-02-22 16:09:54 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
salo
d14d81ee8e Use libltdl, not libtool after recent changes. (hi tv!)
Bump PKGREVISION.
2004-10-15 09:49:36 +00:00
snj
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
jmmv
023e93a91f Honour PKG_SYSCONFDIR. Bump PKGREVISION. 2004-03-28 21:43:26 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
uebayasi
73829a359d A comment that ../../devel/libtool/buildlink2.mk is needed by libltdl. 2003-03-24 02:19:20 +00:00
uebayasi
932156bf4b Bump revision for the last commit. Binary packages will have different
contents after dependency changes.

Spotted by Thomas Klausne.
2003-01-16 12:33:55 +00:00
uebayasi
e75f63f143 This doesn't need to depend on dict-server and other data.
Pointed out by Simon Burge on tech-pkg@netbsd.org.
2003-01-16 06:00:31 +00:00
uebayasi
678b638752 * Separate dictionary data from dict-server. A patch problem found by bulk
build is solved.

* Make dict-client depend on dict-server.

Bump PKGREVISIONs.
2002-12-27 02:40:18 +00:00
uebayasi
5165fb313f Note update of Dictd (dict-server and dict-client) to 1.8.0.
Approximate set of changes from 1.5.5 is:

	* Plug-in capability is added.  This helps to develop alternative
	  database formats.
	* dictdmt is added.
	* Suffix search improvements.
	* UTF-8 support.

And many bug fixes as usual.
2002-10-11 00:47:28 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
simonb
be12b9c17f Update packages to version 1.5.5. Notable changes are:
- Update for 64-bit machines.
 - Some memory leak fixes.
2001-10-12 10:51:51 +00:00
agc
bdf705c48f Include the category in the pathname for FILESDIR and PATCHDIR.
Use dict-server's distinfo file
2001-08-16 06:55:55 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +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
tron
2f0976879a Use "files" and "patches" directory of the "dict-server" package. 1999-07-28 16:26:12 +00:00
tron
ff20873c52 Import "dict-client" package submitted by Michael Santos in PR pkg/7998:
Dictionary Service Protocol client.
1999-07-27 22:00:21 +00:00