From owner-svn-ports-all@FreeBSD.ORG Sat May 17 10:53:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18F14DCE; Sat, 17 May 2014 10:53:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0C3625C1; Sat, 17 May 2014 10:53:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HArKbI015872; Sat, 17 May 2014 10:53:20 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HArKZh015866; Sat, 17 May 2014 10:53:20 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405171053.s4HArKZh015866@svn.freebsd.org> From: Martin Wilke Date: Sat, 17 May 2014 10:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354309 - head/science/qcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 10:53:21 -0000 Author: miwi Date: Sat May 17 10:53:20 2014 New Revision: 354309 URL: http://svnweb.freebsd.org/changeset/ports/354309 QAT: https://qat.redports.org/buildarchive/r354309/ Log: - Update to 0.6.4 - Update pkg-descr PR: 188860 Submitted by: Ports Fury Modified: head/science/qcl/Makefile head/science/qcl/distinfo head/science/qcl/pkg-descr Modified: head/science/qcl/Makefile ============================================================================== --- head/science/qcl/Makefile Sat May 17 10:52:33 2014 (r354308) +++ head/science/qcl/Makefile Sat May 17 10:53:20 2014 (r354309) @@ -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 Modified: head/science/qcl/distinfo ============================================================================== --- head/science/qcl/distinfo Sat May 17 10:52:33 2014 (r354308) +++ head/science/qcl/distinfo Sat May 17 10:53:20 2014 (r354309) @@ -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 Modified: head/science/qcl/pkg-descr ============================================================================== --- head/science/qcl/pkg-descr Sat May 17 10:52:33 2014 (r354308) +++ head/science/qcl/pkg-descr Sat May 17 10:53:20 2014 (r354309) @@ -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