- Update to 0.11.5

PR:		ports/96513
Submitted by:	Aleksander Fafula <alex@BSDGuru.org>
This commit is contained in:
Pav Lucistnik 2006-04-29 21:23:20 +00:00
parent 331291644b
commit 213ee9fe46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160836
4 changed files with 14 additions and 19 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gdchart
PORTVERSION= 0.11.4
PORTREVISION= 1
PORTVERSION= 0.11.5
CATEGORIES= graphics
MASTER_SITES= http://www.fred.net/brv/chart/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
@ -20,12 +19,11 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
jpeg:${PORTSDIR}/graphics/jpeg \
freetype:${PORTSDIR}/print/freetype2
USE_REINPLACE= yes
MAKEFILE= ${FILESDIR}/Makefile
MAKE_ARGS= PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
INSTALLS_SHLIB= yes
DOCS= README
DOCS= README.txt
EXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c
.if defined(NOPROFILE)

View File

@ -1,3 +1,3 @@
MD5 (gdchart0.11.4dev.tar.gz) = eb3db4185f21185a89ae6f7cba49c404
SHA256 (gdchart0.11.4dev.tar.gz) = ed4339c30c5791dc8fdf95df3767c5035a05d1d2c02bb6acfa0771dd7237cca0
SIZE (gdchart0.11.4dev.tar.gz) = 52031
MD5 (gdchart0.11.5dev.tar.gz) = a4af7bc927d8b88934da56fce10a7a3c
SHA256 (gdchart0.11.5dev.tar.gz) = 4dca5ffd3c2812d935cfa833d6d63e1edbe54459a97a7113ef42dcd7819db1a1
SIZE (gdchart0.11.5dev.tar.gz) = 38783

View File

@ -10,13 +10,11 @@ SRCS= array_alloc.c \
gdc.c \
gdc_pie.c \
gdchart.c \
gifencode.c \
price_conv.c
INCS= gdc.h \
gdchart.h \
gdcpie.h \
gifencode.h
NOMAN= YES
gdcpie.h
NO_MAN= YES
PREFIX?= /usr/local
LOCALBASE?= /usr/local
LIBDIR= ${PREFIX}/lib

View File

@ -1,15 +1,14 @@
include/gdc.h
include/gdchart.h
include/gdcpie.h
include/gifencode.h
lib/libgdc.a
lib/libgdc.so
lib/libgdc.so.1
%%PROFILE%%lib/libgdc_p.a
%%PORTDOCS%%share/doc/gdchart/README
%%PORTDOCS%%@dirrm share/doc/gdchart
%%PORTDOCS%%share/examples/gdchart/ft_samp.c
%%PORTDOCS%%share/examples/gdchart/gdc_samp1.c
%%PORTDOCS%%share/examples/gdchart/gdc_samp2.c
%%PORTDOCS%%share/examples/gdchart/gdc_pie_samp.c
%%PORTDOCS%%@dirrm share/examples/gdchart
%%DOCSDIR%%/README.txt
@dirrm %%DOCSDIR%%
%%EXAMPLESDIR%%/ft_samp.c
%%EXAMPLESDIR%%/gdc_samp1.c
%%EXAMPLESDIR%%/gdc_samp2.c
%%EXAMPLESDIR%%/gdc_pie_samp.c
@dirrm %%EXAMPLESDIR%%