aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-01-15 23:46:16 +0800
committermva <mva@FreeBSD.org>2013-01-15 23:46:16 +0800
commit73f280439350d9ce6061ef86cdf1e8133934a9fe (patch)
treeb8c5fc5a3681bc3ec6e7cb2b9ce38d1dd3b9cdaf /devel
parente7ab4c01a2f27f27a2c2dc85c76aa08e92f6bc36 (diff)
downloadfreebsd-ports-gnome-73f280439350d9ce6061ef86cdf1e8133934a9fe.tar.gz
freebsd-ports-gnome-73f280439350d9ce6061ef86cdf1e8133934a9fe.tar.zst
freebsd-ports-gnome-73f280439350d9ce6061ef86cdf1e8133934a9fe.zip
liblognorm shall help to make sense out of syslog data, or, actually,
any event data that is present in text form. In short words, one will be able to throw arbitrary log message to liblognorm, one at a time, and for each message it will output well-defined name-value pairs and a set of tags describing the message. WWW: http://www.liblognorm.com PR: ports/173544 Submitted by: Paul Schmehl <pauls@utdallas.edu>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/liblognorm/Makefile21
-rw-r--r--devel/liblognorm/distinfo2
-rw-r--r--devel/liblognorm/pkg-descr8
-rw-r--r--devel/liblognorm/pkg-plist11
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index cdb4a3a48984..a368d2f5c99a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1003,6 +1003,7 @@
SUBDIR += libleaftag
SUBDIR += liblnk
SUBDIR += liblogging
+ SUBDIR += liblognorm
SUBDIR += liblouis
SUBDIR += liblouisxml
SUBDIR += libltdl
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile
new file mode 100644
index 000000000000..35939615b9df
--- /dev/null
+++ b/devel/liblognorm/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= liblognorm
+PORTVERSION= 0.3.5
+CATEGORIES= devel net security
+MASTER_SITES= http://www.liblognorm.com/download/files/download/
+
+MAINTAINER= pauls@utdallas.edu
+COMMENT= A log normalizer
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \
+ estr:${PORTSDIR}/devel/libestr
+
+USE_PKGCONFIG= build
+USE_GNOME= gnomehack
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/devel/liblognorm/distinfo b/devel/liblognorm/distinfo
new file mode 100644
index 000000000000..01071f5d32bc
--- /dev/null
+++ b/devel/liblognorm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (liblognorm-0.3.5.tar.gz) = 5714f145b379adb64fe1d87ea6adec9e8d91e5fe1bc0654febb85960dc34dd06
+SIZE (liblognorm-0.3.5.tar.gz) = 322410
diff --git a/devel/liblognorm/pkg-descr b/devel/liblognorm/pkg-descr
new file mode 100644
index 000000000000..b5266d87fcaa
--- /dev/null
+++ b/devel/liblognorm/pkg-descr
@@ -0,0 +1,8 @@
+liblognorm shall help to make sense out of syslog data, or, actually,
+any event data that is present in text form.
+
+In short words, one will be able to throw arbitrary log message to liblognorm,
+one at a time, and for each message it will output well-defined name-value
+pairs and a set of tags describing the message.
+
+WWW: http://www.liblognorm.com
diff --git a/devel/liblognorm/pkg-plist b/devel/liblognorm/pkg-plist
new file mode 100644
index 000000000000..1119a92c58c3
--- /dev/null
+++ b/devel/liblognorm/pkg-plist
@@ -0,0 +1,11 @@
+bin/lognormalizer
+include/annot.h
+include/liblognorm.h
+include/lognorm.h
+include/ptree.h
+include/samp.h
+lib/liblognorm.a
+lib/liblognorm.la
+lib/liblognorm.so
+lib/liblognorm.so.0
+libdata/pkgconfig/lognorm.pc