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)
Jan 4 2025, 7:44 AM
Unknown Object (File)
Dec 2 2024, 6:54 PM
Unknown Object (File)
Nov 28 2024, 1:15 AM
Unknown Object (File)
Nov 28 2024, 1:15 AM
Unknown Object (File)
Nov 28 2024, 1:15 AM
Unknown Object (File)
Nov 28 2024, 12:55 AM
Unknown Object (File)
Nov 23 2024, 4:07 AM
Unknown Object (File)
Nov 3 2024, 4:16 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.