pkgsrc-WIP-changes archive

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

wip clean-up: remove silo



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 8 08:52:58 2022 +0200
Changeset:	3ced74d0cd48b6bddba9490c8b00fe95057f810f

Modified Files:
	Makefile
Removed Files:
	silo/DESCR
	silo/Makefile
	silo/PLIST
	silo/buildlink3.mk
	silo/distinfo

Log Message:
wip clean-up: remove silo

No available source.
EOL Qt4.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ced74d0cd48b6bddba9490c8b00fe95057f810f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 silo/DESCR         |  1 -
 silo/Makefile      | 36 ------------------------------------
 silo/PLIST         | 14 --------------
 silo/buildlink3.mk | 13 -------------
 silo/distinfo      |  5 -----
 6 files changed, 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f9e502b2ea..66bd63e9e6 100644
--- a/Makefile
+++ b/Makefile
@@ -5252,7 +5252,6 @@ SUBDIR+=	sigutils
 SUBDIR+=	sil
 SUBDIR+=	sil-scheherazade-ttf
 SUBDIR+=	silky
-SUBDIR+=	silo
 SUBDIR+=	silvertree
 SUBDIR+=	simgrid
 SUBDIR+=	simh3
diff --git a/silo/DESCR b/silo/DESCR
deleted file mode 100644
index 61ce105020..0000000000
--- a/silo/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A Mesh and filed I/O library and scientific databases
diff --git a/silo/Makefile b/silo/Makefile
deleted file mode 100644
index 8eb137ae4f..0000000000
--- a/silo/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/06/01 12:49:48 thomasklausner Exp $
-#
-
-VER=		4.10.2
-DISTNAME=	silo-${VER}-bsd
-PKGNAME=	${DISTNAME:S/-bsd//}
-CATEGORIES=	math
-MASTER_SITES=	https://wci.llnl.gov/content/assets/docs/simulation/computer-codes/silo/silo-${VER}/
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	https://wci.llnl.gov/codes/silo/
-COMMENT=	Mesh and filed I/O library and scientific databases
-LICENSE=	modified-bsd
-
-GNU_CONFIGURE=	yes
-USE_LANGUAGES=	c c++ fortran77
-USE_LIBTOOL=	yes
-
-# pkgsrc is not currently able to fetch distfiles from https web servers
-# (see mk/fetch/fetch.mk), so you have to use a browser for now.
-FETCH_BEFORE_ARGS=	--no-check-certificate
-CONFIGURE_ARGS+=	--with-qt
-#CONFIGURE_ARGS+=	--with-hdf5=${BUILDLINK_PREFIX.hdf5}/lib
-#CONFIGURE_ARGS+=	--with-hdf5=${BUILDLINK_PREFIX.hdf5}/include
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+=	--with-readline=no
-.else
-.include "../../devel/readline/buildlink3.mk"
-.endif
-
-#.include "../../devel/hdf5/buildlink3.mk"
-.include "../../devel/netcdf/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/silo/PLIST b/silo/PLIST
deleted file mode 100644
index bd95863398..0000000000
--- a/silo/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-bin/browser
-bin/silock
-bin/silodiff
-bin/silofile
-include/ioperf.h
-include/pmpio.h
-include/silo.h
-include/silo.inc
-include/silo_exports.h
-include/silo_f77.inc
-include/silo_f9x.inc
-lib/libsilo.la
-lib/libsilo.settings
diff --git a/silo/buildlink3.mk b/silo/buildlink3.mk
deleted file mode 100644
index a809930536..0000000000
--- a/silo/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/03/07 12:20:06 jihbed Exp $
-
-BUILDLINK_TREE+=	silo
-
-.if !defined(SILO_BUILDLINK3_MK)
-SILO_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.silo+=	silo>=4.8
-BUILDLINK_PKGSRCDIR.silo?=	../../wip/silo
-
-.endif	# SILO_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-silo
diff --git a/silo/distinfo b/silo/distinfo
deleted file mode 100644
index 5518d1ac20..0000000000
--- a/silo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/11/13 14:44:37 othyro Exp $
-
-RMD160 (silo-4.10.2-bsd.tar.gz) = f15098dfc58f86146bf87fc651bd6580aca71178
-SHA512 (silo-4.10.2-bsd.tar.gz) = 5764a1e309c938bd0ab271dc274f446532dcf22580ee7506b193b0d85fa814277741351bca241b25bf3452de68f5bf03f6623cfd3f2b0d83a11746bfcd19a95e
-Size (silo-4.10.2-bsd.tar.gz) = 13067837 bytes


Home | Main Index | Thread Index | Old Index