diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-17 18:53:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-17 18:53:20 +0800 |
commit | be917d964c14d69914063926552efaf228dc962d (patch) | |
tree | 71f260a6fc101ef42a756b13ccc8a5126459a49c | |
parent | b75a4d262f2e63866c59ef100045e83c8ec046a8 (diff) | |
download | freebsd-ports-graphics-be917d964c14d69914063926552efaf228dc962d.tar.gz freebsd-ports-graphics-be917d964c14d69914063926552efaf228dc962d.tar.zst freebsd-ports-graphics-be917d964c14d69914063926552efaf228dc962d.zip |
- Update to 0.6.4
- Update pkg-descr
PR: 188860
Submitted by: Ports Fury
-rw-r--r-- | science/qcl/Makefile | 12 | ||||
-rw-r--r-- | science/qcl/distinfo | 4 | ||||
-rw-r--r-- | science/qcl/pkg-descr | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile index 09cae688f83..31428609652 100644 --- a/science/qcl/Makefile +++ b/science/qcl/Makefile @@ -2,21 +2,16 @@ # $FreeBSD$ PORTNAME= qcl -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= science math MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Quantum computer simulator LICENSE= GPLv2 # (or later) -OPTIONS_DEFINE= PLOTUTILS -PLOTUTILS_DESC= Plotting support via plotutils - -USES= bison gmake readline +USES= bison gmake readline tar:tgz USE_GCC= any PLIST_FILES= bin/qcl \ @@ -27,6 +22,9 @@ PLIST_FILES= bin/qcl \ %%DATADIR%%/shor.qcl %%DATADIR%%/test.qcl PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= PLOTUTILS + +PLOTUTILS_DESC= Plotting support via plotutils PLOTUTILS_LIB_DEPENDS= libplotter.so:${PORTSDIR}/graphics/plotutils PLOTUTILS_CXXFLAGS= -I${LOCALBASE}/include -DQCL_PLOT PLOTUTILS_LDFLAGS= -L${LOCALBASE}/lib -lplotter diff --git a/science/qcl/distinfo b/science/qcl/distinfo index 68e77c1482b..f6030c7207b 100644 --- a/science/qcl/distinfo +++ b/science/qcl/distinfo @@ -1,2 +1,2 @@ -SHA256 (qcl-0.6.3.tgz) = c9f459b265ca181fdd4023cfb0d41a93a245eb5d47948a4002263384658d7cbb -SIZE (qcl-0.6.3.tgz) = 133786 +SHA256 (qcl-0.6.4.tgz) = ff4d4899c5995bd75601e8125312ce20059f065326c29467b7f5dfa3a87d45f4 +SIZE (qcl-0.6.4.tgz) = 137396 diff --git a/science/qcl/pkg-descr b/science/qcl/pkg-descr index 5b17313912d..64bc50a2353 100644 --- a/science/qcl/pkg-descr +++ b/science/qcl/pkg-descr @@ -1,3 +1,7 @@ -This is a port of qcl, a quantum computer simulator. +QCL is a high level, architecture independent programming language for +quantum computers, with a syntax derived from classical procedural +languages like C or Pascal. This allows for the complete implementation +and simulation of quantum algorithms (including classical components) +in one consistent formalism. WWW: http://tph.tuwien.ac.at/~oemer/qcl.html |