pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xephem update to 3.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96e93b61de9a
branches:  trunk
changeset: 596522:96e93b61de9a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Dec 07 16:19:33 2011 +0000

description:
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:

 x11/xephem/Makefile         |   8 ++++----
 x11/xephem/PLIST            |   6 ++----
 x11/xephem/distinfo         |  10 +++++-----
 x11/xephem/patches/patch-aa |  10 +++++-----
 4 files changed, 16 insertions(+), 18 deletions(-)

diffs (89 lines):

diff -r 0a0206c70c41 -r 96e93b61de9a x11/xephem/Makefile
--- a/x11/xephem/Makefile       Wed Dec 07 16:13:51 2011 +0000
+++ b/x11/xephem/Makefile       Wed Dec 07 16:19:33 2011 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.clearskyinstitute.com/xephem/
@@ -61,7 +62,6 @@
 .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 -r 0a0206c70c41 -r 96e93b61de9a x11/xephem/PLIST
--- a/x11/xephem/PLIST  Wed Dec 07 16:13:51 2011 +0000
+++ b/x11/xephem/PLIST  Wed Dec 07 16:19:33 2011 +0000
@@ -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 -r 0a0206c70c41 -r 96e93b61de9a x11/xephem/distinfo
--- a/x11/xephem/distinfo       Wed Dec 07 16:13:51 2011 +0000
+++ b/x11/xephem/distinfo       Wed Dec 07 16:19:33 2011 +0000
@@ -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 -r 0a0206c70c41 -r 96e93b61de9a x11/xephem/patches/patch-aa
--- a/x11/xephem/patches/patch-aa       Wed Dec 07 16:13:51 2011 +0000
+++ b/x11/xephem/patches/patch-aa       Wed Dec 07 16:19:33 2011 +0000
@@ -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 @@
 -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



Home | Main Index | Thread Index | Old Index