Port details |
- code-eli Library with functionalities for geometries
- 0.3.6_4 graphics
=0 0.3.6_4Version of this port present on the latest quarterly branch.
- BROKEN: Needs work to use math/eigen3 currently in ports
DEPRECATED: Broken for more than 6 months This port expired on: 2018-03-19 IGNORE: is marked as broken: Needs work to use math/eigen3 currently in ports
- Maintainer: fernape@FreeBSD.org
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- Library dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.6_4 20 Mar 2018 18:39:34 |
rene |
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 |
fernape |
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 |
fernape |
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 |
antoine |
Deprecate ports broken for more than 6 months |
0.3.6_4 02 Jan 2018 16:49:24 |
tcberner |
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 |
linimon |
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 |
gerald |
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 |
ler |
Mark Broken.
PR: 220360
Submitted by: fernando.apesteguia@gmail.com (maintainer) |
0.3.6_3 13 May 2017 23:21:37 |
linimon |
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 |
gerald |
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 |
linimon |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket) |
0.3.6_2 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.3.6_2 22 Dec 2016 08:18:50 |
mat |
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 |
mat |
Rename DOCS to DOXYGEN.
Sponsored by: Absolight |
0.3.6_1 16 Jun 2016 00:47:32 |
pi |
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 |
mat |
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 |
rakuco |
Fix typo in DOCS option target helper after r409057. |
0.3.6 17 Feb 2016 18:01:43 |
rakuco |
Convert to option target helpers and simplify BROKEN definition.
Approved by: portmgr blanket approval |
0.3.6 07 May 2015 15:17:33 |
mat |
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 |
bdrewery |
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 |
marino |
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 |
bapt |
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 |
marino |
graphics/code-eli: improved pkg-descr from maintainer |
0.3.6 04 Nov 2014 18:36:42 |
marino |
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. |