[Midnightbsd-cvs] mports [22898] trunk/textproc: add yaml tiny

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 4 14:28:54 EDT 2017


Revision: 22898
          http://svnweb.midnightbsd.org/mports/?rev=22898
Author:   laffer1
Date:     2017-10-04 14:28:53 -0400 (Wed, 04 Oct 2017)
Log Message:
-----------
add yaml tiny

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/p5-YAML-Tiny/
    trunk/textproc/p5-YAML-Tiny/Makefile
    trunk/textproc/p5-YAML-Tiny/distinfo
    trunk/textproc/p5-YAML-Tiny/pkg-descr
    trunk/textproc/p5-YAML-Tiny/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2017-10-04 18:25:11 UTC (rev 22897)
+++ trunk/textproc/Makefile	2017-10-04 18:28:53 UTC (rev 22898)
@@ -129,6 +129,7 @@
 SUBDIR += p5-XML-Writer
 SUBDIR += p5-XML-XPath
 SUBDIR += p5-YAML
+SUBDIR += p5-YAML-Tiny
 SUBDIR += p5-libxml
 SUBDIR += php56-ctype
 SUBDIR += php56-dom

Added: trunk/textproc/p5-YAML-Tiny/Makefile
===================================================================
--- trunk/textproc/p5-YAML-Tiny/Makefile	                        (rev 0)
+++ trunk/textproc/p5-YAML-Tiny/Makefile	2017-10-04 18:28:53 UTC (rev 22898)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	YAML-Tiny
+PORTVERSION=	1.69
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Read/Write YAML files with as little code as possible
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/p5-YAML-Tiny/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-YAML-Tiny/distinfo
===================================================================
--- trunk/textproc/p5-YAML-Tiny/distinfo	                        (rev 0)
+++ trunk/textproc/p5-YAML-Tiny/distinfo	2017-10-04 18:28:53 UTC (rev 22898)
@@ -0,0 +1,2 @@
+SHA256 (YAML-Tiny-1.69.tar.gz) = bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592
+SIZE (YAML-Tiny-1.69.tar.gz) = 71513


Property changes on: trunk/textproc/p5-YAML-Tiny/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-YAML-Tiny/pkg-descr
===================================================================
--- trunk/textproc/p5-YAML-Tiny/pkg-descr	                        (rev 0)
+++ trunk/textproc/p5-YAML-Tiny/pkg-descr	2017-10-04 18:28:53 UTC (rev 22898)
@@ -0,0 +1,4 @@
+YAML::Tiny is a perl class to read and write YAML-style files with as
+little code as possible, reducing load time and memory overhead.
+
+WWW: http://search.cpan.org/dist/YAML-Tiny/


Property changes on: trunk/textproc/p5-YAML-Tiny/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-YAML-Tiny/pkg-plist
===================================================================
--- trunk/textproc/p5-YAML-Tiny/pkg-plist	                        (rev 0)
+++ trunk/textproc/p5-YAML-Tiny/pkg-plist	2017-10-04 18:28:53 UTC (rev 22898)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/YAML/Tiny.pm
+%%PERL5_MAN3%%/YAML::Tiny.3.gz


Property changes on: trunk/textproc/p5-YAML-Tiny/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list