From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 21 05:30:09 2010 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 71D24106564A for ; Sun, 21 Nov 2010 05:30:09 +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 268FE8FC19 for ; Sun, 21 Nov 2010 05:30:09 +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 oAL5U9lP065880 for ; Sun, 21 Nov 2010 05:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAL5U8uZ065877; Sun, 21 Nov 2010 05:30:09 GMT (envelope-from gnats) Resent-Date: Sun, 21 Nov 2010 05:30:09 GMT Resent-Message-Id: <201011210530.oAL5U8uZ065877@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, Charlie Kester Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2A7106564A for ; Sun, 21 Nov 2010 05:24:13 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by mx1.freebsd.org (Postfix) with ESMTP id B191F8FC12 for ; Sun, 21 Nov 2010 05:24:12 +0000 (UTC) Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74]) by qmta12.westchester.pa.mail.comcast.net with comcast id ZhNQ1f0021c6gX85ChQDYT; Sun, 21 Nov 2010 05:24:13 +0000 Received: from comcast.net ([98.203.142.76]) by omta23.westchester.pa.mail.comcast.net with comcast id ZhQB1f0011f6R9u3jhQBZD; Sun, 21 Nov 2010 05:24:12 +0000 Received: by comcast.net (sSMTP sendmail emulation); Sat, 20 Nov 2010 21:24:09 -0800 Message-Id: <20101121052413.0E2A7106564A@hub.freebsd.org> Date: Sat, 20 Nov 2010 21:24:09 -0800 From: Charlie Kester To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152435: [NEW PORT] graphics/box: Compiler for box, the figure description language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Charlie Kester List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 05:30:09 -0000 >Number: 152435 >Category: ports >Synopsis: [NEW PORT] graphics/box: Compiler for box, the figure description language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 21 05:30:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Charlie Kester >Release: FreeBSD 8.1-STABLE i386 >Organization: >Environment: System: FreeBSD atom.local 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Nov 16 17:15:14 PST 2010 root@atom.local:/usr/obj/usr/src/sys/ATOM i386 >Description: >How-To-Repeat: >Fix: --- box.shar 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: # # box # box/pkg-descr # box/Makefile # box/pkg-plist # box/distinfo # echo c - box mkdir -p box > /dev/null 2>&1 echo x - box/pkg-descr sed 's/^X//' >box/pkg-descr << '6120e50acb692cc5477b1ce14d4267b6' XBox is a programming language that puts special emphasis on graphics. XIt is intended to be for vector graphics what LaTeX is for writing Xscientific documents. X XWWW: http://boxc.sourceforge.net 6120e50acb692cc5477b1ce14d4267b6 echo x - box/Makefile sed 's/^X//' >box/Makefile << 'c9ce113f834bf317a85da731e263c85e' X# Ports collection makefile for: box X# Date created: 2010-11-20 X# Whom: Charlie Kester X# X# $FreeBSD$ X# X XPORTNAME= box XPORTVERSION= 0.2.0 XCATEGORIES= graphics XMASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/ X XMAINTAINER= corky1951@comcast.net XCOMMENT= Compiler for box, the figure description language X XLIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo X XUSE_GMAKE= yes XUSE_LDCONFIG= yes XGNU_CONFIGURE= yes XCONFIGURE_ARG+= --with-cairo X XMAN1= ${PORTNAME}.1 X Xpost-install: X.if !defined(NOPORTEXAMPLES) X ${MKDIR} ${EXAMPLESDIR} X (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) X.endif X X.include c9ce113f834bf317a85da731e263c85e echo x - box/pkg-plist sed 's/^X//' >box/pkg-plist << '767756c1c772df917e56a84875c453f0' Xbin/box Xbin/box0.2 Xinclude/box0.2/box/array.h Xinclude/box0.2/box/error.h Xinclude/box0.2/box/hashfunc.h Xinclude/box0.2/box/hashtable.h Xinclude/box0.2/box/list.h Xinclude/box0.2/box/mem.h Xinclude/box0.2/box/messages.h Xinclude/box0.2/box/msgbase.h Xinclude/box0.2/box/occupation.h Xinclude/box0.2/box/print.h Xinclude/box0.2/box/srcpos.h Xinclude/box0.2/box/str.h Xinclude/box0.2/box/types.h Xlib/box0.2/lib/libg.a Xlib/box0.2/lib/libg.la Xlib/box0.2/lib/libg.so Xlib/box0.2/pkg/_arrows.bxh Xlib/box0.2/pkg/_bbox.bxh Xlib/box0.2/pkg/_circle.bxh Xlib/box0.2/pkg/_color.bxh Xlib/box0.2/pkg/_gradient.bxh Xlib/box0.2/pkg/_line.bxh Xlib/box0.2/pkg/_matrix.bxh Xlib/box0.2/pkg/_pointlist.bxh Xlib/box0.2/pkg/_poly.bxh Xlib/box0.2/pkg/_put.bxh Xlib/box0.2/pkg/_rectangle.bxh Xlib/box0.2/pkg/_sphere.bxh Xlib/box0.2/pkg/_style.bxh Xlib/box0.2/pkg/_text.bxh Xlib/box0.2/pkg/_window.bxh Xlib/box0.2/pkg/arrows.bxh Xlib/box0.2/pkg/bounce.bxh Xlib/box0.2/pkg/electric.bxh Xlib/box0.2/pkg/g.bxh Xlib/box0.2/pkg/label.bxh Xlib/box0.2/pkg/math.bxh Xlib/box0.2/pkg/objects.bxh Xlib/box0.2/pkg/tools.bxh Xlib/libboxcore0.2.a Xlib/libboxcore0.2.la Xlib/libboxcore0.2.so Xlib/libboxcore0.2.so.0 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box-logo.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curved_arrow.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycloid.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gradient.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multivibrator.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysin.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythagoras.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.am X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.in X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.bash X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.bash X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.bash X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.bash X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snake.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/translucency.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheatstone.box X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yin-yang.box X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/smileys X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% X@dirrm lib/box0.2/pkg X@dirrm lib/box0.2/lib X@dirrm lib/box0.2 X@dirrm include/box0.2/box X@dirrm include/box0.2 767756c1c772df917e56a84875c453f0 echo x - box/distinfo sed 's/^X//' >box/distinfo << '67512c96e7e8e409420811f35eff4165' XSHA256 (box-0.2.0.tar.gz) = 96639c071918135f5e07b33e58fdbcc78ac81c624eb94c5eb34f40c08e82437d XSIZE (box-0.2.0.tar.gz) = 936390 67512c96e7e8e409420811f35eff4165 exit --- box.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: