From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 18:10:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AF98106566C for ; Wed, 6 Jul 2011 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58EFC8FC12 for ; Wed, 6 Jul 2011 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66IA7RY054858 for ; Wed, 6 Jul 2011 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66IA7up054857; Wed, 6 Jul 2011 18:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 18:10:07 GMT Resent-Message-Id: <201107061810.p66IA7up054857@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, Alexander Churanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7481065679 for ; Wed, 6 Jul 2011 18:01:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 96F308FC1C for ; Wed, 6 Jul 2011 18:01:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p66I1LKC005240 for ; Wed, 6 Jul 2011 18:01:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p66I1LaK005239; Wed, 6 Jul 2011 18:01:21 GMT (envelope-from nobody) Message-Id: <201107061801.p66I1LaK005239@red.freebsd.org> Date: Wed, 6 Jul 2011 18:01:21 GMT From: Alexander Churanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158690: New port: devel/exercisix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 18:10:07 -0000 >Number: 158690 >Category: ports >Synopsis: New port: devel/exercisix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 18:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Churanov >Release: 8.2-RELEASE >Organization: N/A >Environment: >Description: This is a request for including a new port into the tree. The proposed port is a development library, which does not depend on other ports. I'd like to maintain this port myself. Please, set the maintainer-address to exercisix@alexanderchuranov.com. I am already maintaining devel/boost-* and am familiar with the stuff. The shar archive with the port files is attached (it is actually shar, but I had to rename it to txt to get correct MIME type). >How-To-Repeat: >Fix: Patch attached with submission follows: #!/bin/sh # This is a shell archive echo x devel/exercisix mkdir -p devel/exercisix > /dev/null 2>&1 echo x devel/exercisix/pkg-descr sed 's/^X//' > devel/exercisix/pkg-descr << 'SHAR_END' XExercisix is a lightweight unit-test framework for C++, designed for Xtest-aided development. Framework provides test discovery, textual Xdescription as primary test identifier, terse test tools syntax, Xemacs-friendly error message format, easy build without linking. X XWWW: http://alexanderchuranov.com/software/exercisix SHAR_END echo x devel/exercisix/Makefile sed 's/^X//' > devel/exercisix/Makefile << 'SHAR_END' X# New ports collection makefile for: exercisix X# Date created: 6 July 2011 X# Whom: Alexander Churannov X# X XPORTNAME= exercisix XPORTVERSION= 1.2 XCATEGORIES= devel XMASTER_SITES= http://alexanderchuranov.com/files/ XUSE_BZIP2= YES X XMAINTAINER= exercisix@alexanderchuranov.com XCOMMENT= Innovative lightweight unit-test framework for C++ X XMAN3= exercisix.3 XMANCOMPRESSED= yes X X.include SHAR_END echo x devel/exercisix/distinfo sed 's/^X//' > devel/exercisix/distinfo << 'SHAR_END' XMD5 (exercisix-1.2.tar.bz2) = 1e6eca628959c2099ced5e4240a4f7b4 XSHA256 (exercisix-1.2.tar.bz2) = 39be855d307899ee92103c3586aaaa75b984306319a2e038bfb1c39ca84509e9 XSIZE (exercisix-1.2.tar.bz2) = 8262 SHAR_END echo x devel/exercisix/pkg-plist sed 's/^X//' > devel/exercisix/pkg-plist << 'SHAR_END' Xinclude/exercisix.hh Xshare/examples/exercisix/BSDmakefile Xshare/examples/exercisix/example.cc X@dirrm share/examples/exercisix SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: