pkgsrc-WIP-changes archive

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

wip clean-up: remove soqt



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

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

Log Message:
wip clean-up: remove soqt

Repository deleted.

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

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

diffstat:
 Makefile           |  1 -
 soqt/DESCR         |  3 ---
 soqt/Makefile      | 28 ----------------------------
 soqt/PLIST         | 31 -------------------------------
 soqt/buildlink3.mk | 16 ----------------
 soqt/distinfo      |  5 -----
 6 files changed, 84 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 66bd63e9e6..35a7ea156e 100644
--- a/Makefile
+++ b/Makefile
@@ -5315,7 +5315,6 @@ SUBDIR+=	solvespace-git
 SUBDIR+=	songwrite2
 SUBDIR+=	sonic-visualiser
 SUBDIR+=	sophia
-SUBDIR+=	soqt
 SUBDIR+=	spacefm
 SUBDIR+=	spai
 SUBDIR+=	spamassassin-cvs
diff --git a/soqt/DESCR b/soqt/DESCR
deleted file mode 100644
index 4f4929251d..0000000000
--- a/soqt/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-SoQt is a library which provides the glue between Systems in Motion's Coin
-high-level 3D visualization library and Troll Tech's Qt 2D user interface
-library.
diff --git a/soqt/Makefile b/soqt/Makefile
deleted file mode 100644
index e9daf673eb..0000000000
--- a/soqt/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/10/07 16:23:15 asau Exp $
-#
-
-DISTNAME=	SoQt-1.5.0
-PKGNAME=	${DISTNAME:tl}
-CATEGORIES=	graphics
-MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
-
-MAINTAINER=	rumko%netbsd.org@localhost
-HOMEPAGE=	http://www.coin3d.org/lib/soqt/
-COMMENT=	Legacy library that provides glue between Coin and Qt
-LICENSE=	gnu-gpl-v2
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake
-# XXX: gmake is necessary because of a bug in the build system of this version
-# of SoQt (1.4.1) that is fixed in the newest version.
-
-USE_LANGUAGES=	c c++
-
-REPLACE_PERL+=	cfg/gendsp.pl cfg/doxy4win.pl
-
-.include "../../graphics/Coin/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/soqt/PLIST b/soqt/PLIST
deleted file mode 100644
index 1b248afa09..0000000000
--- a/soqt/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/11/02 13:26:43 silasdb Exp $
-bin/soqt-config
-include/Inventor/Qt/SoQt.h
-include/Inventor/Qt/SoQtBasic.h
-include/Inventor/Qt/SoQtColorEditor.h
-include/Inventor/Qt/SoQtComponent.h
-include/Inventor/Qt/SoQtCursor.h
-include/Inventor/Qt/SoQtGLWidget.h
-include/Inventor/Qt/SoQtObject.h
-include/Inventor/Qt/SoQtRenderArea.h
-include/Inventor/Qt/devices/SoQtDevice.h
-include/Inventor/Qt/devices/SoQtKeyboard.h
-include/Inventor/Qt/devices/SoQtMouse.h
-include/Inventor/Qt/editors/SoQtColorEditor.h
-include/Inventor/Qt/editors/SoQtMaterialEditor.h
-include/Inventor/Qt/nodes/SoGuiColorEditor.h
-include/Inventor/Qt/nodes/SoGuiMaterialEditor.h
-include/Inventor/Qt/viewers/SoQtConstrainedViewer.h
-include/Inventor/Qt/viewers/SoQtExaminerViewer.h
-include/Inventor/Qt/viewers/SoQtFlyViewer.h
-include/Inventor/Qt/viewers/SoQtFullViewer.h
-include/Inventor/Qt/viewers/SoQtPlaneViewer.h
-include/Inventor/Qt/viewers/SoQtViewer.h
-include/Inventor/Qt/widgets/SoQtPopupMenu.h
-include/Inventor/Qt/widgets/SoQtThumbWheel.h
-lib/libSoQt.la
-lib/pkgconfig/SoQt.pc
-man/man1/soqt-config.1
-share/Coin/conf/soqt-default.cfg
-share/aclocal/soqt.m4
-@pkgdir include/Inventor/Qt/engines
diff --git a/soqt/buildlink3.mk b/soqt/buildlink3.mk
deleted file mode 100644
index 4af8428d30..0000000000
--- a/soqt/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2011/01/04 15:42:46 silasdb Exp $
-
-BUILDLINK_TREE+=	soqt
-
-.if !defined(SOQT_BUILDLINK3_MK)
-SOQT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.soqt+=	soqt>=1.4.1
-BUILDLINK_PKGSRCDIR.soqt?=	../../wip/soqt
-
-.include "../../graphics/Coin/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.endif	# SOQT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-soqt
diff --git a/soqt/distinfo b/soqt/distinfo
deleted file mode 100644
index 6cd6bb22be..0000000000
--- a/soqt/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2010/11/02 13:26:43 silasdb Exp $
-
-RMD160 (SoQt-1.5.0.tar.gz) = 04e9179954f7e3bfb5d1c595ad6c62215bc24ad2
-SHA512 (SoQt-1.5.0.tar.gz) = e65596bf466b56aa0d7c4f367b250ba3a77094cf1a529c1e2a199b8b91106ab8954873ddfc9f9cd7ff359c0f82e6bbf32d30e78e3fb92733490937e477890a0b
-Size (SoQt-1.5.0.tar.gz) = 1515230 bytes


Home | Main Index | Thread Index | Old Index