pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import libsfdo



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Sep 19 16:59:45 2025 +0200
Changeset:	a6c016b63afb67083c71ce57120b4e35bdbd0ee4

Modified Files:
	Makefile
Added Files:
	libsfdo/DESCR
	libsfdo/Makefile
	libsfdo/PLIST
	libsfdo/buildlink3.mk
	libsfdo/distinfo

Log Message:
Import libsfdo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6c016b63afb67083c71ce57120b4e35bdbd0ee4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 libsfdo/DESCR         |  7 +++++++
 libsfdo/Makefile      | 17 +++++++++++++++++
 libsfdo/PLIST         | 19 +++++++++++++++++++
 libsfdo/buildlink3.mk | 14 ++++++++++++++
 libsfdo/distinfo      |  5 +++++
 6 files changed, 63 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 68ab0fbd1b..a0ee65a9f6 100644
--- a/Makefile
+++ b/Makefile
@@ -2176,6 +2176,7 @@ SUBDIR+=	libs-gui
 SUBDIR+=	libscscp
 SUBDIR+=	libsearpc
 SUBDIR+=	libseccomp
+SUBDIR+=	libsfdo
 SUBDIR+=	libslab
 SUBDIR+=	libsml
 SUBDIR+=	libsocialweb
diff --git a/libsfdo/DESCR b/libsfdo/DESCR
new file mode 100644
index 0000000000..3274742386
--- /dev/null
+++ b/libsfdo/DESCR
@@ -0,0 +1,7 @@
+The freedesktop.org specifications are sometimes ambiguous
+in their requirements, leaving room for interpretation.
+libsfdo tries to follow them as closely as possible nonetheless,
+except for cases when doing so would add too much complexity for
+no benefit and/or result in suboptimal behavior. Additionally,
+libsfdo is much stricter than other implementations, so it may
+refuse to process non-conformant desktop entry files or icon themes.
diff --git a/libsfdo/Makefile b/libsfdo/Makefile
new file mode 100644
index 0000000000..3ea1daf26a
--- /dev/null
+++ b/libsfdo/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=		libsfdo-0.1.4
+CATEGORIES=		devel
+MASTER_SITE_GITLAB=	https://gitlab.freedesktop.org/
+MASTER_SITES=		${MASTER_SITE_GITLAB:=vyivel/}
+GITLAB_TAG=		v${PKGVERSION_NOREV}
+
+MAINTAINER=	kikadf.01%gmail.com@localhost
+HOMEPAGE=	https://gitlab.freedesktop.org/vyivel/libsfdo/
+COMMENT=	Libraries which implement some of the freedesktop.org specifications
+LICENSE=	2-clause-bsd
+
+WRKSRC=		${WRKDIR}/libsfdo-${GITLAB_TAG}
+
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libsfdo/PLIST b/libsfdo/PLIST
new file mode 100644
index 0000000000..a38060c08c
--- /dev/null
+++ b/libsfdo/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+include/sfdo-basedir.h
+include/sfdo-common.h
+include/sfdo-desktop-file.h
+include/sfdo-desktop.h
+include/sfdo-icon.h
+include/sfdo-version.h
+lib/libsfdo-basedir.so
+lib/libsfdo-basedir.so.0
+lib/libsfdo-desktop-file.so
+lib/libsfdo-desktop-file.so.0
+lib/libsfdo-desktop.so
+lib/libsfdo-desktop.so.0
+lib/libsfdo-icon.so
+lib/libsfdo-icon.so.0
+lib/pkgconfig/libsfdo-basedir.pc
+lib/pkgconfig/libsfdo-desktop-file.pc
+lib/pkgconfig/libsfdo-desktop.pc
+lib/pkgconfig/libsfdo-icon.pc
diff --git a/libsfdo/buildlink3.mk b/libsfdo/buildlink3.mk
new file mode 100644
index 0000000000..e3708f7973
--- /dev/null
+++ b/libsfdo/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libsfdo
+
+.if !defined(LIBSFDO_BUILDLINK3_MK)
+LIBSFDO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libsfdo+=	libsfdo>=0.1.4
+BUILDLINK_ABI_DEPENDS.libsfdo+=	libsfdo>=0.1.4
+BUILDLINK_PKGSRCDIR.libsfdo?=	../../wip/libsfdo
+
+.endif # LIBSFDO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libsfdo
diff --git a/libsfdo/distinfo b/libsfdo/distinfo
new file mode 100644
index 0000000000..90aa2fb790
--- /dev/null
+++ b/libsfdo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libsfdo-0.1.4.tar.gz) = 73e4d513b8e310b1dea1ac563f0ccecf7c3402a113b27ca853076dbba03c94ea
+SHA512 (libsfdo-0.1.4.tar.gz) = 53360c39a537bb158dff1bd69c5abe1f2682929e946ce0d4fe55a424820946399995d883cbd89bf04bc6a0abe8db593adcbf3c716020d746aac4d73ba9d80023
+Size (libsfdo-0.1.4.tar.gz) = 56106 bytes


Home | Main Index | Thread Index | Old Index