1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

add simape 1.2.2

Library with image format loaders and front-ends

PR:		37920
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
This commit is contained in:
Ying-Chieh Liao 2002-09-18 14:01:03 +00:00
parent f3375f8bd5
commit de4e578ac2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66602
6 changed files with 57 additions and 0 deletions

View File

@ -348,6 +348,7 @@
SUBDIR += sdl_ttf
SUBDIR += seejpeg
SUBDIR += showimg
SUBDIR += simage
SUBDIR += sketch
SUBDIR += smpeg
SUBDIR += smpeg-xmms

30
graphics/simage/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: simage
# Date created: 10 May 2002
# Whom: jesse@cs.uni-magdeburg.de
#
# $FreeBSD$
#
PORTNAME= simage
PORTVERSION= 1.2.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
MAINTAINER= jesse@cs.uni-magdeburg.de
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
ungif.5:${PORTSDIR}/graphics/libungif
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g" ${WRKSRC}/src/resize.c
.include <bsd.port.mk>

1
graphics/simage/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (simage-1.2.2.tar.gz) = 5f5e9a560b692600d8999539446ec259

View File

@ -0,0 +1 @@
Library with image format loaders and front-ends

10
graphics/simage/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
From its README:
This is ``simage'', a library with image format loaders and front-ends
to common import libraries. simage is meant for use with applications
which reads image files as textures.
WWW: http://www.coin3d.org/
Roland
jesse@cs.uni-magdeburg.de

14
graphics/simage/pkg-plist Normal file
View File

@ -0,0 +1,14 @@
bin/simage-convert.scm
bin/simage-config
include/simage.h
include/guilesimage.h
lib/libsimage.so
lib/libsimage.so.22
lib/libguilesimage.so
lib/libguilesimage.so.0
share/aclocal/simage.m4
share/guile/coin/simage.scm
share/Coin/conf/simage-default.cfg
@dirrm share/guile/coin
@unexec rmdir %D/share/Coin/conf 2>/dev/null || true
@unexec rmdir %D/share/Coin 2>/dev/null || true