diff options
author | pav <pav@FreeBSD.org> | 2005-09-18 22:40:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-18 22:40:36 +0800 |
commit | e864f209313eaf47c8151717adee1cf6cce6c92f (patch) | |
tree | eb56add4c79bb5aebafa658a482f66ba1c1d0d4d /sysutils/Makefile | |
parent | 67c5d5a3c20022c8fe73d75ef92da3c4de199f75 (diff) | |
download | freebsd-ports-gnome-e864f209313eaf47c8151717adee1cf6cce6c92f.tar.gz freebsd-ports-gnome-e864f209313eaf47c8151717adee1cf6cce6c92f.tar.zst freebsd-ports-gnome-e864f209313eaf47c8151717adee1cf6cce6c92f.zip |
HOZ is what you would call a "file splitter". Its file format is the same as
the one used by the "Hacha" software, a well known splitter in Spain and
Latinamerica. HOZ is an open-source and portable C implementation of an
"Hacha" compatible splitter.
PR: ports/86245 (based on)
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 800275818228..13194601f355 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -216,6 +216,7 @@ SUBDIR += heirloom SUBDIR += highlnk SUBDIR += hourglass + SUBDIR += hoz SUBDIR += httplog SUBDIR += i855vidctl10 SUBDIR += idled |