View | Details | Raw Unified | Return to bug 89459
Collapse All | Expand All

(-)graphics/geos/Makefile (-2 / +2 lines)
Lines 2-12 Link Here
2
# Date created:		19 December 2003
2
# Date created:		19 December 2003
3
# Whom:		 	Leonardo Martins <lmartins@nepe.eee.ufg.br>
3
# Whom:		 	Leonardo Martins <lmartins@nepe.eee.ufg.br>
4
#
4
#
5
# $FreeBSD: ports/graphics/geos/Makefile,v 1.7 2005/11/15 06:49:28 ade Exp $
5
# $FreeBSD: ports/graphics/geos/Makefile,v 1.6 2005/10/10 04:40:23 linimon Exp $
6
#
6
#
7
7
8
PORTNAME=	geos
8
PORTNAME=	geos
9
PORTVERSION=	2.0.1
9
PORTVERSION=	2.1.4
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://geos.refractions.net/
11
MASTER_SITES=	http://geos.refractions.net/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
(-)graphics/geos/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320
1
SHA1 (geos-2.1.4.tar.bz2) = 9fe811851a57d3eeb3cc900b11f4f813e4680928
2
SIZE (geos-2.0.1.tar.bz2) = 512701
2
MD5 (geos-2.1.4.tar.bz2) = e00524abc2cb26c8fb9173b8696be3b7
3
SIZE (geos-2.1.4.tar.bz2) = 506683 
(-)graphics/geos/pkg-plist (-1 / +4 lines)
Lines 1-3 Link Here
1
bin/XMLTester
1
bin/geos-config
2
bin/geos-config
2
include/geos.h
3
include/geos.h
3
include/geos/geom.h
4
include/geos/geom.h
Lines 24-34 Link Here
24
include/geos/planargraph.h
25
include/geos/planargraph.h
25
include/geos/platform.h
26
include/geos/platform.h
26
include/geos/precision.h
27
include/geos/precision.h
28
include/geos/profiler.h
27
include/geos/spatialIndex.h
29
include/geos/spatialIndex.h
30
include/geos/timeval.h
28
include/geos/unload.h
31
include/geos/unload.h
29
include/geos/util.h
32
include/geos/util.h
30
include/geos/version.h
33
include/geos/version.h
31
lib/libgeos.a
34
lib/libgeos.a
32
lib/libgeos.so
35
lib/libgeos.so
33
lib/libgeos.so.2
36
lib/libgeos.so.3
34
@dirrm include/geos
37
@dirrm include/geos

Return to bug 89459