Bug 231161

Summary: New port: math/cddlib - C implementation of the Double Description Method of Motzkin et al
Product: Ports & Packages Reporter: Lorenzo Salvadore <salvadore>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 231186    
Attachments:
Description Flags
Shar file of cddlib port
none
shar file for cddlib port - correction 1
none
patch to the ports tree V2 none

Description Lorenzo Salvadore freebsd_committer freebsd_triage 2018-09-04 20:16:53 UTC
Created attachment 196871 [details]
Shar file of cddlib port

This is a library needed as dependency or optional dependency by many others mathematical softwares.

I am porting it because I am working at porting CoCoA, which, for example, has cddlib as optional dependency.
Comment 1 Lorenzo Salvadore freebsd_committer freebsd_triage 2018-09-30 10:18:57 UTC
Created attachment 197623 [details]
shar file for cddlib port - correction 1

I have done some style corrections based on the suggestions I received on bug #231807.
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2018-09-30 21:00:20 UTC
Take
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2018-09-30 21:17:52 UTC
Created attachment 197646 [details]
patch to the ports tree V2

Hi Lorenzo,

Thank you very much for the patch. I did some changes mainly moving variables in the Makefile to adhere to the standard order (https://www.freebsd.org/doc/en/books/porters-handbook/book.html#porting-order)

Also, I removed pkg-help and add its content to pkg-descr.

Does it look good?
Comment 4 Lorenzo Salvadore freebsd_committer freebsd_triage 2018-09-30 21:28:53 UTC
Yes, it is good.

Thanks.
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-10-13 16:30:37 UTC
A commit references this bug:

Author: fernape
Date: Sat Oct 13 16:29:46 UTC 2018
New revision: 481995
URL: https://svnweb.freebsd.org/changeset/ports/481995

Log:
  New port: math/cddlib

  C implementation of the Double Description Method of Motzkin et al

  PR:	231161
  Submitted by:	phascolarctos@protonmail.ch
  Reviewed by:	tcberner (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D17385

Changes:
  head/math/Makefile
  head/math/cddlib/
  head/math/cddlib/Makefile
  head/math/cddlib/distinfo
  head/math/cddlib/pkg-descr
  head/math/cddlib/pkg-plist
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2018-10-13 16:31:20 UTC
Committed,

Thanks!