pkgsrc-WIP-changes archive

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

webdump-git: Import webdump-0.1 as wip/webdump-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 11 19:53:56 2020 +0100
Changeset:	27491006411e47e2becc862efb7ecb4f9f200937

Modified Files:
	Makefile
Added Files:
	webdump-git/DESCR
	webdump-git/Makefile
	webdump-git/PLIST

Log Message:
webdump-git: Import webdump-0.1 as wip/webdump-git

Text-based HTML dump.

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

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

diffstat:
 Makefile             |  1 +
 webdump-git/DESCR    |  1 +
 webdump-git/Makefile | 25 +++++++++++++++++++++++++
 webdump-git/PLIST    |  4 ++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ce102ad36a..0e858f6194 100644
--- a/Makefile
+++ b/Makefile
@@ -4983,6 +4983,7 @@ SUBDIR+=	wbox
 SUBDIR+=	weatherman
 SUBDIR+=	webbrowser
 SUBDIR+=	webcleaner
+SUBDIR+=	webdump-git
 SUBDIR+=	weland
 SUBDIR+=	weplab
 SUBDIR+=	west
diff --git a/webdump-git/DESCR b/webdump-git/DESCR
new file mode 100644
index 0000000000..3c7dd8328a
--- /dev/null
+++ b/webdump-git/DESCR
@@ -0,0 +1 @@
+Text-based HTML dump.
diff --git a/webdump-git/Makefile b/webdump-git/Makefile
new file mode 100644
index 0000000000..7306057f08
--- /dev/null
+++ b/webdump-git/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
+
+DISTNAME=	webdump-0.1
+CATEGORIES=	textproc
+MASTER_SITES=	http://codemadness.org/releases/webdump/
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://codemadness.org/git/webdump/file/README.html
+COMMENT=	Text-based web client/page dump
+LICENSE=	isc
+
+GIT_REPOSITORIES=	webdump
+GIT_REPO.webdump=	git://git.codemadness.org/webdump
+WRKSRC=			${WRKDIR}/webdump
+
+USE_LANGUAGES=	c99
+
+MAKE_FLAGS+=	PREFIX=${PREFIX:Q}
+MAKE_FLAGS+=	MANPREFIX=${PREFIX:Q}/${PKGMANDIR:Q}
+MAKE_FLAGS+=	CC=${CC:Q}
+
+#REPLACE_SH+=	webdump_opml_export webdump_update
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/webdump-git/PLIST b/webdump-git/PLIST
new file mode 100644
index 0000000000..702a11bebf
--- /dev/null
+++ b/webdump-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/webdump
+man/man1/webdump.1
+share/doc/webdump/README


Home | Main Index | Thread Index | Old Index