Port details |
- irrd Internet Routing Registry database server v4
- 4.2.5 net
=2 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2004-04-14 17:29:55
- Last Update: 2022-08-06 21:57:28
- Commit Hash: be5cf42
- People watching this port, also watch:: gmake, cyrus-sasl, p5-DBD-Pg, cyrus-sasl-saslauthd, gettext
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- Internet Routing Registry Daemon (IRRd) v4.
WWW: http://www.irrd.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}irrd4>0:net/irrd@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/irrd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/irrd
- pkg install py39-irrd4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-irrd4 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-irrd4
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1659822661
SHA256 (irrdnet-irrd-v4.2.5_GH0.tar.gz) = 7b283df090e48b435f7195236a538191cee805eadc7490b1789a3a440655e886
SIZE (irrdnet-irrd-v4.2.5_GH0.tar.gz) = 365720
- 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:
-
- py39-alembic>=1.7.7 : databases/py-alembic@py39
- py39-asgiref>=3.4.1 : www/py-asgiref@py39
- py39-bcrypt>=3.2.0 : security/py-bcrypt@py39
- py39-beautifultable>=0.8.0 : devel/py-beautifultable@py39
- py39-daemon>=2.3.0 : devel/py-daemon@py39
- py39-datrie>=0.8.2 : devel/py-datrie@py39
- py39-hiredis>=0.2.0 : databases/py-hiredis@py39
- py39-ipy>=1.01 : net-mgmt/py-ipy@py39
- py39-ordered-set>=3.1.1 : devel/py-ordered-set@py39
- py39-passlib>=1.7.4 : security/py-passlib@py39
- py39-pid>=3.0.4 : devel/py-pid@py39
- py39-psutil>=5.9.0 : sysutils/py-psutil@py39
- py39-psycopg2>=2.9.3 : databases/py-psycopg2@py39
- py39-psycopg2cffi>=2.9.0 : databases/py-psycopg2cffi@py39
- py39-pydantic>=1.8.2 : devel/py-pydantic@py39
- py39-python-gnupg>=0.4.7 : security/py-python-gnupg@py39
- py39-pytz>=2021.3 : devel/py-pytz@py39
- py39-redis>=3.5.3 : databases/py-redis@py39
- py39-requests>=2.27.1 : www/py-requests@py39
- py39-setproctitle>=1.2.2 : devel/py-setproctitle@py39
- py39-six>=1.16.0 : devel/py-six@py39
- py39-sqlalchemy14>=1.3.24 : databases/py-sqlalchemy14@py39
- py39-starlette>=0.17.1 : www/py-starlette@py39
- py39-ujson>=4.3.0 : devel/py-ujson@py39
- py39-uvicorn>=0.16.0 : www/py-uvicorn@py39
- py39-yaml>=5.4.1 : devel/py-yaml@py39
- py39-sphinx>=4.3.2 : textproc/py-sphinx@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py39-irrd4-4.2.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_irrd
- USES:
- python:3.6+
- pkg-message:
- For install:
- 1. A working copy of postgresql-server and postgresql-contrib is required.
2. For a fresh install the following should do:
pkg install postgresql13-server postgresql13-contrib
3. Change the related postgresql server configuration like the following:
https://irrd.readthedocs.io/en/stable/admins/deployment.html#postgresql-configuration
Follow the documentation to create a database
4. Configure irrd accordingly following the documentation:
https://irrd.readthedocs.io/en/stable/admins/configuration.html
5. Enable irrd at startup with:
sysrc irrd4_enable=YES
6. Start the service:
service irrd4 start
7. First sync of whois database might take a long time depending on resources available
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Aug 2022 21:57:28 4.2.5 |
Muhammad Moinur Rahman (bofh)  |
net/irrd: Update version 4.2.4=>4.2.5
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.5 |
20 Jul 2022 14:22:37 4.2.4 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
23 Apr 2022 15:23:30 4.2.4 |
Muhammad Moinur Rahman (bofh)  |
net/irrd: Update version 4.2.2=>4.2.4
- Fix rc script to use irrd service rather than twisted
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.4 |
05 Feb 2022 01:17:21 4.2.2 |
Yasuhiro Kimura (yasu)  |
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
DEPRECATED and set EXPIRATION_DATE.
PR: 261046
Approved by: lwhsu (python) |
06 Dec 2021 01:02:47 4.2.2 |
Muhammad Moinur Rahman (bofh)  |
net/irrd: Update version 4.0.8=>4.2.2
Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.2 |
25 May 2021 13:55:43 4.0.8 |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
06 Apr 2021 14:31:13 4.0.8 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.0.8 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
4.0.8 |
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
11 May 2020 23:51:58
4.0.8 |
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
08 Apr 2020 10:59:29
4.0.8 |
bofh  |
net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently
Approved by: ume (private mail) |
18 Feb 2020 22:44:46
2.3.10_3 |
mat  |
Use USE_GITHUB. |
16 Nov 2019 09:21:13
2.3.10_3 |
ume  |
Update master site.
Though tarball was rerolled, the contents is not changed. |
16 Nov 2019 09:02:23
2.3.10_3 |
ume  |
Unmark BROKEN.
It seems fetchable. |
06 Nov 2019 14:00:19
2.3.10_3  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
09 Oct 2019 12:17:15
2.3.10_3 |
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
23 May 2016 20:35:01
2.3.10_3 |
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
2.3.10_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
16 Oct 2015 11:13:50
2.3.10_3 |
ume  |
- Fix pthread detection. [1]
- Add LICENSE.
- Use USES=tar:tgz.
- OPTIONS'fy.
- Don't hide install procedure.
PR: 203792 [1] |
02 Sep 2014 18:01:38
2.3.10_2 |
ume  |
- Resurrect net/irrd with stagify.
- Take maintainership.
- Strip installed binary.
- Use shebangfix for perl scripts. |
01 Sep 2014 23:05:27
2.3.10_1 |
bapt  |
Remove non staged ports without pending PR from net-p2p, net and news |
24 Jul 2014 15:57:24
2.3.10_1 |
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
20 Sep 2013 22:10:25
2.3.10_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
10 Jul 2013 23:59:46
2.3.10_1 |
jgh  |
- fix from conversion in r322709
Approved by: maintainer (implicit) |
10 Jul 2013 16:23:40
2.3.10_1 |
bapt  |
Mark job unsafe |
05 Aug 2012 23:19:40
2.3.10_1 |
dougb  |
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 |
15 Mar 2012 11:45:48
2.3.10_1 |
sem  |
- Add patches to fix two crash dumps
Submitted by: Boris Lytochkin <lytboris_at_yandex-team.ru>
Feature safe: Yes |
14 Jan 2012 08:57:23
2.3.10 |
dougb  |
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. |
19 Nov 2010 13:01:52
2.3.10 |
sem  |
- Update to 2.3.10 |
27 Mar 2010 05:21:36
2.3.9 |
dougb  |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
27 Mar 2010 00:15:24
2.3.9 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 May 2009 12:15:41
2.3.9 |
sem  |
- Update to 2.3.9 |
08 Apr 2009 16:23:22
2.3.7 |
sem  |
- Update to 2.3.7 |
02 Nov 2008 13:46:09
2.3.5 |
sem  |
- Update to 2.3.5 |
06 Jun 2008 13:50:32
2.3.4_1 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
15 Feb 2008 14:18:26
2.3.4 |
sem  |
- Add forgotten RC script |
15 Feb 2008 14:17:22
2.3.4 |
sem  |
- Update to 2.3.4
- Take maintainership because of maintainer email is bounced:
takano@net-chef.net
Recipient address rejected: User unknown in local recipient table |
01 Oct 2007 08:11:15
2.1.5 |
linimon  |
Mark as broken with gcc4.2. |
11 May 2006 22:49:56
2.1.5 |
edwin  |
Remove USE_REINPLACE from all categories starting with N |
01 May 2006 03:22:21
2.1.5 |
ume  |
Make it buildable on recent 7-CURRENT.
Reported by: ports-sparc64 via maintainer
Approved by: maintainer |
20 Feb 2006 20:47:50
2.1.5 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 21:24:05
2.1.5 |
edwin  |
SHA256ify
Approved by: krion@ |
13 Jun 2004 10:21:31
2.1.5 |
nork  |
o Add a rcNG script.
o Add dependency on ftp/wget.
o Fix re-close(3) problem.
o Add signal mask if already signaled.
Submitted by: TAKANO Yuji <takano@net-chef.net> (maintainer) |
19 Apr 2004 11:02:54
2.1.5 |
nork  |
Change MAINTAINER address.
Requested by: maintainer |
14 Apr 2004 17:23:23
2.1.5 |
nork  |
Add Internet Routing Registry database server(2.1.5).
Submitted by: TAKANO Yuji <takano@usen.ad.jp> |