Version: 1.14, Package name: isearch-1.14 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Isearch is a software system for searching though large amounts of text. The system allows a user to very quickly find out what documents are available that contain certain words. Unlike older search systems, Isearch does not use a list of keywords or an abstract; every word of every document can be checked. This allows greatly improved chances of discovering new information in old collections. |
Filesize: 261.103 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-25 08:14:43 by Marc Espie | Files touched by this commit (39) |
Log message: let it compile with clang. there are serious concerns about the bogosity of this code. |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-20 12:56:52 by Marc Espie | Files touched by this commit (236) |
Log message: new depends |
2010-06-07 14:49:34 by Marc Espie | Files touched by this commit (1) |
Log message: LP64 + gcc4 |
2010-05-22 05:54:14 by Marc Espie | Files touched by this commit (5) |
Log message: fix syntax |
2010-04-15 02:28:08 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - remove outdated comment |
2010-03-20 10:49:22 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - dont unconditionally strip binaries - bump pkgname |
2007-09-15 14:59:42 by Michael Erdely | Files touched by this commit (242) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_* |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2005-01-05 10:34:35 by Christian Weisgerber | Files touched by this commit (166) |
Log message: SIZE |
2004-12-06 17:23:24 by Aleksander Piotrowski | Files touched by this commit (46) |
Log message: Add WANTLIB markers |
2004-09-15 12:44:09 by Marc Espie | Files touched by this commit (107) |
Log message: new plists |
2002-10-28 15:43:46 by Christian Weisgerber | Files touched by this commit (25) |
Log message: No regression tests available. |
2002-10-06 16:31:10 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Make this compile with gcc3. |