pkgsrc/textproc/groonga/Makefile

56 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2013/02/06 23:23:54 jperkin Exp $
#
Update groonga to 2.0.3. Release 2.0.3 - 2012/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * [doc] Added about release procedure. * Removed restriction that the max number of opened files is 4096. * [experimental] Added table plugin. * [doc] Added more descriptions about :doc:`/commmands/select` command. * [doc] Made execution example copy & paste friendly. * [windows] Supported build with Visual Studio 2010 Express and CMake. See :doc:`/install/windows` about details. * [doc][solaris] Added a document about building on Solaris. See :doc:`/install/solaris` about details. * [doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu] * [doc][cenos6] Disabled Repoforge for Munin for CentOS 6. [Reported by IWAI, Masaharu] * Started distributing source archive in zip format. * [munin] groonga_dist Munin plugin supported an object that has separated files. * Started using Travis CI. * [yum] Changed RPM package name that provides yum repository from groonga-repository to groonga-release to follow RPM package name convension such as centos-release and fedora-release. Fixes ^^^^^ * [doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu] * [deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol. * Fixed broken ERROR tag in XML response. [#1363] [GitHub#13] [Patch by IWAI, Masaharu] * Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin(). * Fixed a bug that ``&!`` set operation doesn't work with grouped expression. [#1372] * Fixed a bug that a record key registered via index source isn't normalized.
2012-05-29 14:22:42 +02:00
DISTNAME= groonga-2.0.3
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://groonga.org/
COMMENT= Fulltext search engine and column store
LICENSE= gnu-lgpl-v2.1
2012-09-16 17:30:44 +02:00
RUBY_VERSION_SUPPORTED= 193
.include "../../lang/ruby/rubyversion.mk"
2011-11-08 16:42:27 +01:00
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
# for long file name
EXTRACT_USING= bsdtar
.include "options.mk"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
Update groonga to 2.0.2. Release 2.0.2 - 2012/04/29 -------------------------- Improvements ^^^^^^^^^^^^ * [pkg-config] Removed needless MessagePack dependency. * [rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu] * [rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu] * [groonga] Improved daemoinzed timing. Groonga server daemonizes after socket is listened. It means that groonga server is ready when groonga server is daemonized. [#1326] * [admin] Supported suggest in groonga administration page. * [dump] Ignored MeCab tokenizer load error. * Supported CMake. * [load] Supported error report when a column value can't be set. * Supported similar search. ``select --filter "column *S 'TEXT'"`` is the similar search syntax. [#1342] * [apt][yum] Changed package sign key. * Supported Ubuntu Precise Pangolin. * [apt] Added a new groonga-keyring deb package for the groonga's package sign key. Fixes ^^^^^ * [deb][rpm] Used ``--bind-address`` option instead of deprecated ``--address`` option. [#1320] [Patch by IWAI, Masaharu] * [deb] Renamed groonga-server package's configuration file to /etc/default/groonga-server from /etc/default/groonga. * [rpm][fedora] Fixed upgrade condition in %post server. [GitHub#11] [Patch by Daiki Ueno] * [rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu] * [deb][rpm] Added missing curl dependency. [GitHub#12] [Patch by IWAI, Masaharu] * [rpm] Removed needleess ruby package dependency from groonga package. [#1330] [Suggested by IWAI, Masaharu] * [deb] Added missing default values to groonga-server's configuration file. * Fixed a crash bug that is caused when searching with updaging very large inverted index. [#1329] * Fixed a bug that strings are compared as characters instead of byte string. [#1340] [Reported by Shinya Kawaji] .. _release-2-0-1: Release 2.0.1 - 2012/03/29 -------------------------- Improvements ^^^^^^^^^^^^ * Supported build in other directory. [#1298] [Reported by Kazuhiko] * [solaris] Supported build on Solaris 11. [Reported by Kazuhiko] * [test] Supported functional test. * [test] Required ``--with-ruby19`` configure option for testing by Ruby. * [dump] Supported records dump for a table that has default tokenizer. * [suggest] Added ``similar_search`` option. * [groonga] Removed deprecated options, ``-a``, ``--address`` and ``--admin-html-path``. * Added more return value checks. [GitHub#9] [Reported by Markus Elfring] * [dat] Supported term extract operation. * Added `logos <http://groonga.org/logo/>`_ . * Updated HTML design. * Renamed ``grntest`` to ``groonga-benchmark``. * Supported ``autogen.sh`` on CentOS 5. * [linux] Added ``vm.overcommit_memory`` kernel parameter value check. [#1289] * ``grn_snip`` uses ``grn_obj`` mechanism. [#1054] Fixes ^^^^^ * Fixed a bug that uninstall task doesn't uninstall installed Ruby scripts. [#1299] [Reported by Kazuhiko] * Added a missing Gemfile. [#1302] [Reported by Kazuhiko] * Fixed a bug that some indexed records aren't found. The feature is only used by mroonga. [#1303] * [groonga] Appended missing ``-id`` to ``--server-id`` option name. * Fixed a bug that latin1 normalization may access unexpected memory.
2012-04-29 15:33:06 +02:00
CONFIGURE_ARGS+= --with-ruby19=${RUBY}
PKGCONFIG_OVERRIDE+= groonga.pc.in
PKG_SYSCONFSUBDIR= ${PKGBASE}
BUILD_DEFS+= VARBASE
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
CONF_FILES+= share/examples/${PKGBASE}/groonga.conf \
${PKG_SYSCONFDIR}/groonga.conf
OWN_DIRS+= ${VARBASE}/log/${PKGBASE}
CHECK_WRKREF_SKIP+= bin/groonga
CHECK_INTERPRETER_SKIP+= share/groonga/examples/*
REPLACE_RUBY+= data/munin/groonga_cpu_time
REPLACE_RUBY+= data/munin/groonga_disk
REPLACE_RUBY+= data/munin/groonga_n_records
REPLACE_RUBY+= data/munin/groonga_query_performance
REPLACE_RUBY+= data/munin/groonga_status
.include "../../lang/ruby/replace.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"