aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Log-Syslog-Constants
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2015-09-22 09:52:35 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2015-09-22 09:52:35 +0000
commitf352bbadad22a26e23554e52e0248c600f9efdd0 (patch)
tree528024613a1923a9575aa3796b11bb53293fb192 /sysutils/p5-Log-Syslog-Constants
parent4121738885850414d90c543e19f6245ef51918da (diff)
downloadports-f352bbadad22a26e23554e52e0248c600f9efdd0.tar.gz
ports-f352bbadad22a26e23554e52e0248c600f9efdd0.zip
Notes
Diffstat (limited to 'sysutils/p5-Log-Syslog-Constants')
-rw-r--r--sysutils/p5-Log-Syslog-Constants/Makefile21
-rw-r--r--sysutils/p5-Log-Syslog-Constants/distinfo2
-rw-r--r--sysutils/p5-Log-Syslog-Constants/pkg-descr8
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/p5-Log-Syslog-Constants/Makefile b/sysutils/p5-Log-Syslog-Constants/Makefile
new file mode 100644
index 000000000000..f534f7c357f0
--- /dev/null
+++ b/sysutils/p5-Log-Syslog-Constants/Makefile
@@ -0,0 +1,21 @@
+# Created by: Matthew Seaman <matthew@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Log-Syslog-Constants
+PORTVERSION= 1.02
+CATEGORIES= sysutils perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= matthew@FreeBSD.org
+COMMENT= Syslog priority constants as defined in RFC3164
+
+NO_ARCH= yes
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= %%SITE_PERL%%/Log/Syslog/Constants.pm \
+ %%PERL5_MAN3%%/Log::Syslog::Constants.3.gz
+
+.include <bsd.port.mk>
diff --git a/sysutils/p5-Log-Syslog-Constants/distinfo b/sysutils/p5-Log-Syslog-Constants/distinfo
new file mode 100644
index 000000000000..dccd1593d563
--- /dev/null
+++ b/sysutils/p5-Log-Syslog-Constants/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Log-Syslog-Constants-1.02.tar.gz) = 40170daad7c31c19c3c13b062c2d97c5165a3a75ab69ed89e8455f1db8b8f973
+SIZE (Log-Syslog-Constants-1.02.tar.gz) = 5488
diff --git a/sysutils/p5-Log-Syslog-Constants/pkg-descr b/sysutils/p5-Log-Syslog-Constants/pkg-descr
new file mode 100644
index 000000000000..2908f6689898
--- /dev/null
+++ b/sysutils/p5-Log-Syslog-Constants/pkg-descr
@@ -0,0 +1,8 @@
+Syslog messages--as standardized in RFC3164--embed a priority number
+(the PRI part) which is composed of a severity and a facility
+value. The constants which encode these values are specified in
+section 4.1.1, and are made available by this module. For instance,
+the exportable LOG_FTP constant has a value of 11, the value for the
+FTP facility.
+
+WWW: http://search.cpan.org/dist/Log-Syslog-Constants/