Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105776882
D15945.id44229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
7 KB
Referenced Files
None
Subscribers
None
D15945.id44229.diff
View Options
Index: head/graphics/Makefile
===================================================================
--- head/graphics/Makefile
+++ head/graphics/Makefile
@@ -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
Index: head/graphics/rubygem-gemojione32/Makefile
===================================================================
--- head/graphics/rubygem-gemojione32/Makefile
+++ head/graphics/rubygem-gemojione32/Makefile
@@ -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>
Index: head/graphics/rubygem-gemojione32/distinfo
===================================================================
--- head/graphics/rubygem-gemojione32/distinfo
+++ head/graphics/rubygem-gemojione32/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480876135
+SHA256 (rubygem/gemojione-3.2.0.gem) = 3372352ddc4c6c15e1161618d5b254962f12d33d8d95f3b601237b5e351c726b
+SIZE (rubygem/gemojione-3.2.0.gem) = 4750336
Index: head/graphics/rubygem-gemojione32/pkg-descr
===================================================================
--- head/graphics/rubygem-gemojione32/pkg-descr
+++ head/graphics/rubygem-gemojione32/pkg-descr
@@ -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
Index: head/textproc/Makefile
===================================================================
--- head/textproc/Makefile
+++ head/textproc/Makefile
@@ -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
Index: head/textproc/rubygem-github-markup16/Makefile
===================================================================
--- head/textproc/rubygem-github-markup16/Makefile
+++ head/textproc/rubygem-github-markup16/Makefile
@@ -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>
Index: head/textproc/rubygem-github-markup16/distinfo
===================================================================
--- head/textproc/rubygem-github-markup16/distinfo
+++ head/textproc/rubygem-github-markup16/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1512841300
+SHA256 (rubygem/github-markup-1.6.2.gem) = 86515b18da25a91e1b88e58d79f3bf2a89a2a329f6c0439657ed6235836bec27
+SIZE (rubygem/github-markup-1.6.2.gem) = 30720
Index: head/textproc/rubygem-github-markup16/pkg-descr
===================================================================
--- head/textproc/rubygem-github-markup16/pkg-descr
+++ head/textproc/rubygem-github-markup16/pkg-descr
@@ -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
Index: head/www/Makefile
===================================================================
--- head/www/Makefile
+++ head/www/Makefile
@@ -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
Index: head/www/rubygem-gitlab-gollum-rugged_adapter/Makefile
===================================================================
--- head/www/rubygem-gitlab-gollum-rugged_adapter/Makefile
+++ head/www/rubygem-gitlab-gollum-rugged_adapter/Makefile
@@ -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>
Index: head/www/rubygem-gitlab-gollum-rugged_adapter/distinfo
===================================================================
--- head/www/rubygem-gitlab-gollum-rugged_adapter/distinfo
+++ head/www/rubygem-gitlab-gollum-rugged_adapter/distinfo
@@ -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
Index: head/www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
===================================================================
--- head/www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
+++ head/www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
@@ -0,0 +1,3 @@
+Adapter for Gollum to use Rugged (libgit2) at the backend.
+
+WWW: https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter
Index: head/www/rubygem-gollum-grit_adapter10/Makefile
===================================================================
--- head/www/rubygem-gollum-grit_adapter10/Makefile
+++ head/www/rubygem-gollum-grit_adapter10/Makefile
@@ -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>
Index: head/www/rubygem-gollum-grit_adapter10/distinfo
===================================================================
--- head/www/rubygem-gollum-grit_adapter10/distinfo
+++ head/www/rubygem-gollum-grit_adapter10/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gollum-grit_adapter-1.0.1.gem) = 8b644bac7bd10f38b7944c324263b3f6d4506a0571e6221d604e853d4c5d9139
+SIZE (rubygem/gollum-grit_adapter-1.0.1.gem) = 7680
Index: head/www/rubygem-gollum-grit_adapter10/pkg-descr
===================================================================
--- head/www/rubygem-gollum-grit_adapter10/pkg-descr
+++ head/www/rubygem-gollum-grit_adapter10/pkg-descr
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:13 PM (18 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15539019
Default Alt Text
D15945.id44229.diff (7 KB)
Attached To
Mode
D15945: New ports required for gitlab 10.8
Attached
Detach File
Event Timeline
Log In to Comment