Port details |
- rubygem-gollum-lib Simple, Git-powered wiki with a sweet API and local frontend
- 6.0 www =3 5.2.4_1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2014-09-27 06:27:18
- Last Update: 2025-01-25 10:29:50
- Commit Hash: e76b84d
- People watching this port, also watch:: rubygem-gollum, sonarr, rubygem-twitter-text1, sabnzbd, minio
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/gollum/gollum-lib
- Description:
- A simple, Git-powered wiki with a sweet API and local frontend.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-gollum-lib>0:www/rubygem-gollum-lib
- To install the port:
- cd /usr/ports/www/rubygem-gollum-lib/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-gollum-lib
- pkg install rubygem-gollum-lib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-gollum-lib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723735638
SHA256 (rubygem/gollum-lib-6.0.gem) = 3c66b83533dd7a08852b587c2d692476a47f4f579cd292388f6cc05c7e6dfbed
SIZE (rubygem/gollum-lib-6.0.gem) = 53248
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-gemojione>=4.1<5 : graphics/rubygem-gemojione
- rubygem-github-markup>=4.0 : textproc/rubygem-github-markup
- rubygem-gollum-rugged_adapter>=3.0<4 : www/rubygem-gollum-rugged_adapter
- rubygem-loofah>=2.3<3 : textproc/rubygem-loofah
- rubygem-nokogiri>=1.8<2 : textproc/rubygem-nokogiri
- rubygem-rouge3>=3.1<4 : textproc/rubygem-rouge3
- rubygem-twitter-text1>=1.14.7<1.14.8 : textproc/rubygem-twitter-text1
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-gollum
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-gollum-lib
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0 25 Jan 2025 10:29:50 |
Matthias Fechner (mfechner) |
www/rubygem-gollum-lib: update 5.2.4 -> 6.0
PR: 280855 |
5.2.4_1 18 Jun 2024 19:53:32 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Fix gemspec for rubygem-github-markup 5.0.0 update
- Bump PORTREVISION for package change |
5.2.4 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
5.2.4 21 Aug 2023 17:08:48 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Update to 5.2.4
Changes: https://github.com/gollum/gollum-lib/releases |
5.2_2 05 Apr 2023 17:32:00 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge3
- Bump PORTREVISION for dependency change |
5.2_1 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
5.2_1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
5.2_1 10 Sep 2022 16:07:11 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Fix gemspec for rubygem-gollum-rugged_adapter 2.0.0
update
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2 31 Aug 2022 11:41:54 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Update to 5.2
Changes: https://github.com/gollum/gollum-lib/releases |
5.1.3_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
5.1.3_2 30 Mar 2022 22:21:50 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Fix 644d2ef109a340cdf0d19561117db3d9e63b52f7
- Fix RUN_DEPENDS: Remove duplicate graphics/rubygem-gemojione and
textproc/rubygem-github-markup
- Update version requirement of RUN_DEPENDS to match upstream
- Sort RUN_DEPENDS
- Update patch-gemspec: Update octicons after rubygem-octicons 17.0.0 update
- Rename gemspec patch to patch-gemspec
- Bump PORTREVISION for dependency and package change
PR: 260207 |
5.1.3_1 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
5.1.3_1 14 Feb 2022 20:46:00 |
Dan Langille (dvl) |
www/rubygem-gollum: remove incorrect dependency
www/rubygem-gollum-lib: add missing dependency
www/rubygem-gollum was depending up on www/rubygem-gollum-rugged_adapter
which should instead be a dependency of www/rubygem-gollum-lib
Also, remove the patch-gemspec.rb patch on www/rubygem-gollum-lib
PR: 261637
Reported by: Sir l33tname <sirl33tname@gmail.com>
Approved by: ruby@ (zi) |
5.1.3 23 Jan 2022 15:41:01 |
Mateusz Piotrowski (0mp) Author: Sir l33tname |
www/rubygem-gollum-lib: Update 4.2.10 -> 5.1.3
PR: 260207
Approved by: ruby (maintainer timeout) |
4.2.10 11 Jan 2022 18:47:42 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-gollum-lib: Clean up
Remove the options since gitlab uses textproc/rubygem-gitlab-markup directly
now. |
4.2.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.10 08 Nov 2020 17:49:39 |
sunpoet |
Update version requirement of RUN_DEPENDS
- Fix comment |
4.2.10 07 Feb 2019 15:56:02 |
mfechner |
Update to 4.2.10.
PR: 234900
Submitted by: sirl33tname@gmail.com |
4.2.7_2 03 Dec 2018 18:56:42 |
sunpoet |
Update to 2.7.8
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine |
4.2.7_2 31 Jan 2018 15:52:58 |
sunpoet |
Fix gemspec for rubygem-github-markup 2.0.0 update
- Bump PORTREVISION for package change |
4.2.7_1 17 Jan 2018 19:29:50 |
swills |
www/rubygem-gollum-lib: depend on 2.x version of rouge
This version is required by gollum-lib |
4.2.7 15 Oct 2017 00:38:34 |
sunpoet |
Update to 4.2.7
- While I'm here, update RUN_DEPENDS
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master
PR: 221430
Submitted by: Sir l33tname <sirl33tname@gmail.com> |
4.2.5 09 Apr 2017 09:04:18 |
sunpoet |
Update to 4.2.5
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master |
4.2.3 05 Apr 2017 19:58:51 |
sunpoet |
Update to 4.2.3
- Use static patch-gemspec with one-line REINPLACE_CMD instead of 2
EXTRA_PATCHES
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master |
4.2.2_3 24 Feb 2017 09:37:16 |
tz |
www/rubygem-gollum-lib: Add options for GITHUB and GITLAB dependency
The new www/gitlab version requires rubygem-gitlab-markup, which
is a fork of rubygem-github-markup. It is more a clone than a fork
since it installs a file named "github-markup" causing conflicts
whenever rubygem-github-markup should be installed too.
Therefore the options introduced allows to choose the wanted dependency |
4.2.2_2 03 Jan 2017 19:12:46 |
swills |
www/rubygem-gollum-lib: fix with newer nokogiri |
4.2.2_1 04 Dec 2016 19:38:04 |
sunpoet |
- Add missing RUN_DEPENDS
- Fix gemspec for rubygem-gollum-grit_adapter 2.0.0 update
- Bump PORTREVISION for dependency and package change |
4.2.2 03 Dec 2016 19:36:14 |
sunpoet |
- Update to 4.2.2
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master |
4.2.0_1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
4.2.0_1 10 Aug 2016 14:24:02 |
tz |
www/rubygem-gollum-lib: adjust Gemspec patch
After updating textproc/rubygem-rouge this port refuses to start.
Since it works just fine with the new version, the patch adjusts the
Gemspec accordingly.
Approved by: swills (mentor) |
4.2.0 23 Jun 2016 09:48:53 |
tz |
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor) |
4.2.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
4.2.0 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
4.2.0 04 Apr 2016 15:24:53 |
swills |
devel/ruby-gems: Update to 2.6.2
PR: 208371
Submitted by: wen (partial) |
4.2.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.2.0 06 Mar 2016 06:32:08 |
sunpoet |
- Update to 4.2.0
- Fix gemspec for rubygem-stringex 2.6.0 update
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md |
4.1.0 13 Aug 2015 17:38:16 |
sunpoet |
- Update to 4.1.0
- Add NO_ARCH
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master |
4.0.3_1 02 Aug 2015 06:28:19 |
sunpoet |
- Bump PORTREVISION for rubygem-github-markup 1.4.0 update
- Rename gemspec patch to patch-gemspec
- Bump PORTREVISION for package change |
4.0.3 26 May 2015 17:48:14 |
mmoll |
www/rubygem-gollum-lib: update to 4.0.3
PR: 199862
Differential Revision: https://reviews.freebsd.org/D2620
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: swills (mentor) |
3.0.0_2 03 May 2015 11:32:37 |
sunpoet |
- Fix gemspec patch
- Bump PORTREVISION for package change |
3.0.0_1 03 May 2015 11:28:11 |
sunpoet |
- Fix gemspec patch
- Bump PORTREVISION for package change |
3.0.0_1 02 May 2015 16:55:42 |
sunpoet |
- Fix gemspec
- Bump PORTREVISION for package change |
3.0.0 27 Sep 2014 06:27:10 |
swills |
www/rubygem-gollum-lib: create port
A simple, Git-powered wiki with a sweet API and local frontend.
WWW: http://github.com/gollum/gollum-lib
Submitted by: xmj |