pkgsrc-WIP-changes archive

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

import of xdg.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Tue Jan 7 02:41:02 2025 +0100
Changeset:	04eb7d36d27f3e10251641cce5099d8c279dfeba

Added Files:
	xdg/DESCR
	xdg/Makefile
	xdg/PLIST
	xdg/distinfo

Log Message:
import of xdg.

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

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

diffstat:
 xdg/DESCR    |  2 ++
 xdg/Makefile | 20 ++++++++++++++++++++
 xdg/PLIST    |  2 ++
 xdg/distinfo |  5 +++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/xdg/DESCR b/xdg/DESCR
new file mode 100644
index 0000000000..ba7b86ca95
--- /dev/null
+++ b/xdg/DESCR
@@ -0,0 +1,2 @@
+General purpose X11 libraries and programs. Usable for making window
+managers, 2D and 3D software.
diff --git a/xdg/Makefile b/xdg/Makefile
new file mode 100644
index 0000000000..9211078a71
--- /dev/null
+++ b/xdg/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	xdg-0.9.0
+CATEGORIES=	x11	
+MASTER_SITES=	https://sourceforge.net/projects/xdg/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/xdg/
+COMMENT=	General purpose X11 library. Usable for anything graphical e.g. window managers or 3D.		
+LICENSE=	GPL	
+
+WRKSRC=		${WRKDIR}/xdg-0.9.0/
+USE_LANGUAGES=  C++	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/xdg ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/xdg/PLIST b/xdg/PLIST
new file mode 100644
index 0000000000..698ca7c2fa
--- /dev/null
+++ b/xdg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/xdg
diff --git a/xdg/distinfo b/xdg/distinfo
new file mode 100644
index 0000000000..f5357ff225
--- /dev/null
+++ b/xdg/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xdg-0.9.0.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (xdg-0.9.0.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (xdg-0.9.0.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index