a57c FreshPorts -- sysutils/syslog-ng-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
syslog-ng-devel 3.4.1 sysutils on this many watch lists=3 search for ports that depend on this port
A powerful syslogd replacement
Maintained by: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Oct 2011 15:21:50
License: not specified in port


syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard
syslogd.  Features include:

  - ability to filter messages based on content using regular expressions
  - forwarding logs on TCP

WWW: http://www.balabit.com/products/syslog_ng/

-Vince Valenti
vince@blue-box.net
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/gmake
  3. devel/pkgconf
Required To Run:
  1. security/openssl
  2. devel/pkgconf
  3. devel/gio-fam-backend
Required Libraries:
  1. sysutils/eventlog
  2. devel/pcre
  3. devel/glib20
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/syslog-ng-devel/ && make install clean
To add the package: pkg_add -r syslog-ng-devel


Configuration Options
===> The following configuration options are available for syslog-ng-devel-3.4.1:
     SYS_SSL=off: Build with OpenSSL support (from system)
     PORTS_SSL=on: Build with OpenSSL support (from ports)
     TCP_WRAPPERS=off: Build with TCP Wrappers
     SQL=off: Build with database (libdbi) support
     SPOOF=off: Build with spoof source support
     IPV6=on: Build with IPV6 support
     PCRE=on: Build with PCRE support
     SMTP=off: Build with SMTP support
     JSON=off: Build with JSON-C support
     GEOIP=off: Build with GeoIP support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.1/source/
Port Moves

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
28 Apr 2013 20:01:07
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert left sysutils ports to new options framework
18 Feb 2013 21:36:06
Original commit files touched by this commit  3.4.1
dinoex search for other commits by this committer
- fix option SPOOF
- move from libnet-devel -> libnet
- use LIB_DEPENDS for libnet
08 Feb 2013 07:40:36
Original commit files touched by this commit  3.4.1
miwi search for other commits by this committer
- Remove empyt dirs
07 Feb 2013 15:05:39
Original commit files touched by this commit  3.4.1
cy search for other commits by this committer
Master site update.

Submitted by:	Peter Czanik <czanik@balabit.hu> -- syslog-ng upline
06 Feb 2013 20:44:26
Original commit files touched by this commit  3.4.1
cy search for other commits by this committer
Update from 3.4.0rc2 to	3.4.1 (GA release).

Our syslog-ng upline (Peter Czanik <czanik@balabit.hu>) requested this
update be committed to the syslog-ng-devel port instead of the main
syslog-ng port.

Submitted by:	Peter Czanik <czanik@balabit.hu> -- syslog-ng upline
18 Jan 2013 21:11:49
Original commit files touched by this commit  3.4.0r2
cy search for other commits by this committer
Update rc1 --> rc2.

Submitted by:	Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
11 Jan 2013 00:56:23
Original commit files touched by this commit  3.4.0r1
cy search for other commits by this committer
Update from 3.4.0beta1 to 3.4.0rc1

Submitted by:	Peter Czanik <czanik@balabit.hu> (our syslog-ng upline)
21 Dec 2012 06:36:48
Original commit files touched by this commit  3.4.0b1
cy search for other commits by this committer
Update 3.4.0a3 --> 3.4.0b1. This is the first beta release.

Submitted by:	 Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
15 Dec 2012 09:17:36
Original commit files touched by this commit  3.4.0a3_2
cy search for other commits by this committer
Update 3.4.0a3 --> 3.4.0a3 build 176. This is a pre-beta release.

Submitted by:	Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
08 Sep 2012 06:53:18
Original commit files touched by this commit  3.4.0a3
linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:		portmgr
05 Aug 2012 23:19:40
Original commit files touched by this commit  3.4.0a3
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
04 Jul 2012 19:57:19
Original commit files touched by this commit  3.4.0a3
cy search for other commits by this committer
Update from alpha2 to alpha3.

Fix Makefile error from r1.57.

Point to libnet116 instead of defunct libnet115.

Submitted by:   Update submitted by our upline
                (Peter Czanik <czanik@balabit.hu>)
20 Jun 2012 04:53:16
Original commit files touched by this commit  3.4.0a2_2
cy search for other commits by this committer
Fix syntax error.

Discovered by:  FresPorts sanity checking
20 Jun 2012 04:50:12
Original commit files touched by this commit  3.4.0a2_2
  Sanity Test Failure
cy search for other commits by this committer
MF sysutils/syslog-ng:

Miscellaneous fixes:

- Fix installation and removal of default configuration: the package
  installs syslog-ng.conf.sample, but the port installs syslog-ng.conf.dist
  which is also used in the @unexec test.

- Remove empty sgml directory in DOCSDIR (which was not installed by the
  package and produced warnings on pkg-delete).

- Install patterndb.d directory from pkg-plist, and use @dirrmtry to remove it.

- Building without libnet.

PR:             ports/162414
Submitted by:   olgeni
23 May 2012 01:47:57
Original commit files touched by this commit  3.4.0a2_1
miwi search for other commits by this committer
- Chase libesmtp shlib bump
05 May 2012 17:34:54
Original commit files touched by this commit  3.4.0a2
cy search for other commits by this committer
Update 3.4.0a1 --> 3.4.0a2

Submitted by:   Peter Czanik <czanik@balabit.hu> (our syslog-ng upline)
05 Apr 2012 20:29:58
Original commit files touched by this commit  3.4.0a1_1
cy search for other commits by this committer
New distfile from our syslog-ng upline.

Submitted by:   Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Feature safe:   yes
30 Mar 2012 20:27:10
Original commit files touched by this commit  3.4.0a1
cy search for other commits by this committer
Remove version specifier for pcre.

Recommended by:         pgollucci
Feature safe:           yes
30 Mar 2012 19:26:01
Original commit files touched by this commit  3.4.0a1
cy search for other commits by this committer
pcre fixup.

Feature safe:   yes
27 Mar 2012 19:19:37
Original commit files touched by this commit  3.4.0a1
cy search for other commits by this committer
Reinsert missing PKGNAME_SUFFIX.

Feature safe:   yes
27 Mar 2012 05:55:15
Original commit files touched by this commit  3.4.0a1
cy search for other commits by this committer
Resurrect the devel branch. Update from 3.3.1 to 3.4.0alpha1.
Port provided by Peter Czanik of balabit.hu, the syslog-ng upline.

Submitted by:   Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Feature safe:   yes
14 Feb 2012 12:45:35
Original commit files touched by this commit  3.3.1_2
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
14 Jan 2012 08:57:23
Original commit files touched by this commit  3.3.1_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
18 Oct 2011 04:34:18
Original commit files touched by this commit  3.3.1_1
cy search for other commits by this committer
Fix pkg-plist error.

Mark development port not currently active.
04 Oct 2011 02:55:00
Original commit files touched by this commit  3.3.1
cy search for other commits by this committer
Adjust PKGNAMESUFFIX to reflect port name change.
04 Oct 2011 02:49:08
Original commit files touched by this commit  3.3.1
cy search for other commits by this committer
Update to 3.3.1.

Peter Czanik <czanik@balabit.hu>, our syslog-ng upline, recommended we put
3.3.1 into syslog-ng-devel first, then commit to sysutils/syslog-ng in a week.

Commit to sysutils/syslog-ng:   1 week

Submitted by:   Peter Czanik <czanik@balabit.hu>, our syslog-ng upline
03 Oct 2011 15:21:34
Original commit files touched by this commit  3.3.0b2_1
cy search for other commits by this committer
This forced commit documents the repocopy of systuils/syslog-ng3-devel to
syslog-ng-devel.

PR:             160919

Number of commits found: 28

2874
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days32
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0