diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-06 16:19:07 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-06 16:19:07 +0000 |
commit | 3a6b86c7f918311069d25c673f4b92b8308d8453 (patch) | |
tree | d978dcbf894466d26de4044c473308e5f314bf29 /editors/hnb | |
parent | e3f90c610b60845a815eb3c33ed22ab91c628e6b (diff) |
Initial import of hnb-1.7.
Hnb is the hierarchical notebook a data organizer.
PR: 28765
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=44831
Diffstat (limited to 'editors/hnb')
-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 |
5 files changed, 32 insertions, 0 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile new file mode 100644 index 000000000000..0a4e21c8cc55 --- /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 000000000000..0adce072537a --- /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 000000000000..5ee92dafd4e4 --- /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 000000000000..5e494fe95bc6 --- /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 000000000000..ce46f7e376df --- /dev/null +++ b/editors/hnb/pkg-plist @@ -0,0 +1 @@ +bin/hnb |