pkgsrc-WIP-changes archive

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

htmldoc-x11: Update to version 1.9.7



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Oct 17 17:32:16 2019 +0200
Changeset:	fb7d80210399596e21f444c784d26a0040e7104b

Modified Files:
	Makefile
Added Files:
	htmldoc-x11/DESCR
	htmldoc-x11/Makefile
	htmldoc-x11/TODO

Log Message:
htmldoc-x11: Update to version 1.9.7

Use FLTK 1.3 (test with 1.4) instead of the unmaintained FLTK 1.1.

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

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

diffstat:
 Makefile             |  1 +
 htmldoc-x11/DESCR    |  6 ++++++
 htmldoc-x11/Makefile | 12 ++++++++++++
 htmldoc-x11/TODO     |  4 ++++
 4 files changed, 23 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2755d37a9c..95d61a342e 100644
--- a/Makefile
+++ b/Makefile
@@ -1579,6 +1579,7 @@ SUBDIR+=	ht2html
 SUBDIR+=	html-xml-utils
 SUBDIR+=	html2latex
 SUBDIR+=	htmldoc
+SUBDIR+=	htmldoc-x11
 SUBDIR+=	htslib
 SUBDIR+=	httrack
 SUBDIR+=	hu-go
diff --git a/htmldoc-x11/DESCR b/htmldoc-x11/DESCR
new file mode 100644
index 0000000000..f0c15b5110
--- /dev/null
+++ b/htmldoc-x11/DESCR
@@ -0,0 +1,6 @@
+HTMLDOC is a program that generates indexed HTML, PostScript, and PDF
+files from HTML "source" files that you create using your favorite HTML
+editor.
+
+HTMLDOC includes a simple GUI interface to manage your HTML files and
+automatically (re)generate files for viewing and printing.
diff --git a/htmldoc-x11/Makefile b/htmldoc-x11/Makefile
new file mode 100644
index 0000000000..5e39476f5b
--- /dev/null
+++ b/htmldoc-x11/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+PKGNAME=	htmldoc-x11-${VERSION}
+
+CONFIGURE_ARGS+=	--with-gui
+
+# FLTK version 1.4 is supported too
+#.include "../../x11/fltk13/buildlink3.mk"
+.include "../../wip/fltk14-devel/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../wip/htmldoc/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/htmldoc-x11/TODO b/htmldoc-x11/TODO
new file mode 100644
index 0000000000..2a255f8d30
--- /dev/null
+++ b/htmldoc-x11/TODO
@@ -0,0 +1,4 @@
+[X] Switch from FLTK 1.1 to FLTK 1.3
+    Test with FLTK 1.4 development snapshot was successful too.
+
+[ ] Remove references to wip in Makefile


Home | Main Index | Thread Index | Old Index