pkgsrc-WIP-changes archive

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

dspdfviewer: Removed and moved to pkgsrc proper



Module Name:	pkgsrc-wip
Committed By:	fox <santhosh.raju%gmail.com@localhost>
Pushed By:	fox
Date:		Mon Nov 26 20:42:33 2018 +0530
Changeset:	a434d66ec2c17ceb00bdd4abb9f9d5d843a28ea5

Removed Files:
	dspdfviewer/DESCR
	dspdfviewer/Makefile
	dspdfviewer/PLIST
	dspdfviewer/distinfo
	dspdfviewer/patches/patch-CMakeLists.txt

Log Message:
dspdfviewer: Removed and moved to pkgsrc proper

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

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

diffstat:
 dspdfviewer/DESCR                        |  7 -------
 dspdfviewer/Makefile                     | 36 --------------------------------
 dspdfviewer/PLIST                        |  4 ----
 dspdfviewer/distinfo                     |  7 -------
 dspdfviewer/patches/patch-CMakeLists.txt | 15 -------------
 5 files changed, 69 deletions(-)

diffs:
diff --git a/dspdfviewer/DESCR b/dspdfviewer/DESCR
deleted file mode 100644
index 338ea27cc5..0000000000
--- a/dspdfviewer/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-dspdfviewer a simple viewer for latex-beamer presentations that are built with
-the show notes on second screen option of latex-beamer. It will take your PDF
-file, split it in a left and right half and render the two halves individually
-to the screens.
-
-In addition, your laptop screen will contain some counters and a wall-clock,
-which may help you time your presentation right.
diff --git a/dspdfviewer/Makefile b/dspdfviewer/Makefile
deleted file mode 100644
index dee9c53001..0000000000
--- a/dspdfviewer/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	dspdfviewer-1.15.1
-CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_GITHUB:=dannyedel/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	santhosh.raju%gmail.com@localhost
-HOMEPAGE=	http://dspdfviewer.danny-edel.de/
-COMMENT=	Dual-Screen PDF Viewer for latex-beamer
-LICENSE=	gnu-gpl-v2
-
-DEPENDS+=	qt5-qttools>=5.5.1:../../x11/qt5-qttools
-
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		pkg-config
-USE_CMAKE=		yes
-CMAKE_ARGS+=		-DBuildTests=OFF
-CONFIGURE_DIRS=		build
-CMAKE_ARG_PATH=		..
-BUILD_MAKE_FLAGS+=	VERBOSE=1
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "FreeBSD"
-CFLAGS+=		-Wno-error=undefined-func-template
-.endif
-
-pre-configure:
-	mkdir -p ${WRKSRC}/build
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-BUILDLINK_API_DEPENDS.poppler-qt5+=	poppler-qt5>=0.50.0
-.include "../../print/poppler-qt5/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dspdfviewer/PLIST b/dspdfviewer/PLIST
deleted file mode 100644
index 53ea715fbe..0000000000
--- a/dspdfviewer/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/dspdfviewer
-man/man1/dspdfviewer.1
-share/applications/dspdfviewer.desktop
diff --git a/dspdfviewer/distinfo b/dspdfviewer/distinfo
deleted file mode 100644
index ccad3c07d7..0000000000
--- a/dspdfviewer/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (dspdfviewer-1.15.1.tar.gz) = 338a6dcf95dadb56f499f1a6e3ad4a68a60ef87f
-RMD160 (dspdfviewer-1.15.1.tar.gz) = 34d4fae5923892d3ba7019d45b516bf469ce11ad
-SHA512 (dspdfviewer-1.15.1.tar.gz) = 41de12554224c0ba60ec93f398e77f437d01548d5b72c955c39db59845ee33cfed5512abc705d6ef1b6aeb605715335015f8bbb933b6748ef8f14c7a2cc8eb03
-Size (dspdfviewer-1.15.1.tar.gz) = 165202 bytes
-SHA1 (patch-CMakeLists.txt) = 1d7a079fdce884943c877257cbdb756d625c9ebd
diff --git a/dspdfviewer/patches/patch-CMakeLists.txt b/dspdfviewer/patches/patch-CMakeLists.txt
deleted file mode 100644
index ad1a2d111e..0000000000
--- a/dspdfviewer/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix the location of manpage
-
---- CMakeLists.txt.orig	2017-04-20 11:02:53.067851000 +0000
-+++ CMakeLists.txt
-@@ -95,7 +95,7 @@ install(TARGETS	dspdfviewer
- 	RUNTIME DESTINATION bin)
- 
- install(FILES docs/dspdfviewer.1
--	DESTINATION share/man/man1)
-+	DESTINATION man/man1)
- 
- install(FILES dspdfviewer.desktop
- 	DESTINATION share/applications)


Home | Main Index | Thread Index | Old Index