diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-06 16:19:07 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-06 16:19:07 +0000 |
commit | 25e8ef62dc83d4b07ab31f1a26417f7531f939f2 (patch) | |
tree | 437d6c1029249fd65e09effb2069045bee5679d6 /editors | |
parent | 992eb832683c445791cfdbe5cfe59c1f9d4b22a7 (diff) | |
download | FreeBSD-ports-25e8ef62dc83d4b07ab31f1a26417f7531f939f2.zip FreeBSD-ports-25e8ef62dc83d4b07ab31f1a26417f7531f939f2.tar.gz |
Initial import of hnb-1.7.
Hnb is the hierarchical notebook a data organizer.
PR: 28765
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/hnb/Makefile | 20 | ||||
-rw-r--r-- | editors/hnb/distinfo | 1 | ||||
-rw-r--r-- | editors/hnb/pkg-comment | 1 | ||||
-rw-r--r-- | editors/hnb/pkg-descr | 9 | ||||
-rw-r--r-- | editors/hnb/pkg-plist | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b55e9e0..eed6f45 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -57,6 +57,7 @@ SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert + SUBDIR += hnb SUBDIR += hte SUBDIR += iiimecf SUBDIR += jed diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile new file mode 100644 index 0000000..0a4e21c --- /dev/null +++ b/editors/hnb/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hnb +# Date created: Fri Jul 6 05:37:14 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= hnb +PORTVERSION= 1.7 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pat@databits.net + +GNU_CONFIGURE= yes + +MAN1= hnb.1 + +.include <bsd.port.mk> diff --git a/editors/hnb/distinfo b/editors/hnb/distinfo new file mode 100644 index 0000000..0adce07 --- /dev/null +++ b/editors/hnb/distinfo @@ -0,0 +1 @@ +MD5 (hnb-1.7.tar.gz) = e34770da5ee762cb3b5e211c8677c4ed diff --git a/editors/hnb/pkg-comment b/editors/hnb/pkg-comment new file mode 100644 index 0000000..5ee92da --- /dev/null +++ b/editors/hnb/pkg-comment @@ -0,0 +1 @@ +Hierarchical NoteBook a data organizer diff --git a/editors/hnb/pkg-descr b/editors/hnb/pkg-descr new file mode 100644 index 0000000..5e494fe --- /dev/null +++ b/editors/hnb/pkg-descr @@ -0,0 +1,9 @@ +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: http://hnb.sourceforge.net/ +Author: Øyvind Kolås <pippin@users.sourceforge.net> + +- Patrick Li <pat@databits.net> diff --git a/editors/hnb/pkg-plist b/editors/hnb/pkg-plist new file mode 100644 index 0000000..ce46f7e --- /dev/null +++ b/editors/hnb/pkg-plist @@ -0,0 +1 @@ +bin/hnb |