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
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.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.6_4
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
0.3.6_4
13 Mar 2018 22:24:59
Revision:464438Original commit files touched by this commit
fernape search for other commits by this committer
Remove Ego-Lines from fernape's ports

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
0.3.6_4
12 Mar 2018 19:20:33
Revision:464275Original commit files touched by this commit
fernape search for other commits by this committer
Update MAINTAINER to new FreeBSD.org account

Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
0.3.6_4
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
0.3.6_4
02 Jan 2018 16:49:24
Revision:457914Original commit files touched by this commit
tcberner search for other commits by this committer
New USES=eigen

  Usage:
    USES=eigen:<version>[,<type>]

    version: 2 or 3 (required)
    type:    build (default), run

  For example:
    USES=eigen:2,build,run
  will add a BUILD- and RUN_DEPENDS on math/eigen2, and
    USES=eigen:3
  will add a BUILD_DEPENDS on math/eigen3.

* Convert the existing ports to use it
  - biology/iqtree: remove run time dependency (seemed not to be needed)
  - graphics/movit: remove run time dependency (seemed not to be needed)
  - science/avogadro: add run time dependeny (installed cmake file requires it
to be present)

Reviewed by:	rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13702
0.3.6_4
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
0.3.6_4
10 Sep 2017 20:55:39
Revision:449591Original 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
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.3.6_3
03 Jul 2017 15:44:20
Revision:444962Original commit files touched by this commit
ler search for other commits by this committer
Mark Broken.

PR:		220360
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
0.3.6_3
13 May 2017 23:21:37
Revision:440858Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.3.6_3
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.3.6_2
31 Jan 2017 03:40:46
Revision:432897Original commit files touched by this commit
linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
0.3.6_2
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
0.3.6_2
22 Dec 2016 08:18:50
Revision:429148Original commit files touched by this commit
mat search for other commits by this committer
Fix packaging.

Reported by:	antoine
Pointy hat:	mat (for changing things after testing)
Sponsored by:	Absolight
0.3.6_2
21 Dec 2016 14:56:20
Revision:429095Original commit files touched by this commit
mat search for other commits by this committer
Rename DOCS to DOXYGEN.

Sponsored by:	Absolight
0.3.6_1
16 Jun 2016 00:47:32
Revision:416942Original commit files touched by this commit
pi search for other commits by this committer
graphics/code-eli: give write permissions on files prior to STRIP_CMD

PR:		210046
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
0.3.6
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.3.6
17 Feb 2016 18:20:46
Revision:409058Original commit files touched by this commit
rakuco search for other commits by this committer
Fix typo in DOCS option target helper after r409057.
0.3.6
17 Feb 2016 18:01:43
Revision:409057Original commit files touched by this commit
rakuco search for other commits by this committer
Convert to option target helpers and simplify BROKEN definition.

Approved by:	portmgr blanket approval
0.3.6
07 May 2015 15:17:33
Revision:385633Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the games category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.3.6
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
0.3.6
25 Feb 2015 19:52:43
Revision:379960Original commit files touched by this commit
marino search for other commits by this committer
graphics/code-eli: Respect CFLAGS and CXXFLAGS (PHB 12.9)

Tested on gcc-5 (DragonFly) and clang-3.3 (FreeBSD 10)

Approved by:	blanket
0.3.6
15 Jan 2015 17:59:10
Revision:377132Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken on FreeBSD version lower than 10.0-RELEASE

PR:		195752
Submitted by:	maintainer
0.3.6
04 Nov 2014 22:40:00
Revision:372175Original commit files touched by this commit
marino search for other commits by this committer
graphics/code-eli: improved pkg-descr from maintainer
0.3.6
04 Nov 2014 18:36:42
Revision:372161Original commit files touched by this commit
marino search for other commits by this committer
Add new port graphics/code-eli

PR:		194406
Submitted by:	Fernando Apesteguia

This is a collection of C++ libraries that provides a variety of
functionalities.  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.

Number of commits found: 24