notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
mifluz C++ library to build and query a full text inverted index
0.26.0_2 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.26.0_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-06-23 08:26:02
Last Update: 2024-02-26 12:35:13
Commit Hash: 322d25f
People watching this port, also watch:: p5-Alien-wxWidgets, p5-Thread-Suspend, wipe, p5-threads-shared
License: GPLv3
WWW:
https://www.gnu.org/software/mifluz/
Description:
GNU mifluz has two main characteristics : it is very simple (one might say stupid :-) and uses 50% of the size of the indexed text for the index. It is simple because it provides only a few basic functionalities. It does not contain document parsers (HTML, PDF etc...). It does not contain a full text query parser. It does not provide result display functions or other user friendly stuff. It only provides functions to store word occurrences and retrieve them. The fact that it uses 50% of the size of the indexed text is rather atypical. Most well known full text indexing systems only use 30%. The advantage GNU mifluz has over most full text indexing systems is that it is fully dynamic (update, delete, insert), uses only a controlled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (127 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mifluz-0.26.0_2/catalog.mk
  3. /usr/local/share/licenses/mifluz-0.26.0_2/LICENSE
  4. /usr/local/share/licenses/mifluz-0.26.0_2/GPLv3
  5. bin/htdb_dump
  6. bin/htdb_load
  7. bin/htdb_stat
  8. bin/mifluz-config
  9. bin/mifluzdict
  10. bin/mifluzdump
  11. bin/mifluzload
  12. bin/mifluzsearch
  13. @sample etc/mifluz.conf.sample
  14. include/mifluz.h
  15. include/mifluz/Configuration.h
  16. include/mifluz/Dictionary.h
  17. include/mifluz/HtMaxMin.h
  18. include/mifluz/HtTime.h
  19. include/mifluz/List.h
  20. include/mifluz/Object.h
  21. include/mifluz/ParsedString.h
  22. include/mifluz/StringList.h
  23. include/mifluz/WordBitCompress.h
  24. include/mifluz/WordContext.h
  25. include/mifluz/WordCursor.h
  26. include/mifluz/WordCursorOne.h
  27. include/mifluz/WordDB.h
  28. include/mifluz/WordDBCache.h
  29. include/mifluz/WordDBCompress.h
  30. include/mifluz/WordDBInfo.h
  31. include/mifluz/WordDead.h
  32. include/mifluz/WordDict.h
  33. include/mifluz/WordKey.h
  34. include/mifluz/WordKeyInfo.h
  35. include/mifluz/WordList.h
  36. include/mifluz/WordListMulti.h
  37. include/mifluz/WordListOne.h
  38. include/mifluz/WordMeta.h
  39. include/mifluz/WordMonitor.h
  40. include/mifluz/WordRecord.h
  41. include/mifluz/WordRecordInfo.h
  42. include/mifluz/WordReference.h
  43. include/mifluz/WordType.h
  44. include/mifluz/ber.h
  45. include/mifluz/btree.h
  46. include/mifluz/btree_auto.h
  47. include/mifluz/btree_ext.h
  48. include/mifluz/clib.h
  49. include/mifluz/common_ext.h
  50. include/mifluz/config.h
  51. include/mifluz/crdel_auto.h
  52. include/mifluz/db.h
  53. include/mifluz/db_am.h
  54. include/mifluz/db_auto.h
  55. include/mifluz/db_dispatch.h
  56. include/mifluz/db_ext.h
  57. include/mifluz/db_int.h
  58. include/mifluz/db_join.h
  59. include/mifluz/db_page.h
  60. include/mifluz/db_shash.h
  61. include/mifluz/db_swap.h
  62. include/mifluz/db_upgrade.h
  63. include/mifluz/db_verify.h
  64. include/mifluz/debug.h
  65. include/mifluz/env_ext.h
  66. include/mifluz/hash.h
  67. include/mifluz/hash_auto.h
  68. include/mifluz/hash_ext.h
  69. include/mifluz/htString.h
  70. include/mifluz/lib.h
  71. include/mifluz/lock.h
  72. include/mifluz/lock_ext.h
  73. include/mifluz/log.h
  74. include/mifluz/log_auto.h
  75. include/mifluz/log_ext.h
  76. include/mifluz/mp.h
  77. include/mifluz/mp_ext.h
  78. include/mifluz/mutex.h
  79. include/mifluz/mutex_ext.h
  80. include/mifluz/myqsort.h
  81. include/mifluz/os.h
  82. include/mifluz/os_ext.h
  83. include/mifluz/os_jump.h
  84. include/mifluz/qam.h
  85. include/mifluz/qam_auto.h
  86. include/mifluz/qam_ext.h
  87. include/mifluz/queue.h
  88. include/mifluz/region.h
  89. include/mifluz/shqueue.h
  90. include/mifluz/txn.h
  91. include/mifluz/txn_auto.h
  92. include/mifluz/txn_ext.h
  93. include/mifluz/unac.h
  94. include/mifluz/xa.h
  95. include/mifluz/xa_ext.h
  96. lib/libmifluz.a
  97. lib/libmifluz.so
  98. lib/libmifluz.so.0
  99. lib/libmifluz.so.0.0.26
  100. share/man/man1/htdb_dump.1.gz
  101. share/man/man1/htdb_load.1.gz
  102. share/man/man1/htdb_stat.1.gz
  103. share/man/man1/mifluz-config.1.gz
  104. share/man/man1/mifluzdict.1.gz
  105. share/man/man1/mifluzdump.1.gz
  106. share/man/man1/mifluzload.1.gz
  107. share/man/man1/mifluzsearch.1.gz
  108. share/man/man3/Configuration.3.gz
  109. share/man/man3/WordContext.3.gz
  110. share/man/man3/WordCursor.3.gz
  111. share/man/man3/WordCursorOne.3.gz
  112. share/man/man3/WordDBInfo.3.gz
  113. share/man/man3/WordDict.3.gz
  114. share/man/man3/WordKey.3.gz
  115. share/man/man3/WordKeyInfo.3.gz
  116. share/man/man3/WordList.3.gz
  117. share/man/man3/WordListOne.3.gz
  118. share/man/man3/WordMonitor.3.gz
  119. share/man/man3/WordRecord.3.gz
  120. share/man/man3/WordRecordInfo.3.gz
  121. share/man/man3/WordReference.3.gz
  122. share/man/man3/WordType.3.gz
  123. share/man/man3/mifluz.3.gz
  124. @dir var/cache/mifluz
  125. @owner
  126. @group
  127. @mode
Collapse this list.
Dependency lines:
  • mifluz>0:textproc/mifluz
Conflicts:
CONFLICTS_INSTALL:
  • htdig
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/textproc/mifluz/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/mifluz
  • pkg install mifluz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mifluz
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mifluz-0.26.0.tar.gz) = e220ad4a23a972acfffedb05d63e8c7b13a422f9008bd6af95fdb4339f94b6a4 SIZE (mifluz-0.26.0.tar.gz) = 1648324

Packages (timestamps in pop-ups are UTC):
mifluz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.26.0_20.26.0_20.26.0_10.26.0_20.26.0_2-0.26.0_1-
FreeBSD:13:quarterly0.26.0_20.26.0_20.26.0_10.26.0_20.26.0_20.26.0_10.26.0_10.26.0_1
FreeBSD:14:latest0.26.0_20.26.0_20.26.0_10.26.0_20.26.0_20.26.0_1-0.26.0_1
FreeBSD:14:quarterly0.26.0_10.26.0_2-0.26.0_10.26.0_20.26.0_10.26.0_10.26.0_1
FreeBSD:15:latest0.26.0_20.26.0_2n/a0.26.0_1n/a0.26.0_10.26.0_10.26.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
Runtime dependencies:
  1. indexinfo : print/indexinfo
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_mifluz
USES:
bison compiler iconv libtool localbase:ldflags pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/mifluz/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/mifluz/
  3. ftp://mirrors.rit.edu/gnu/mifluz/
  4. http://ftp.halifax.rwth-aachen.de/gnu/mifluz/
  5. http://ftp.kddilabs.jp/GNU/gnu/mifluz/
  6. http://mirror.navercorp.com/gnu/mifluz/
  7. https://ftp.gnu.org/gnu/mifluz/
  8. https://ftpmirror.gnu.org/mifluz/
  9. https://mirror.netcologne.de/gnu/mifluz/
  10. https://mirrors.kernel.org/gnu/mifluz/
  11. https://www.nic.funet.fi/pub/gnu/gnu/mifluz/
Collapse this list.

There are no commits on branch 2022Q2 for this port