Bug 217211

Summary: [NEW PORT] devel/go-crc32 : CRC32 with x64 optimizations for Go
Product: Ports & Packages Reporter: Guy Tabrar <guy.tabrar>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: guy.tabrar
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 217209, 217213    
Attachments:
Description Flags
synth log
none
shar file none

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!