Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109330942
D8979.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D8979.diff
View Options
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -1965,6 +1965,7 @@
SUBDIR += rubygem-httpi
SUBDIR += rubygem-innate
SUBDIR += rubygem-jekyll
+ SUBDIR += rubygem-jekyll-redirect-from
SUBDIR += rubygem-jekyll-watch
SUBDIR += rubygem-jekyll2
SUBDIR += rubygem-journey
Index: www/rubygem-jekyll-redirect-from/Makefile
===================================================================
--- /dev/null
+++ www/rubygem-jekyll-redirect-from/Makefile
@@ -0,0 +1,21 @@
+# Created by: Dominic Fandrey <kami@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jekyll-redirect-from
+PORTVERSION= 0.11.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Give your Jekyll posts and pages multiple URLs
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-jekyll>=3.0.0:www/rubygem-jekyll
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Index: www/rubygem-jekyll-redirect-from/distinfo
===================================================================
--- /dev/null
+++ www/rubygem-jekyll-redirect-from/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483010364
+SHA256 (rubygem/jekyll-redirect-from-0.11.0.gem) = 57bad2818953df482194f5d0ec0cfaac324c10dea37d1ee340a7c943a5ce05e9
+SIZE (rubygem/jekyll-redirect-from-0.11.0.gem) = 13824
Index: www/rubygem-jekyll-redirect-from/pkg-descr
===================================================================
--- /dev/null
+++ www/rubygem-jekyll-redirect-from/pkg-descr
@@ -0,0 +1,11 @@
+When importing your posts and pages from, say, Tumblr, it's annoying
+and impractical to create new pages in the proper subdirectories
+so they, e.g. /post/123456789/my-slug-that-is-often-incompl, redirect
+to the new post URL.
+
+Instead of dealing with maintaining those pages for redirection,
+let jekyll-redirect-from handle it for you.
+
+This is one of the few Jekyll plugins available on GitHub Pages.
+
+WWW: https://github.com/jekyll/jekyll-redirect-from
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 4, 4:24 PM (14 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16457383
Default Alt Text
D8979.diff (2 KB)
Attached To
Mode
D8979: www/rubygem-jekyll-redirect-from: new port
Attached
Detach File
Event Timeline
Log In to Comment