Bug 205636

Summary: [NEW PORT] devel/rubygem-licensee: Detects under what license a project is distributed
Product: Ports & Packages Reporter: Brendan Molloy <brendan+freebsd>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: brendan+freebsd, miwi, mmoll, ruby
Priority: --- Keywords: feature, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 205637    
Attachments:
Description Flags
devel/rubygem-licensee patch
none
poudriere i386 10.2-RELEASE-p8
none
poudriere amd64 10.2-RELEASE-p8
none
shar
none
shar none

Description Brendan Molloy 2015-12-26 15:36:54 UTC
Created attachment 164688 [details]
devel/rubygem-licensee patch

Licensee automates the process of reading LICENSE files and compares their
contents to known licenses using a fancy math thing called Rabin-Karp
rolling-hashes.

WWW: https://github.com/benbalter/licensee
Comment 1 Brendan Molloy 2015-12-26 15:37:35 UTC
Created attachment 164689 [details]
poudriere i386 10.2-RELEASE-p8
Comment 2 Brendan Molloy 2015-12-26 15:38:13 UTC
Created attachment 164690 [details]
poudriere amd64 10.2-RELEASE-p8
Comment 3 Brendan Molloy 2015-12-26 15:38:48 UTC
$ portlint -AC
looks fine.
Comment 4 Brendan Molloy 2015-12-26 16:00:58 UTC
Created attachment 164695 [details]
shar
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-26 16:02:37 UTC
Comment on attachment 164688 [details]
devel/rubygem-licensee patch

Obsolete in favour of SHAAAARRRRRRR
Comment 6 Michael Moll freebsd_committer freebsd_triage 2015-12-26 16:18:08 UTC
Normally a gem's "development dependencies" are not its build dependencies, could you please check if the gem builds and runs without the build dependencies declared?
Comment 7 Brendan Molloy 2015-12-27 00:17:00 UTC
Created attachment 164702 [details]
shar
Comment 8 Brendan Molloy 2015-12-27 00:17:31 UTC
(In reply to Michael Moll from comment #6)

Thanks for the advice! I have done as you requested, and as you suspected, the gem still works perfectly fine.
Comment 9 commit-hook freebsd_committer freebsd_triage 2015-12-28 13:20:11 UTC
A commit references this bug:

Author: miwi
Date: Mon Dec 28 13:19:34 UTC 2015
New revision: 404628
URL: https://svnweb.freebsd.org/changeset/ports/404628

Log:
  Licensee automates the process of reading LICENSE files and compares their
  contents to known licenses using a fancy math thing called Rabin-Karp
  rolling-hashes.

  WWW: https://github.com/benbalter/licensee

  PR:		205636
  Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>

Changes:
  head/devel/Makefile
  head/devel/rubygem-licensee/
  head/devel/rubygem-licensee/Makefile
  head/devel/rubygem-licensee/distinfo
  head/devel/rubygem-licensee/pkg-descr
Comment 10 commit-hook freebsd_committer freebsd_triage 2015-12-28 13:21:13 UTC
A commit references this bug:

Author: miwi
Date: Mon Dec 28 13:20:14 UTC 2015
New revision: 404629
URL: https://svnweb.freebsd.org/changeset/ports/404629

Log:
  pytoport provides a way to quickly generate the barebones of a Python package
  by simply providing the name of the module to the command. It accesses the
  PyPI JSON API and does its best to generate a fully functional Makefile and
  distinfo where sources are found.

  WWW: https://github.com/freebsd/pytoport

  PR:		205636
  Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>

Changes:
  head/ports-mgmt/Makefile
  head/ports-mgmt/py-pytoport/
  head/ports-mgmt/py-pytoport/Makefile
  head/ports-mgmt/py-pytoport/distinfo
  head/ports-mgmt/py-pytoport/pkg-descr