diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 21:23:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 21:23:20 +0000 |
commit | 213ee9fe463f4cf01d9113f17071377ca37fa059 (patch) | |
tree | fd5dd7feee60b26b7130eb97faa9b6e14263379e | |
parent | 331291644bcebf0210d1dd8500952d23d919c9bc (diff) | |
download | ports-213ee9fe463f4cf01d9113f17071377ca37fa059.tar.gz ports-213ee9fe463f4cf01d9113f17071377ca37fa059.zip |
Notes
-rw-r--r-- | graphics/gdchart/Makefile | 6 | ||||
-rw-r--r-- | graphics/gdchart/distinfo | 6 | ||||
-rw-r--r-- | graphics/gdchart/files/Makefile | 6 | ||||
-rw-r--r-- | graphics/gdchart/pkg-plist | 15 |
4 files changed, 14 insertions, 19 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 204c003e2535..d6257c215252 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -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) diff --git a/graphics/gdchart/distinfo b/graphics/gdchart/distinfo index 0d4e2050c1a5..406157575ab5 100644 --- a/graphics/gdchart/distinfo +++ b/graphics/gdchart/distinfo @@ -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 diff --git a/graphics/gdchart/files/Makefile b/graphics/gdchart/files/Makefile index 424b7f4ffcf3..02744ed839ff 100644 --- a/graphics/gdchart/files/Makefile +++ b/graphics/gdchart/files/Makefile @@ -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 diff --git a/graphics/gdchart/pkg-plist b/graphics/gdchart/pkg-plist index 68260ce6ddad..c971924c31d3 100644 --- a/graphics/gdchart/pkg-plist +++ b/graphics/gdchart/pkg-plist @@ -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%% |