Bug 220225 - New port: devel/go-autorest Go library for Azure AutoRest
Summary: New port: devel/go-autorest Go library for Azure AutoRest
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 10:22 UTC by Alexandru Ciobanu
Modified: 2017-06-27 22:10 UTC (History)
2 users (show)

See Also:


Attachments
go-autorest.diff (6.19 KB, patch)
2017-06-23 10:22 UTC, Alexandru Ciobanu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Ciobanu 2017-06-23 10:22:47 UTC
Created attachment 183738 [details]
go-autorest.diff
Comment 1 Alexandru Ciobanu 2017-06-23 10:27:19 UTC
This is a dependency of vuls(https://github.com/future-architect/vuls).
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-06-27 21:22:57 UTC
Hello Alexandru, thanks for submitting the port and making an effort for vuls. Can you please fix the COMMENT to be a bit more descriptive. Also please add WWW: <url> in pkg-descr.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-06-27 21:28:01 UTC
We shouldn't be packaging Go libraries. If this doesn't have a product that isn't a library, then it shouldn't be a separate port. Instead, just pull the source in with the thing that needs it (vuls) and build using the standard go build mechanism. There are many examples of this for existing Go ports in the ports tree.
Comment 4 Alexandru Ciobanu 2017-06-27 22:09:59 UTC
Richard, Steve, thank you for the feedback. I'm going to create a port for vuls and pull all required libraries.