Date: Wed, 6 Jul 2011 18:01:21 GMT From: Alexander Churanov <exercisix@alexanderchuranov.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/158690: New port: devel/exercisix Message-ID: <201107061801.p66I1LaK005239@red.freebsd.org> Resent-Message-ID: <201107061810.p66IA7up054857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <churanov.port.maintainer@gmail.com> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107061801.p66I1LaK005239>