Port details |
- hnb Hierarchical NoteBook a data organizer
- 1.9.18_1 editors
=9 1.9.18_1Version of this port present on the latest quarterly branch. - Maintainer: fox@FreeBSD.org
 - Port Added: 2001-07-06 13:19:07
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: irssi, unzip, libxml2, aspell, mutt
- License: GPLv2+
- WWW:
- https://hnb.sourceforge.net/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/editors/hnb/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/hnb
- pkg install hnb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hnb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1569472947
SHA256 (fraggerfox-hnb-v1.9.18_GH0.tar.gz) = edef3c2c588b66a619b5b8d7e98bc6e5f2c6a08fb3011e63bed4521a89a73cc8
SIZE (fraggerfox-hnb-v1.9.18_GH0.tar.gz) = 141437
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hnb-1.9.18_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- editors_hnb
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.18_1 10 Jan 2024 08:16:01
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.9.18 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.18 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.18 20 Jul 2022 14:21:49
    |
Tobias C. Berner (tcberner)  |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
1.9.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.9.18 25 Aug 2020 15:55:25
  |
fox  |
editors/hnb: Fixes build on HEAD.
Makes the globals used within the file to be static to prevent duplicate
symbol while linking. |
1.9.18 02 Nov 2019 17:43:21
  |
amdmi3  |
- Pass maintainership to fox@ |
1.9.18 31 Oct 2019 18:50:40
  |
amdmi3  |
- Fix on amd64
PR: 240770
Submitted by: fox@FreeBSD.org |
1.9.17_1 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.9.17_1 01 May 2015 20:00:22
  |
amdmi3  |
- Add LICENSE |
1.9.17_1 30 May 2014 18:04:28
  |
amdmi3  |
- Convert conditinal BROKEN to ONLY_FOR_ARCHS
- Simplify DOCS installation |
1.9.17_1 07 May 2014 21:02:48
  |
amdmi3  |
- Remove Author lines |
1.9.17_1 21 Feb 2014 13:36:35
  |
ehaupt  |
Remove trailing whitespaces from category editors |
1.9.17_1 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.9.17_1 01 Oct 2013 05:45:56
  |
amdmi3  |
- Support staging
- Fix build on current
- Covert USE_GMAKE to USES
- Minor Makefile cleanup |
1.9.17_1 20 Sep 2013 16:36:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.9.17_1 18 Jun 2013 11:46:52
  |
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
1.9.17_1 30 Nov 2011 02:20:06
 |
amdmi3  |
- Add note on 64bit incompatibility
Feature safe: yes |
1.9.17_1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.9.17_1 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.9.17_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.9.17_1 24 Mar 2009 19:28:20
 |
amdmi3  |
- Mark MAKE_JOBS_UNSAFE
- Use SF macro |
1.9.17_1 19 Jun 2008 17:28:24
 |
amdmi3  |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
1.9.17_1 21 Dec 2006 20:41:33
 |
edwin  |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
1.9.17_1 06 Jun 2006 19:47:42
 |
itetcu  |
Dmitry Marakasov adopts this orphan ports that he uses.
PR: ports/98284
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: lawrence (mentor, implicit) |
1.9.17_1 07 May 2006 10:55:47
 |
edwin  |
Remove USE_REINPLACE from all categories starting with E |
1.9.17_1 14 Apr 2006 22:53:13
 |
linimon  |
Reset pat due to no response to email about his status.
Hat: portmgr |
1.9.17_1 22 Jan 2006 08:34:46
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.9.17_1 18 Mar 2004 02:27:55
 |
trevor  |
Add size data.
Approved by: maintainers |
1.9.17_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.9.17 08 Apr 2003 23:25:26
 |
pat  |
Update to 1.9.17
PR: ports/50734
Submitted by: obraun |
1.9.8 07 Mar 2003 06:00:45
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.9.8 14 Feb 2003 20:41:08
 |
pat  |
Update to 1.9.8 |
15 Nov 2001 03:59:42
    |
pat  |
Maintainer is now committer so change to new email address. |
26 Sep 2001 04:33:49
    |
lioux  |
update to 1.8.1 |
08 Sep 2001 01:10:45
    |
petef  |
Update to 1.8.0 |
06 Jul 2001 17:19:07
    |
kevlo  |
Initial import of hnb-1.7. |