Page MenuHomeFreeBSD

New port: devel/vcglib: library for manipulation, processing, cleaning, simplifying triangle meshes
ClosedPublic

Authored by fernape on Aug 21 2018, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 12:34 PM
Unknown Object (File)
Mar 17 2024, 3:46 PM
Unknown Object (File)
Feb 24 2024, 7:24 AM
Unknown Object (File)
Feb 18 2024, 2:19 AM
Unknown Object (File)
Jan 18 2024, 1:14 PM
Unknown Object (File)
Jan 5 2024, 5:39 PM
Unknown Object (File)
Dec 22 2023, 8:57 PM
Unknown Object (File)
Dec 21 2023, 10:25 AM
Subscribers

Details

Reviewers
tcberner
tz
Summary

The Visualization and Computer Graphics Library (VCGlib for short) is a open
source, portable, C++, templated, no dependency, library for manipulation,
processing, cleaning, simplifying triangle meshes.

It is needed for newer versions of cad/meshlab

Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 11.2amd64, 12i386 OK
  • make index OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19343
Build 18948: arc lint + arc unit

Event Timeline

linimon retitled this revision from New port: devel/vcglib to New port: devel/vcglib: library for manipulation, processing, cleaning, simplifying triangle meshes.Aug 22 2018, 4:54 AM
devel/vcglib/Makefile
22โ€“24

Are you sure flattening the upstream hierarchy is right?

Don't flatten hierarchy.

Reported by mat@

fernape added inline comments.
devel/vcglib/Makefile
22โ€“24

Most likely not. Thanks!

This is a new port. So you need to hook it up into the tree:

Take a look at devel/Makefile.

This revision now requires changes to proceed.Aug 31 2018, 10:56 AM
fernape marked an inline comment as done.

Add missing entry in devel/Makefile

devel/vcglib/Makefile
22

^ any reason to keep those comments? :)

fernape added inline comments.
devel/vcglib/Makefile
22

No :S

devel/vcglib/Makefile
24

?

fernape marked an inline comment as done.

Remove the very last piece of comments in the Makefile

This revision is now accepted and ready to land.Sep 21 2018, 3:55 AM