update to 4.4.0 to sync with dx-4.4.x
This commit is contained in:
parent
85fbd514cc
commit
32debb40b2
4 changed files with 18 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2006/08/06 05:16:50 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2006/10/13 16:40:10 drochner Exp $
|
||||
|
||||
DISTNAME= dxsamples-4.3.2
|
||||
PKGREVISION= 3
|
||||
DISTNAME= dxsamples-4.4.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://opendx.npaci.edu/source/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2004/04/20 22:11:48 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2006/10/13 16:40:10 drochner Exp $
|
||||
dx/samples/callmodule/README
|
||||
dx/samples/callmodule/Simple.c
|
||||
dx/samples/callmodule/ThunderStreamlines.c
|
||||
|
@ -219,6 +219,7 @@ dx/samples/outboard/Makefile_hp700
|
|||
dx/samples/outboard/Makefile_ibm6000
|
||||
dx/samples/outboard/Makefile_ibmpvs
|
||||
dx/samples/outboard/Makefile_intelnt
|
||||
dx/samples/outboard/Makefile_linux
|
||||
dx/samples/outboard/Makefile_os2
|
||||
dx/samples/outboard/Makefile_sgi
|
||||
dx/samples/outboard/Makefile_solaris
|
||||
|
@ -785,6 +786,8 @@ dx/samples/programs/PickPlot.cfg
|
|||
dx/samples/programs/PickPlot.net
|
||||
dx/samples/programs/PickStreamline.cfg
|
||||
dx/samples/programs/PickStreamline.net
|
||||
dx/samples/programs/PlotColumn.cfg
|
||||
dx/samples/programs/PlotColumn.net
|
||||
dx/samples/programs/PlotGroupOfLines.cfg
|
||||
dx/samples/programs/PlotGroupOfLines.net
|
||||
dx/samples/programs/PlotLine.cfg
|
||||
|
@ -910,6 +913,8 @@ dx/samples/programs/SIMPLE/MapToPlane.cfg
|
|||
dx/samples/programs/SIMPLE/MapToPlane.net
|
||||
dx/samples/programs/SIMPLE/MarkUnmark.cfg
|
||||
dx/samples/programs/SIMPLE/MarkUnmark.net
|
||||
dx/samples/programs/SIMPLE/PlotColumn.cfg
|
||||
dx/samples/programs/SIMPLE/PlotColumn.net
|
||||
dx/samples/programs/SIMPLE/Post.cfg
|
||||
dx/samples/programs/SIMPLE/Post.net
|
||||
dx/samples/programs/SIMPLE/QuantizeImage.cfg
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2005/02/24 08:45:04 agc Exp $
|
||||
$NetBSD: distinfo,v 1.7 2006/10/13 16:40:10 drochner Exp $
|
||||
|
||||
SHA1 (dxsamples-4.3.2.tar.gz) = 7fbfe06d0bc049d998985983199b6a6f65312fef
|
||||
RMD160 (dxsamples-4.3.2.tar.gz) = 19cc61439052d64679d2b7e3f5189258804d05b2
|
||||
Size (dxsamples-4.3.2.tar.gz) = 7708621 bytes
|
||||
SHA1 (patch-ab) = b7589a20e32e85943aa9dc03c65353c26fe6c3a7
|
||||
SHA1 (dxsamples-4.4.0.tar.gz) = 24a8981312c3a2564623acb85538d9935e5c2469
|
||||
RMD160 (dxsamples-4.4.0.tar.gz) = 3d5f09c48452374ec25099bd7a894859fe34fba9
|
||||
Size (dxsamples-4.4.0.tar.gz) = 7791659 bytes
|
||||
SHA1 (patch-ab) = 49132e01960ceb7cf2a5f1a74a98e78a2b18b938
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: patch-ab,v 1.4 2004/04/20 22:11:48 drochner Exp $
|
||||
$NetBSD: patch-ab,v 1.5 2006/10/13 16:40:10 drochner Exp $
|
||||
|
||||
--- Makefile.in.orig 2003-10-28 17:24:16.000000000 +0000
|
||||
+++ Makefile.in 2004-04-20 21:22:05.000000000 +0000
|
||||
@@ -101,7 +101,7 @@
|
||||
--- Makefile.in.orig 2006-01-03 21:41:34.000000000 +0100
|
||||
+++ Makefile.in
|
||||
@@ -142,7 +142,7 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
|
||||
-SUBDIRS = callmodule data dxlink java macros \
|
||||
+SUBDIRS = callmodule data dxlink macros \
|
||||
outboard program_guide programs scripts \
|
||||
|
|
Loading…
Reference in a new issue