mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add ixlib
Ixlib is a small c++ tools library based on STL
This commit is contained in:
parent
8b78b3c46e
commit
fb6928a82d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49444
6 changed files with 80 additions and 0 deletions
|
@ -188,6 +188,7 @@
|
|||
SUBDIR += imake
|
||||
SUBDIR += imake-4
|
||||
SUBDIR += inilib
|
||||
SUBDIR += ixlib
|
||||
SUBDIR += jakarta-ant
|
||||
SUBDIR += jam
|
||||
SUBDIR += kdbg
|
||||
|
|
24
devel/ixlib/Makefile
Normal file
24
devel/ixlib/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: ixlib
|
||||
# Date created: Nov 1, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ixlib
|
||||
PORTVERSION= 0.96.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/ixlib/distinfo
Normal file
1
devel/ixlib/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ixlib-0.96.2.tar.gz) = 7ae1009ff8706d24555f9b418aa6e418
|
1
devel/ixlib/pkg-comment
Normal file
1
devel/ixlib/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Ixlib is a small c++ tools library based on STL
|
20
devel/ixlib/pkg-descr
Normal file
20
devel/ixlib/pkg-descr
Normal file
|
@ -0,0 +1,20 @@
|
|||
ixlib is a small c++ tools library based upon the standard template
|
||||
library. It provides
|
||||
|
||||
- a javascript interperter
|
||||
- an exception handling framework
|
||||
- garbage collection
|
||||
- automatic array management
|
||||
- planar geometry (rectangles, regions)
|
||||
- polygons (rasterization, convex hull, smoothing, removal of
|
||||
crossings)
|
||||
- rasterization primitives
|
||||
- matrices (including linear system solver, Cholesky and LU
|
||||
decomposition, determinants, inversion, Gauss and Gauss-Jordan
|
||||
elimination)
|
||||
- command line parsing
|
||||
- versatile int <-> string conversions
|
||||
- regular expressions
|
||||
- xml parsing (non-DTD)
|
||||
|
||||
WWW: http://ixlib.sourceforge.net/
|
33
devel/ixlib/pkg-plist
Normal file
33
devel/ixlib/pkg-plist
Normal file
|
@ -0,0 +1,33 @@
|
|||
bin/ixlib-config
|
||||
include/ixlib_array.hh
|
||||
include/ixlib_base.hh
|
||||
include/ixlib_cmdline.hh
|
||||
include/ixlib_config.hh
|
||||
include/ixlib_drawing_functions.hh
|
||||
include/ixlib_exbase.hh
|
||||
include/ixlib_exgen.hh
|
||||
include/ixlib_exio.hh
|
||||
include/ixlib_garbage.hh
|
||||
include/ixlib_geometry.hh
|
||||
include/ixlib_geometry_impl.hh
|
||||
include/ixlib_javascript.hh
|
||||
include/ixlib_matrix.hh
|
||||
include/ixlib_matrix_impl.hh
|
||||
include/ixlib_numconv.hh
|
||||
include/ixlib_numeric.hh
|
||||
include/ixlib_polygon.hh
|
||||
include/ixlib_polygon_impl.hh
|
||||
include/ixlib_random.hh
|
||||
include/ixlib_re.hh
|
||||
include/ixlib_re_impl.hh
|
||||
include/ixlib_ring_queue.hh
|
||||
include/ixlib_scanner.hh
|
||||
include/ixlib_string.hh
|
||||
include/ixlib_textfile.hh
|
||||
include/ixlib_token_lex.hh
|
||||
include/ixlib_xml.hh
|
||||
lib/charset.alias
|
||||
lib/libixion.a
|
||||
lib/libixion.so
|
||||
share/aclocal/ixlib.m4
|
||||
share/locale/de/LC_MESSAGES/ixlib.mo
|
Loading…
Add table
Reference in a new issue