Skip to content

Commit

Permalink
Import colorfull-0.90 as wip/colorfull.
Browse files Browse the repository at this point in the history
ColorFull is a C++ code for calculations in QCD color space
  • Loading branch information
jihbed committed Jul 21, 2014
1 parent a1ca823 commit 985af1c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions colorfull/DESCR
@@ -0,0 +1 @@
ColorFull is a C++ code for calculations in QCD color space
19 changes: 19 additions & 0 deletions colorfull/Makefile
@@ -0,0 +1,19 @@
# $NetBSD$

DISTNAME= ColorFull-0.90
PKGNAME= ${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= http://colorfull.hepforge.org/

MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://colorfull.hepforge.org/
COMMENT= ColorFull is a C++ code for calculations in QCD color space
LICENSE= gnu-gpl-v2

WRKSRC= ${WRKDIR}/ColorFull-0.9

GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++

.include "../../mk/bsd.pkg.mk"
19 changes: 19 additions & 0 deletions colorfull/PLIST
@@ -0,0 +1,19 @@
@comment $NetBSD$
bin/ColorPlay
bin/test
include/ColorFull/Core/Col_amp.h
include/ColorFull/Core/Col_basis.h
include/ColorFull/Core/Col_functions.h
include/ColorFull/Core/Col_str.h
include/ColorFull/Core/Monomial.h
include/ColorFull/Core/Orthogonal_basis.h
include/ColorFull/Core/Poly_matr.h
include/ColorFull/Core/Poly_vec.h
include/ColorFull/Core/Polynomial.h
include/ColorFull/Core/Quark_line.h
include/ColorFull/Core/Trace_basis.h
include/ColorFull/Core/Trace_type_basis.h
include/ColorFull/Core/Tree_level_gluon_basis.h
include/ColorFull/Core/parameters.h
include/ColorFull/Core/types.h
lib/ColorFull/libColorFull.la
5 changes: 5 additions & 0 deletions colorfull/distinfo
@@ -0,0 +1,5 @@
$NetBSD$

SHA1 (ColorFull-0.90.tar.gz) = 9cecc52e47538b26be4400ce92d6950dc7013a8b
RMD160 (ColorFull-0.90.tar.gz) = fde8e4c9bf4d2837abf2dcff52af3e1f8eadb715
Size (ColorFull-0.90.tar.gz) = 974340 bytes

0 comments on commit 985af1c

Please sign in to comment.