pkgsrc-WIP-changes archive

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

translate-shell: remove, imported to pkgsrc/textproc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 3 20:13:33 2017 +0200
Changeset:	62d13f38338c9d018c7878fd2b7fbcb8099ea74f

Modified Files:
	Makefile
Removed Files:
	translate-shell/DESCR
	translate-shell/Makefile
	translate-shell/PLIST
	translate-shell/distinfo

Log Message:
translate-shell: remove, imported to pkgsrc/textproc

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

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

diffstat:
 Makefile                 | 18 +++++++++---------
 translate-shell/DESCR    | 15 ---------------
 translate-shell/Makefile | 35 -----------------------------------
 translate-shell/PLIST    |  3 ---
 translate-shell/distinfo |  6 ------
 5 files changed, 9 insertions(+), 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7c2122670b..c29d6dce0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1746,6 +1746,14 @@ SUBDIR+=	libre
 SUBDIR+=	librem
 SUBDIR+=	libreoffice-git
 SUBDIR+=	libretro-4do
+SUBDIR+=	libretro-beetle-lynx
+SUBDIR+=	libretro-beetle-ngp
+SUBDIR+=	libretro-beetle-pce-fast
+SUBDIR+=	libretro-beetle-psx
+SUBDIR+=	libretro-beetle-saturn
+SUBDIR+=	libretro-beetle-sgx
+SUBDIR+=	libretro-beetle-vb
+SUBDIR+=	libretro-beetle-wswan
 SUBDIR+=	libretro-bsnes-mercury
 SUBDIR+=	libretro-bsnes-mercury-accuracy
 SUBDIR+=	libretro-bsnes-mercury-performance
@@ -1761,14 +1769,6 @@ SUBDIR+=	libretro-genesis-plus-gx
 SUBDIR+=	libretro-glsl-shaders
 SUBDIR+=	libretro-mame2003
 SUBDIR+=	libretro-mame2014
-SUBDIR+=	libretro-beetle-lynx
-SUBDIR+=	libretro-beetle-ngp
-SUBDIR+=	libretro-beetle-pce-fast
-SUBDIR+=	libretro-beetle-psx
-SUBDIR+=	libretro-beetle-saturn
-SUBDIR+=	libretro-beetle-sgx
-SUBDIR+=	libretro-beetle-vb
-SUBDIR+=	libretro-beetle-wswan
 SUBDIR+=	libretro-mgba
 SUBDIR+=	libretro-nestopia
 SUBDIR+=	libretro-o2em
@@ -2735,6 +2735,7 @@ SUBDIR+=	plasma-workspace
 SUBDIR+=	plasma-workspace-wallpapers
 SUBDIR+=	plasti
 SUBDIR+=	plconfig
+SUBDIR+=	plibsys
 SUBDIR+=	plink
 SUBDIR+=	plod
 SUBDIR+=	plover-git
@@ -4401,7 +4402,6 @@ SUBDIR+=	trac-plugins-TimingAndEstimation-svn
 SUBDIR+=	trac-plugins-screenshots
 SUBDIR+=	trac-plugins-spamfilter-svn
 SUBDIR+=	trackballs
-SUBDIR+=	translate-shell
 SUBDIR+=	translate-toolkit
 SUBDIR+=	trayion
 SUBDIR+=	treetool
diff --git a/translate-shell/DESCR b/translate-shell/DESCR
deleted file mode 100644
index 7861647c05..0000000000
--- a/translate-shell/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-Translate Shell (formerly Google Translate CLI) is a command-line translator
-powered by Google Translate (default), Bing Translator, and Yandex.Translate.
-It gives you easy access to one of these translation engines your terminal:
-
-$ trans 'Saluton, Mondo!'
-Saluton, Mondo!
-
-Hello, World!
-
-Translations of Saluton, Mondo!
-[ Esperanto -> English ]
-Saluton ,
-    Hello,
-Mondo !
-    World!
diff --git a/translate-shell/Makefile b/translate-shell/Makefile
deleted file mode 100644
index a81b48434f..0000000000
--- a/translate-shell/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	translate-shell-0.9.6.4
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=soimort/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.soimort.org/translate-shell/
-COMMENT=	Command-line translator
-LICENSE=	unlicense
-
-WRKSRC=		${WRKDIR}/translate-shell-${PKGVERSION_NOREV}
-USE_LANGUAGES=	# none
-USE_TOOLS+=	bash:run gawk:run
-
-DEPENDS+=	rlwrap-[0-9]*:../../misc/rlwrap
-
-SUBST_CLASSES+=		shebang
-SUBST_FILES.shebang=	build/trans
-SUBST_SED.shebang=	-e 's,/usr/bin/env bash,${BASH},'
-SUBST_STAGE.shebang=	post-build
-
-BUILD_TARGET=		build
-
-INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/build/trans ${DESTDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/man/trans.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../audio/mpg123/buildlink3.mk"
-.include "../../converters/fribidi/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/translate-shell/PLIST b/translate-shell/PLIST
deleted file mode 100644
index b9c662cce3..0000000000
--- a/translate-shell/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/trans
-man/man1/trans.1
diff --git a/translate-shell/distinfo b/translate-shell/distinfo
deleted file mode 100644
index 3ba136f9f5..0000000000
--- a/translate-shell/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (translate-shell-0.9.6.4.tar.gz) = 968b20c09be5b6b28366ee5afbcb495e0f9d5365
-RMD160 (translate-shell-0.9.6.4.tar.gz) = 2d5e32ee48edde9e5d3c640e787beb9f57106032
-SHA512 (translate-shell-0.9.6.4.tar.gz) = 98c4a329794d38a5d22d98bf7bb821f1adc3e42dac96d2fd791e7cf64d785458d0f6006e83b21497f259525b1a70f306ab69090d3a12996610f742323a371147
-Size (translate-shell-0.9.6.4.tar.gz) = 69788 bytes


Home | Main Index | Thread Index | Old Index