diff options
author | xmj <xmj@FreeBSD.org> | 2014-09-27 23:08:16 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-09-27 23:08:16 +0800 |
commit | 80002e640ebe2db79d7b5a397a38f4e9223c62ae (patch) | |
tree | 1c7b293c44379ea9debdc96f1d587d9d85d85de3 /devel | |
parent | b477cf5322d5acb02212885164f7aa82360df6d2 (diff) | |
download | freebsd-ports-gnome-80002e640ebe2db79d7b5a397a38f4e9223c62ae.tar.gz freebsd-ports-gnome-80002e640ebe2db79d7b5a397a38f4e9223c62ae.tar.zst freebsd-ports-gnome-80002e640ebe2db79d7b5a397a38f4e9223c62ae.zip |
devel/rubygem-gemnasium-gitlab-service: create port
Add Gemnasium support for Gitlab as a Project Service. It uploads dependency
files automatically on https://gemnasium.com API to track your project
dependencies.
WWW: http://gemnasium.org
Differential Revision: https://reviews.freebsd.org/D855
Approved by: swills (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-gemnasium-gitlab-service/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-gemnasium-gitlab-service/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-gemnasium-gitlab-service/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3b6a89bf7d12..e66393a338ed 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4332,6 +4332,7 @@ SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter + SUBDIR += rubygem-gemnasium-gitlab-service SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-georuby diff --git a/devel/rubygem-gemnasium-gitlab-service/Makefile b/devel/rubygem-gemnasium-gitlab-service/Makefile new file mode 100644 index 000000000000..2244a9d4ae61 --- /dev/null +++ b/devel/rubygem-gemnasium-gitlab-service/Makefile @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= gemnasium-gitlab-service +PORTVERSION= 0.2.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Gemnasium support for GitLab projects + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-gemnasium-gitlab-service/distinfo b/devel/rubygem-gemnasium-gitlab-service/distinfo new file mode 100644 index 000000000000..9f68e029d7a5 --- /dev/null +++ b/devel/rubygem-gemnasium-gitlab-service/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemnasium-gitlab-service-0.2.2.gem) = 82b9b6ef02f625a30198cefe5fd46b8c4551ec749a320d3b56fdcd1ebef07228 +SIZE (rubygem/gemnasium-gitlab-service-0.2.2.gem) = 9216 diff --git a/devel/rubygem-gemnasium-gitlab-service/pkg-descr b/devel/rubygem-gemnasium-gitlab-service/pkg-descr new file mode 100644 index 000000000000..845d3d4348c4 --- /dev/null +++ b/devel/rubygem-gemnasium-gitlab-service/pkg-descr @@ -0,0 +1,5 @@ +Add Gemnasium support for Gitlab as a Project Service. It uploads dependency +files automatically on https://gemnasium.com API to track your project +dependencies. + +WWW: http://gemnasium.org |