pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-File-XDG
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 15 07:49:36 UTC 2026
Added Files:
pkgsrc/devel/p5-File-XDG: DESCR Makefile distinfo
Log Message:
devel/p5-File-XDG: import p5-File-XDG-1.03
This module provides a basic implementation of the XDG base directory
specification as exists by the Free Desktop Organization (FDO). It
supports all XDG directories except for the runtime directories,
which require session management support in order to function.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-File-XDG/DESCR \
pkgsrc/devel/p5-File-XDG/Makefile pkgsrc/devel/p5-File-XDG/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-File-XDG/DESCR
diff -u /dev/null pkgsrc/devel/p5-File-XDG/DESCR:1.1
--- /dev/null Fri May 15 07:49:36 2026
+++ pkgsrc/devel/p5-File-XDG/DESCR Fri May 15 07:49:36 2026
@@ -0,0 +1,4 @@
+This module provides a basic implementation of the XDG base directory
+specification as exists by the Free Desktop Organization (FDO). It
+supports all XDG directories except for the runtime directories,
+which require session management support in order to function.
Index: pkgsrc/devel/p5-File-XDG/Makefile
diff -u /dev/null pkgsrc/devel/p5-File-XDG/Makefile:1.1
--- /dev/null Fri May 15 07:49:36 2026
+++ pkgsrc/devel/p5-File-XDG/Makefile Fri May 15 07:49:36 2026
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2026/05/15 07:49:36 wiz Exp $
+
+DISTNAME= File-XDG-1.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/File::XDG
+COMMENT= Basic implementation of the XDG base directory specification
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
+DEPENDS+= p5-Ref-Util>=0:../../devel/p5-Ref-Util
+TEST_DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
+
+PERL5_PACKLIST= auto/File/XDG/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-File-XDG/distinfo
diff -u /dev/null pkgsrc/devel/p5-File-XDG/distinfo:1.1
--- /dev/null Fri May 15 07:49:36 2026
+++ pkgsrc/devel/p5-File-XDG/distinfo Fri May 15 07:49:36 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/05/15 07:49:36 wiz Exp $
+
+BLAKE2s (File-XDG-1.03.tar.gz) = 1f1e096f275c53859f275b35d2e72906b1462c0b27079f112f0835d208923cf0
+SHA512 (File-XDG-1.03.tar.gz) = eddbf658da0532c93ed6e9ddb3527656d55b4d864240716cc22bc89b23397d64e1e81f13fb47ee79958b42a8b558a7686a1ac0fd9f6b9440c2388b1bfa8ebec3
+Size (File-XDG-1.03.tar.gz) = 22576 bytes
Home |
Main Index |
Thread Index |
Old Index