Skip to content

Commit

Permalink
devel/zix: New port: Lightweight C library of portability wrappers an…
Browse files Browse the repository at this point in the history
…d data structures

WWW: https://drobilla.net/category/zix/
  • Loading branch information
nunotexbsd committed Oct 25, 2023
1 parent 74de9d4 commit b081ddf
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -7873,6 +7873,7 @@
SUBDIR += zapcc
SUBDIR += zeal
SUBDIR += zfp
SUBDIR += zix
SUBDIR += zls
SUBDIR += zookeeper
SUBDIR += zthread
Expand Down
20 changes: 20 additions & 0 deletions devel/zix/Makefile
@@ -0,0 +1,20 @@
PORTNAME= zix
DISTVERSION= 0.4.2
CATEGORIES= devel
MASTER_SITES= http://download.drobilla.net/

MAINTAINER= eduardo@FreeBSD.org
COMMENT= Lightweight C library of portability wrappers and data structures
WWW= https://drobilla.net/category/zix/

LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:devel/glib20

USES= meson pkgconfig python:build tar:xz
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled
PLIST_SUB= VERSION=${DISTVERSION}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/zix/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698132155
SHA256 (zix-0.4.2.tar.xz) = 0c071cc11ab030bdc668bea3b46781b6dafd47ddd03b6d0c2bc1ebe7177e488d
SIZE (zix-0.4.2.tar.xz) = 76492
1 change: 1 addition & 0 deletions devel/zix/pkg-descr
@@ -0,0 +1 @@
Zix is a lightweight C library of portability wrappers and data structures.
19 changes: 19 additions & 0 deletions devel/zix/pkg-plist
@@ -0,0 +1,19 @@
include/zix-0/zix/allocator.h
include/zix-0/zix/attributes.h
include/zix-0/zix/btree.h
include/zix-0/zix/bump_allocator.h
include/zix-0/zix/digest.h
include/zix-0/zix/filesystem.h
include/zix-0/zix/hash.h
include/zix-0/zix/path.h
include/zix-0/zix/ring.h
include/zix-0/zix/sem.h
include/zix-0/zix/status.h
include/zix-0/zix/string_view.h
include/zix-0/zix/thread.h
include/zix-0/zix/tree.h
include/zix-0/zix/zix.h
lib/libzix-0.so
lib/libzix-0.so.0
lib/libzix-0.so.%%VERSION%%
libdata/pkgconfig/zix-0.pc

0 comments on commit b081ddf

Please sign in to comment.