| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
							- Source: ngircd
 
- Section: net
 
- Priority: optional
 
- Maintainer: Alexander Barton <alex@barton.de>
 
- Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap-dev, libident-dev
 
- Standards-Version: 3.7.2.1
 
- Package: ngircd
 
- Architecture: any
 
- Depends: ${shlibs:Depends}, ${misc:Depends}
 
- Provides: ircd
 
- Description: A lightweight daemon for the Internet Relay Chat (IRC)
 
-  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
 
-  network. It is written from scratch and is not based upon the original
 
-  IRCd like many others.
 
-  .
 
-  This package contains the "standard distribution", including support for
 
-  syslog logging and compressed server-links using zlib.
 
-  .
 
-  Advantages of ngIRCd:
 
-   - no problems with servers using changing/non-static IP addresses.
 
-   - small and lean configuration file.
 
-   - free, modern and open source C code.
 
-   - still under active development.
 
-  .
 
-  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
 
-  mixed networks.
 
- Package: ngircd-full
 
- Architecture: any
 
- Depends: ${shlibs:Depends}, ${misc:Depends}
 
- Provides: ircd
 
- Conflicts: ngircd
 
- Description: A lightweight daemon for the Internet Relay Chat (IRC)
 
-  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
 
-  network. It is written from scratch and is not based upon the original
 
-  IRCd like many others.
 
-  .
 
-  This package includes support for TCP wrappers and IDENT requests in
 
-  addition to the features of the "standard package".
 
-  .
 
-  Advantages of ngIRCd:
 
-   - no problems with servers using changing/non-static IP addresses.
 
-   - small and lean configuration file.
 
-   - free, modern and open source C code.
 
-   - still under active development.
 
-  .
 
-  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
 
-  mixed networks.
 
 
  |