Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162125978
D57958.id180958.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D57958.id180958.diff
View Options
Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -1321,6 +1321,7 @@
SUBDIR += libffi
SUBDIR += libffi321
SUBDIR += libffi33
+ SUBDIR += libfigpar
SUBDIR += libfirm
SUBDIR += libfixposix
SUBDIR += libfmt
Index: devel/libfigpar/Makefile
===================================================================
--- /dev/null
+++ devel/libfigpar/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= libfigpar
+DISTVERSION= 0.20260629
+CATEGORIES= devel
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Configuration parsing library
+
+LICENSE= BSD2CLAUSE
+
+USES= uidfix
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+GH_PROJECT= dpv
+
+MAKE_ARGS= PREFIX=${PREFIX}
+BUILD_WRKSRC= ${WRKSRC}/lib/libfigpar
+INSTALL_WRKSRC= ${WRKSRC}/lib/libfigpar
+
+IGNORE_FreeBSD_14= FreeBSD 14 has libfigpar in base
+
+.include <bsd.port.mk>
Index: devel/libfigpar/distinfo
===================================================================
--- /dev/null
+++ 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
Index: devel/libfigpar/pkg-descr
===================================================================
--- /dev/null
+++ 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.
Index: devel/libfigpar/pkg-plist
===================================================================
--- /dev/null
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 11, 1:22 AM (4 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34945629
Default Alt Text
D57958.id180958.diff (2 KB)
Attached To
Mode
D57958: devel/libfigpar: New port
Attached
Detach File
Event Timeline
Log In to Comment