Page MenuHomeFreeBSD

textproc/rubygem-gitlab-linguist: create port
ClosedPublic

Authored by xmj on Sep 27 2014, 3:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 23, 4:49 PM
Unknown Object (File)
Sat, Nov 29, 2:59 AM
Unknown Object (File)
Nov 23 2025, 9:41 PM
Unknown Object (File)
Nov 4 2025, 8:03 PM
Unknown Object (File)
Oct 25 2025, 11:59 PM
Unknown Object (File)
Oct 21 2025, 11:54 PM
Unknown Object (File)
Oct 7 2025, 9:28 AM
Unknown Object (File)
Oct 6 2025, 1:56 PM
Subscribers
None

Details

Reviewers
swills
koobs
mat
Summary

Add port.

(fwiw, pkg-descr is in line with rubygems.org/gems/gitlab-linguist.)

Commitmessage:

textproc/rubygem-gitlab-linguist: create port

GitHub Language detection

WWW: https://github.com/github/linguist

(DiffRev; placeholder)
Approved by:	swills (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to textproc/rubygem-gitlab-linguist: create port.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
mat added a reviewer: mat.
This revision is now accepted and ready to land.Sep 27 2014, 3:43 PM

rubygems.org says this wants mimetypes ~> 1.19, but misc/rubygem-mime-types is 2.x, so ports will be happy but the gem won't work, so you have to use misc/rubygem-mime-types1 to get the 1.x version instead

textproc/rubygem-gitlab-linguist/Makefile
15

rubygems.org says this wants mimetypes ~> 1.19, but misc/rubygem-mime-types is 2.x, so ports will be happy but the gem won't work, so you have to use misc/rubygem-mime-types1 to get the 1.x version instead.

xmj edited edge metadata.

use rubygem-mime-types1 as dep.

swills edited edge metadata.

approved

Committed revision 369400.