pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc vis5d+: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d7c7a83ad4d
branches: trunk
changeset: 385779:5d7c7a83ad4d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 26 15:58:45 2022 +0000
description:
vis5d+: remove
last upstream release from 2001(!), does not build in any bulk build
I could find.
diffstat:
doc/CHANGES-2022 | 3 ++-
geography/Makefile | 3 +--
geography/vis5d+/DESCR | 7 -------
geography/vis5d+/Makefile | 24 ------------------------
geography/vis5d+/PLIST | 25 -------------------------
geography/vis5d+/distinfo | 10 ----------
geography/vis5d+/patches/patch-aa | 31 -------------------------------
geography/vis5d+/patches/patch-ab | 13 -------------
geography/vis5d+/patches/patch-ac | 13 -------------
geography/vis5d+/patches/patch-ad | 17 -----------------
geography/vis5d+/patches/patch-configure | 16 ----------------
11 files changed, 3 insertions(+), 159 deletions(-)
diffs (223 lines):
diff -r 408176242b4f -r 5d7c7a83ad4d doc/CHANGES-2022
--- a/doc/CHANGES-2022 Mon Sep 26 15:56:39 2022 +0000
+++ b/doc/CHANGES-2022 Mon Sep 26 15:58:45 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4688 2022/09/26 14:03:37 pin Exp $
+$NetBSD: CHANGES-2022,v 1.4689 2022/09/26 15:58:45 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -6895,3 +6895,4 @@
Updated sysutils/dusage to 0.3.2 [pin 2022-09-26]
Updated graphics/kvantum to 1.0.5 [pin 2022-09-26]
Added math/apecrunch version 0.0.3 [pin 2022-09-26]
+ Removed geography/vis5d+ [wiz 2022-09-26]
diff -r 408176242b4f -r 5d7c7a83ad4d geography/Makefile
--- a/geography/Makefile Mon Sep 26 15:56:39 2022 +0000
+++ b/geography/Makefile Mon Sep 26 15:58:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2022/08/24 12:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2022/09/26 15:58:45 wiz Exp $
#
COMMENT= Software for geographical-related uses
@@ -103,7 +103,6 @@
SUBDIR+= tex-pst-geo
SUBDIR+= tex-pst-geo-doc
SUBDIR+= viking
-SUBDIR+= vis5d+
SUBDIR+= xrmap
SUBDIR+= xrmap-anthems
SUBDIR+= xrmap-base
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/DESCR
--- a/geography/vis5d+/DESCR Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Vis5D is a system for interactive visualization of large 5-D gridded data sets
-such as those produced by numerical weather models. One can make isosurfaces,
-contour line slices, colored slices, volume renderings, etc of data in a 3-D
-grid, then rotate and animate the images in real time. There is also a feature
-for wind trajectory tracing, a way to make text anotations for publications,
-support for interactive data analysis, etc. GRASS can import and export Vis5D
-raster data.
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/Makefile
--- a/geography/vis5d+/Makefile Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2020/03/20 11:57:46 nia Exp $
-#
-
-DISTNAME= vis5d+-1.2.1
-PKGREVISION= 5
-CATEGORIES= geography x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vis5d/}
-
-MAINTAINER= hdp%nmsu.edu@localhost
-HOMEPAGE= http://vis5d.sourceforge.net/
-COMMENT= Volumetric Visualization program for scientific datasets
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++ fortran77
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= msgfmt
-
-GNU_CONFIGURE= yes
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/PLIST
--- a/geography/vis5d+/PLIST Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:57:17 joerg Exp $
-bin/comp_to_v5d
-bin/gg3d
-bin/gr3d_to_v5d
-bin/igg3d
-bin/igu3d
-bin/topoinfo
-bin/v5dappend
-bin/v5dedit
-bin/v5dimport
-bin/v5dinfo
-bin/v5dstats
-bin/vis5d
-include/vis5d+/api-config.h
-include/vis5d+/api.h
-include/vis5d+/binio.h
-include/vis5d+/v5d.h
-include/vis5d+/v5df.h
-lib/libv5d.la
-lib/libvis5d.la
-share/locale/es/LC_MESSAGES/vis5d+.mo
-share/locale/pt_BR/LC_MESSAGES/vis5d+.mo
-share/vis5d+/EARTH.TOPO
-share/vis5d+/OUTLSUPW
-share/vis5d+/OUTLUSAM
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/distinfo
--- a/geography/vis5d+/distinfo Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:45:17 nia Exp $
-
-BLAKE2s (vis5d+-1.2.1.tar.gz) = 6a661f4e58f7f39130513b6dc5858026cc016ec0dcdb46bd4c924995bdd488b4
-SHA512 (vis5d+-1.2.1.tar.gz) = 4d510762b5eb9d22e5f6b44069d47614ab44abcc2bdab852842bb1fc419a3eed1765c90961671839a5434a108966883f819759f230a3a71672616c585f3e328c
-Size (vis5d+-1.2.1.tar.gz) = 2278840 bytes
-SHA1 (patch-aa) = 114ed11fbf8368554d1f57562a3423010cd155ba
-SHA1 (patch-ab) = 923d373d343ede9ec621e6514ff3ad6dcbce777b
-SHA1 (patch-ac) = 1389db298fe78372b048899a72f87bb7ffcf4e58
-SHA1 (patch-ad) = ca09cecd68078fb253a8b95a576d9b1210654c08
-SHA1 (patch-configure) = 1a7afe9b80159cfdab919387d2f8a6c31c8c21ff
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/patches/patch-aa
--- a/geography/vis5d+/patches/patch-aa Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/09/08 16:10:08 wiz Exp $
-
---- src/misc.c.orig 2001-11-07 12:53:12.000000000 +0100
-+++ src/misc.c
-@@ -147,7 +147,7 @@ int installed( char *program )
- /*** round ************************************************************
- Round off x to a 'nice' value.
- **********************************************************************/
--float round( float x )
-+float roundnice( float x )
- {
- float base, fudge;
- int temp;
-@@ -273,7 +273,7 @@ void init_graphics_pos( Context ctx, int
- ctx->Variable[var]->HSliceRequest->Interval = 0.0;
- }
- else {
-- ctx->Variable[var]->HSliceRequest->Interval = round( (ctx->Variable[var]->MaxVal - ctx->Variable[var]->MinVal)
-+ ctx->Variable[var]->HSliceRequest->Interval = roundnice( (ctx->Variable[var]->MaxVal - ctx->Variable[var]->MinVal)
- / 10.0 );
- }
-
-@@ -309,7 +309,7 @@ void init_graphics_pos( Context ctx, int
- ctx->Variable[var]->VSliceRequest->Interval = 0.0;
- }
- else {
-- ctx->Variable[var]->VSliceRequest->Interval = round( (ctx->Variable[var]->MaxVal - ctx->Variable[var]->MinVal)
-+ ctx->Variable[var]->VSliceRequest->Interval = roundnice( (ctx->Variable[var]->MaxVal - ctx->Variable[var]->MinVal)
- / 10.0 );
- }
-
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/patches/patch-ab
--- a/geography/vis5d+/patches/patch-ab Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/09/08 16:10:08 wiz Exp $
-
---- src/misc.h.orig 2001-11-07 12:53:12.000000000 +0100
-+++ src/misc.h
-@@ -37,7 +37,7 @@
-
- extern void die( char *msg );
-
--extern float round( float x );
-+extern float roundnice( float x );
-
- extern int which( char *file, char *fullpath );
-
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/patches/patch-ac
--- a/geography/vis5d+/patches/patch-ac Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/09/08 16:10:08 wiz Exp $
-
---- src/work.c.orig 2001-11-07 12:53:30.000000000 +0100
-+++ src/work.c
-@@ -6791,7 +6791,7 @@ void set_hslice_pos(Context ctx, int var
- request->HighLimit = floor(request->HighLimit*factor)/(float) factor;
- }
- }
-- request->Interval = round((request->HighLimit - request->LowLimit)/5.0);
-+ request->Interval = roundnice((request->HighLimit - request->LowLimit)/5.0);
-
- }
- }
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/patches/patch-ad
--- a/geography/vis5d+/patches/patch-ad Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2007/03/17 16:15:02 rillig Exp $
-
-f2c complains:
-Error on line 172 of igmk3d.f: Statement order error: declaration after DATA
-
---- util/igmk3d.f.orig 2001-10-24 12:46:49.000000000 +0200
-+++ util/igmk3d.f 2007-03-17 17:13:03.000000000 +0100
-@@ -168,8 +168,8 @@ C
- DIMENSION GRID(*),TABLE(64)
- INTEGER HEAD(64)
- CHARACTER*8 FILNAM
-- DATA HEDSIZ/64/,LASNO/-999/
- INTEGER*4 MAXGRD
-+ DATA HEDSIZ/64/,LASNO/-999/
- C
- C
- c IF(GFNO.NE.LASNO) THEN
diff -r 408176242b4f -r 5d7c7a83ad4d geography/vis5d+/patches/patch-configure
--- a/geography/vis5d+/patches/patch-configure Mon Sep 26 15:56:39 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/02/24 16:15:48 joerg Exp $
-
---- configure.orig 2014-02-24 13:54:36.000000000 +0000
-+++ configure
-@@ -10261,6 +10261,11 @@ fi
- done
- ;;
- -[lLR]*)
-+ case $ac_arg in
-+ -R*)
-+ ac_arg="${wl}$ac_arg"
-+ ;;
-+ esac
-
- ac_exists=false
- for ac_i in $ac_cv_flibs; do
Home |
Main Index |
Thread Index |
Old Index