diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-04 19:00:41 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-04 19:02:31 +0000 |
| commit | e94d4838d2623af682cf3b30620d7bcaf5ed1217 (patch) | |
| tree | d65f0af84c6eea735d9a0d175e71a50a38e72295 | |
| parent | 5b99de7aec313cea0694b28862e3148415104be2 (diff) | |
devel/atl: New port: Library for the creation and manipulation of lists of name/value pairs
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/atl/Makefile | 24 | ||||
| -rw-r--r-- | devel/atl/distinfo | 3 | ||||
| -rw-r--r-- | devel/atl/pkg-descr | 2 | ||||
| -rw-r--r-- | devel/atl/pkg-plist | 12 |
5 files changed, 42 insertions, 0 deletions
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 |
