pkgsrc-WIP-changes archive

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

wip clean-up: remove scantailor



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

Modified Files:
	Makefile
Removed Files:
	scantailor/DESCR
	scantailor/Makefile
	scantailor/PLIST
	scantailor/distinfo
	scantailor/patches/patch-cmake_SetDefaultGccFlags.cmake

Log Message:
wip clean-up: remove scantailor

Last release 2012, EOL Qt4.

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

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

diffstat:
 Makefile                                           |  1 -
 scantailor/DESCR                                   |  4 --
 scantailor/Makefile                                | 31 -----------
 scantailor/PLIST                                   |  7 ---
 scantailor/distinfo                                |  6 ---
 .../patches/patch-cmake_SetDefaultGccFlags.cmake   | 61 ----------------------
 6 files changed, 110 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8e632794ed..f9e502b2ea 100644
--- a/Makefile
+++ b/Makefile
@@ -5176,7 +5176,6 @@ SUBDIR+=	sbc
 SUBDIR+=	sbcl-git
 SUBDIR+=	sblim-sfcc
 SUBDIR+=	scalapack
-SUBDIR+=	scantailor
 SUBDIR+=	scare
 SUBDIR+=	scc
 SUBDIR+=	sccache
diff --git a/scantailor/DESCR b/scantailor/DESCR
deleted file mode 100644
index cffa06a347..0000000000
--- a/scantailor/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Scan Tailor is an interactive post-processing tool for scanned
-pages. It performs operations such as page splitting, deskewing,
-and removing garbage. All operations can be done automatically,
-however it's still possible to manually correct their results
diff --git a/scantailor/Makefile b/scantailor/Makefile
deleted file mode 100644
index 030d38de73..0000000000
--- a/scantailor/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/07 16:22:54 asau Exp $
-
-DISTNAME=	scantailor-0.9.9.2
-PKGREVISION=	1
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=scantailor/0.9.9.2/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://sourceforge.net/projects/scantailor/
-COMMENT=	Interactive post-processing tool for scanned pages
-LICENSE=	gnu-gpl-v2 AND gnu-gpl-v3
-
-BUILD_MAKE_FLAGS+=	VERBOSE=1
-
-USE_LANGUAGES=	c c++
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-
-SUBST_CLASSES+=		paths
-SUBST_SED.paths+=	-e 's,/usr/local,${BUILDLINK_DIR},'
-SUBST_SED.paths+=	-e 's,libpng.lib,png15,'
-SUBST_FILES.paths=	CMakeLists.txt
-SUBST_MESSAGE.paths=	Fixing path and png library name in configure check.
-SUBST_STAGE.paths=	pre-configure
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../x11/libXrender/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/scantailor/PLIST b/scantailor/PLIST
deleted file mode 100644
index 23b0aa7487..0000000000
--- a/scantailor/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/28 18:32:39 thomasklausner Exp $
-bin/scantailor
-share/scantailor/translations/scantailor_bg.qm
-share/scantailor/translations/scantailor_de.qm
-share/scantailor/translations/scantailor_fr.qm
-share/scantailor/translations/scantailor_ja.qm
-share/scantailor/translations/scantailor_ru.qm
diff --git a/scantailor/distinfo b/scantailor/distinfo
deleted file mode 100644
index f5589e319c..0000000000
--- a/scantailor/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/28 18:32:39 thomasklausner Exp $
-
-RMD160 (scantailor-0.9.9.2.tar.gz) = 39286377d1b328286c8c35543fb97c1a5695bf73
-SHA512 (scantailor-0.9.9.2.tar.gz) = fd1bb5bf17da825ee1ea46a6ce5d56fcbecc5542bd90da6a2675006ed8d5e7ef4e95e1918166920dbf81f193f056e2a270efcf79e826537ca8cf4b7f539ff02c
-Size (scantailor-0.9.9.2.tar.gz) = 969691 bytes
-SHA1 (patch-cmake_SetDefaultGccFlags.cmake) = 57cbd02d5b3b097642c5b07d247e7c6a98babee9
diff --git a/scantailor/patches/patch-cmake_SetDefaultGccFlags.cmake b/scantailor/patches/patch-cmake_SetDefaultGccFlags.cmake
deleted file mode 100644
index fe1baedb65..0000000000
--- a/scantailor/patches/patch-cmake_SetDefaultGccFlags.cmake
+++ /dev/null
@@ -1,61 +0,0 @@
-$NetBSD: patch-cmake_SetDefaultGccFlags.cmake,v 1.1.1.1 2011/02/28 18:32:39 thomasklausner Exp $
-
---- cmake/SetDefaultGccFlags.cmake.orig	2010-10-24 22:15:40.000000000 +0000
-+++ cmake/SetDefaultGccFlags.cmake
-@@ -34,10 +34,6 @@ MACRO(ST_SET_DEFAULT_GCC_FLAGS)
- 				CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}"
- 				CACHE STRING "Common C++ flags for all build configurations." FORCE
- 			)
--			SET(
--				CMAKE_EXE_LINKER_FLAGS "" CACHE STRING
--				"Common link flags for all build configurations." FORCE
--			)
- 		
- 			# Release
- 			SET(
-@@ -50,11 +46,6 @@ MACRO(ST_SET_DEFAULT_GCC_FLAGS)
- 				"-DNDEBUG -O2 ${visibility_cflags_} ${gc_sections_cflags_}"
- 				CACHE STRING "C++ flags for Release builds." FORCE
- 			)
--			SET(
--				CMAKE_EXE_LINKER_FLAGS_RELEASE
--				"${gc_sections_ldflags_} ${dead_strip_ldflags_}"
--				CACHE STRING "Link flags for Release builds." FORCE
--			)
- 			
- 			# MinSizeRel
- 			SET(
-@@ -67,11 +58,6 @@ MACRO(ST_SET_DEFAULT_GCC_FLAGS)
- 				"-DNDEBUG -Os ${visibility_cflags_} ${gc_sections_cflags_}"
- 				CACHE STRING "C++ flags for MinSizeRel builds." FORCE
- 			)
--			SET(
--				CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
--				"${gc_sections_ldflags_} ${dead_strip_ldflags_}"
--				CACHE STRING "Link flags for MinSizeRel builds." FORCE
--			)
- 			
- 			# RelWithDebInfo
- 			SET(
-@@ -84,10 +70,6 @@ MACRO(ST_SET_DEFAULT_GCC_FLAGS)
- 				"-DNDEBUG -g -O2 ${visibility_cflags_}"
- 				CACHE STRING "C++ flags for RelWithDebInfo builds." FORCE
- 			)
--			SET(
--				CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO ""
--				CACHE STRING "Link flags for RelWithDebInfo builds." FORCE
--			)
- 			
- 			# Debug
- 			SET(
-@@ -98,10 +80,6 @@ MACRO(ST_SET_DEFAULT_GCC_FLAGS)
- 				CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -g" CACHE STRING
- 				"C++ flags for Debug builds." FORCE
- 			)
--			SET(
--				CMAKE_EXE_LINKER_FLAGS_DEBUG ""
--				CACHE STRING "Link flags for Debug builds." FORCE
--			)
- 			
- 			SET(COMPILER_FLAGS_OVERRIDDEN YES CACHE INTERNAL "" FORCE)
- 		


Home | Main Index | Thread Index | Old Index