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
elixir-simple_bayes Naive Bayes machine learning implementation in Elixir
1.0.0 devel Deleted 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 1.0.0Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2018-03-19
Ignore IGNORE: is marked as broken: fails to build
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-08-25 19:55:46
Last Update: 2018-03-20 18:39:34
SVN Revision: 465105
License: MIT
WWW:
https://github.com/fredwu/simple_bayes
Description:
A Naive Bayes machine learning implementation in Elixir. WWW: https://github.com/fredwu/simple_bayes
Homepage    cgit ¦ GitHub ¦ 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 (49 items)
Collapse this list.
  1. /usr/local/share/licenses/elixir-simple_bayes-1.0.0/catalog.mk
  2. /usr/local/share/licenses/elixir-simple_bayes-1.0.0/LICENSE
  3. /usr/local/share/licenses/elixir-simple_bayes-1.0.0/MIT
  4. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Accumulator.beam
  5. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Classifier.Model.Bernoulli.beam
  6. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Classifier.Model.BinarizedMultinomial.beam
  7. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Classifier.Model.Multinomial.beam
  8. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Classifier.Probability.beam
  9. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Classifier.beam
  10. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Data.beam
  11. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.MapMath.beam
  12. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Storage.Behaviour.beam
  13. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Storage.Dets.beam
  14. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Storage.FileSystem.beam
  15. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Storage.Memory.beam
  16. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.TfIdf.beam
  17. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Tokenizer.beam
  18. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TokenCataloger.beam
  19. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TokenParser.beam
  20. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TokenRecorder.beam
  21. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TokenStemmer.beam
  22. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TokenWeight.beam
  23. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.TrainingCounter.beam
  24. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.Trainer.beam
  25. lib/elixir/lib/simple_bayes/ebin/Elixir.SimpleBayes.beam
  26. lib/elixir/lib/simple_bayes/ebin/simple_bayes.app
  27. lib/elixir/lib/simple_bayes/lib/simple_bayes.ex
  28. lib/elixir/lib/simple_bayes/lib/simple_bayes/accumulator.ex
  29. lib/elixir/lib/simple_bayes/lib/simple_bayes/classifier.ex
  30. lib/elixir/lib/simple_bayes/lib/simple_bayes/classifier/models/bernoulli.ex
  31. lib/elixir/lib/simple_bayes/lib/simple_bayes/classifier/models/binarized_multinomial.ex
  32. lib/elixir/lib/simple_bayes/lib/simple_bayes/classifier/models/multinomial.ex
  33. lib/elixir/lib/simple_bayes/lib/simple_bayes/classifier/probability.ex
  34. lib/elixir/lib/simple_bayes/lib/simple_bayes/data.ex
  35. lib/elixir/lib/simple_bayes/lib/simple_bayes/map_math.ex
  36. lib/elixir/lib/simple_bayes/lib/simple_bayes/storage/behaviour.ex
  37. lib/elixir/lib/simple_bayes/lib/simple_bayes/storage/dets.ex
  38. lib/elixir/lib/simple_bayes/lib/simple_bayes/storage/file_system.ex
  39. lib/elixir/lib/simple_bayes/lib/simple_bayes/storage/memory.ex
  40. lib/elixir/lib/simple_bayes/lib/simple_bayes/tf_idf.ex
  41. lib/elixir/lib/simple_bayes/lib/simple_bayes/tokenizer.ex
  42. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer.ex
  43. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/token_cataloger.ex
  44. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/token_parser.ex
  45. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/token_recorder.ex
  46. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/token_stemmer.ex
  47. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/token_weight.ex
  48. lib/elixir/lib/simple_bayes/lib/simple_bayes/trainer/training_counter.ex
  49. share/doc/simple_bayes/README.md
Collapse this list.
Dependency lines:
  • elixir-simple_bayes>0:devel/elixir-simple_bayes
No installation instructions:
This port has been deleted.
PKGNAME: elixir-simple_bayes
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1501853700 SHA256 (fredwu-simple_bayes-v1.0.0_GH0.tar.gz) = aac8f6050d7ec9ff56ab4b0a8dda985bde4b026e10c8b384017e617444bb6bdd SIZE (fredwu-simple_bayes-v1.0.0_GH0.tar.gz) = 15594

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. elixir : lang/elixir
  2. elixir-decimal>=0 : devel/elixir-decimal
  3. elixir-math>=0 : devel/elixir-math
Runtime dependencies:
  1. elixir : lang/elixir
  2. elixir-decimal>=0 : devel/elixir-decimal
  3. elixir-math>=0 : devel/elixir-math
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
elixir
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/fredwu/simple_bayes/tar.gz/v1.0.0?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0
20 Mar 2018 18:39:34
Revision:465105Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2018-03-19 graphics/code-eli: Broken for more than 6 months
2018-03-19 databases/pg_rman: Broken for more than 6 months
2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months
2018-03-19 devel/elixir-stemmer: Broken for more than 6 months
2018-03-19 benchmarks/expedite: Broken for more than 6 months
2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months
2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
1.0.0
18 Feb 2018 09:29:28
Revision:462210Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.0.0
01 Sep 2017 18:21:10
Revision:449093Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

** (Mix) You're trying to run :simple_bayes on Elixir v1.4.5 but it has declared
in its mix.exs file it supports only Elixir ~> 1.5

Reported by:	pkg-fallout
1.0.0
04 Aug 2017 14:14:49
Revision:447333Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-simple_bayes to version 1.0.0.
0.12.1
20 Jul 2017 08:48:01
Revision:446245Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-simple_bayes to version 0.12.1.
0.11.0
24 Aug 2016 09:39:45
Revision:420781Original commit files touched by this commit
olgeni search for other commits by this committer
Add devel/elixir-simple_bayes, a Naive Bayes machine learning
implementation in Elixir.

Number of commits found: 6