New ports required for gitlab 10.8.x.
Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15945
This commit is contained in:
@@ -1004,6 +1004,7 @@
|
||||
SUBDIR += rubygem-gd2
|
||||
SUBDIR += rubygem-gdk_pixbuf2
|
||||
SUBDIR += rubygem-gemojione
|
||||
SUBDIR += rubygem-gemojione32
|
||||
SUBDIR += rubygem-geokit
|
||||
SUBDIR += rubygem-gitlab_emoji
|
||||
SUBDIR += rubygem-goocanvas
|
||||
|
||||
24
graphics/rubygem-gemojione32/Makefile
Normal file
24
graphics/rubygem-gemojione32/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gemojione
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 32
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Gem containing EmojiOne unicode/image assets
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.2\.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
graphics/rubygem-gemojione32/distinfo
Normal file
3
graphics/rubygem-gemojione32/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1480876135
|
||||
SHA256 (rubygem/gemojione-3.2.0.gem) = 3372352ddc4c6c15e1161618d5b254962f12d33d8d95f3b601237b5e351c726b
|
||||
SIZE (rubygem/gemojione-3.2.0.gem) = 4750336
|
||||
5
graphics/rubygem-gemojione32/pkg-descr
Normal file
5
graphics/rubygem-gemojione32/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
This gem contains the EmojiOne unicode/image assets and also APIs for
|
||||
lookup of emoji names, their unicode characters or image assets and
|
||||
conversion between emoji representations.
|
||||
|
||||
WWW: https://github.com/jonathanwiesel/gemojione
|
||||
@@ -1522,6 +1522,7 @@
|
||||
SUBDIR += rubygem-github-linguist
|
||||
SUBDIR += rubygem-github-linguist53
|
||||
SUBDIR += rubygem-github-markup
|
||||
SUBDIR += rubygem-github-markup16
|
||||
SUBDIR += rubygem-gitlab-grit
|
||||
SUBDIR += rubygem-gitlab-linguist
|
||||
SUBDIR += rubygem-gitlab-markup
|
||||
|
||||
34
textproc/rubygem-github-markup16/Makefile
Normal file
34
textproc/rubygem-github-markup16/Makefile
Normal file
@@ -0,0 +1,34 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= github-markup
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 16
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Render any fancy markup
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= textproc/rubygem-github-markup
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
PLIST_FILES= bin/github-markup
|
||||
|
||||
SHEBANG_FILES= script/bootstrap \
|
||||
script/cibuild
|
||||
|
||||
PORTSCOUT= limit:^1\.6\.
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/rubygem-github-markup16/distinfo
Normal file
3
textproc/rubygem-github-markup16/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1512841300
|
||||
SHA256 (rubygem/github-markup-1.6.2.gem) = 86515b18da25a91e1b88e58d79f3bf2a89a2a329f6c0439657ed6235836bec27
|
||||
SIZE (rubygem/github-markup-1.6.2.gem) = 30720
|
||||
4
textproc/rubygem-github-markup16/pkg-descr
Normal file
4
textproc/rubygem-github-markup16/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This gem is used by GitHub to render any fancy markup such as Markdown,
|
||||
Textile, Org-Mode, etc. Fork it and add your own!
|
||||
|
||||
WWW: https://github.com/github/markup
|
||||
@@ -2013,11 +2013,13 @@
|
||||
SUBDIR += rubygem-geminabox
|
||||
SUBDIR += rubygem-gitlab-flowdock-git-hook
|
||||
SUBDIR += rubygem-gitlab-gollum-lib
|
||||
SUBDIR += rubygem-gitlab-gollum-rugged_adapter
|
||||
SUBDIR += rubygem-gitlab-grack
|
||||
SUBDIR += rubygem-gitlab-turbolinks-classic
|
||||
SUBDIR += rubygem-goldfinger
|
||||
SUBDIR += rubygem-gollum
|
||||
SUBDIR += rubygem-gollum-grit_adapter
|
||||
SUBDIR += rubygem-gollum-grit_adapter10
|
||||
SUBDIR += rubygem-gollum-lib
|
||||
SUBDIR += rubygem-gollum-lib-gitlab
|
||||
SUBDIR += rubygem-gollum-rugged_adapter
|
||||
|
||||
22
www/rubygem-gitlab-gollum-rugged_adapter/Makefile
Normal file
22
www/rubygem-gitlab-gollum-rugged_adapter/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-gollum-rugged_adapter
|
||||
PORTVERSION= 0.4.4.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \
|
||||
rubygem-rugged>=0.25:devel/rubygem-rugged
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
www/rubygem-gitlab-gollum-rugged_adapter/distinfo
Normal file
3
www/rubygem-gitlab-gollum-rugged_adapter/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529480887
|
||||
SHA256 (rubygem/gitlab-gollum-rugged_adapter-0.4.4.1.gem) = 71f1e1129b6231e58c8896efdcdd6b008595e2cebed000c3848fb439a6005124
|
||||
SIZE (rubygem/gitlab-gollum-rugged_adapter-0.4.4.1.gem) = 13312
|
||||
3
www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
Normal file
3
www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Adapter for Gollum to use Rugged (libgit2) at the backend.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter
|
||||
23
www/rubygem-gollum-grit_adapter10/Makefile
Normal file
23
www/rubygem-gollum-grit_adapter10/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gollum-grit_adapter
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 10
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Adapter for Gollum to use Grit at the backend
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:textproc/rubygem-gitlab-grit
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUNT= limit:^1\.0\.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
www/rubygem-gollum-grit_adapter10/distinfo
Normal file
2
www/rubygem-gollum-grit_adapter10/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gollum-grit_adapter-1.0.1.gem) = 8b644bac7bd10f38b7944c324263b3f6d4506a0571e6221d604e853d4c5d9139
|
||||
SIZE (rubygem/gollum-grit_adapter-1.0.1.gem) = 7680
|
||||
3
www/rubygem-gollum-grit_adapter10/pkg-descr
Normal file
3
www/rubygem-gollum-grit_adapter10/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
rubygem-gollum-grit_adapter is an adapter for gollum to use Grit at the backend.
|
||||
|
||||
WWW: https://github.com/gollum/grit_adapter
|
||||
Reference in New Issue
Block a user