1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

libgaiagraphics is an open source library supporting common-utility

raster handling methods.

WWW:	https://www.gaia-gis.it/fossil/libgaiagraphics/index

PR:		ports/169180
Submitted by:	lbartoletti <coder@tuxfamily.org>
This commit is contained in:
Pawel Pekala 2012-07-02 14:27:14 +00:00
parent 30d172270a
commit 8281e34e07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300378
6 changed files with 58 additions and 0 deletions

View File

@ -461,6 +461,7 @@
SUBDIR += libexif
SUBDIR += libexif-gtk
SUBDIR += libfpx
SUBDIR += libgaiagraphics
SUBDIR += libgeotiff
SUBDIR += libgfx
SUBDIR += libggi

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: libgaiagraphics
# Date created: 2012-06-14
# Whom: lbartoletti <coder@tuxfamily.org>
#
# $FreeBSD$
#
PORTNAME= libgaiagraphics
PORTVERSION= 0.4b
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
MAINTAINER= coder@tuxfamily.org
COMMENT= Library supporting common-utility raster handling methods
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff \
geotiff:${PORTSDIR}/graphics/libgeotiff \
jpeg:${PORTSDIR}/graphics/jpeg \
cairo:${PORTSDIR}/graphics/cairo
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_ICONV= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -liconv
CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
SIZE (libgaiagraphics-0.4b.tar.gz) = 451786

View File

@ -0,0 +1,10 @@
--- src/gaiagraphics_grids.c.orig 2012-07-01 18:19:38.000000000 +0200
+++ src/gaiagraphics_grids.c 2012-07-01 18:19:59.000000000 +0200
@@ -30,6 +30,7 @@
#include <limits.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/types.h>
#include "gaiagraphics.h"
#include "gaiagraphics_internals.h"

View File

@ -0,0 +1,4 @@
libgaiagraphics is an open source library supporting common-utility
raster handling methods.
WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index

View File

@ -0,0 +1,6 @@
include/gaiagraphics.h
lib/libgaiagraphics.a
lib/libgaiagraphics.la
lib/libgaiagraphics.so
lib/libgaiagraphics.so.1
libdata/pkgconfig/gaiagraphics.pc