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.
This commit is contained in:
kevlo 2001-07-12 08:41:31 +00:00
parent 3a58fcfe82
commit c765f6cf78
4 changed files with 39 additions and 0 deletions

27
editors/hnb/Makefile Normal file
View File

@ -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 <kevlo@openbsd.org>
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 <bsd.port.mk>

3
editors/hnb/files/md5 Normal file
View File

@ -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

6
editors/hnb/pkg/DESCR Normal file
View File

@ -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}

3
editors/hnb/pkg/PLIST Normal file
View File

@ -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