diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-07 16:19:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-07 16:19:33 +0000 |
commit | 725d218e5ab6c60282afe739ccc681f4770a8d54 (patch) | |
tree | ba1cf21f1b31bfe0baa56a427a3ff42fe3066c8b /x11/xephem | |
parent | 34bd591fa661bf82f320a9bd7eddc528315b58c6 (diff) | |
download | pkgsrc-725d218e5ab6c60282afe739ccc681f4770a8d54.tar.gz |
update to 3.7.5
changes:
-Support UCAC catalog version 3
-Sky view shows PA in live report
-Favorites may now be edited in-place
-Earth view displays great circle distance and bearing
-Change Earth view cylindrical projection from cos to linear
-Earth Object table reports range rate for solar system objects
-Eyepiece rotation depends on Alt/Az or RA/Dec placement context
pkgsrc change: don't hardwire dependency on libXp but rely on
the framework (the Motif implemtation's bl3 file and the
MOTIFLIB environment variable) to pull it in if necessary
Diffstat (limited to 'x11/xephem')
-rw-r--r-- | x11/xephem/Makefile | 8 | ||||
-rw-r--r-- | x11/xephem/PLIST | 6 | ||||
-rw-r--r-- | x11/xephem/distinfo | 10 | ||||
-rw-r--r-- | x11/xephem/patches/patch-aa | 10 |
4 files changed, 16 insertions, 18 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index b003af87b10..3f6bfaf417e 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2009/07/07 17:57:22 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2011/12/07 16:19:33 drochner Exp $ -DISTNAME= xephem-3.7.3 +DISTNAME= xephem-3.7.5 CATEGORIES= x11 -MASTER_SITES= http://www.clearskyinstitute.com/xephem/ +MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \ + http://97.74.56.125/free/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.clearskyinstitute.com/xephem/ @@ -61,7 +62,6 @@ do-install: .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xephem/PLIST b/x11/xephem/PLIST index 2dfb0279517..cad09cd3291 100644 --- a/x11/xephem/PLIST +++ b/x11/xephem/PLIST @@ -1,17 +1,15 @@ -@comment $NetBSD: PLIST,v 1.11 2009/06/14 22:06:42 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2011/12/07 16:19:33 drochner Exp $ bin/xephem lib/X11/app-defaults/XEphem man/man1/xephem.1 share/xephem/auxil/HAReyfigs.csf share/xephem/auxil/README -share/xephem/auxil/SOHO_512_20030809_0719_eit_304.gif +share/xephem/auxil/SOHO_512_20090703_1900_eit_171.gif share/xephem/auxil/analemma.plt share/xephem/auxil/annotation.ano share/xephem/auxil/astorb2edb.pl share/xephem/auxil/classicfigs.csf share/xephem/auxil/dearth.gif -share/xephem/auxil/eyepieces.epl -share/xephem/auxil/eyepieces.eyp share/xephem/auxil/favorites.fav share/xephem/auxil/jupiter.1020 share/xephem/auxil/jupiter.9910 diff --git a/x11/xephem/distinfo b/x11/xephem/distinfo index 5456ad67c14..adf5df2d117 100644 --- a/x11/xephem/distinfo +++ b/x11/xephem/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2009/03/11 13:39:51 hasso Exp $ +$NetBSD: distinfo,v 1.13 2011/12/07 16:19:33 drochner Exp $ -SHA1 (xephem-3.7.3.tar.gz) = b19c528097f7357e90a18bc605128eca9394b748 -RMD160 (xephem-3.7.3.tar.gz) = d292a30cd6acbdd5dabf345aefd34b596534ce68 -Size (xephem-3.7.3.tar.gz) = 22148450 bytes -SHA1 (patch-aa) = c2a8d13e146a3efcc5333ff357618a2ad03c4e61 +SHA1 (xephem-3.7.5.tar.gz) = 1a00c36add7655c7ec8fdfe9cf28a6e0b94d2702 +RMD160 (xephem-3.7.5.tar.gz) = ba771b8c1673a7e02b6d8ec0be1823276ae1e3ce +Size (xephem-3.7.5.tar.gz) = 18908521 bytes +SHA1 (patch-aa) = 01556ba78fa043cf3b263bc6de10f060dda81c72 SHA1 (patch-ab) = 16f179076e80797c6708b80287e5402dd269ff69 diff --git a/x11/xephem/patches/patch-aa b/x11/xephem/patches/patch-aa index 205a87bee90..2bddc9e9eb9 100644 --- a/x11/xephem/patches/patch-aa +++ b/x11/xephem/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.8 2007/03/02 22:20:45 gdt Exp $ +$NetBSD: patch-aa,v 1.9 2011/12/07 16:19:33 drochner Exp $ ---- Makefile.orig 2006-05-13 19:06:06.000000000 -0400 +--- Makefile.orig 2011-07-25 18:26:24.000000000 +0000 +++ Makefile -@@ -32,9 +32,9 @@ endif - # for linux and pure ppc Apple OS X +@@ -34,9 +34,9 @@ endif + # some systems now use just /usr/X11 (not /usr/X11R6) CC = gcc CLDFLAGS = -g -CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.8 2007/03/02 22:20:45 gdt Exp $ -XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11 +CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I/usr/X11R6/include +LDFLAGS = $(LIBLNK) $(CLDFLAGS) $(X11_LDFLAGS) -+XLIBS = $(MOTIFLIB) -lXp -lXt -lXext -lXmu -lX11 ++XLIBS = $(MOTIFLIB) -lXt -lXext -lXmu -lX11 LIBS = $(XLIBS) $(LIBLIB) -lm # for ppc Apple OS X to make universal (i386 and ppc binary), requires |