1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update tcl/tkgeomap to 2.10.1

- Install/use unversioned libs
This commit is contained in:
Andrew Pantyukhin 2006-11-27 16:56:09 +00:00
parent 9b0532b613
commit e050737bb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178118
8 changed files with 15 additions and 11 deletions

View File

@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tkgeomap
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Displays U.S. Census Burea populated places on a map
LIB_DEPENDS= tkgeomap2.9.0:${PORTSDIR}/astro/tkgeomap
LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap
USE_XLIB= yes
USE_TK= yes

View File

@ -6,7 +6,7 @@
#
PORTNAME= tclgeomap
PORTVERSION= 2.9
PORTVERSION= 2.10.1
CATEGORIES= astro tcl84
MASTER_SITES= SF
MASTER_SITE_SUBDIR= tkgeomap
@ -181,6 +181,7 @@ MLINKS= \
post-install:
@${LN} -sf ${PREFIX}/lib/libtclgeomap2.9.so ${PREFIX}/lib/libtclgeomap2.9.so.0
@${LN} -sf ${PREFIX}/lib/libtclgeomap2.9.so ${PREFIX}/lib/libtclgeomap.so.0
post-patch:
@${REINPLACE_CMD} -e 's/@PACKAGE@@VERSION@/@PACKAGE@/g' ${WRKSRC}/Makefile.in ${WRKSRC}/pkgIndex.tcl.in

View File

@ -1,3 +1,3 @@
MD5 (tclgeomap-2.9.tar.gz) = 59045354bb89dd80210e73e63433a281
SHA256 (tclgeomap-2.9.tar.gz) = ecd80a887f79e33a9a6b406f0bef12d4dc1773ff4819ce041d2203e07ea3d1d2
SIZE (tclgeomap-2.9.tar.gz) = 173753
MD5 (tclgeomap-2.10.1.tar.gz) = 9d3c7c279a4a9e6a4ebfa5834593dedb
SHA256 (tclgeomap-2.10.1.tar.gz) = de7035acec281075225b6fbfd730489b459159dc607aa0ae08c5397fcb916ae2
SIZE (tclgeomap-2.10.1.tar.gz) = 179761

View File

@ -1,3 +1,4 @@
lib/libtclgeomap.so.0
lib/libtclgeomap2.9.so
lib/libtclgeomap2.9.so.0
%%INC%%/geoLines.h

View File

@ -6,14 +6,14 @@
#
PORTNAME= tkgeomap
PORTVERSION= 2.9
PORTVERSION= 2.10.1
CATEGORIES= astro tk84
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Read, manipulate and display geo data
LIB_DEPENDS= tclgeomap${PORTVERSION}.0:${PORTSDIR}/astro/tclgeomap \
LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap \
tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK}
CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x
@ -32,6 +32,7 @@ MLINKS= \
post-install:
@${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap2.9.so.0
@${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap.so.0
post-patch:
@${REINPLACE_CMD} -e 's/@PACKAGE@@VERSION@/@PACKAGE@/g' ${WRKSRC}/Makefile.in ${WRKSRC}/pkgIndex.tcl.in

View File

@ -1,3 +1,3 @@
MD5 (tkgeomap-2.9.tar.gz) = 69fd225c5b71f604bde5efa3f34e824f
SHA256 (tkgeomap-2.9.tar.gz) = 1d0ffab3b93fea3017b7f89eca8c56e69b288eb706328297e12ad4c1c7c8c5fc
SIZE (tkgeomap-2.9.tar.gz) = 179922
MD5 (tkgeomap-2.10.1.tar.gz) = d876df5dd0f9ee813466577f17d0cec4
SHA256 (tkgeomap-2.10.1.tar.gz) = 2f6c87a39166914774378cbe288093fbdce03a4e7a572b18e7a634338cefb783
SIZE (tkgeomap-2.10.1.tar.gz) = 179986

View File

@ -1,3 +1,4 @@
lib/libtkgeomap.so.0
lib/libtkgeomap2.9.so
lib/libtkgeomap2.9.so.0
%%INC%%/tkgeomap.h

View File

@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tkgeomap
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Small demo for tkgeomap
LIB_DEPENDS= tkgeomap2.9.0:${PORTSDIR}/astro/tkgeomap
LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap
USE_XLIB= yes
USE_TK= yes