summaryrefslogtreecommitdiff
path: root/graphics/code-eli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/code-eli: give write permissions on files prior to STRIP_CMDKurt Jaeger2016-06-161-0/+3
| | | | | | | | PR: 210046 Submitted by: fernando.apesteguia@gmail.com (maintainer) Notes: svn path=/head/; revision=416942
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fix typo in DOCS option target helper after r409057.Raphael Kubo da Costa2016-02-171-1/+1
| | | | Notes: svn path=/head/; revision=409058
* Convert to option target helpers and simplify BROKEN definition.Raphael Kubo da Costa2016-02-171-12/+9
| | | | | | | Approved by: portmgr blanket approval Notes: svn path=/head/; revision=409057
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381618
* graphics/code-eli: Respect CFLAGS and CXXFLAGS (PHB 12.9)John Marino2015-02-251-0/+41
| | | | | | | | | Tested on gcc-5 (DragonFly) and clang-3.3 (FreeBSD 10) Approved by: blanket Notes: svn path=/head/; revision=379960
* Mark as broken on FreeBSD version lower than 10.0-RELEASEBaptiste Daroussin2015-01-151-0/+4
| | | | | | | | PR: 195752 Submitted by: maintainer Notes: svn path=/head/; revision=377132
* graphics/code-eli: improved pkg-descr from maintainerJohn Marino2014-11-041-3/+4
| | | | Notes: svn path=/head/; revision=372175
* Add new port graphics/code-eliJohn Marino2014-11-044-0/+173
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. Notes: svn path=/head/; revision=372161