diff options
author | pawel <pawel@FreeBSD.org> | 2015-02-12 03:09:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-02-12 03:09:24 +0800 |
commit | 159f1639b0fe8670fe4e7bbfaf8cd389d13860bf (patch) | |
tree | f57a114e370e158b4f64e1afbabdb4b97c71b4a4 /sysutils | |
parent | b09bbec3d971dd5bcaa7ad25465a12ce90b7162b (diff) | |
download | freebsd-ports-gnome-159f1639b0fe8670fe4e7bbfaf8cd389d13860bf.tar.gz freebsd-ports-gnome-159f1639b0fe8670fe4e7bbfaf8cd389d13860bf.tar.zst freebsd-ports-gnome-159f1639b0fe8670fe4e7bbfaf8cd389d13860bf.zip |
Mothra is a FreeBSD send-pr command line tool for Bugzilla system.
WWW: https://github.com/pct/mothra
PR: 196813
Submitted by: Jin-Sih, Lin <linpct@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-mothra/Makefile | 23 | ||||
-rw-r--r-- | sysutils/rubygem-mothra/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-mothra/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8ace7fbe2bc4..bbab17051627 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -838,6 +838,7 @@ SUBDIR += rubygem-log4r SUBDIR += rubygem-logify SUBDIR += rubygem-mogilefs-client + SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel diff --git a/sysutils/rubygem-mothra/Makefile b/sysutils/rubygem-mothra/Makefile new file mode 100644 index 000000000000..13b997b05c44 --- /dev/null +++ b/sysutils/rubygem-mothra/Makefile @@ -0,0 +1,23 @@ +# Created by: Jin-Sih, Lin <linpct@gmail.com> +# $FreeBSD$ + +PORTNAME= mothra +PORTVERSION= 0.0.3 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= linpct@gmail.com +COMMENT= FreeBSD send-pr command line tool for Bugzilla system + +LICENSE= MIT + +RUN_DEPENDS= rubygem-colorize>=0.7.3:${PORTSDIR}/devel/rubygem-colorize \ + rubygem-rodzilla>=0.3.6:${PORTSDIR}/devel/rubygem-rodzilla \ + rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/mothra + +.include <bsd.port.mk> diff --git a/sysutils/rubygem-mothra/distinfo b/sysutils/rubygem-mothra/distinfo new file mode 100644 index 000000000000..09da4ba6ec92 --- /dev/null +++ b/sysutils/rubygem-mothra/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/mothra-0.0.3.gem) = ff2709f05960ceda6d4a72f6e45b9a1dcf077e32f970f0fc4cfcc7e4fa5e1046 +SIZE (rubygem/mothra-0.0.3.gem) = 8704 diff --git a/sysutils/rubygem-mothra/pkg-descr b/sysutils/rubygem-mothra/pkg-descr new file mode 100644 index 000000000000..1692f2b8c494 --- /dev/null +++ b/sysutils/rubygem-mothra/pkg-descr @@ -0,0 +1,3 @@ +Mothra is a FreeBSD send-pr command line tool for Bugzilla system. + +WWW: https://github.com/pct/mothra |