git: e94d4838d262 - main - devel/atl: New port: Library for the creation and manipulation of lists of name/value pairs
Date: Thu, 04 Apr 2024 19:02:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e94d4838d2623af682cf3b30620d7bcaf5ed1217 commit e94d4838d2623af682cf3b30620d7bcaf5ed1217 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-04 19:00:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-04 19:02:31 +0000 devel/atl: New port: Library for the creation and manipulation of lists of name/value pairs --- devel/Makefile | 1 + devel/atl/Makefile | 24 ++++++++++++++++++++++++ devel/atl/distinfo | 3 +++ devel/atl/pkg-descr | 2 ++ devel/atl/pkg-plist | 12 ++++++++++++ 5 files changed, 42 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 332bd188226f..f81c4502b62a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -227,6 +227,7 @@ SUBDIR += asyncplusplus SUBDIR += atf SUBDIR += athens + SUBDIR += atl SUBDIR += atlantis SUBDIR += autobook SUBDIR += autoconf diff --git a/devel/atl/Makefile b/devel/atl/Makefile new file mode 100644 index 000000000000..e5ed817c7758 --- /dev/null +++ b/devel/atl/Makefile @@ -0,0 +1,24 @@ +PORTNAME= atl +DISTVERSIONPREFIX= v +DISTVERSION= 2.2.1-43 +DISTVERSIONSUFFIX= -g7286dd1 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for the creation and manipulation of lists of name/value pairs +WWW= https://github.com/GTkorvo/atl + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= bash:shells/bash + +USES= cmake shebangfix +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= GTkorvo + +SHEBANG_FILES= atl-config.in + +.include <bsd.port.mk> diff --git a/devel/atl/distinfo b/devel/atl/distinfo new file mode 100644 index 000000000000..8f0702362554 --- /dev/null +++ b/devel/atl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1712256724 +SHA256 (GTkorvo-atl-v2.2.1-43-g7286dd1_GH0.tar.gz) = c4b20d819459fe5f501ea9d483e1ee5928ba8e63ef0057dad75e46e06ac608e8 +SIZE (GTkorvo-atl-v2.2.1-43-g7286dd1_GH0.tar.gz) = 46647 diff --git a/devel/atl/pkg-descr b/devel/atl/pkg-descr new file mode 100644 index 000000000000..4443beb87960 --- /dev/null +++ b/devel/atl/pkg-descr @@ -0,0 +1,2 @@ +Libatl provides a library for the creation and manipulation of lists of +name/value pairs using an efficient binary representation. diff --git a/devel/atl/pkg-plist b/devel/atl/pkg-plist new file mode 100644 index 000000000000..1037b2113205 --- /dev/null +++ b/devel/atl/pkg-plist @@ -0,0 +1,12 @@ +bin/atl-config +bin/atom_server +bin/attr_dump +include/atl.h +lib/cmake/atl/atl-config-version.cmake +lib/cmake/atl/atl-config.cmake +lib/cmake/atl/atl-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/atl/atl-targets.cmake +lib/libatl.so +lib/libatl.so.2 +lib/libatl.so.2.2.1 +libdata/pkgconfig/atl.pc