summaryrefslogtreecommitdiff
path: root/www/swish-e
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09Don't conflict with uncompress2 from zlib.joerg12-1/+589
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-3/+4
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-16/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-08-30Fix one more Perl reference. Bump revision.joerg1-3/+4
2007-08-29Add b3.mk file for swish-e.joerg1-0/+22
2007-08-23Add patchsum for patch-ae and update the PLIST to the desiredjoerg3-5/+7
result. Bump revision.
2007-08-16Update to swish-e 2.4.5:joerg8-101/+122
- bugfixes - FileFilter is using fork/exec directly, avoiding possible shell escape issues - proximity suppor tfor matchs - fix sparc64 issues - switch to GPL as license with a special link clause - make use of strcoll for sorting
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-07Inclusion of pcre.h before pcreposix.h is needed for newer pcre versions.joerg2-1/+14
2006-02-07Updated Swish-e to version 2.4.3.kim3-10/+20
NOTABLE CHANGES * "Fixed" libxml2's change in UTF8Toisolat1() return value Bernhard Weisshuhn supplied a patch to parser.c for checking the return value of UTF8Toisolat1(). Seems that libxml2 now returns the number of characters converted instead of zero for success. http://bugzilla.gnome.org/show_bug.cgi?id=153937 * Added swish-config and pkg-config Swish now provides a swish-config script and config file for the pkg-config utility. These tools help when building programs that link with the swish-e library. * Added SwishFuzzy function SwishFuzzy function (SWISH::API::Fuzzy) lets you stem a word without first searching. This might be helpful for playing with queries prior to the search. * Fixed Buzzwords (and other word lists entered in the config) Words entered in config were not converted to lower case before storing in the index. * Fixed metaname mapping problem in Merge Peter Karman found an error when merging indexes where the source indexes had the same metanames, but listed in a different order in their config files. Words would then be indexed under the wrong metaID number in the output index. * Added -R option to support IDF word weighting in ranking. (karman) Added Inverse Document Frequency calculation to the getrank() routine. This will allow the relative frequency of a word in relationship to other words in the query to impact the ranking of documents. * Swish.cgi now kills swish-e on time out The example script swish.cgi uses an alarm (on platforms that support alarm) to abort processing after some number of seconds, but it was not killing the child process, swish-e. Bill Schell submitted a patch to kill the child when the alarm triggers. * The template search.tt was renamed to swish.tt The template was renamed because it's used by swish.cgi, not by search.cgi, which was confusing. * Updates to the search.cgi The example script search.cgi was updated to work better with mod_perl and to use external template files and style sheets. * New MS Word Filter James Job provided the SWISH::Filter::Doc2html filter that uses the wvWare ([59]http://wvware.sourceforge.net/) program for filtering MS Word documents. If both catdoc and wvWare are installed then wvWare will be used. * Change in way symbolic links are followed John-Marc Chandonia pointed out that if a symlink is skipped by FileRules, then the actual file/directory is marked as "already seen" and cannot be indexed by other links or directly. Now, files and directories are not marked "already seen" until after passing FileRules (i.e after a file is actually indexed or a directory is processed). * UseStemming didn't take no for an answer UseStemming was coded as an alias for FuzzyIndexingMode when Snowball was compiled in (the default), but "no" doesn't always mean no when the Norwegian stemmer is available. * Updated the index_hypermail.pl Updated to work with latest version of hypermail (pre-2.1.9). * Fixed segfault when generating warnings while parsing Parser.c was incorrectly calling warning() incorrectly. And -Wall was not catching this! The complete list of revisions is at http://swish-e.org/docs/changes.html
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+3
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-27Make sure the directories exists before trying to install in them.kristerw4-3/+32
Solves PR 25426. Add dependency on PERL5 so that the configure script does the right thing, since this package use the path in places that cannot be patched by REPLACE_PERL (and bin/swish-filter-test need perl to run anyway). Bump PKGREVISION.
2004-04-19Convert to buildlink3.snj1-5/+5
2004-02-23Remove the dependency on libiconv. It is needed (and added) bykristerw1-2/+1
textproc/libxml2, and the problem I tried to solve by adding it here was solved in the last commit by adding the missing USE_BUILDLINK2=yes.
2004-02-22Add dependency on converters/libiconv.kristerw1-2/+4
Bump PKGREVISION.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Use tabs for indentation.jmmv1-9/+9
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Update swish-e to 2.4.1, provided by Michal Pasternak in PR pkg/24124 plusxtraeme6-99/+139
minor changes by me. Too many changes to list here, please read this link to see the full list of changes: http://swish-e.org/current/docs/CHANGES.html (new features, bugfixes, etc).
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-21Add Size entries to distinfozuntum1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-13We don't need to use $(MAKE), "make" is enough. Pointed by Thomas Klausnerzuntum2-8/+5
2001-03-13* it doesn't really need GNU makezuntum4-29/+32
* use CC, not gcc
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-02-05$() -> ${}wiz1-7/+7
1999-12-14Change maintainer to myself.bouyer1-2/+2