Bug 217211 - [NEW PORT] devel/go-crc32 : CRC32 with x64 optimizations for Go
Summary: [NEW PORT] devel/go-crc32 : CRC32 with x64 optimizations for Go
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 217209 217213
  Show dependency treegraph
 
Reported: 2017-02-18 18:02 UTC by Guy Tabrar
Modified: 2017-02-20 15:18 UTC (History)
1 user (show)

See Also:


Attachments
synth log (10.06 KB, text/plain)
2017-02-18 18:02 UTC, Guy Tabrar
no flags Details
shar file (2.26 KB, application/x-shar)
2017-02-18 18:03 UTC, Guy Tabrar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy Tabrar 2017-02-18 18:02:54 UTC
Created attachment 180123 [details]
synth log

Tested with portlint and synth - log attached.

Cheers!
Comment 1 Guy Tabrar 2017-02-18 18:03:27 UTC
Created attachment 180124 [details]
shar file
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-02-20 15:16:16 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Feb 20 15:15:09 UTC 2017
New revision: 434467
URL: https://svnweb.freebsd.org/changeset/ports/434467

Log:
  Add go-crc32 1.1

  CRC32 hash with x64 optimizations

  This package is a drop-in replacement for the standard library
  hash/crc32 package, that features SSE 4.2 optimizations on x64
  platforms, for a 10x speedup.

  WWW: https://github.com/klauspost/crc32

  - While I'm here:
    - Use DISTVERSIONPREFIX
    - Add LICENSE_FILE
    - Add missing RUN_DEPENDS
    - Remove GH_PROJECT

  PR:		217211
  Submitted by:	Guy Tabrar <guy.tabrar@me.com>

Changes:
  head/devel/Makefile
  head/devel/go-crc32/
  head/devel/go-crc32/Makefile
  head/devel/go-crc32/distinfo
  head/devel/go-crc32/pkg-descr
  head/devel/go-crc32/pkg-plist
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-20 15:18:23 UTC
Committed. Thanks!