Page MenuHomeFreeBSD

D57958.diff
No OneTemporary

D57958.diff

diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1321,6 +1321,7 @@
SUBDIR += libffi
SUBDIR += libffi321
SUBDIR += libffi33
+ SUBDIR += libfigpar
SUBDIR += libfirm
SUBDIR += libfixposix
SUBDIR += libfmt
diff --git a/devel/libfigpar/Makefile b/devel/libfigpar/Makefile
new file mode 100644
--- /dev/null
+++ b/devel/libfigpar/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= libfigpar
+DISTVERSION= 0.20260629
+CATEGORIES= devel
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Configuration parsing library
+
+LICENSE= BSD2CLAUSE
+
+IGNORE_FreeBSD_14= FreeBSD 14 has libfigpar in base
+
+USES= uidfix
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+GH_PROJECT= dpv
+
+WRKSRC_SUBDIR= lib/libfigpar
+
+.include <bsd.port.mk>
diff --git a/devel/libfigpar/distinfo b/devel/libfigpar/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/libfigpar/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782766391
+SHA256 (freebsd-dpv-0.20260629_GH0.tar.gz) = dee41610b613ec26c8726ab1e854e88eac51934804df64fd305f9ea478e11268
+SIZE (freebsd-dpv-0.20260629_GH0.tar.gz) = 45076
diff --git a/devel/libfigpar/pkg-descr b/devel/libfigpar/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/libfigpar/pkg-descr
@@ -0,0 +1,6 @@
+The figpar library provides a light-weight, portable framework for
+parsing configuration files.
+
+Due to the fact that configuration files may have basic syntax
+differences, the library does not attempt to impose any structure on the
+data but instead provides raw data to a set of callback functions.
diff --git a/devel/libfigpar/pkg-plist b/devel/libfigpar/pkg-plist
new file mode 100644
--- /dev/null
+++ b/devel/libfigpar/pkg-plist
@@ -0,0 +1,13 @@
+include/figpar.h
+include/string_m.h
+lib/libfigpar.a
+lib/libfigpar.so
+lib/libfigpar.so.0
+share/man/man3/figpar.3.gz
+share/man/man3/get_config_option.3.gz
+share/man/man3/parse_config.3.gz
+share/man/man3/replaceall.3.gz
+share/man/man3/strcount.3.gz
+share/man/man3/strexpand.3.gz
+share/man/man3/strexpandnl.3.gz
+share/man/man3/strtolower.3.gz

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 7, 3:50 PM (13 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34613324
Default Alt Text
D57958.diff (2 KB)

Event Timeline