pkgsrc-WIP-changes archive

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

tig: remove, update has been committed to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue Jan 26 15:12:38 2021 +0100
Changeset:	2e76a68202a87d987ae97f85b47cf097b512d3cf

Modified Files:
	Makefile
Removed Files:
	tig/DESCR
	tig/Makefile
	tig/PLIST
	tig/TODO
	tig/distinfo
	tig/patches/patch-Makefile
	tig/patches/patch-contrib_config.make-Darwin
	tig/patches/patch-include_tig_tig.h

Log Message:
tig: remove, update has been committed to pkgsrc.

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

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

diffstat:
 Makefile                                     |  1 -
 tig/DESCR                                    |  8 -----
 tig/Makefile                                 | 51 ----------------------------
 tig/PLIST                                    | 12 -------
 tig/TODO                                     | 14 --------
 tig/distinfo                                 |  9 -----
 tig/patches/patch-Makefile                   | 24 -------------
 tig/patches/patch-contrib_config.make-Darwin | 16 ---------
 tig/patches/patch-include_tig_tig.h          | 15 --------
 9 files changed, 150 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8be258419f..e944cb0ab5 100644
--- a/Makefile
+++ b/Makefile
@@ -5371,7 +5371,6 @@ SUBDIR+=	thepeg
 SUBDIR+=	threadingbuildingblocks
 SUBDIR+=	thrift
 SUBDIR+=	thunderbird68-enigmail
-SUBDIR+=	tig
 SUBDIR+=	tilda
 SUBDIR+=	tilix
 SUBDIR+=	timewarrior
diff --git a/tig/DESCR b/tig/DESCR
deleted file mode 100644
index 328bb1baa8..0000000000
--- a/tig/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Tig is a git repository browser that additionally can act as a pager for
-output from various git commands.
-
-When browsing repositories, it uses the underlying git commands to present
-the user with various views, such as summarized revision log and showing
-the commit with the log message, diffstat, and the diff.
-
-Using it as a pager, it will display input from stdin and colorize it.
diff --git a/tig/Makefile b/tig/Makefile
deleted file mode 100644
index 14c07842a8..0000000000
--- a/tig/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2017/01/04 18:16:32 roy Exp $
-
-DISTNAME=	tig-2.5.1
-CATEGORIES=	devel scm
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jonas/}
-GITHUB_RELEASE=	${DISTNAME}
-
-MAINTAINER=	fcambus%NetBSD.org@localhost
-HOMEPAGE=	https://jonas.github.io/tig/
-COMMENT=	Ncurses-based GIT repository tool
-LICENSE=	gnu-gpl-v2
-
-TOOL_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
-TOOL_DEPENDS+=	xmlto-[0-9]*:../../textproc/xmlto
-DEPENDS+=	git-base-[0-9]*:../../devel/git-base
-
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	gmake
-USE_NCURSES=	yes	# Display issues with NetBSD curses(3)
-
-CONF_FILES=	${EGDIR}/tigrc ${PKG_SYSCONFDIR}/tigrc
-EGDIR=		${PREFIX}/share/examples/${PKGBASE}
-
-GIT_CONFIG=	${PREFIX}/bin/git-config
-CONFIGURE_ENV+=	GIT_CONFIG=${GIT_CONFIG:Q}
-
-CONFIGURE_ARGS+=		${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
-CONFIGURE_ARGS.gnu-iconv=	--with-libiconv=${BUILDLINK_PREFIX.iconv}
-
-.include "../../mk/bsd.prefs.mk"
-.if !empty(GLIBC_VERSION)
-# Some version of glibc requires _XOPEN_SOURCE being defined to
-# provide S_IFMT in <sys/stat.h>
-CFLAGS+=	-D_XOPEN_SOURCE
-# It is also required to define _BSD_SOURCE to get struct timezone
-# defined in <sys/time.h>
-CFLAGS+=	-D_BSD_SOURCE
-.endif
-
-BUILD_TARGET=	all doc
-INSTALL_TARGET=	install install-doc
-TEST_TARGET=	test
-
-post-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}/${EGDIR} && \
-	${INSTALL_DATA} ${WRKSRC}/tigrc ${DESTDIR}/${EGDIR}
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/ncursesw/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tig/PLIST b/tig/PLIST
deleted file mode 100644
index 0d318a361a..0000000000
--- a/tig/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/04/04 21:00:24 ryoon Exp $
-bin/tig
-man/man1/tig.1
-man/man5/tigrc.5
-man/man7/tigmanual.7
-share/doc/tig/INSTALL.html
-share/doc/tig/NEWS.html
-share/doc/tig/README.html
-share/doc/tig/manual.html
-share/doc/tig/tig.1.html
-share/doc/tig/tigrc.5.html
-share/examples/tig/tigrc
diff --git a/tig/TODO b/tig/TODO
deleted file mode 100644
index a9bd4517ba..0000000000
--- a/tig/TODO
+++ /dev/null
@@ -1,14 +0,0 @@
-- Add a comment about patches/patch-include_tig_tig.h
-- Some graphical artifacts (e.g. where `main' and `diff' views are present)
-  should be investigated and fixed, to reproduce them:
-   + press enter 
-   + press down arrow
-  After that the `main' view is mostly completely blank except for the current
-  two entries.
-  patch-src_view.c workarounds that.
-- Investigate why curses could not be initialized when `TERM= dumb', tig fails
-  with `tig: Failed to initialize curses'.  `test' target ATM is also not very
-  useful due that.
-- configure insists to check readline version... Investigate if it's possible to
-  use mk/readline.buildlink3.mk instead.
-    -- leot (2019/05/14)
diff --git a/tig/distinfo b/tig/distinfo
deleted file mode 100644
index d6a431d045..0000000000
--- a/tig/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 03:29:36 agc Exp $
-
-SHA1 (tig-2.5.1.tar.gz) = fd1b28bba7dff24ed112b869bb95a847c4e7ed3b
-RMD160 (tig-2.5.1.tar.gz) = 2bc115eeecdcca3fe5014d2b544b2ddce349fd96
-SHA512 (tig-2.5.1.tar.gz) = e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
-Size (tig-2.5.1.tar.gz) = 1144666 bytes
-SHA1 (patch-Makefile) = e8b0f62f4eb2e6a774c0558a10c8f64ece291d79
-SHA1 (patch-contrib_config.make-Darwin) = f44553e19dacbb6838f876e43c62e9261aa49f77
-SHA1 (patch-include_tig_tig.h) = 49c9152bc522eb0d6ceb3ca8933f1cb1958d9ece
diff --git a/tig/patches/patch-Makefile b/tig/patches/patch-Makefile
deleted file mode 100644
index 29e04c7ed9..0000000000
--- a/tig/patches/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2014/04/04 21:00:24 ryoon Exp $
-
-- Don't make/install PDF.
-- Do not install tigrc, this is handled via CONF_FILES by pkgsrc.
-
---- Makefile.orig	2020-04-08 16:17:38.000000000 +0000
-+++ Makefile
-@@ -51,7 +51,7 @@ TOOLS	= test/tools/test-graph tools/doc-
- TXTDOC	= doc/tig.1.adoc doc/tigrc.5.adoc doc/manual.adoc NEWS.adoc README.adoc INSTALL.adoc test/API.adoc
- MANDOC	= doc/tig.1 doc/tigrc.5 doc/tigmanual.7
- HTMLDOC = doc/tig.1.html doc/tigrc.5.html doc/manual.html README.html INSTALL.html NEWS.html
--ALLDOC	= $(MANDOC) $(HTMLDOC) doc/manual.html-chunked doc/manual.pdf
-+ALLDOC	= $(MANDOC) $(HTMLDOC) doc/manual.html-chunked
- 
- # Never include the release number in the tarname for tagged
- # versions.
-@@ -96,7 +96,6 @@ export sysconfdir
- 
- install: all
- 	$(QUIET_INSTALL)tools/install.sh bin $(EXE) "$(DESTDIR)$(bindir)"
--	$(QUIET_INSTALL)tools/install.sh data tigrc "$(DESTDIR)$(sysconfdir)"
- 
- install-doc-man: doc-man
- 	$(Q)$(foreach doc, $(filter %.1, $(MANDOC)), \
diff --git a/tig/patches/patch-contrib_config.make-Darwin b/tig/patches/patch-contrib_config.make-Darwin
deleted file mode 100644
index 4adcd438fb..0000000000
--- a/tig/patches/patch-contrib_config.make-Darwin
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-contrib_config.make-Darwin,v 1.1 2014/05/15 01:14:44 pho Exp $
-
-Do not override XML_CATALOG_FILES on Darwin. That will only make
-xmllint try to find a wrong catalog.
-
---- contrib/config.make-Darwin.orig	2020-04-08 16:17:38.000000000 +0000
-+++ contrib/config.make-Darwin
-@@ -1,8 +1,5 @@
- # Example configuration for Darwin / Mac OS X.
- 
--# Work-around for Homebrew-based xmlto.
--export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
--
- TIG_CFLAGS += -DHAVE_EXECINFO_H
- TIG_LDLIBS = -liconv
- 
diff --git a/tig/patches/patch-include_tig_tig.h b/tig/patches/patch-include_tig_tig.h
deleted file mode 100644
index a49a597584..0000000000
--- a/tig/patches/patch-include_tig_tig.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Macro safety fix.
-
---- include/tig/tig.h.orig	2020-04-08 16:17:38.000000000 +0000
-+++ include/tig/tig.h
-@@ -119,7 +119,7 @@
- #define MIN(x, y)	((x) < (y) ? (x) :  (y))
- #define MAX(x, y)	((x) > (y) ? (x) :  (y))
- 
--#define ARRAY_SIZE(x)	(sizeof(x) / sizeof(x[0]))
-+#define ARRAY_SIZE(x)	(sizeof(x) / sizeof((x)[0]))
- #define STRING_SIZE(x)	(sizeof(x) - 1)
- 
- #define SIZEOF_STR	1024	/* Default string size. */


Home | Main Index | Thread Index | Old Index