pkgsrc-WIP-changes archive

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

stagit: remove, imported in pkgsrc as www/stagit.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Wed Jun 19 12:12:51 2019 +0200
Changeset:	88f44c76ac3198ee5d93f14347fb2ef6b2084915

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

Log Message:
stagit: remove, imported in pkgsrc as www/stagit.

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

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

diffstat:
 Makefile        |  1 -
 stagit/DESCR    | 15 ---------------
 stagit/Makefile | 28 ----------------------------
 stagit/PLIST    | 11 -----------
 stagit/distinfo |  6 ------
 5 files changed, 61 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2542cf5359..6797306dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -4547,7 +4547,6 @@ SUBDIR+=	ssid
 SUBDIR+=	ssu
 SUBDIR+=	st-term-git
 SUBDIR+=	stackdriver-collectd
-SUBDIR+=	stagit
 SUBDIR+=	stagit-gopher
 SUBDIR+=	stardict
 SUBDIR+=	stardict-tools
diff --git a/stagit/DESCR b/stagit/DESCR
deleted file mode 100644
index 1305b208af..0000000000
--- a/stagit/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-stagit generates HTML pages for a Git repository, and supports the following
-features:
-
-- Log of all commits from HEAD.
-- Log and diffstat per commit.
-- Show file tree with linkable line numbers.
-- Show references: local branches and tags.
-- Detect README and LICENSE file from HEAD and link it as a webpage.
-- Detect submodules (.gitmodules file) from HEAD and link it as a webpage.
-- Atom feed log (atom.xml).
-- Make index page for multiple repositories with stagit-index.
-- After generating the pages (relatively slow) serving the files is very fast,
-  simple and requires little resources (because the content is static), only
-  a HTTP file server is required.
-- Usable with text-browsers such as dillo, links, lynx and w3m.
diff --git a/stagit/Makefile b/stagit/Makefile
deleted file mode 100644
index 04e097a4c8..0000000000
--- a/stagit/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	stagit-0.9.2
-CATEGORIES=	www
-MASTER_SITES=	https://codemadness.org/releases/stagit/
-
-MAINTAINER=	fcambus%NetBSD.org@localhost
-HOMEPAGE=	https://codemadness.org/git/stagit/file/README.html
-COMMENT=	Static git page generator
-LICENSE=	mit
-
-USE_LANGUAGES=	c99
-
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Adjust config.mk
-SUBST_FILES.makefile=	config.mk
-SUBST_SED.makefile+=	-e '/^CFLAGS/ s,-O2,,'
-SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
-SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
-
-MAKE_FLAGS+=	PREFIX=${PREFIX}
-MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
-MAKE_FLAGS+=	GITINC=${PREFIX}/include
-MAKE_FLAGS+=	GITLIB=${PREFIX}/lib
-
-.include "../../devel/libgit2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/stagit/PLIST b/stagit/PLIST
deleted file mode 100644
index 3ac26e08e0..0000000000
--- a/stagit/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-bin/stagit
-bin/stagit-index
-man/man1/stagit-index.1
-man/man1/stagit.1
-share/doc/stagit/README
-share/doc/stagit/example_create.sh
-share/doc/stagit/example_post-receive.sh
-share/doc/stagit/favicon.png
-share/doc/stagit/logo.png
-share/doc/stagit/style.css
diff --git a/stagit/distinfo b/stagit/distinfo
deleted file mode 100644
index 50836bf65d..0000000000
--- a/stagit/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (stagit-0.9.2.tar.gz) = 288674c4b8f15473ca2e769105d8c1c06fce5387
-RMD160 (stagit-0.9.2.tar.gz) = 2cbc32171fec7ce30fdf0fbb9da42588cc6716b6
-SHA512 (stagit-0.9.2.tar.gz) = 30a1c43672c94bcf85af25e2c2d0137a1014c625361dc53f78f8a31b194d9a678372d0cc98e6fa8ea3ddd1d632bdbc8ecb37f40e0bac44fa05dfdf981417fe2c
-Size (stagit-0.9.2.tar.gz) = 18525 bytes


Home | Main Index | Thread Index | Old Index