Skip to content

Commit

Permalink
misc/meshoptimizer: New port: Mesh optimization library
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 19, 2022
1 parent de5254a commit 9484649
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
SUBDIR += mc
SUBDIR += mc-nox11
SUBDIR += mdp
SUBDIR += meshoptimizer
SUBDIR += metalink-checker
SUBDIR += metalink-tools
SUBDIR += mime-support
Expand Down
20 changes: 20 additions & 0 deletions misc/meshoptimizer/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PORTNAME= meshoptimizer
DISTVERSIONPREFIX= v
DISTVERSION= 0.18
CATEGORIES= misc python

MAINTAINER= yuri@FreeBSD.org
COMMENT= Mesh optimization library

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

USES= cmake
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= zeux

CMAKE_ON= MESHOPT_BUILD_SHARED_LIBS

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions misc/meshoptimizer/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1660886819
SHA256 (zeux-meshoptimizer-v0.18_GH0.tar.gz) = f5bc07d7322e6292fe0afce03462b5c394d111386236f926fdc44d2aff3b854b
SIZE (zeux-meshoptimizer-v0.18_GH0.tar.gz) = 366012
4 changes: 4 additions & 0 deletions misc/meshoptimizer/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
meshoptimizer is a mesh optimization library that makes meshes smaller and
faster to render.

WWW: https://github.com/zeux/meshoptimizer
6 changes: 6 additions & 0 deletions misc/meshoptimizer/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include/meshoptimizer.h
lib/cmake/meshoptimizer/meshoptimizerConfig.cmake
lib/cmake/meshoptimizer/meshoptimizerConfigVersion.cmake
lib/cmake/meshoptimizer/meshoptimizerTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/meshoptimizer/meshoptimizerTargets.cmake
lib/libmeshoptimizer.so

0 comments on commit 9484649

Please sign in to comment.