Bug 142492 - [new port]: haskell port math/hs-vector-space
Summary: [new port]: haskell port math/hs-vector-space
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 22:00 UTC by Jacula Modyun
Modified: 2010-01-12 23:46 UTC (History)
0 users

See Also:


Attachments
hs-vector-space.shar (4.87 KB, text/plain)
2010-01-08 22:00 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-08 22:00:08 UTC
vector-space provides classes and generic operations for vector
spaces and affine spaces. It also defines a type of infinite towers
of generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, ...).

http://haskell.org/haskellwiki/vector-space
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 22:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-12 21:46:31 UTC
pgj         2010-01-12 21:46:22 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/hs-vector-space Makefile distinfo pkg-descr pkg-plist 
  Log:
  vector-space provides classes and generic operations for vector spaces
  and affine spaces in Haskell. It also defines a type of infinite towers
  of generalized derivatives. A generalized derivative is a linear
  transformation rather than one of the common concrete representations
  (scalars, vectors, matrices, etc).
  
  WWW: http://haskell.org/haskellwiki/vector-space
  
  PR:             ports/142492
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.631     +1 -0      ports/math/Makefile
  1.1       +77 -0     ports/math/hs-vector-space/Makefile (new)
  1.1       +3 -0      ports/math/hs-vector-space/distinfo (new)
  1.1       +7 -0      ports/math/hs-vector-space/pkg-descr (new)
  1.1       +21 -0     ports/math/hs-vector-space/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 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-12 23:45:21 UTC
State Changed
From-To: open->closed

The port has been committed.  Thanks for the submission!