From owner-freebsd-ports Thu Mar 21 17:20:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F3137B41B for ; Thu, 21 Mar 2002 17:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2M1K0J66148; Thu, 21 Mar 2002 17:20:00 -0800 (PST) (envelope-from gnats) Received: from hbo.isi.edu (hbo.isi.edu [128.9.160.75]) by hub.freebsd.org (Postfix) with ESMTP id B746037B419; Thu, 21 Mar 2002 17:11:17 -0800 (PST) Received: (from larse@localhost) by hbo.isi.edu (8.11.6/8.11.6) id g2M1AlV82280; Thu, 21 Mar 2002 17:10:47 -0800 (PST) (envelope-from larse) Message-Id: <200203220110.g2M1AlV82280@hbo.isi.edu> Date: Thu, 21 Mar 2002 17:10:47 -0800 (PST) From: Lars Eggert Reply-To: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org Cc: will@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36185: port update: astro/xplanet -> 0.93 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36185 >Category: ports >Synopsis: port update: astro/xplanet -> 0.93 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 21 17:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 4.5-RELEASE i386 >Organization: USC/ISI >Environment: System: FreeBSD hbo.isi.edu 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Mar 19 17:35:07 PST 2002 root@hbo.isi.edu:/usr/src/sys/compile/KERNEL-1.35 i386 >Description: This updates the astro/xplanet port to version 0.93. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./pkg-descr # ./xplanet-0.93.shar # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xplanet X# Date created: 22 Feb 2000 X# Whom: darius@dons.net.au X# X# $FreeBSD: ports/astro/xplanet/Makefile,v 1.17 2001/08/22 00:41:58 will Exp $ X# X XPORTNAME= xplanet XPORTVERSION= 0.93 XCATEGORIES= astro XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= will@FreeBSD.org X XLIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ X freetype.9:${PORTSDIR}/print/freetype2 \ X ungif.5:${PORTSDIR}/graphics/libungif \ X png.5:${PORTSDIR}/graphics/png \ X tiff.4:${PORTSDIR}/graphics/tiff \ X pnm.1:${PORTSDIR}/graphics/netpbm X XUSE_X_PREFIX= yes XUSE_MESA= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif --with-png --with-pnm --with-tiff XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" XMAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" X XMAN1= xplanet.1 xplanetbg.1 tkxplanet.1 tzcoord.pl.1 XMANCOMPRESSED= no X X.include X X.if (!defined(WITH_TK80) && !defined(WITH_TK81) && !defined(WITH_TK82) && !defined(WITH_TK83)) X.if exists(${LOCALBASE}/bin/wish8.3) XWITH_TK83= yes X.elif exists(${LOCALBASE}/bin/wish8.2) XWITH_TK82= yes X.elif exists(${LOCALBASE}/bin/wish8.1) XWITH_TK81= yes X.else XWITH_TK80= yes X.endif X.endif X X.if defined(WITH_TK80) XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 XWISH= ${LOCALBASE}/bin/wish8.0 XTKVERMSG= "Using Tk 8.0" X.endif X X.if defined(WITH_TK81) XRUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 XWISH= ${LOCALBASE}/bin/wish8.1 XTKVERMSG= "Using Tk 8.1" X.endif X X.if defined(WITH_TK82) XRUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 XWISH= ${LOCALBASE}/bin/wish8.2 XTKVERMSG= "Using Tk 8.2" X.endif X X.if defined(WITH_TK83) XRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 XWISH= ${LOCALBASE}/bin/wish8.3 XTKVERMSG= "Using Tk 8.3" X.endif X XCONFIGURE_ENV+= WISH=${WISH} X Xpre-fetch: X @${ECHO} ${TKVERMSG} X @${ECHO} "Define WITH_TK80, WITH_TK81, WITH_TK82, or WITH_TK83" X @${ECHO} "To use a different version of TK" X Xpre-configure: X @${PERL} -pi -e 's|-O3||' ${WRKSRC}/configure X Xpre-build: X @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (xplanet-0.93.tar.gz) = e3f8cbcc5dae1c53119b0947f7ff20ae X END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XDraw pictures of the earth textured by an image END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XXplanet was inspired by Xearth, which renders an image of the earth into the X Xroot window. Xplanet uses the Imlib library to read user supplied maps of the Xearth (or another planet). Orthographic and mercator projections can be Xrendered to the root window or saved to a file. An image that the user can Xrotate interactively can be popped up in a window using OpenGL or Mesa. X XWWW: http://xplanet.sourceforge.net/ XAuthor: Hari Nair X X--Will END-of-./pkg-descr echo x - ./xplanet-0.93.shar sed 's/^X//' >./xplanet-0.93.shar << 'END-of-./xplanet-0.93.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./distinfo X# ./pkg-comment X# ./pkg-descr X# ./xplanet-0.93.shar X# ./pkg-plist X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: xplanet XX# Date created: 22 Feb 2000 XX# Whom: darius@dons.net.au XX# XX# $FreeBSD: ports/astro/xplanet/Makefile,v 1.17 2001/08/22 00:41:58 will Exp $ XX# XX XXPORTNAME= xplanet XXPORTVERSION= 0.93 XXCATEGORIES= astro XXMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XXMASTER_SITE_SUBDIR= ${PORTNAME} XX XXMAINTAINER= will@FreeBSD.org XX XXLIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ XX freetype.9:${PORTSDIR}/print/freetype2 \ XX ungif.5:${PORTSDIR}/graphics/libungif \ XX png.5:${PORTSDIR}/graphics/png \ XX tiff.4:${PORTSDIR}/graphics/tiff \ XX pnm.1:${PORTSDIR}/graphics/netpbm XX XXUSE_X_PREFIX= yes XXUSE_MESA= yes XXUSE_GMAKE= yes XXGNU_CONFIGURE= yes XXCONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif --with-png --with-pnm --with-tiff XXCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ XX LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" XXMAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ XX LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" XX XXMAN1= xplanet.1 xplanetbg.1 tkxplanet.1 tzcoord.pl.1 XXMANCOMPRESSED= no XX XX.include XX XX.if (!defined(WITH_TK80) && !defined(WITH_TK81) && !defined(WITH_TK82) && !defined(WITH_TK83)) XX.if exists(${LOCALBASE}/bin/wish8.3) XXWITH_TK83= yes XX.elif exists(${LOCALBASE}/bin/wish8.2) XXWITH_TK82= yes XX.elif exists(${LOCALBASE}/bin/wish8.1) XXWITH_TK81= yes XX.else XXWITH_TK80= yes XX.endif XX.endif XX XX.if defined(WITH_TK80) XXRUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 XXWISH= ${LOCALBASE}/bin/wish8.0 XXTKVERMSG= "Using Tk 8.0" XX.endif XX XX.if defined(WITH_TK81) XXRUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 XXWISH= ${LOCALBASE}/bin/wish8.1 XXTKVERMSG= "Using Tk 8.1" XX.endif XX XX.if defined(WITH_TK82) XXRUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 XXWISH= ${LOCALBASE}/bin/wish8.2 XXTKVERMSG= "Using Tk 8.2" XX.endif XX XX.if defined(WITH_TK83) XXRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 XXWISH= ${LOCALBASE}/bin/wish8.3 XXTKVERMSG= "Using Tk 8.3" XX.endif XX XXCONFIGURE_ENV+= WISH=${WISH} XX XXpre-fetch: XX @${ECHO} ${TKVERMSG} XX @${ECHO} "Define WITH_TK80, WITH_TK81, WITH_TK82, or WITH_TK83" XX @${ECHO} "To use a different version of TK" XX XXpre-configure: XX @${PERL} -pi -e 's|-O3||' ${WRKSRC}/configure XX XXpre-build: XX @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h XX XX.include XEND-of-./Makefile Xecho x - ./distinfo Xsed 's/^X//' >./distinfo << 'END-of-./distinfo' XXMD5 (xplanet-0.93.tar.gz) = e3f8cbcc5dae1c53119b0947f7ff20ae XX XEND-of-./distinfo Xecho x - ./pkg-comment Xsed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XXDraw pictures of the earth textured by an image XEND-of-./pkg-comment Xecho x - ./pkg-descr Xsed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XXXplanet was inspired by Xearth, which renders an image of the earth into the X XXroot window. Xplanet uses the Imlib library to read user supplied maps of the XXearth (or another planet). Orthographic and mercator projections can be XXrendered to the root window or saved to a file. An image that the user can XXrotate interactively can be popped up in a window using OpenGL or Mesa. XX XXWWW: http://xplanet.sourceforge.net/ XXAuthor: Hari Nair XX XX--Will XEND-of-./pkg-descr Xecho x - ./xplanet-0.93.shar Xsed 's/^X//' >./xplanet-0.93.shar << 'END-of-./xplanet-0.93.shar' END-of-./xplanet-0.93.shar echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/xplanet Xbin/xplanetbg Xbin/tkxplanet Xbin/tzcoord.pl Xshare/xplanet/satellites/science Xshare/xplanet/satellites/iss Xshare/xplanet/satellites/science.tle Xshare/xplanet/satellites/iss.tle Xshare/xplanet/markers/locale/ru_RU/earth Xshare/xplanet/markers/locale/el_GR/earth Xshare/xplanet/markers/locale/ja_JP/earth Xshare/xplanet/markers/locale/ko_KR/earth Xshare/xplanet/markers/locale/zh_CN/earth Xshare/xplanet/markers/locale/zh_TW/earth Xshare/xplanet/markers/earth Xshare/xplanet/markers/moon Xshare/xplanet/markers/mars Xshare/xplanet/images/night.jpg Xshare/xplanet/images/iss.png Xshare/xplanet/images/smile.png Xshare/xplanet/images/hubble.png Xshare/xplanet/images/shuttle.png Xshare/xplanet/images/sublunar.png Xshare/xplanet/images/subsolar.png Xshare/xplanet/images/earth.jpg Xshare/xplanet/images/README Xshare/xplanet/fonts/helr____.ttf Xshare/xplanet/fonts/README Xshare/xplanet/rgb.txt X@dirrm share/xplanet/satellites X@dirrm share/xplanet/markers/locale/ru_RU X@dirrm share/xplanet/markers/locale/el_GR X@dirrm share/xplanet/markers/locale/ja_JP X@dirrm share/xplanet/markers/locale/ko_KR X@dirrm share/xplanet/markers/locale/zh_CN X@dirrm share/xplanet/markers/locale/zh_TW X@dirrm share/xplanet/markers/locale X@dirrm share/xplanet/markers X@dirrm share/xplanet/images X@dirrm share/xplanet/fonts X@dirrm share/xplanet X END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message