diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-25 03:34:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-25 03:34:58 +0000 |
commit | f793b252a025eca73f82e2b39ab06023894ba649 (patch) | |
tree | ebab929edf8e596ec2179235bc2c4c0ad1d1d6b9 /www | |
parent | 647a8e677eac95b75c02e4a213171882c49a5962 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/Makefile | 25 | ||||
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/files/patch-gemspec | 20 | ||||
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/pkg-descr | 3 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2c4e2f0fd9a3..9c05df127626 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1760,6 +1760,7 @@ SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedzirra SUBDIR += rubygem-geminabox + SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gon SUBDIR += rubygem-haml diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile new file mode 100644 index 000000000000..a32adc5f296b --- /dev/null +++ b/www/rubygem-gitlab-gollum-lib/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gitlab-gollum-lib +PORTVERSION= 1.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, Git-powered wiki with a sweet API and local frontend. + +RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \ + rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \ + rubygem-gitlab-grit>=2.5.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ + rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb \ + rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \ + rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-gitlab-gollum-lib/distinfo b/www/rubygem-gitlab-gollum-lib/distinfo new file mode 100644 index 000000000000..22a1dd9098ae --- /dev/null +++ b/www/rubygem-gitlab-gollum-lib/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-gollum-lib-1.0.1.gem) = bfd7aa157169be8f644885cb2ed6142b63c77eb362fba36c8fba81a183286528 +SIZE (rubygem/gitlab-gollum-lib-1.0.1.gem) = 41984 diff --git a/www/rubygem-gitlab-gollum-lib/files/patch-gemspec b/www/rubygem-gitlab-gollum-lib/files/patch-gemspec new file mode 100644 index 000000000000..953cc180de22 --- /dev/null +++ b/www/rubygem-gitlab-gollum-lib/files/patch-gemspec @@ -0,0 +1,20 @@ +--- gitlab-gollum-lib-1.0.1.gemspec.orig 2013-10-25 03:30:05.274800136 +0000 ++++ gitlab-gollum-lib-1.0.1.gemspec 2013-10-25 03:30:30.496797075 +0000 +@@ -65,7 +65,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 0.4.2 ++ version: 0.5.2 + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement +@@ -93,7 +93,7 @@ + requirements: + - - ~> + - !ruby/object:Gem::Version +- version: 1.5.9 ++ version: 1.6.0 + type: :runtime + prerelease: false + version_requirements: !ruby/object:Gem::Requirement diff --git a/www/rubygem-gitlab-gollum-lib/pkg-descr b/www/rubygem-gitlab-gollum-lib/pkg-descr new file mode 100644 index 000000000000..900ddda22636 --- /dev/null +++ b/www/rubygem-gitlab-gollum-lib/pkg-descr @@ -0,0 +1,3 @@ +A simple, Git-powered wiki with a sweet API and local frontend. + +WWW: http://github.com/gollum/gollum-lib |