From c765f6cf782c9b974927fb8697d2e976c31ccaa7 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 12 Jul 2001 08:41:31 +0000 Subject: [PATCH] Initial import of hnb-1.7 Hierarchical notebook (hnb) is a program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML. --- editors/hnb/Makefile | 27 +++++++++++++++++++++++++++ editors/hnb/files/md5 | 3 +++ editors/hnb/pkg/DESCR | 6 ++++++ editors/hnb/pkg/PLIST | 3 +++ 4 files changed, 39 insertions(+) create mode 100644 editors/hnb/Makefile create mode 100644 editors/hnb/files/md5 create mode 100644 editors/hnb/pkg/DESCR create mode 100644 editors/hnb/pkg/PLIST diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile new file mode 100644 index 00000000000..fb30f7c063d --- /dev/null +++ b/editors/hnb/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/07/12 08:41:31 kevlo Exp $ + +COMMENT= "hierarchical notebook" + +DISTNAME= hnb-1.7 +CATEGORIES= editors +NEED_VERSION= 1.419 + +HOMEPAGE= http://http://hnb.sourceforge.net/ + +MAINTAINER= Kevin Lo + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= hnb + +LIB_DEPENDS= xml2.5::textproc/libxml + +CONFIGURE_STYLE= gnu +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/editors/hnb/files/md5 b/editors/hnb/files/md5 new file mode 100644 index 00000000000..b81ac31b10e --- /dev/null +++ b/editors/hnb/files/md5 @@ -0,0 +1,3 @@ +MD5 (hnb-1.7.tar.gz) = e34770da5ee762cb3b5e211c8677c4ed +RMD160 (hnb-1.7.tar.gz) = 3a6cf79c0bfd18c27adf3aea32002a0efcd44837 +SHA1 (hnb-1.7.tar.gz) = 4720e74160d645df0c8779b908bde261330bb6eb diff --git a/editors/hnb/pkg/DESCR b/editors/hnb/pkg/DESCR new file mode 100644 index 00000000000..9ea8050bc04 --- /dev/null +++ b/editors/hnb/pkg/DESCR @@ -0,0 +1,6 @@ +Hierarchical notebook (hnb) is a program to organize many kinds of data +in one place, including addresses, TODO lists, ideas, book reviews, +brainstorming, speech outlines, etc. It stores data in XML format, +and is capable of native export to ASCII and HTML. + +WWW: ${HOMEPAGE} diff --git a/editors/hnb/pkg/PLIST b/editors/hnb/pkg/PLIST new file mode 100644 index 00000000000..d20ed5effbf --- /dev/null +++ b/editors/hnb/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/12 08:41:31 kevlo Exp $ +bin/hnb +man/man1/hnb.1