Bug 166700

Summary: New port: math/py-ffc
Product: Ports & Packages Reporter: Jason W. Bacon <jwb>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Jason W. Bacon freebsd_committer freebsd_triage 2012-04-06 19:30:09 UTC
FFC works as a compiler for multilinear forms by generating code (C++) for
the evaluation of a multilinear form given in mathematical notation.

WWW: https://launchpad.net/ffc

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-06 19:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-04-09 20:54:57 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-12 20:34:02 UTC
rm          2012-04-12 19:33:50 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-ffc          Makefile distinfo pkg-descr pkg-plist 
    math/py-ffc/files    patch-setup.py 
  Log:
  FFC works as a compiler for multilinear forms by generating code (C++) for
  the evaluation of a multilinear form given in mathematical notation.
  
  WWW:    https://launchpad.net/ffc
  
  PR:             166700
  Submitted by:   Jason Bacon <jwbacon@tds.net>
  
  Revision  Changes    Path
  1.772     +1 -0      ports/math/Makefile
  1.1       +26 -0     ports/math/py-ffc/Makefile (new)
  1.1       +2 -0      ports/math/py-ffc/distinfo (new)
  1.1       +9 -0      ports/math/py-ffc/files/patch-setup.py (new)
  1.1       +4 -0      ports/math/py-ffc/pkg-descr (new)
  1.1       +182 -0    ports/math/py-ffc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-04-12 20:42:07 UTC
State Changed
From-To: open->closed

Committed with couple of changes, thank you!