import graphics/libxmi.

GNU libxmi is a C/C++ function library for rasterizing 2-D vector
graphics. It can draw 2-D graphical primitives, including wide
polygonal lines and circular and elliptical arcs, into a user-supplied
matrix of pixels. Sophisticated line styles, such as multicolored
dashing patterns, can be specified. There is also support for filling
and texturing polygons.
This commit is contained in:
sthen 2009-04-16 22:17:43 +00:00
parent d05a6661e8
commit 50c559f642
5 changed files with 47 additions and 0 deletions

28
graphics/libxmi/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/16 22:17:43 sthen Exp $
COMMENT = library for rasterizing 2-D vector graphics
DISTNAME = libxmi-1.2
SHARED_LIBS += xmi 0.0
CATEGORIES = graphics
HOMEPAGE = http://www.gnu.org/software/libxmi/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += m
MASTER_SITES = ${MASTER_SITE_GNU:=libxmi/}
SEPARATE_BUILD = concurrent
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.include <bsd.port.mk>

5
graphics/libxmi/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (libxmi-1.2.tar.gz) = Tmk1SE8K1xtTGSC/TFRrRw==
RMD160 (libxmi-1.2.tar.gz) = ZiLtl5NgU4DI9V+Tv5Uxgv/wfdQ=
SHA1 (libxmi-1.2.tar.gz) = YvoT7EyLcGcpwlUxIuRPgXFfPAs=
SHA256 (libxmi-1.2.tar.gz) = nVavbWxBRoymWOtsS6M/95Z6OItgbcUDzWjQJOCMpA0=
SIZE (libxmi-1.2.tar.gz) = 302662

View File

@ -0,0 +1,6 @@
GNU libxmi is a C/C++ function library for rasterizing 2-D vector
graphics. It can draw 2-D graphical primitives, including wide
polygonal lines and circular and elliptical arcs, into a user-supplied
matrix of pixels. Sophisticated line styles, such as multicolored
dashing patterns, can be specified. There is also support for filling
and texturing polygons.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/04/16 22:17:43 sthen Exp $
@lib lib/libxmi.so.${LIBxmi_VERSION}

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/16 22:17:43 sthen Exp $
%%SHARED%%
include/xmi.h
@info info/libxmi.info
lib/libxmi.a
lib/libxmi.la