edbrowse: Import edbrowse-3.6.0.1 as wip/edbrowse
authorLeonardo Taccari <leot@NetBSD.org>
Mon, 4 Jan 2016 23:08:14 +0000 (00:08 +0100)
committerLeonardo Taccari <leot@NetBSD.org>
Mon, 4 Jan 2016 23:08:14 +0000 (00:08 +0100)
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.

Makefile
edbrowse/DESCR [new file with mode: 0644]
edbrowse/Makefile [new file with mode: 0644]
edbrowse/PLIST [new file with mode: 0644]
edbrowse/distinfo [new file with mode: 0644]

index fdd9c2d53ca75b071f779c28f452a268842c01b6..ba39db885af97ffa3bae7fd0da2f47f08a63a31b 100755 (executable)
--- 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 (file)
index 0000000..41e1e2f
--- /dev/null
@@ -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 (file)
index 0000000..f4c2c3d
--- /dev/null
@@ -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
+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 (file)
index 0000000..bd029be
--- /dev/null
@@ -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 (file)
index 0000000..dff8af7
--- /dev/null
@@ -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