pkgsrc-WIP-changes archive

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

Remove ddgr: import into main



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Feb 11 10:28:20 2021 +0100
Changeset:	9bfc209397481fe94fb9c1daa769fa7ef8202d4c

Modified Files:
	Makefile
Removed Files:
	ddgr/DESCR
	ddgr/Makefile
	ddgr/PLIST
	ddgr/distinfo

Log Message:
Remove ddgr: import into main

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

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

diffstat:
 Makefile      |  1 -
 ddgr/DESCR    | 11 -----------
 ddgr/Makefile | 43 -------------------------------------------
 ddgr/PLIST    | 14 --------------
 ddgr/distinfo |  6 ------
 5 files changed, 75 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 63897a3d5d..500bdc88ba 100644
--- a/Makefile
+++ b/Makefile
@@ -582,7 +582,6 @@ SUBDIR+=	dbus-dfbsd
 SUBDIR+=	dbus-explorer
 SUBDIR+=	dcdis
 SUBDIR+=	ddate
-SUBDIR+=	ddgr
 SUBDIR+=	ddocent
 SUBDIR+=	deadbeef
 SUBDIR+=	debian_base
diff --git a/ddgr/DESCR b/ddgr/DESCR
deleted file mode 100644
index ad97eea387..0000000000
--- a/ddgr/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Command-line utility to search DuckDuckGo from the terminal. While googler is
-extremely popular among command line users, in many forums the need of a similar
-utility for privacy-aware DuckDuckGo came up. So here's `ddgr` for you!
-
-Unlike the web interface, you can specify the number of search results you would
-like to see per page. It's more convenient than skimming through 30-odd search
-results per page.
-The default interface is carefully designed to use minimum space without
-sacrificing readability.
-
-A big advantage of ddgr over googler is DuckDuckGo works over the Tor network.
diff --git a/ddgr/Makefile b/ddgr/Makefile
deleted file mode 100644
index 6cb7b11937..0000000000
--- a/ddgr/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	ddgr-1.9
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jarun/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pin%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/jarun/ddgr
-COMMENT=	DuckDuckGo from the terminal
-LICENSE=	gnu-gpl-v3
-
-USE_LANGUAGES=	# none
-
-INSTALLATION_DIRS=	${PKGMANDIR}/man1
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-REPLACE_PYTHON+=	ddgr
-REPLACE_PYTHON+=	setup.py
-
-EGDIR=			${PREFIX}/share/examples/ddgr/auto-completion
-
-SUBST_CLASSES+=		prefix
-SUBST_MESSAGE.prefix=	Fixing paths.
-SUBST_STAGE.prefix=	pre-configure
-SUBST_FILES.prefix+=	Makefile
-SUBST_SED.prefix+=	-e 's,/usr/local,${PREFIX},g'
-SUBST_SED.prefix+=	-e 's,share/man,${PKGMANDIR},g'
-
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/ddgr.1 \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ddgr.1
-	${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
-	${INSTALL_DATA} ${WRKSRC}/auto-completion/bash/ddgr-completion.bash \
-		${DESTDIR}${EGDIR}
-	${INSTALL_DATA} ${WRKSRC}/auto-completion/fish/ddgr.fish \
-		${DESTDIR}${EGDIR}
-	${INSTALL_DATA} ${WRKSRC}/auto-completion/zsh/_ddgr \
-		${DESTDIR}${EGDIR}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ddgr/PLIST b/ddgr/PLIST
deleted file mode 100644
index 465de09430..0000000000
--- a/ddgr/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-bin/ddgr
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ddgr.py
-${PYSITELIB}/ddgr.pyc
-${PYSITELIB}/ddgr.pyo
-man/man1/ddgr.1
-share/examples/ddgr/auto-completion/_ddgr
-share/examples/ddgr/auto-completion/ddgr-completion.bash
-share/examples/ddgr/auto-completion/ddgr.fish
diff --git a/ddgr/distinfo b/ddgr/distinfo
deleted file mode 100644
index 154a9f8a38..0000000000
--- a/ddgr/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (ddgr-1.9.tar.gz) = 7c1cf38e9cc64b6d55ef9ed6eb6494476f1e44a3
-RMD160 (ddgr-1.9.tar.gz) = 2aecec42c48ce2c4fc873438ff30e83020beab68
-SHA512 (ddgr-1.9.tar.gz) = 25fb995d32cf19ed1d4493ec463f60db39f4728ffe052dabccb49b721e65250e444bb4cc54f5f41dd1d6365d4e8bd1139277c44a9bd1d39394dec998ccb93b7c
-Size (ddgr-1.9.tar.gz) = 44181 bytes


Home | Main Index | Thread Index | Old Index