From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 16 23:30:13 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 359DE16A412 for ; Sat, 16 Dec 2006 23:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7425643CA7 for ; Sat, 16 Dec 2006 23:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBGNUCcT069327 for ; Sat, 16 Dec 2006 23:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBGNUCgW069326; Sat, 16 Dec 2006 23:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 16 Dec 2006 23:30:12 GMT Resent-Message-Id: <200612162330.kBGNUCgW069326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F7C616A407 for ; Sat, 16 Dec 2006 23:20:48 +0000 (UTC) (envelope-from pete@tortall.net) Received: from cvs.tortall.net (cvs.tortall.net [69.55.238.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC92643CA3 for ; Sat, 16 Dec 2006 23:20:47 +0000 (GMT) (envelope-from pete@tortall.net) Received: from localhost (cvs [69.55.238.110]) by cvs.tortall.net (Postfix) with ESMTP id 8D12518CBA for ; Sat, 16 Dec 2006 15:20:47 -0800 (PST) Received: from cvs.tortall.net ([69.55.238.110]) by localhost (cvs.tortall.net [69.55.238.110]) (amavisd-new, port 10024) with ESMTP id ROtZz8cXgh6p for ; Sat, 16 Dec 2006 15:20:43 -0800 (PST) Received: by cvs.tortall.net (Postfix, from userid 1000) id E443618E0F; Sat, 16 Dec 2006 15:20:43 -0800 (PST) Message-Id: <20061216232043.E443618E0F@cvs.tortall.net> Date: Sat, 16 Dec 2006 15:20:43 -0800 (PST) From: Peter Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106822: New port: cad/scv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Johnson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 23:30:13 -0000 >Number: 106822 >Category: ports >Synopsis: New port: cad/scv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 16 23:30:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2 >Organization: >Environment: System: FreeBSD 6.2 >Description: Add SystemC Verification (SCV) library port, from systemc.org. Note that like cad/systemc, this port is RESTRICTED as you have to register to download it. >How-To-Repeat: No existing port. >Fix: New port structure attached. I'm not entirely happy with the installed permissions, as the port uses a shell script to help with the install, and I'm not sure how to get access to the INSTALL_DATA setting from there; I've just made it use install -m 644 (it was just doing cp before, which resulted in even worse permissions). --- new-cad-scv.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scv # scv/files # scv/files/patch-configure # scv/files/patch-scripts-Makefile.in # scv/files/patch-src-scv-scv_init_seed.cpp # scv/files/patch-scripts-copyExamples.sh # scv/files/patch-Makefile.in # scv/files/patch-scripts-copyFiles.sh.in # scv/Makefile # scv/distinfo # scv/pkg-descr # scv/pkg-plist # echo c - scv mkdir -p scv > /dev/null 2>&1 echo c - scv/files mkdir -p scv/files > /dev/null 2>&1 echo x - scv/files/patch-configure sed 's/^X//' >scv/files/patch-configure << 'END-of-scv/files/patch-configure' X--- configure.orig Mon Jan 23 11:31:20 2006 X+++ configure Sat Dec 16 11:56:59 2006 X@@ -3647,7 +3647,7 @@ X echo "$as_me:$LINENO: checking \"for supported operating system\"" >&5 X echo $ECHO_N "checking \"for supported operating system\"... $ECHO_C" >&6 X case "$target_os" in X-solaris2.5*|solaris2.6|solaris2.7|solaris2.8|hpux11*|linux-gnu) X+solaris2.5*|solaris2.6|solaris2.7|solaris2.8|hpux11*|linux-gnu|freebsd*) X echo "$as_me:$LINENO: result: $target_os is supported" >&5 X echo "${ECHO_T}$target_os is supported" >&6;; X *) X@@ -5604,10 +5604,6 @@ X #define _USE_PADDING_ON_STRUCTS X _ACEOF X X- cat >>confdefs.h <<\_ACEOF X-#define _USE_HASH_MAP X-_ACEOF X- X fi X X X@@ -5639,7 +5635,7 @@ X using namespace std; X #include X #include X-#include X+#include X int main() X { X #define STRING_SIZE 100 X@@ -5651,7 +5647,7 @@ X exit(1); X } X X- ostrstream outString(buf, STRING_SIZE); X+ ostringstream outString; X outString << "hello world " << i; X if (strcmp(buf,"hello world 1") != 0) X { X@@ -5870,6 +5866,8 @@ X *linux*) X if test "$rh_gxx_prog" = "no"; then EXTRA_GNU_DIR="/gnu"; fi X SYSC_TARGET="linux";; X+ *freebsd*) X+ SYSC_TARGET="freebsd";; X *cygwin*) X SYSC_TARGET="cygwin";; X *hpux11*) END-of-scv/files/patch-configure echo x - scv/files/patch-scripts-Makefile.in sed 's/^X//' >scv/files/patch-scripts-Makefile.in << 'END-of-scv/files/patch-scripts-Makefile.in' X--- scripts/Makefile.in.orig Mon Jan 23 11:31:10 2006 X+++ scripts/Makefile.in Sat Dec 16 11:32:28 2006 X@@ -243,7 +243,7 @@ X X create_copiers : X # create copyDir.sh X- echo "#!/bin/sh -h" >copyDir.sh X+ echo "#!/bin/sh" >copyDir.sh X echo "overwrite=${overwrite_files}" >>copyDir.sh X cat ${srcdir}/copyDir.sh.in >>copyDir.sh X # create copyExamples.sh X@@ -251,7 +251,7 @@ X cp ${srcdir}/copyExamples.sh .; \ X fi X # create copyFiles.sh X- echo "#!/bin/sh -h" >copyFiles.sh X+ echo "#!/bin/sh" >copyFiles.sh X echo "overwrite=${overwrite_files}" >>copyFiles.sh X cat ${srcdir}/copyFiles.sh.in >>copyFiles.sh X # set permissions END-of-scv/files/patch-scripts-Makefile.in echo x - scv/files/patch-src-scv-scv_init_seed.cpp sed 's/^X//' >scv/files/patch-src-scv-scv_init_seed.cpp << 'END-of-scv/files/patch-src-scv-scv_init_seed.cpp' X--- src/scv/scv_init_seed.cpp.orig Thu Aug 7 08:37:32 2003 X+++ src/scv/scv_init_seed.cpp Sat Dec 16 11:43:50 2006 X@@ -44,7 +44,7 @@ X X #include X X-#ifdef __linux__ X+#if defined(__linux__) || defined(__FreeBSD__) X # include X #else X #include END-of-scv/files/patch-src-scv-scv_init_seed.cpp echo x - scv/files/patch-scripts-copyExamples.sh sed 's/^X//' >scv/files/patch-scripts-copyExamples.sh << 'END-of-scv/files/patch-scripts-copyExamples.sh' X--- scripts/copyExamples.sh.orig Thu Aug 7 08:38:02 2003 X+++ scripts/copyExamples.sh Sat Dec 16 14:51:22 2006 X@@ -1,4 +1,4 @@ X-#!/bin/sh -h X+#!/bin/sh X X # copyExamples.sh X X@@ -37,15 +37,13 @@ X for f in *[chp] *.v* *.tcl README; do X if test -r $f; then X rm -f $dstdir/$f X- cp $f $dstdir X- chmod u+w $dstdir/$f X+ install -m 644 $f $dstdir X fi X done X # only copy Makefile in leaf dirs X if test -r Makefile -a $isleaf = "yes"; then X rm -f $dstdir/Makefile X- cp Makefile $dstdir X- chmod u+w $dstdir/Makefile X+ install -m 644 Makefile $dstdir X fi X X fi END-of-scv/files/patch-scripts-copyExamples.sh echo x - scv/files/patch-Makefile.in sed 's/^X//' >scv/files/patch-Makefile.in << 'END-of-scv/files/patch-Makefile.in' X--- Makefile.in.orig Sun Feb 12 07:36:40 2006 X+++ Makefile.in Sat Dec 16 14:31:15 2006 X@@ -483,8 +483,7 @@ X X @actual_install@ : scv_config.h X ${copyFiles} . ${includedir}/scv scv_config.h X- for f in ${TEXTDOCS}; do cp ${srcdir}/$$f ${prefix}/$$f.scv; done X- for f in ${TEXTDOCS}; do chmod u+w ${prefix}/$$f.scv; done X+ for f in ${TEXTDOCS}; do ${INSTALL_DATA} ${srcdir}/$$f ${prefix}/$$f.scv; done X X uninstall : uninstall-recursive X for f in ${TEXTDOCS}; do rm -f ${prefix}/$$f.scv; done END-of-scv/files/patch-Makefile.in echo x - scv/files/patch-scripts-copyFiles.sh.in sed 's/^X//' >scv/files/patch-scripts-copyFiles.sh.in << 'END-of-scv/files/patch-scripts-copyFiles.sh.in' X--- scripts/copyFiles.sh.in.orig Thu Aug 7 08:38:02 2003 X+++ scripts/copyFiles.sh.in Sat Dec 16 14:51:43 2006 X@@ -7,7 +7,7 @@ X cmd="ln -s" X shift X else X- cmd="cp" X+ cmd="install -m 644" X fi X X srcdir=$1 END-of-scv/files/patch-scripts-copyFiles.sh.in echo x - scv/Makefile sed 's/^X//' >scv/Makefile << 'END-of-scv/Makefile' X# New ports collection makefile for: scv X# Date created: 16 December 2006 X# Whom: Peter Johnson X# X# $FreeBSD$ X# X XPORTNAME= scv XPORTVERSION= 1.0p2 XCATEGORIES= cad devel XEXTRACT_SUFX= -sysc2.2.12jun06.tgz X XMAINTAINER= johnson.peter@gmail.com XCOMMENT= SystemC Verification library X XBUILD_DEPENDS= ${LOCALBASE}/systemc/lib-freebsd/libsystemc.a:${PORTSDIR}/cad/systemc XRUN_DEPENDS= ${LOCALBASE}/systemc/lib-freebsd/libsystemc.a:${PORTSDIR}/cad/systemc X XRESTRICTED= You have to register at http://www.systemc.org/account/register.php first X XUSE_GMAKE= yes XHAS_CONFIGURE= yes X XWRKSRC= ${WRKDIR}/scv-1.0p2-sysc2.2 XCONFIGURE_SCRIPT= ../configure XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS= --with-systemc=${PREFIX}/systemc ${CONFIGURE_TARGET} XCONFIGURE_WRKSRC= ${WRKSRC}/objdir XBUILD_WRKSRC= ${WRKSRC}/objdir XINSTALL_WRKSRC= ${WRKSRC}/objdir X X.include X X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) XIGNORE= is restricted. You have to register at http://www.systemc.org/account/register.php and download ${DISTFILES} from there first. Then put ${DISTFILES} into ${DISTDIR} and run make again X.endif X Xpre-configure: X @${MKDIR} ${WRKSRC}/objdir X X.include END-of-scv/Makefile echo x - scv/distinfo sed 's/^X//' >scv/distinfo << 'END-of-scv/distinfo' XMD5 (scv-1.0p2-sysc2.2.12jun06.tgz) = a7570ed0c21959dd86226d0ea86dc093 XSHA256 (scv-1.0p2-sysc2.2.12jun06.tgz) = e93ca7125ff8b3fa4db54d5996b387a13e45a3a6e6dab30246e50f7c5bf0efc0 XSIZE (scv-1.0p2-sysc2.2.12jun06.tgz) = 2266179 END-of-scv/distinfo echo x - scv/pkg-descr sed 's/^X//' >scv/pkg-descr << 'END-of-scv/pkg-descr' XThe SystemC Verification (SCV) library is an extension library to SystemC Xwhich adds advanced verification capabilities to SystemC, including Xconstrained randomization, complex constraint solvers, data-structure Xcreation, Transaction Level Modeling (TLM), concurrency, and dynamic Xresource allocation management. X XWWW: http://www.systemc.org/ END-of-scv/pkg-descr echo x - scv/pkg-plist sed 's/^X//' >scv/pkg-plist << 'END-of-scv/pkg-plist' Xsystemc/AUTHORS.scv Xsystemc/COPYING.scv Xsystemc/INSTALL.scv Xsystemc/LICENSE.scv Xsystemc/NEWS.scv Xsystemc/README.scv Xsystemc/RELEASENOTES.scv Xsystemc/docs/scv/ChangeLog Xsystemc/docs/scv/LICENSE Xsystemc/docs/scv/README Xsystemc/docs/scv/date03a2.pdf Xsystemc/docs/scv/intro_slides.pdf Xsystemc/docs/scv/scv_random_white_paper4.pdf Xsystemc/docs/scv/scvref/vwg_1_0e.pdf Xsystemc/examples/scv/Makefile.rules Xsystemc/examples/scv/README Xsystemc/examples/scv/data_structures/scv_bag/Makefile Xsystemc/examples/scv/data_structures/scv_bag/README Xsystemc/examples/scv/data_structures/scv_bag/checktest.sh Xsystemc/examples/scv/data_structures/scv_bag/packet.h Xsystemc/examples/scv/data_structures/scv_bag/scv_bag.vcproj Xsystemc/examples/scv/data_structures/scv_bag/test.cc Xsystemc/examples/scv/data_structures/scv_bag/test_reg.cc Xsystemc/examples/scv/data_structures/scv_sparse_array/Makefile Xsystemc/examples/scv/data_structures/scv_sparse_array/README Xsystemc/examples/scv/data_structures/scv_sparse_array/checktest.sh Xsystemc/examples/scv/data_structures/scv_sparse_array/packet.h Xsystemc/examples/scv/data_structures/scv_sparse_array/scv_sparse_array.vcproj Xsystemc/examples/scv/data_structures/scv_sparse_array/test.cc Xsystemc/examples/scv/data_structures/scv_sparse_array/test_reg.cc Xsystemc/examples/scv/extensions/ex_01_userdata/Makefile Xsystemc/examples/scv/extensions/ex_01_userdata/README Xsystemc/examples/scv/extensions/ex_01_userdata/checktest.sh Xsystemc/examples/scv/extensions/ex_01_userdata/data.h Xsystemc/examples/scv/extensions/ex_01_userdata/data_ext.h Xsystemc/examples/scv/extensions/ex_01_userdata/ex_01_userdata.vcproj Xsystemc/examples/scv/extensions/ex_01_userdata/test.cc Xsystemc/examples/scv/extensions/ex_01_userdata/test_reg.cc Xsystemc/examples/scv/extensions/ex_02_enumdata/Makefile Xsystemc/examples/scv/extensions/ex_02_enumdata/README Xsystemc/examples/scv/extensions/ex_02_enumdata/checktest.sh Xsystemc/examples/scv/extensions/ex_02_enumdata/ex_02_enumdata.vcproj Xsystemc/examples/scv/extensions/ex_02_enumdata/state.h Xsystemc/examples/scv/extensions/ex_02_enumdata/state_ext.h Xsystemc/examples/scv/extensions/ex_02_enumdata/test.cc Xsystemc/examples/scv/extensions/ex_02_enumdata/test_reg.cc Xsystemc/examples/scv/extensions/ex_03_nestdata/Makefile Xsystemc/examples/scv/extensions/ex_03_nestdata/README Xsystemc/examples/scv/extensions/ex_03_nestdata/checktest.sh Xsystemc/examples/scv/extensions/ex_03_nestdata/ex_03_nestdata.vcproj Xsystemc/examples/scv/extensions/ex_03_nestdata/state.h Xsystemc/examples/scv/extensions/ex_03_nestdata/state_ext.h Xsystemc/examples/scv/extensions/ex_03_nestdata/test.cc Xsystemc/examples/scv/extensions/ex_03_nestdata/test_reg.cc Xsystemc/examples/scv/extensions/introspection1/Makefile Xsystemc/examples/scv/extensions/introspection1/README Xsystemc/examples/scv/extensions/introspection1/introspection1.vcproj Xsystemc/examples/scv/extensions/introspection1/test.cpp Xsystemc/examples/scv/extensions/private/Makefile Xsystemc/examples/scv/extensions/private/README Xsystemc/examples/scv/extensions/private/checktest.sh Xsystemc/examples/scv/extensions/private/packet.h Xsystemc/examples/scv/extensions/private/private.vcproj Xsystemc/examples/scv/extensions/private/test.cc Xsystemc/examples/scv/extensions/private/test_reg.cc Xsystemc/examples/scv/general/hello/Makefile Xsystemc/examples/scv/general/hello/README Xsystemc/examples/scv/general/hello/hello.vcproj Xsystemc/examples/scv/general/hello/main.cpp Xsystemc/examples/scv/randomization/constraints/Makefile Xsystemc/examples/scv/randomization/constraints/README Xsystemc/examples/scv/randomization/constraints/constraints.h Xsystemc/examples/scv/randomization/constraints/constraints.vcproj Xsystemc/examples/scv/randomization/constraints/packet.cpp Xsystemc/examples/scv/randomization/constraints/packet.h Xsystemc/examples/scv/randomization/constraints/packet_constraints.h Xsystemc/examples/scv/randomization/constraints/packet_ext.h Xsystemc/examples/scv/randomization/constraints/test.cpp Xsystemc/examples/scv/randomization/debug/Makefile Xsystemc/examples/scv/randomization/debug/README Xsystemc/examples/scv/randomization/debug/debug.vcproj Xsystemc/examples/scv/randomization/debug/test.cpp Xsystemc/examples/scv/randomization/ex_04_simplerand/Makefile Xsystemc/examples/scv/randomization/ex_04_simplerand/README Xsystemc/examples/scv/randomization/ex_04_simplerand/checktest.sh Xsystemc/examples/scv/randomization/ex_04_simplerand/data.h Xsystemc/examples/scv/randomization/ex_04_simplerand/data_ext.h Xsystemc/examples/scv/randomization/ex_04_simplerand/ex_04_simplerand.vcproj Xsystemc/examples/scv/randomization/ex_04_simplerand/test.cc Xsystemc/examples/scv/randomization/ex_04_simplerand/test_reg.cc Xsystemc/examples/scv/randomization/ex_05_disablerand/Makefile Xsystemc/examples/scv/randomization/ex_05_disablerand/README Xsystemc/examples/scv/randomization/ex_05_disablerand/checktest.sh Xsystemc/examples/scv/randomization/ex_05_disablerand/data.h Xsystemc/examples/scv/randomization/ex_05_disablerand/data_ext.h Xsystemc/examples/scv/randomization/ex_05_disablerand/ex_05_disablerand.vcproj Xsystemc/examples/scv/randomization/ex_05_disablerand/test.cc Xsystemc/examples/scv/randomization/ex_05_disablerand/test_reg.cc Xsystemc/examples/scv/randomization/ex_07_seedfile/Makefile Xsystemc/examples/scv/randomization/ex_07_seedfile/README Xsystemc/examples/scv/randomization/ex_07_seedfile/checktest.sh Xsystemc/examples/scv/randomization/ex_07_seedfile/data.h Xsystemc/examples/scv/randomization/ex_07_seedfile/data_ext.h Xsystemc/examples/scv/randomization/ex_07_seedfile/ex_07_seedfile.vcproj Xsystemc/examples/scv/randomization/ex_07_seedfile/test.cc Xsystemc/examples/scv/randomization/ex_07_seedfile/test_reg.cc Xsystemc/examples/scv/randomization/ex_08_dist/Makefile Xsystemc/examples/scv/randomization/ex_08_dist/README Xsystemc/examples/scv/randomization/ex_08_dist/checktest.sh Xsystemc/examples/scv/randomization/ex_08_dist/data.h Xsystemc/examples/scv/randomization/ex_08_dist/data_ext.h Xsystemc/examples/scv/randomization/ex_08_dist/ex_08_dist.vcproj Xsystemc/examples/scv/randomization/ex_08_dist/test.cc Xsystemc/examples/scv/randomization/ex_08_dist/test_reg.cc Xsystemc/examples/scv/randomization/ex_09_distrange/Makefile Xsystemc/examples/scv/randomization/ex_09_distrange/README Xsystemc/examples/scv/randomization/ex_09_distrange/checktest.sh Xsystemc/examples/scv/randomization/ex_09_distrange/data.h Xsystemc/examples/scv/randomization/ex_09_distrange/data_ext.h Xsystemc/examples/scv/randomization/ex_09_distrange/ex_09_distrange.vcproj Xsystemc/examples/scv/randomization/ex_09_distrange/test.cc Xsystemc/examples/scv/randomization/ex_09_distrange/test_reg.cc Xsystemc/examples/scv/randomization/ex_10_basicconstraint/Makefile Xsystemc/examples/scv/randomization/ex_10_basicconstraint/README Xsystemc/examples/scv/randomization/ex_10_basicconstraint/checktest.sh Xsystemc/examples/scv/randomization/ex_10_basicconstraint/ex_10_basicconstraint.vcproj Xsystemc/examples/scv/randomization/ex_10_basicconstraint/test.cc Xsystemc/examples/scv/randomization/ex_10_basicconstraint/test_reg.cc Xsystemc/examples/scv/randomization/ex_11_softconstraint/Makefile Xsystemc/examples/scv/randomization/ex_11_softconstraint/README Xsystemc/examples/scv/randomization/ex_11_softconstraint/checktest.sh Xsystemc/examples/scv/randomization/ex_11_softconstraint/ex_11_softconstraint.vcproj Xsystemc/examples/scv/randomization/ex_11_softconstraint/test.cc Xsystemc/examples/scv/randomization/ex_11_softconstraint/test_reg.cc Xsystemc/examples/scv/randomization/ex_12_hier_constraint/Makefile Xsystemc/examples/scv/randomization/ex_12_hier_constraint/README Xsystemc/examples/scv/randomization/ex_12_hier_constraint/checktest.sh Xsystemc/examples/scv/randomization/ex_12_hier_constraint/ex_12_hier_constraint.vcproj Xsystemc/examples/scv/randomization/ex_12_hier_constraint/packet.h Xsystemc/examples/scv/randomization/ex_12_hier_constraint/packet_constraint.h Xsystemc/examples/scv/randomization/ex_12_hier_constraint/packet_ext.h Xsystemc/examples/scv/randomization/ex_12_hier_constraint/test.cc Xsystemc/examples/scv/randomization/ex_12_hier_constraint/test_reg.cc Xsystemc/examples/scv/randomization/ex_13_custom_next/Makefile Xsystemc/examples/scv/randomization/ex_13_custom_next/README Xsystemc/examples/scv/randomization/ex_13_custom_next/checktest.sh Xsystemc/examples/scv/randomization/ex_13_custom_next/constraint.h Xsystemc/examples/scv/randomization/ex_13_custom_next/ex_13_custom_next.vcproj Xsystemc/examples/scv/randomization/ex_13_custom_next/test.cc Xsystemc/examples/scv/randomization/ex_13_custom_next/test.h Xsystemc/examples/scv/randomization/ex_13_custom_next/test_reg.cc Xsystemc/examples/scv/randomization/pythagoras/Makefile Xsystemc/examples/scv/randomization/pythagoras/README Xsystemc/examples/scv/randomization/pythagoras/pythagoras.vcproj Xsystemc/examples/scv/randomization/pythagoras/test.cpp Xsystemc/examples/scv/transactions/overview/Makefile Xsystemc/examples/scv/transactions/overview/README Xsystemc/examples/scv/transactions/overview/main.cpp Xsystemc/examples/scv/transactions/overview/overview.vcproj Xsystemc/include/scv/_scv_associative_array.h Xsystemc/include/scv/_scv_data_structure.h Xsystemc/include/scv/_scv_ext_callbacks.h Xsystemc/include/scv/_scv_ext_comp.h Xsystemc/include/scv/_scv_ext_rand.h Xsystemc/include/scv/_scv_ext_rw.h Xsystemc/include/scv/_scv_ext_type.h Xsystemc/include/scv/_scv_ext_util.h Xsystemc/include/scv/_scv_introspection.h Xsystemc/include/scv/_scv_list_iter.h Xsystemc/include/scv/_scv_randomization.h Xsystemc/include/scv/_scv_smart_ptr.h Xsystemc/include/scv/scv_bag.h Xsystemc/include/scv/scv_config.h Xsystemc/include/scv/scv_constraint.h Xsystemc/include/scv/scv_constraint_range.h Xsystemc/include/scv/scv_debug.h Xsystemc/include/scv/scv_expression.h Xsystemc/include/scv/scv_introspection.h Xsystemc/include/scv/scv_kit_date.h Xsystemc/include/scv/scv_messages.h Xsystemc/include/scv/scv_object_if.h Xsystemc/include/scv/scv_random.h Xsystemc/include/scv/scv_report.h Xsystemc/include/scv/scv_shared_ptr.h Xsystemc/include/scv/scv_sparse_array.h Xsystemc/include/scv/scv_tr.h Xsystemc/include/scv/scv_util.h Xsystemc/include/scv.h Xsystemc/lib-freebsd/libcudd.a Xsystemc/lib-freebsd/libdddmp.a Xsystemc/lib-freebsd/libmtr.a Xsystemc/lib-freebsd/libobj.a Xsystemc/lib-freebsd/libscv.so Xsystemc/lib-freebsd/libst.a Xsystemc/lib-freebsd/libutil.a X@dirrm systemc/docs/scv/scvref X@dirrm systemc/docs/scv X@dirrmtry systemc/docs X@dirrm systemc/examples/scv/data_structures/scv_bag X@dirrm systemc/examples/scv/data_structures/scv_sparse_array X@dirrm systemc/examples/scv/data_structures X@dirrm systemc/examples/scv/extensions/ex_01_userdata X@dirrm systemc/examples/scv/extensions/ex_02_enumdata X@dirrm systemc/examples/scv/extensions/ex_03_nestdata X@dirrm systemc/examples/scv/extensions/introspection1 X@dirrm systemc/examples/scv/extensions/private X@dirrm systemc/examples/scv/extensions X@dirrm systemc/examples/scv/general/hello X@dirrm systemc/examples/scv/general X@dirrm systemc/examples/scv/randomization/constraints X@dirrm systemc/examples/scv/randomization/debug X@dirrm systemc/examples/scv/randomization/ex_04_simplerand X@dirrm systemc/examples/scv/randomization/ex_05_disablerand X@dirrm systemc/examples/scv/randomization/ex_07_seedfile X@dirrm systemc/examples/scv/randomization/ex_08_dist X@dirrm systemc/examples/scv/randomization/ex_09_distrange X@dirrm systemc/examples/scv/randomization/ex_10_basicconstraint X@dirrm systemc/examples/scv/randomization/ex_11_softconstraint X@dirrm systemc/examples/scv/randomization/ex_12_hier_constraint X@dirrm systemc/examples/scv/randomization/ex_13_custom_next X@dirrm systemc/examples/scv/randomization/pythagoras X@dirrm systemc/examples/scv/randomization X@dirrm systemc/examples/scv/transactions/overview X@dirrm systemc/examples/scv/transactions X@dirrm systemc/examples/scv X@dirrm systemc/include/scv X@dirrmtry systemc/include X@dirrmtry systemc/lib-freebsd X@dirrmtry systemc END-of-scv/pkg-plist exit --- new-cad-scv.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: