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
fuzzylite Fuzzy logic control library in C++
6.0_1 devel on this many watch lists=0 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 6.0_1Version of this port present on the latest quarterly branch.
Maintainer: pkubaj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-11-18 16:41:15
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv3
WWW:
https://fuzzylite.com/
Description:
fuzzylite is a free and open-source fuzzy logic control library programmed in C++ for multiple platforms (e.g., Windows, Linux, Mac, iOS). jfuzzylite is the equivalent library for Java and Android platforms. Together, they are the FuzzyLite Libraries for Fuzzy Logic Control.
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 (122 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fuzzylite-6.0_1/catalog.mk
  3. /usr/local/share/licenses/fuzzylite-6.0_1/LICENSE
  4. /usr/local/share/licenses/fuzzylite-6.0_1/GPLv3
  5. bin/fuzzylite
  6. include/fl/Benchmark.h
  7. include/fl/Complexity.h
  8. include/fl/Console.h
  9. include/fl/Engine.h
  10. include/fl/Exception.h
  11. include/fl/Headers.h
  12. include/fl/Operation.h
  13. include/fl/activation/Activation.h
  14. include/fl/activation/First.h
  15. include/fl/activation/General.h
  16. include/fl/activation/Highest.h
  17. include/fl/activation/Last.h
  18. include/fl/activation/Lowest.h
  19. include/fl/activation/Proportional.h
  20. include/fl/activation/Threshold.h
  21. include/fl/defuzzifier/Bisector.h
  22. include/fl/defuzzifier/Centroid.h
  23. include/fl/defuzzifier/Defuzzifier.h
  24. include/fl/defuzzifier/IntegralDefuzzifier.h
  25. include/fl/defuzzifier/LargestOfMaximum.h
  26. include/fl/defuzzifier/MeanOfMaximum.h
  27. include/fl/defuzzifier/SmallestOfMaximum.h
  28. include/fl/defuzzifier/WeightedAverage.h
  29. include/fl/defuzzifier/WeightedAverageCustom.h
  30. include/fl/defuzzifier/WeightedDefuzzifier.h
  31. include/fl/defuzzifier/WeightedSum.h
  32. include/fl/defuzzifier/WeightedSumCustom.h
  33. include/fl/factory/ActivationFactory.h
  34. include/fl/factory/CloningFactory.h
  35. include/fl/factory/ConstructionFactory.h
  36. include/fl/factory/DefuzzifierFactory.h
  37. include/fl/factory/FactoryManager.h
  38. include/fl/factory/FunctionFactory.h
  39. include/fl/factory/HedgeFactory.h
  40. include/fl/factory/SNormFactory.h
  41. include/fl/factory/TNormFactory.h
  42. include/fl/factory/TermFactory.h
  43. include/fl/fuzzylite.h
  44. include/fl/hedge/Any.h
  45. include/fl/hedge/Extremely.h
  46. include/fl/hedge/Hedge.h
  47. include/fl/hedge/HedgeFunction.h
  48. include/fl/hedge/Not.h
  49. include/fl/hedge/Seldom.h
  50. include/fl/hedge/Somewhat.h
  51. include/fl/hedge/Very.h
  52. include/fl/imex/CppExporter.h
  53. include/fl/imex/Exporter.h
  54. include/fl/imex/FclExporter.h
  55. include/fl/imex/FclImporter.h
  56. include/fl/imex/FisExporter.h
  57. include/fl/imex/FisImporter.h
  58. include/fl/imex/FldExporter.h
  59. include/fl/imex/FllExporter.h
  60. include/fl/imex/FllImporter.h
  61. include/fl/imex/Importer.h
  62. include/fl/imex/JavaExporter.h
  63. include/fl/imex/RScriptExporter.h
  64. include/fl/norm/Norm.h
  65. include/fl/norm/SNorm.h
  66. include/fl/norm/TNorm.h
  67. include/fl/norm/s/AlgebraicSum.h
  68. include/fl/norm/s/BoundedSum.h
  69. include/fl/norm/s/DrasticSum.h
  70. include/fl/norm/s/EinsteinSum.h
  71. include/fl/norm/s/HamacherSum.h
  72. include/fl/norm/s/Maximum.h
  73. include/fl/norm/s/NilpotentMaximum.h
  74. include/fl/norm/s/NormalizedSum.h
  75. include/fl/norm/s/SNormFunction.h
  76. include/fl/norm/s/UnboundedSum.h
  77. include/fl/norm/t/AlgebraicProduct.h
  78. include/fl/norm/t/BoundedDifference.h
  79. include/fl/norm/t/DrasticProduct.h
  80. include/fl/norm/t/EinsteinProduct.h
  81. include/fl/norm/t/HamacherProduct.h
  82. include/fl/norm/t/Minimum.h
  83. include/fl/norm/t/NilpotentMinimum.h
  84. include/fl/norm/t/TNormFunction.h
  85. include/fl/rule/Antecedent.h
  86. include/fl/rule/Consequent.h
  87. include/fl/rule/Expression.h
  88. include/fl/rule/Rule.h
  89. include/fl/rule/RuleBlock.h
  90. include/fl/term/Activated.h
  91. include/fl/term/Aggregated.h
  92. include/fl/term/Bell.h
  93. include/fl/term/Binary.h
  94. include/fl/term/Concave.h
  95. include/fl/term/Constant.h
  96. include/fl/term/Cosine.h
  97. include/fl/term/Discrete.h
  98. include/fl/term/Function.h
  99. include/fl/term/Gaussian.h
  100. include/fl/term/GaussianProduct.h
  101. include/fl/term/Linear.h
  102. include/fl/term/PiShape.h
  103. include/fl/term/Ramp.h
  104. include/fl/term/Rectangle.h
  105. include/fl/term/SShape.h
  106. include/fl/term/Sigmoid.h
  107. include/fl/term/SigmoidDifference.h
  108. include/fl/term/SigmoidProduct.h
  109. include/fl/term/Spike.h
  110. include/fl/term/Term.h
  111. include/fl/term/Trapezoid.h
  112. include/fl/term/Triangle.h
  113. include/fl/term/ZShape.h
  114. include/fl/variable/InputVariable.h
  115. include/fl/variable/OutputVariable.h
  116. include/fl/variable/Variable.h
  117. lib/libfuzzylite.so
  118. lib/libfuzzylite.so.6.0
  119. libdata/pkgconfig/fuzzylite.pc
  120. @owner
  121. @group
  122. @mode
Collapse this list.
Dependency lines:
  • fuzzylite>0:devel/fuzzylite
To install the port:
cd /usr/ports/devel/fuzzylite/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/fuzzylite
  • pkg install fuzzylite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fuzzylite
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1504529031 SHA256 (fuzzylite-fuzzylite-v6.0_GH0.tar.gz) = 7e9f56deb9baf063de2232bfd8285f57ddccb651dae842fe3f587d0ac65ecdb0 SIZE (fuzzylite-fuzzylite-v6.0_GH0.tar.gz) = 2189181

Packages (timestamps in pop-ups are UTC):
fuzzylite
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.0_16.0_16.0_16.0_16.0_1-6.0_1-
FreeBSD:13:quarterly6.0_16.0_16.0_16.0_16.0_16.0_16.0_16.0_1
FreeBSD:14:latest6.0_16.0_16.0_16.0_16.0_16.0_1-6.0_1
FreeBSD:14:quarterly6.0_16.0_1-6.0_16.0_16.0_16.0_16.0_1
FreeBSD:15:latest6.0_16.0_1n/a6.0_1n/a6.0_16.0_16.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. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. games/vcmi

Configuration Options:
No options to configure
Options name:
devel_fuzzylite
USES:
cmake compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/fuzzylite/fuzzylite/tar.gz/v6.0?dummy=/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
6.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.0_1
26 Aug 2022 07:39:03
commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979commit hash: a60b5f495b51aaaf674ac9fbcd1ee83434544979 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE

CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework

PR: 	199098
6.0_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
6.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.0_1
22 Jan 2020 15:10:16
Revision:523813Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/fuzzylite: update homepage
6.0_1
06 Jan 2020 16:34:41
Revision:522258Original commit files touched by this commit
pkubaj search for other commits by this committer
Move those ports to my FreeBSD.org address.
6.0_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
6.0
21 Feb 2019 04:20:43
Revision:493487Original commit files touched by this commit
linimon search for other commits by this committer
Add USES=compiler:c++11-lang to fix build on GCC-based architectures.

Use CMAKE_OFF instead of CMAKE_ARGS.

Don't check for Clang versions lower than 3.9.

PR:		235709
Submitted by:	maintainer
6.0
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
6.0
18 Jun 2018 03:49:10
Revision:472670Original commit files touched by this commit
linimon search for other commits by this committer
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
6.0
18 Nov 2017 16:41:07
Revision:454447Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/fuzzylite: Fuzzy logic control library in C++

PR:		222052
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13142

Number of commits found: 12