pkgsrc-WIP-changes archive

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

hub: Remove, imported in pkgsrc as net/hub



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Feb 27 18:11:11 2018 +0100
Changeset:	bad8304301f0cc3b3f2c9a6672982df848665210

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

Log Message:
hub: Remove, imported in pkgsrc as net/hub

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

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

diffstat:
 Makefile     |  1 -
 hub/DESCR    | 10 ----------
 hub/Makefile | 36 ------------------------------------
 hub/PLIST    |  3 ---
 hub/distinfo |  6 ------
 5 files changed, 56 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8846e766c5..0e987c5243 100644
--- a/Makefile
+++ b/Makefile
@@ -1415,7 +1415,6 @@ SUBDIR+=	html2latex
 SUBDIR+=	htslib
 SUBDIR+=	httrack
 SUBDIR+=	hu-go
-SUBDIR+=	hub
 SUBDIR+=	hungrycat
 SUBDIR+=	hunspell-dictionaries
 SUBDIR+=	hunspell-uk_UA
diff --git a/hub/DESCR b/hub/DESCR
deleted file mode 100644
index 6b99e90812..0000000000
--- a/hub/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-hub is a command line tool that wraps git in order to extend it
-with extra features and commands that make working with GitHub
-easier.
-
- $ hub clone rtomayko/tilt
- # expands to:
- $ git clone git://github.com/rtomayko/tilt.git
-
-hub is best aliased as `git', so you can type `git <command>' in the
-shell and get all the usual hub features.
diff --git a/hub/Makefile b/hub/Makefile
deleted file mode 100644
index 0f3d4d4b81..0000000000
--- a/hub/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	hub-2.2.9
-CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_GITHUB:=github/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://hub.github.com/
-COMMENT=	hub helps you win at git
-LICENSE=	mit
-
-GO_DIST_BASE=		${DISTNAME}
-GO_SRCPATH=		github.com/github/hub
-
-DEPENDS+=		git-base>=1.7.3:../../devel/git-base
-
-SUBST_CLASSES+=		man
-SUBST_STAGE.man=	pre-configure
-SUBST_MESSAGE.man=	Fix hub name in hub(1) man page
-SUBST_FILES.man=	man/hub.1
-SUBST_SED.man+=		-e 's/\\fBgit/\\fBhub/g'
-SUBST_SED.man+=		-e 's/\$$ git/$$ hub/'
-SUBST_SED.man+=		-e '/\$$ GITHUB_HOST=/ s/ git clone / hub clone /'
-SUBST_SED.man+=		-e 's/\.SS "git/.SS "hub/'
-
-INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
-
-CHECK_RELRO_SKIP+=	bin/hub
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/bin/hub ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man/hub.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hub/PLIST b/hub/PLIST
deleted file mode 100644
index 66e896957e..0000000000
--- a/hub/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/hub
-man/man1/hub.1
diff --git a/hub/distinfo b/hub/distinfo
deleted file mode 100644
index 49a086feef..0000000000
--- a/hub/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (hub-2.2.9.tar.gz) = 2389395a7f64bdc122a48d513e03b7b751f0389d
-RMD160 (hub-2.2.9.tar.gz) = eb83e4d6ec843d485d56da7b2e862e32ba328f3b
-SHA512 (hub-2.2.9.tar.gz) = eec9624e77937787b2a8c6a70ae0cb0ffd5db021c665e8e3b9d0b1293ea3f54b1d540cd1e9a45569967b2e5e16ee41289479a19c9fc0868076e904755a7d2438
-Size (hub-2.2.9.tar.gz) = 318298 bytes


Home | Main Index | Thread Index | Old Index