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 2022Q3
code-eli Library with functionalities for geometries
0.3.6_4 graphics 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 0.3.6_4Version of this port present on the latest quarterly branch.
Broken BROKEN: Needs work to use math/eigen3 currently in ports
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2018-03-19
Ignore IGNORE: is marked as broken: Needs work to use math/eigen3 currently in ports
Maintainer: fernape@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-11-04 18:36:50
Last Update: 2018-03-20 18:39:34
SVN Revision: 465105
License: EPL
WWW:
https://github.com/ddmarshall/Code-Eli
Description:
This is a collection of C++ libraries that provides a variety of functionalities for geometries (bezier curves, splines, etc.). Eigen3 is needed for most of the components to work since all of the vector and matrix math is done using Eigen3. CPPTest is used to perform unit testing on the components. WWW: https://github.com/ddmarshall/Code-Eli
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 (94 items)
Collapse this list.
  1. /usr/local/share/licenses/code-eli-0.3.6_4/catalog.mk
  2. /usr/local/share/licenses/code-eli-0.3.6_4/LICENSE
  3. /usr/local/share/licenses/code-eli-0.3.6_4/EPL
  4. include/eli/code_eli.hpp
  5. include/eli/constants.hpp
  6. include/eli/constants/math.hpp
  7. include/eli/geom.hpp
  8. include/eli/geom/curve.hpp
  9. include/eli/geom/curve/bezier.hpp
  10. include/eli/geom/curve/curvature.hpp
  11. include/eli/geom/curve/equivalent_curves.hpp
  12. include/eli/geom/curve/explicit_bezier.hpp
  13. include/eli/geom/curve/fit_container.hpp
  14. include/eli/geom/curve/length.hpp
  15. include/eli/geom/curve/piecewise.hpp
  16. include/eli/geom/curve/piecewise_circle_creator.hpp
  17. include/eli/geom/curve/piecewise_creator.hpp
  18. include/eli/geom/curve/piecewise_creator_base.hpp
  19. include/eli/geom/curve/piecewise_cubic_spline_creator.hpp
  20. include/eli/geom/curve/piecewise_four_digit_creator.hpp
  21. include/eli/geom/curve/piecewise_general_creator.hpp
  22. include/eli/geom/curve/piecewise_linear_creator.hpp
  23. include/eli/geom/curve/piecewise_point_creator.hpp
  24. include/eli/geom/curve/piecewise_polygon_creator.hpp
  25. include/eli/geom/curve/piecewise_superellipse_creator.hpp
  26. include/eli/geom/curve/pseudo.hpp
  27. include/eli/geom/curve/pseudo/four_digit.hpp
  28. include/eli/geom/curve/torsion.hpp
  29. include/eli/geom/general.hpp
  30. include/eli/geom/general/bounding_box.hpp
  31. include/eli/geom/general/continuity.hpp
  32. include/eli/geom/intersect.hpp
  33. include/eli/geom/intersect/minimum_distance.hpp
  34. include/eli/geom/intersect/minimum_distance_bounding_box.hpp
  35. include/eli/geom/intersect/minimum_distance_curve.hpp
  36. include/eli/geom/intersect/minimum_distance_line.hpp
  37. include/eli/geom/intersect/minimum_distance_plane.hpp
  38. include/eli/geom/intersect/minimum_distance_point.hpp
  39. include/eli/geom/intersect/minimum_distance_surface.hpp
  40. include/eli/geom/point.hpp
  41. include/eli/geom/point/distance.hpp
  42. include/eli/geom/surface.hpp
  43. include/eli/geom/surface/bezier.hpp
  44. include/eli/geom/surface/curvature.hpp
  45. include/eli/geom/surface/piecewise.hpp
  46. include/eli/geom/surface/piecewise_body_of_revolution_creator.hpp
  47. include/eli/geom/surface/piecewise_capped_surface_creator.hpp
  48. include/eli/geom/surface/piecewise_connection_data.hpp
  49. include/eli/geom/surface/piecewise_creator_base.hpp
  50. include/eli/geom/surface/piecewise_general_skinning_surface_creator.hpp
  51. include/eli/geom/utility/bezier.hpp
  52. include/eli/mutil.hpp
  53. include/eli/mutil/ad.hpp
  54. include/eli/mutil/ad/dual.hpp
  55. include/eli/mutil/ad/dual_functions.hpp
  56. include/eli/mutil/ad/dual_math.hpp
  57. include/eli/mutil/ad/dual_number.hpp
  58. include/eli/mutil/ad/dual_operators.hpp
  59. include/eli/mutil/ad/dual_traits.hpp
  60. include/eli/mutil/dm.hpp
  61. include/eli/mutil/dm/binomial_coefficient.hpp
  62. include/eli/mutil/dm/combination.hpp
  63. include/eli/mutil/dm/factorial.hpp
  64. include/eli/mutil/fd.hpp
  65. include/eli/mutil/fd/d1o1.hpp
  66. include/eli/mutil/fd/d1o2.hpp
  67. include/eli/mutil/fd/d1o3.hpp
  68. include/eli/mutil/fd/d2o1.hpp
  69. include/eli/mutil/fd/d2o2.hpp
  70. include/eli/mutil/nls.hpp
  71. include/eli/mutil/nls/bisection_method.hpp
  72. include/eli/mutil/nls/iterative_root_base.hpp
  73. include/eli/mutil/nls/iterative_system_root_base.hpp
  74. include/eli/mutil/nls/newton_raphson_constrained_method.hpp
  75. include/eli/mutil/nls/newton_raphson_constrained_system_method.hpp
  76. include/eli/mutil/nls/newton_raphson_method.hpp
  77. include/eli/mutil/nls/newton_raphson_system_method.hpp
  78. include/eli/mutil/nls/secant_method.hpp
  79. include/eli/mutil/opt.hpp
  80. include/eli/mutil/opt/least_squares.hpp
  81. include/eli/mutil/poly.hpp
  82. include/eli/mutil/poly/polynomial.hpp
  83. include/eli/mutil/poly/root/closed_form.hpp
  84. include/eli/mutil/poly/root/descartes_rule.hpp
  85. include/eli/mutil/poly/root/radius.hpp
  86. include/eli/mutil/poly/root/sign_changes.hpp
  87. include/eli/mutil/poly/root/sturm_count.hpp
  88. include/eli/mutil/quad.hpp
  89. include/eli/mutil/quad/simpson.hpp
  90. include/eli/mutil/quad/trapezoid.hpp
  91. include/eli/util.hpp
  92. include/eli/util/floating_point.hpp
  93. include/eli/util/tolerance.hpp
  94. include/eli/util/traits.hpp
Collapse this list.
Dependency lines:
  • code-eli>0:graphics/code-eli
No installation instructions:
This port has been deleted.
PKGNAME: code-eli
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ddmarshall-Code-Eli-0.3.6_GH0.tar.gz) = 2081ea221e33ca39f10def4fa46ce55af497a247f5c92f2a7d5d082fdaa94dff SIZE (ddmarshall-Code-Eli-0.3.6_GH0.tar.gz) = 262296

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. cmake : devel/cmake
  2. ninja : devel/ninja
  3. eigen3.pc : math/eigen3
Library dependencies:
  1. libcpptest.so : devel/cpptest
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for code-eli-0.3.6_4: DOXYGEN=off: Build documentation with Doxygen EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cmake:outsource compiler:c++11-lib eigen:3
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ddmarshall/Code-Eli/tar.gz/0.3.6?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port