FreshPorts -- The Place For Ports Tue, 9 Feb 2010 5:15 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
ngircd 0.15 irc on this many watch lists=2 search for ports that depend on this port An older version of this port was marked as vulnerable.
Free open source daemon for Internet Relay Chat (IRC)
Maintained by: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 May 2003 22:43:15


ngIRCd is an Open-Source server for the Internet Relay Chat (IRC), which is
developed and published under the terms of the GNU General Public Licence.
ngIRCd means "next generation IRC daemon", it's written from scratch and not
deduced from the "grandfather of IRC daemons", the daemon of the IRCNet.

WWW: http://arthur.ath.cx/~alex/ngircd
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/irc/ngircd/ && make install clean
To add the package: pkg_add -r ngircd


Configuration Options
===> The following configuration options are available for ngircd-0.15:
     TCP_WRAPPERS=on (default) "Enable TCP wrappers support"
     SYSLOG=on (default) "Enable SYSLOG support"
     ZLIB=on (default) "Enable ZLIB compression"
     OPENSSL=off (default) "Enable OpenSSL support"
     GNUTLS=off (default) "Enable GnuTLS support"
     IRCPLUS=on (default) "Enable IRC+ protocol"
     IDENT=off (default) "Enable IDENT (AUTH) protocol support"
     SNIFFER=off (default) "Enable IRC traffic sniffer"
     DEBUG=off (default) "Show additional debug output"
===> Use 'make config' to modify these settings

Master Sites:
http://download.berlios.de/ngircd/
http://download2.berlios.de/ngircd/
ftp://ngircd.barton.de/pub/ngircd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 32

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Dec 2009 20:21:38
Original commit files touched by this commit  0.15
dinoex search for other commits by this committer
- update to 0.15
- add options OPENSSL
- add options GNUTLS
- take maintainership for a while
15 Jul 2009 17:56:10
Original commit files touched by this commit  0.10.1
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
08 Apr 2009 12:09:09
Original commit files touched by this commit  0.10.1
itetcu search for other commits by this committer
Fix plist with -DNOPORTDOCS.

Prompted by:    QAT QA run
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.10.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Aug 2008 10:18:37
Original commit files touched by this commit  0.10.1
linimon search for other commits by this committer
Return laszlof's ports to the pool due to lack of time.

Hat:            portmgr
18 Dec 2006 19:38:27
Original commit files touched by this commit  0.10.1
laszlof search for other commits by this committer
Update to 0.10.1

Submitted by:   miwi@
11 Dec 2006 18:34:15
Original commit files touched by this commit  0.10.0
laszlof search for other commits by this committer
Update to 0.10.0
07 Nov 2006 15:37:06
Original commit files touched by this commit  0.9.2_1
laszlof search for other commits by this committer
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
13 Feb 2006 16:56:11
Original commit files touched by this commit  0.9.2_1
mnag search for other commits by this committer
- Use OPTIONS and add more options
- Add rc.d script
- Bump PORTREVISION

PR:             93285
Submitted by:   mnag
Approved by:    maintainer
10 Nov 2005 18:41:27
Original commit files touched by this commit  0.9.2
garga search for other commits by this committer
- Add SHA256 to all ports submitter maintain

PR:             ports/88791
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
20 Oct 2005 01:00:32
Original commit files touched by this commit  0.9.2
mnag search for other commits by this committer
Update to 0.9.2
Take MAINTAINER

PR:             87693
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
14 Sep 2005 09:26:09
Original commit files touched by this commit  0.9.1
krion search for other commits by this committer
Drop maintainership, since I'm buried in the $REALLIFE stuff.
28 Aug 2005 11:35:47
Original commit files touched by this commit  0.9.1
krion search for other commits by this committer
Update to 0.9.1
27 Jul 2005 09:36:53
Original commit files touched by this commit  0.9.0
krion search for other commits by this committer
Update to 0.9.0
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.8.3
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.8.3
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
03 Feb 2005 13:28:50
Original commit files touched by this commit  0.8.3
krion search for other commits by this committer
Update to 0.8.3
27 Jan 2005 17:58:12
Original commit files touched by this commit  0.8.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.8.2
25 Dec 2004 09:21:41
Original commit files touched by this commit  0.8.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.8.1
01 Sep 2004 15:11:52
Original commit files touched by this commit  0.8.0_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build with ident support.

Reported by:    Martin Hasenbein <mh@bsd.net>
04 Jul 2004 10:23:38
Original commit files touched by this commit  0.8.0
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.8.0
07 Feb 2004 18:42:50
Original commit files touched by this commit  0.7.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 0.7.7
30 Jan 2004 21:17:53
Original commit files touched by this commit  0.7.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Forced commit to log typo fixing.

Noted by:       kris
No cookies for: krion
30 Jan 2004 14:05:15
Original commit files touched by this commit  0.7.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
- SIZEify
08 Dec 2003 22:24:45
Original commit files touched by this commit  0.7.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.7.6
08 Nov 2003 16:44:06
Original commit files touched by this commit  0.7.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 0.7.5
25 Oct 2003 17:02:14
Original commit files touched by this commit  0.7.1_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
- s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g
- Don't install some documentation files
- Bump PORTREVISION

PR:             58525
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
22 Jul 2003 11:34:12
Original commit files touched by this commit  0.7.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
20 Jul 2003 10:07:19
Original commit files touched by this commit  0.7.1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Update to 0.7.1

PR:             54651
Submitted By:   maintainer
06 May 2003 20:15:27
Original commit files touched by this commit  0.7.0
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Fix 'make package' error.

PR:             ports/51884
Submitted by:   maintainer
04 May 2003 00:55:37
Original commit files touched by this commit  0.7.0
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add two missing manpage.
03 May 2003 22:42:36
Original commit files touched by this commit  0.7.0
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add ngircd 0.7.0,
free open source daemon for Internet Relay Chat
(IRC).

PR:             51683
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight88
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.217 seconds.