diff options
author | netchild <netchild@FreeBSD.org> | 2003-01-17 18:48:02 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-01-17 18:48:02 +0800 |
commit | 094bb6e36e39fa158b54e94d949aabbefab8dd85 (patch) | |
tree | 04a677323b1ca856f70fb01c304b41d4191c7fec | |
parent | 00df94847d874392ebd739128cfc903b711a9dc7 (diff) | |
download | freebsd-ports-gnome-094bb6e36e39fa158b54e94d949aabbefab8dd85.tar.gz freebsd-ports-gnome-094bb6e36e39fa158b54e94d949aabbefab8dd85.tar.zst freebsd-ports-gnome-094bb6e36e39fa158b54e94d949aabbefab8dd85.zip |
Update to 0.8.4.
Changes:
- gzip and bzip2 support for the log files
- reduced memory usage (a lot, more than 20%, depending on the log files)
- faster
- support for setting config options on the command-line
- some fixes for seg-faults
- relaxed max line-length in the log files from 1k to 4k
-rw-r--r-- | textproc/modlogan/Makefile | 2 | ||||
-rw-r--r-- | textproc/modlogan/distinfo | 2 | ||||
-rw-r--r-- | textproc/modlogan/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 6832830a6439..7129632efced 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= modlogan -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/textproc/modlogan/distinfo b/textproc/modlogan/distinfo index c05d5f30fe9a..8339139ade33 100644 --- a/textproc/modlogan/distinfo +++ b/textproc/modlogan/distinfo @@ -1 +1 @@ -MD5 (modlogan-0.8.2.tar.gz) = 2b7863792bbb8ac4c00b8670d5e73eef +MD5 (modlogan-0.8.4.tar.gz) = 395d43ed9b0fbc84eaf516574cd65297 diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist index ef7da93b7b5d..4c7f35656db9 100644 --- a/textproc/modlogan/pkg-plist +++ b/textproc/modlogan/pkg-plist @@ -52,6 +52,7 @@ lib/libmla_mdata_query.so lib/libmla_mdata_record.so lib/libmla_mdata_split.so lib/libmla_mdata_state.so +lib/libmla_mdata_string.so lib/libmla_mdata_sublist.so lib/libmla_mdata_traffic.so lib/libmla_mdata_visit.so |