Port details |
- inspircd Modular C++ IRC daemon
- 4.4.0 irc =5 4.3.0Version of this port present on the latest quarterly branch.
- Maintainer: driesm@FreeBSD.org
- Port Added: 2006-12-01 15:13:18
- Last Update: 2024-11-02 13:47:23
- Commit Hash: 0694371
- People watching this port, also watch:: doublecmd-gtk2, monit, inotify-tools
- License: GPLv2
- WWW:
- https://www.inspircd.org/
- Description:
- InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/irc/inspircd/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/inspircd
- pkg install inspircd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: inspircd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730553509
SHA256 (inspircd-inspircd-v4.4.0_GH0.tar.gz) = 9f24615b1663ca6ed611f39c3f74da291656fc88df18991ab67f1becbab40aaa
SIZE (inspircd-inspircd-v4.4.0_GH0.tar.gz) = 1023377
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for inspircd-4.4.0:
ARGON=off: Build m_argon2 module
GNUTLS=off: Build m_ssl_gnutls module
JSON=off: Build m_log_json module
LDAP=off: Build m_ldap module
MAXMIND=off: Build m_geo_maxmind module
MBEDTLS=off: Build m_ssl_mbedtls module
MYSQL=off: Build m_mysql module
OPENSSL=on: Build m_ssl_openssl module
PCRE2=off: Build m_regex_pcre2 module
PGSQL=off: Build m_pgsql module
POSIX=on: Build m_regex_posix module
RE2=off: Build m_regex_re2 module
SQLITE=off: Build m_sqlite3 module
SSLREHASH=off: Build m_sslrehashsignal module
SYSLOG=off: Build m_log_syslog module
===> Use 'make config' to modify these settings
- Options name:
- irc_inspircd
- USES:
- compiler:c++11-lang cpe gmake localbase:ldflags perl5 pkgconfig ssl
- pkg-message:
- If upgrading from < 3:
- InspIRCd v3 has many configuration changes that are not backwards
compatible with InspIRCd v2. Please review
https://docs.inspircd.org/3/configuration-changes/ and update your
configuration files accrdingly.
- If removing:
- To completely remove inspircd, you may wish to remove its
configuration, database and log directories:
# rm -rf /usr/local/etc/inspircd \\
/var/db/inspircd \\
/var/log/inspircd \\
/var/run/inspircd
To remove the ircd user and the ircd group, run:
# pw groupdel ircd
# pw userdel ircd
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_1 05 Jul 2011 21:22:51 |
crees |
Use USERS and GROUPS
PR: ports/157612
Submitted by: crees (me)
Approved by: rene (mentor, implicit), maintainer timeout |
2.0.2_1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.0.2 17 Mar 2011 15:51:01 |
miwi |
- Update to 2.0.2
PR: 154998
Submitted by: Ayumi Mitsui <ayu@commun.jp>
Approved by: maintainer timeout |
1.1.20 13 Feb 2011 22:40:55 |
pav |
- MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable) |
1.1.20 02 Jun 2010 15:35:11 |
pav |
- Fix build of gnutls module
PR: ports/144989
Submitted by: Austin Teague <opticshade@gmail.com>
Approved by: maintainer timeout (2 months) |
1.1.20 12 Sep 2009 23:20:26 |
miwi |
- Update to 1.1.20
PR: 138155
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout |
1.1.19_1 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
1.1.19 15 Jul 2009 16:56:10 |
dougb |
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. |
1.1.19 19 May 2008 07:01:38 |
beech |
- Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
openssl libs as well as openssl installed from ports.
PR: ports/123076
Submitted by: Matthew Seaman <matthew.seaman@thebunker.net>
Approved by: Craig Edwards (Brain) <brain@inspircd.org> (maintainer) |
1.1.8_2 14 Jun 2007 20:02:23 |
mm |
Force commit for notes
PR: ports/113680
Approved by: maintainer, garga (mentor) |
1.1.8_2 14 Jun 2007 19:46:40 |
mm |
- respect CXXFLAGS
- cosmetic change in Makefile
Approved by: garga (mentor) |
1.1.8_1 13 Jun 2007 23:39:01 |
mm |
- bugfix: example files install and their pkg-plist entries
- added USE_LDCONFIG entry
PR: ports/113502
Submitted by: Craig Edwards <brain@inspircd.org> (maintainer)
Pointyhat to: sat
Approved by: maintainer, garga (mentor) |
1.1.8 13 Jun 2007 22:05:23 |
sat |
- Fix a nasty bug where PREFIX/bin could get chmod'ed to 700
Reported by: pointyhat via kris
Submitted by: Craig Edwards <brain@inspircd.org> (maintainer, based on)
Pointy hat to: sat |
1.1.8 12 Jun 2007 11:46:26 |
beech |
Fix a typo
Approved by: sat (mentor) |
1.1.8 12 Jun 2007 11:18:03 |
beech |
- Update to 1.1.8
- Remove 4.x cruft
PR: ports/113501
Submitted by: Craig Edwards <brain@inspircd.org>
Approved By: sat (mentor) |
1.0.6 11 Jan 2007 17:05:18 |
pav |
- Mark BROKEN on FreeBSD 4 |
1.0.6 01 Dec 2006 15:12:51 |
pav |
InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.
WWW: http://www.inspircd.org/
PR: ports/102583
Submitted by: Craig Edwards <brain@mail1.chatspike.net> |