1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Box is a programming language that puts special emphasis on graphics.

It is intended to be for vector graphics what LaTeX is for writing
scientific documents.

WWW:	http://boxc.sourceforge.net

PR:		ports/152435
Submitted by:	Charlie Kester <corky1951 at comcast.net>
This commit is contained in:
Nicola Vitale 2010-11-25 22:38:01 +00:00
parent c38a8b57ed
commit e9387add24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265150
5 changed files with 124 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += bmeps
SUBDIR += bmp-rootvis
SUBDIR += bmp2html
SUBDIR += box
SUBDIR += bugle
SUBDIR += c-a-i-r
SUBDIR += cadubi

35
graphics/box/Makefile Normal file
View File

@ -0,0 +1,35 @@
# Ports collection makefile for: box
# Date created: 2010-11-20
# Whom: Charlie Kester <corky1951@comcast.net>
#
# $FreeBSD$
#
PORTNAME= box
PORTVERSION= 0.2.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
MAINTAINER= corky1951@comcast.net
COMMENT= Compiler for box, the figure description language
BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARG+= --with-cairo
MAN1= ${PORTNAME}.1
post-patch:
${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.include <bsd.port.mk>

2
graphics/box/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (box-0.2.0.tar.gz) = 96639c071918135f5e07b33e58fdbcc78ac81c624eb94c5eb34f40c08e82437d
SIZE (box-0.2.0.tar.gz) = 936390

5
graphics/box/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Box is a programming language that puts special emphasis on graphics.
It is intended to be for vector graphics what LaTeX is for writing
scientific documents.
WWW: http://boxc.sourceforge.net

81
graphics/box/pkg-plist Normal file
View File

@ -0,0 +1,81 @@
@comment $FreeBSD$
bin/box
bin/box0.2
include/box0.2/box/array.h
include/box0.2/box/error.h
include/box0.2/box/hashfunc.h
include/box0.2/box/hashtable.h
include/box0.2/box/list.h
include/box0.2/box/mem.h
include/box0.2/box/messages.h
include/box0.2/box/msgbase.h
include/box0.2/box/occupation.h
include/box0.2/box/print.h
include/box0.2/box/srcpos.h
include/box0.2/box/str.h
include/box0.2/box/types.h
lib/box0.2/lib/libg.a
lib/box0.2/lib/libg.la
lib/box0.2/lib/libg.so
lib/box0.2/pkg/_arrows.bxh
lib/box0.2/pkg/_bbox.bxh
lib/box0.2/pkg/_circle.bxh
lib/box0.2/pkg/_color.bxh
lib/box0.2/pkg/_gradient.bxh
lib/box0.2/pkg/_line.bxh
lib/box0.2/pkg/_matrix.bxh
lib/box0.2/pkg/_pointlist.bxh
lib/box0.2/pkg/_poly.bxh
lib/box0.2/pkg/_put.bxh
lib/box0.2/pkg/_rectangle.bxh
lib/box0.2/pkg/_sphere.bxh
lib/box0.2/pkg/_style.bxh
lib/box0.2/pkg/_text.bxh
lib/box0.2/pkg/_window.bxh
lib/box0.2/pkg/arrows.bxh
lib/box0.2/pkg/bounce.bxh
lib/box0.2/pkg/electric.bxh
lib/box0.2/pkg/g.bxh
lib/box0.2/pkg/label.bxh
lib/box0.2/pkg/math.bxh
lib/box0.2/pkg/objects.bxh
lib/box0.2/pkg/tools.bxh
lib/libboxcore0.2.a
lib/libboxcore0.2.la
lib/libboxcore0.2.so
lib/libboxcore0.2.so.0
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box-logo.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curved_arrow.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycloid.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gradient.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multivibrator.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysin.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythagoras.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.am
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.bash
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.bash
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.bash
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.bash
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snake.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/translucency.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheatstone.box
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yin-yang.box
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/smileys
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm lib/box0.2/pkg
@dirrm lib/box0.2/lib
@dirrm lib/box0.2
@dirrm include/box0.2/box
@dirrm include/box0.2