Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 20:54:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533171 - in head/devel: . p5-File-HomeDir-Tiny
Message-ID:  <202004272054.03RKsNTP065355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 27 20:54:22 2020
New Revision: 533171
URL: https://svnweb.freebsd.org/changeset/ports/533171

Log:
  Add p5-File-HomeDir-Tiny 0.01
  
  File::HomeDir::Tiny is useful for the 90% of the time that you only need 10% of
  File::HomeDir's functionality. It depends on no other modules and consists of
  just fourteen lines of code.
  
  WWW: https://metacpan.org/release/File-HomeDir-Tiny

Added:
  head/devel/p5-File-HomeDir-Tiny/
  head/devel/p5-File-HomeDir-Tiny/Makefile   (contents, props changed)
  head/devel/p5-File-HomeDir-Tiny/distinfo   (contents, props changed)
  head/devel/p5-File-HomeDir-Tiny/pkg-descr   (contents, props changed)
  head/devel/p5-File-HomeDir-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Apr 27 20:51:19 2020	(r533170)
+++ head/devel/Makefile	Mon Apr 27 20:54:22 2020	(r533171)
@@ -2386,6 +2386,7 @@
     SUBDIR += p5-File-HStore
     SUBDIR += p5-File-HomeDir
     SUBDIR += p5-File-HomeDir-PathClass
+    SUBDIR += p5-File-HomeDir-Tiny
     SUBDIR += p5-File-Iterator
     SUBDIR += p5-File-LibMagic
     SUBDIR += p5-File-MMagic

Added: head/devel/p5-File-HomeDir-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-HomeDir-Tiny/Makefile	Mon Apr 27 20:54:22 2020	(r533171)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-HomeDir-Tiny
+PORTVERSION=	0.01
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Find your home directory
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-File-HomeDir-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-HomeDir-Tiny/distinfo	Mon Apr 27 20:54:22 2020	(r533171)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588013470
+SHA256 (File-HomeDir-Tiny-0.01.tar.gz) = 04e9906e9135610f9cf133cfc01016d21bfe69851f906bd9b2b8dd2399777445
+SIZE (File-HomeDir-Tiny-0.01.tar.gz) = 3538

Added: head/devel/p5-File-HomeDir-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-HomeDir-Tiny/pkg-descr	Mon Apr 27 20:54:22 2020	(r533171)
@@ -0,0 +1,5 @@
+File::HomeDir::Tiny is useful for the 90% of the time that you only need 10% of
+File::HomeDir's functionality. It depends on no other modules and consists of
+just fourteen lines of code.
+
+WWW: https://metacpan.org/release/File-HomeDir-Tiny

Added: head/devel/p5-File-HomeDir-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-HomeDir-Tiny/pkg-plist	Mon Apr 27 20:54:22 2020	(r533171)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/File/HomeDir/Tiny.pm
+%%SITE_PERL%%/File/HomeDir/Tiny.pod
+%%PERL5_MAN3%%/File::HomeDir::Tiny.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004272054.03RKsNTP065355>