Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8527
Added Files:
box.info
Log Message:
New package.
--- NEW FILE: box.info ---
Package: box
Version: 0.1.3
Revision: 1
Description: Vector graphics language
DescDetail: <<
Box is a vector graphics language developed to make graphics as easy as
possible. Box is in its early stage of development, but it already
provides most of the features needed to create quality pictures and
figures. Box has many advantages over traditional GUI graphics editors:
* Reusability: you can draw things inside a Window; you can then
translate, rotate, scale and put it inside another Window;
* Transformation matrices can be calculated automatically from
constraints given by the user;
* Flexible syntax: the philosophy is "don't complain if something is
missing, use default values!". You can specify many parameters, but you
don't have to!
* Even more flexible syntax: if p is a list of points then p.Get[3]
gives the third point, p.Get[3.5] gives a point between the third and
the fourth and p.Get[(3.5, 1)]... look at the documentation ;-)
* You can even draw fractal pictures;
* Box compiles under Linux, Mac and Windows. Packages are available for
Ubuntu and a zip archive (containing the executable) is available for
Windows.
Box has also the following features:
* Translucency: the alpha channel of colors can be set to draw
partially transparent objects;
* Radial and linear color gradients can be set very easily, specifying
even more than two colors;
* Supported output formats are Postscript (EPS), PDF, SVG, PNG.
<<
DescPackaging: <<
Patch it to not build ltdl since we use Fink's.
Clear box_LDFLAGS to link to dylib instead of static.
<<
Maintainer: Daniel Johnson <[email protected]>
License: GPL2+
Homepage: http://boxc.sourceforge.net/
Source: mirror:sourceforge:boxc/%n-%v.tar.gz
Source-MD5: d95994add534a6cb9d85c1a1ee7363b0
Depends: libboxcore0.1.0-shlibs, libtool2-shlibs
BuildDepends: cairo, fontconfig2-dev, freetype219, glitz, libtool2, pixman,
pkgconfig
PatchScript: perl -pi -e 's|^SUBDIRS =.*$|SUBDIRS = box libs tests man
examples|' Makefile.in
ConfigureParams: --with-ltdl-include=%p/include --with-ltdl-lib=%p/lib
--disable-ltdl-install --without-included-ltdl --disable-dependency-tracking
--disable-static
CompileScript: ./configure %c && make box_LDFLAGS=""
InfoTest: TestScript: make check || exit 2
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO examples/*.box
examples/smileys
SplitOff: <<
Package: libboxcore0.1.0
Depends: %n-shlibs
BuildDependsOnly: true
Files: include lib/libboxcore0.1.dylib lib/libboxcore0.1.la
DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO
<<
SplitOff2: <<
Package: libboxcore0.1.0-shlibs
Depends: cairo-shlibs
Files: lib
Shlibs: %p/lib/libboxcore0.1.0.dylib 1.0.0 %n (>= 0.1.3-1)
DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO
<<
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs