pkgsrc-WIP-changes archive

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

edbrowse: Import edbrowse-3.6.0.1 as wip/edbrowse



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jan 5 00:08:14 2016 +0100
Changeset:	dbb5fa7c2137a48ed4391dcbd291e0ee9a02425c

Modified Files:
	Makefile
Added Files:
	edbrowse/DESCR
	edbrowse/Makefile
	edbrowse/PLIST
	edbrowse/distinfo

Log Message:
edbrowse: Import edbrowse-3.6.0.1 as wip/edbrowse

Edbrowse is a combination editor, browser, and mail client that is 100%
text based.  The interface is similar to /bin/ed, though there are many
more features, such as editing multiple files simultaneously, and rendering
html.  This program was originally written for blind users, but many
sighted users have taken advantage of the unique scripting capabilities of
this program, which can be found nowhere else.  A batch job, or cron job,
can access web pages on the internet, submit forms, and send email, with no
human intervention whatsoever.  edbrowse can also tap into databases
through odbc. It was primarily written by Karl Dahlke.

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

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

diffstat:
 Makefile          |  1 +
 edbrowse/DESCR    |  9 +++++++++
 edbrowse/Makefile | 36 ++++++++++++++++++++++++++++++++++++
 edbrowse/PLIST    |  5 +++++
 edbrowse/distinfo |  6 ++++++
 5 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fdd9c2d..ba39db8 100755
--- a/Makefile
+++ b/Makefile
@@ -565,6 +565,7 @@ SUBDIR+=	eciadsl-usermode
 SUBDIR+=	eclipse
 SUBDIR+=	ecore
 SUBDIR+=	edb
+SUBDIR+=	edbrowse
 SUBDIR+=	edelib
 SUBDIR+=	editorconfig-core
 SUBDIR+=	edje
diff --git a/edbrowse/DESCR b/edbrowse/DESCR
new file mode 100644
index 0000000..41e1e2f
--- /dev/null
+++ b/edbrowse/DESCR
@@ -0,0 +1,9 @@
+Edbrowse is a combination editor, browser, and mail client that is 100%
+text based.  The interface is similar to /bin/ed, though there are many
+more features, such as editing multiple files simultaneously, and rendering
+html.  This program was originally written for blind users, but many
+sighted users have taken advantage of the unique scripting capabilities of
+this program, which can be found nowhere else.  A batch job, or cron job,
+can access web pages on the internet, submit forms, and send email, with no
+human intervention whatsoever.  edbrowse can also tap into databases
+through odbc. It was primarily written by Karl Dahlke.
diff --git a/edbrowse/Makefile b/edbrowse/Makefile
new file mode 100644
index 0000000..f4c2c3d
--- /dev/null
+++ b/edbrowse/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD$
+
+DISTNAME=	edbrowse-3.6.0.1
+CATEGORIES=	www
+MASTER_SITES=	http://edbrowse.org/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://edbrowse.org/
+COMMENT=	Command Line Editor Browser
+LICENSE=	gnu-gpl-v3
+
+USE_CMAKE=	yes
+USE_TOOLS+=	perl:build
+USE_LANGUAGES=	c c++
+
+SUBST_CLASSES+=		man
+SUBST_STAGE.man=	pre-patch
+SUBST_MESSAGE.man=	Fixing paths in man page
+SUBST_FILES.man=	doc/man-edbrowse-debian.1
+SUBST_SED.man=		-e '/usersguide\.html/ s,/usr,${PREFIX},g'
+
+DOCDIR=			${PREFIX}/share/doc/edbrowse
+INSTALLATION_DIRS+=	${DOCDIR} ${PKGMANDIR}/man1
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/doc/usersguide.html ${DESTDIR}${DOCDIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-debian.1 \
+	    ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/edbrowse.1
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../wip/spidermonkey24/buildlink3.mk"
+.include "../../wip/tidy/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/edbrowse/PLIST b/edbrowse/PLIST
new file mode 100644
index 0000000..bd029be
--- /dev/null
+++ b/edbrowse/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/edbrowse
+bin/edbrowse-js
+man/man1/edbrowse.1
+share/doc/edbrowse/usersguide.html
diff --git a/edbrowse/distinfo b/edbrowse/distinfo
new file mode 100644
index 0000000..dff8af7
--- /dev/null
+++ b/edbrowse/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (edbrowse-3.6.0.1.zip) = 9c4f158bd1492ac216a6f80e32143c2955910327
+RMD160 (edbrowse-3.6.0.1.zip) = 6ecc8f955bededac87e8976f10aa7b92bd5194f1
+SHA512 (edbrowse-3.6.0.1.zip) = b06b0631fd6305631abf57b5d6a7b51233cea51b4d02f92235d350872095a010e5982d5478f4a344d2e6c9e87fbae037880f34ef29aaa6cdc8c4da78089fc308
+Size (edbrowse-3.6.0.1.zip) = 582275 bytes


Home | Main Index | Thread Index | Old Index