Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2010 21:24:09 -0800
From:      Charlie Kester <corky1951@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152435: [NEW PORT] graphics/box: Compiler for box, the figure description language
Message-ID:  <20101121052413.0E2A7106564A@hub.freebsd.org>
Resent-Message-ID: <201011210530.oAL5U8uZ065877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <corky1951@comcast.net>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101121052413.0E2A7106564A>