diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-04 10:44:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-04 10:44:07 +0000 |
commit | f43d1cbfda5b8462eeefd5f78a4945af1121e157 (patch) | |
tree | 14a43ae3048371218057905c1f525399c6ceefb9 /sysutils/lire | |
parent | c237f6edac65adf96fd40b31c87b18bffcd57fcb (diff) | |
download | ports-f43d1cbfda5b8462eeefd5f78a4945af1121e157.tar.gz ports-f43d1cbfda5b8462eeefd5f78a4945af1121e157.zip |
Notes
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 3d2ee65a0ea4..5627b481c15e 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -13,6 +13,7 @@ PORTNAME= lire PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.logreport.org/pub/ @@ -69,6 +70,7 @@ MAN1= \ lr_log2mail.1 \ lr_log2report.1 \ lr_mail.1 \ + lr_processmail.1 \ lr_rawmail2mail.1 \ lr_report_cfg2xml.1 \ lr_run.1 \ @@ -144,6 +146,7 @@ MAN3= \ Lire::Config::XMLSpecListSpec.3pm \ Lire::Count.3pm \ Lire::DataTypes.3pm \ + Lire::DerivedSchema.3pm \ Lire::DlfAnalyser.3pm \ Lire::DlfAnalyserProcess.3pm \ Lire::DlfCategoriser.3pm \ @@ -156,7 +159,10 @@ MAN3= \ Lire::DlfStream.3pm \ Lire::DocBookParser.3pm \ Lire::Error.3pm \ + Lire::ExtendedSchema.3pm \ Lire::Field.3pm \ + Lire::FilterExpr.3pm \ + Lire::FilterSpec.3pm \ Lire::Firewall.3pm \ Lire::Firewall::IpchainsDlfConverter.3pm \ Lire::Firewall::IpfilterDlfConverter.3pm \ @@ -185,6 +191,7 @@ MAN3= \ Lire::OutputFormats::Text.3pm \ Lire::OutputFormats::XML.3pm \ Lire::OutputJob.3pm \ + Lire::Param.3pm \ Lire::Plugin.3pm \ Lire::PluginManager.3pm \ Lire::Program.3pm \ @@ -200,6 +207,7 @@ MAN3= \ Lire::Report::Section.3pm \ Lire::Report::Subreport.3pm \ Lire::Report::TableInfo.3pm \ + Lire::ReportConfig.3pm \ Lire::ReportJob.3pm \ Lire::ReportOperator.3pm \ Lire::ReportParser.3pm \ @@ -213,6 +221,8 @@ MAN3= \ Lire::ReportParser::ReportBuilder.3pm \ Lire::ReportParser::RowColHandler.3pm \ Lire::ReportSchedule.3pm \ + Lire::ReportSection.3pm \ + Lire::ReportSpec.3pm \ Lire::SQLExt::LrCountUniq.3pm \ Lire::SQLExt::LrFirst.3pm \ Lire::SQLExt::LrLast.3pm \ @@ -245,6 +255,7 @@ MAN3= \ Lire::WELF.3pm \ Lire::WeekCalculator.3pm \ Lire::XMLParser.3pm \ + Lire::XMLSpecContainer.3pm \ Lire::XMLSpecI18N.3pm \ Lire::XMLSpecParser.3pm |