1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/toml-f: New port: TOML parser for data serialization and deserialization in Fortran

This commit is contained in:
Yuri Victorovich 2022-01-17 18:10:00 -08:00
parent e2c9a15440
commit bf689f19ee
5 changed files with 64 additions and 0 deletions

View File

@ -1909,6 +1909,7 @@
SUBDIR += tn-hunspell SUBDIR += tn-hunspell
SUBDIR += tnef2txt SUBDIR += tnef2txt
SUBDIR += tokyodystopia SUBDIR += tokyodystopia
SUBDIR += toml-f
SUBDIR += tr-aspell SUBDIR += tr-aspell
SUBDIR += trang SUBDIR += trang
SUBDIR += translate-toolkit SUBDIR += translate-toolkit

19
textproc/toml-f/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= toml-f
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2-4
DISTVERSIONSUFFIX= -gf066ec6
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= TOML parser for data serialization and deserialization in Fortran
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= cmake:testing fortran
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>

3
textproc/toml-f/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1642471486
SHA256 (toml-f-toml-f-v0.2.2-4-gf066ec6_GH0.tar.gz) = a68c70ac2eee3930b4c5b148af5c0bdfbafa1c4af2740bcf6c0d4fc7b6f7f230
SIZE (toml-f-toml-f-v0.2.2-4-gf066ec6_GH0.tar.gz) = 72749

View File

@ -0,0 +1,6 @@
toml-f is a TOML parser implementation for data serialization and
deserialization in Fortran.
It currently supported TOML v1.0.0 specification.
WWW: https://toml-f.github.io/toml-f/

35
textproc/toml-f/pkg-plist Normal file
View File

@ -0,0 +1,35 @@
include/toml-f/GNU-10.3.0/tomlf.mod
include/toml-f/GNU-10.3.0/tomlf_all.mod
include/toml-f/GNU-10.3.0/tomlf_build.mod
include/toml-f/GNU-10.3.0/tomlf_build_array.mod
include/toml-f/GNU-10.3.0/tomlf_build_keyval.mod
include/toml-f/GNU-10.3.0/tomlf_build_merge.mod
include/toml-f/GNU-10.3.0/tomlf_build_table.mod
include/toml-f/GNU-10.3.0/tomlf_constants.mod
include/toml-f/GNU-10.3.0/tomlf_datetime.mod
include/toml-f/GNU-10.3.0/tomlf_de.mod
include/toml-f/GNU-10.3.0/tomlf_de_character.mod
include/toml-f/GNU-10.3.0/tomlf_de_tokenizer.mod
include/toml-f/GNU-10.3.0/tomlf_error.mod
include/toml-f/GNU-10.3.0/tomlf_ser.mod
include/toml-f/GNU-10.3.0/tomlf_structure.mod
include/toml-f/GNU-10.3.0/tomlf_structure_base.mod
include/toml-f/GNU-10.3.0/tomlf_structure_vector.mod
include/toml-f/GNU-10.3.0/tomlf_type.mod
include/toml-f/GNU-10.3.0/tomlf_type_array.mod
include/toml-f/GNU-10.3.0/tomlf_type_keyval.mod
include/toml-f/GNU-10.3.0/tomlf_type_table.mod
include/toml-f/GNU-10.3.0/tomlf_type_value.mod
include/toml-f/GNU-10.3.0/tomlf_utils.mod
include/toml-f/GNU-10.3.0/tomlf_utils_convert.mod
include/toml-f/GNU-10.3.0/tomlf_utils_sort.mod
include/toml-f/GNU-10.3.0/tomlf_utils_verify.mod
include/toml-f/GNU-10.3.0/tomlf_version.mod
lib/cmake/toml-f/toml-f-config-version.cmake
lib/cmake/toml-f/toml-f-config.cmake
lib/cmake/toml-f/toml-f-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/toml-f/toml-f-targets.cmake
lib/libtoml-f.so
lib/libtoml-f.so.0
lib/libtoml-f.so.0.2.2
libdata/pkgconfig/toml-f.pc