[Midnightbsd-cvs] mports [24237] trunk/devel: add two more ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 8 12:53:58 EDT 2018


Revision: 24237
          http://svnweb.midnightbsd.org/mports/?rev=24237
Author:   laffer1
Date:     2018-09-08 12:53:57 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
add two more ports

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-File-Find-Rule/
    trunk/devel/p5-File-Find-Rule/Makefile
    trunk/devel/p5-File-Find-Rule/distinfo
    trunk/devel/p5-File-Find-Rule/pkg-descr
    trunk/devel/p5-File-Find-Rule/pkg-plist
    trunk/devel/py-buildbot-waterfall-view/
    trunk/devel/py-buildbot-waterfall-view/Makefile
    trunk/devel/py-buildbot-waterfall-view/distinfo
    trunk/devel/py-buildbot-waterfall-view/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-08 16:51:18 UTC (rev 24236)
+++ trunk/devel/Makefile	2018-09-08 16:53:57 UTC (rev 24237)
@@ -304,6 +304,7 @@
 SUBDIR += p5-ExtUtils-MakeMaker
 SUBDIR += p5-ExtUtils-ParseXS
 SUBDIR += p5-File-Copy-Recursive
+SUBDIR += p5-File-Find-Rule
 SUBDIR += p5-File-HomeDir
 SUBDIR += p5-File-NFSLock
 SUBDIR += p5-File-Remove
@@ -478,6 +479,7 @@
 SUBDIR += py-buildbot-console-view
 SUBDIR += py-buildbot-grid-view
 SUBDIR += py-buildbot-pkg
+SUBDIR += py-buildbot-waterfall-view
 SUBDIR += py-buildbot-worker
 SUBDIR += py-buildbot-www
 SUBDIR += py-cffi

Added: trunk/devel/p5-File-Find-Rule/Makefile
===================================================================
--- trunk/devel/p5-File-Find-Rule/Makefile	                        (rev 0)
+++ trunk/devel/p5-File-Find-Rule/Makefile	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+
+PORTNAME=	File-Find-Rule
+PORTVERSION=	0.34
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Alternative interface to File::Find
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Number-Compare>=0:math/p5-Number-Compare \
+		p5-Text-Glob>=0.07:textproc/p5-Text-Glob
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-File-Find-Rule/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/devel/p5-File-Find-Rule/distinfo
===================================================================
--- trunk/devel/p5-File-Find-Rule/distinfo	                        (rev 0)
+++ trunk/devel/p5-File-Find-Rule/distinfo	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,2 @@
+SHA256 (File-Find-Rule-0.34.tar.gz) = 7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe
+SIZE (File-Find-Rule-0.34.tar.gz) = 16165


Property changes on: trunk/devel/p5-File-Find-Rule/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/devel/p5-File-Find-Rule/pkg-descr
===================================================================
--- trunk/devel/p5-File-Find-Rule/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-File-Find-Rule/pkg-descr	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,4 @@
+File::Find::Rule is a friendlier interface to File::Find.  It allows you
+to build rules which specify the desired files and directories.
+
+WWW: https://metacpan.org/release/File-Find-Rule


Property changes on: trunk/devel/p5-File-Find-Rule/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/devel/p5-File-Find-Rule/pkg-plist
===================================================================
--- trunk/devel/p5-File-Find-Rule/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-File-Find-Rule/pkg-plist	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,8 @@
+bin/findrule
+%%SITE_PERL%%/File/Find/Rule.pm
+%%SITE_PERL%%/File/Find/Rule/Extending.pod
+%%SITE_PERL%%/File/Find/Rule/Procedural.pod
+%%PERL5_MAN1%%/findrule.1.gz
+%%PERL5_MAN3%%/File::Find::Rule.3.gz
+%%PERL5_MAN3%%/File::Find::Rule::Extending.3.gz
+%%PERL5_MAN3%%/File::Find::Rule::Procedural.3.gz


Property changes on: trunk/devel/p5-File-Find-Rule/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
Added: trunk/devel/py-buildbot-waterfall-view/Makefile
===================================================================
--- trunk/devel/py-buildbot-waterfall-view/Makefile	                        (rev 0)
+++ trunk/devel/py-buildbot-waterfall-view/Makefile	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	buildbot-waterfall-view
+PORTVERSION=	0.9.15
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Continuous Integration Framework (Waterfall View)
+
+LICENSE=	gpl2
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-buildbot-waterfall-view/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/devel/py-buildbot-waterfall-view/distinfo
===================================================================
--- trunk/devel/py-buildbot-waterfall-view/distinfo	                        (rev 0)
+++ trunk/devel/py-buildbot-waterfall-view/distinfo	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514920211
+SHA256 (buildbot-waterfall-view-0.9.15.tar.gz) = 9fe8e38f1e2d50ac76a1218317df4ecff7473f40065fa7f1fe024f84c7078ff5
+SIZE (buildbot-waterfall-view-0.9.15.tar.gz) = 713913


Property changes on: trunk/devel/py-buildbot-waterfall-view/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/devel/py-buildbot-waterfall-view/pkg-descr
===================================================================
--- trunk/devel/py-buildbot-waterfall-view/pkg-descr	                        (rev 0)
+++ trunk/devel/py-buildbot-waterfall-view/pkg-descr	2018-09-08 16:53:57 UTC (rev 24237)
@@ -0,0 +1,6 @@
+This port is the Waterfall View Plugin for BuildBot. For the buildmaster,
+install the devel/buildbot port.
+
+For more information, please see: https://buildbot.net/trac
+
+WWW: https://buildbot.net


Property changes on: trunk/devel/py-buildbot-waterfall-view/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


More information about the Midnightbsd-cvs mailing list