Port details |
- fidogate Fido-Internet Gateway and Tosser
- 5.12 news =5 5.12Version of this port present on the latest quarterly branch.
- Maintainer: admin@5034.ru
- Port Added: unknown
- Last Update: 2023-04-15 17:06:44
- Commit Hash: 81fbff3
- People watching this port, also watch:: ifmail, links, tin, mutt, inn
- Also Listed In: mail
- License: GPLv2
- WWW:
- https://github.com/ykaliuta/fidogate
- Description:
- * Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/news/fidogate/ && make install clean
- To add the package, run one of these commands:
- pkg install news/fidogate
- pkg install fidogate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fidogate
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681578372
SHA256 (ykaliuta-fidogate-v5.12_GH0.tar.gz) = 6667448be8f676459a0a96943c48a91fb35393239b216e7fb43d80dbfb6e14e5
SIZE (ykaliuta-fidogate-v5.12_GH0.tar.gz) = 1049998
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:
-
- innconfval : news/inn
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fidogate-5.12:
INN=on: INN news server support
DESCDIR=on: Put file descriptions into files.bbs
ALIASES=off: Rewrite addresses found in ALIASES
DBC=off: Use msgid correspond data base
DNT_NETMAIL=off: Do not toss netmail
FMSGID=on: Set gate msgid into outgoing messages
AVAIL=on: Change behaviour of areafix command "%list" and "%avail"
BEST_AKA=on: Best AKA select
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
FIX_QUOTE_RFC2FTN=on: Fix quoting rfc2ftn
===> Use 'make config' to modify these settings
- Options name:
- news_fidogate
- USES:
- autoreconf perl5 iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.12 15 Apr 2023 17:06:44 |
Fernando Apesteguía (fernape) |
news/fidogate: update to v5.12
* Fix crashes, support PING/TRACE, switch to github actions
* mime: fix final NUL space allocating
* rfc2ftn: add X-HTTP-USER-AGENT RFC header to use it as tearline.
* tick: add tick flavour support for passthrough fileboxes
* mime: get_mime_disposition: free allocated string but not tmps
* acl: list_free: NULLify ngrp_pat_list
PR: 270545
Reported by: dz@dolik.dev
Approved by: admin@5034.ru (maintainer, timeout > 2 weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.10.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.10.3 01 Sep 2022 10:58:41 |
Dmitry Marakasov (amdmi3) |
news/fidogate: mark BROKEN
configure: error: use --with-newsbindir=DIR or --without-news option
Reported by: pkg-fallout
Approved by: portmgr blanket |
5.10.3 31 Aug 2021 04:02:17 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under n* categories, drop redundant GH_* knobs. |
5.10.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.10.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.10.3 28 Jan 2021 15:08:42 |
rhurlin |
news/fidogate: Update to 5.10-3
Update port to release v5.10 [1] plus additional commits from
branch 'staging' [2]. All commits after the release are fixes.
- fidogate.service: [ is put back
- fidogate.service: full paths for commands
- rfc2ftn: fix mime unpacking if recipients
given in command line
- rfc2ftn: Fix SIGSEGV on list_free
- mime: fix memleak on multipart decoding
- rfc2ftn: Fix for test019: check crash in
get_mime_disposition
[1] https://github.com/ykaliuta/fidogate/releases/tag/v5.10
[2] https://github.com/ykaliuta/fidogate/commits/staging
PR: 253059
Submitted by: Sergey Anokhin <admin@5034.ru> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D28400 |
5.9 16 Oct 2020 10:41:52 |
rhurlin |
news/fidogate: Update to 5.9
Features[1]:
- send-fidogate: added 'xct' wrapper which adds X-Comment-To headers to innd
batches
- passwd: separate tic password
- rfc2ftn: implement default_rfc charset option
- packaging: distribute .service under debian/ and use it for rpm
Fixes[1]:
- Many timezone fixes again
- username generation
- mime: handle comments ()
- memory handling
[1] https://github.com/ykaliuta/fidogate/releases/tag/v5.9
PR: 250339
Submitted by: Sergey Anokhin <admin@5034.ru> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26806 |
5.7 03 Jul 2020 09:09:37 |
danfe |
- Unbreak configuring as unprivileged user
- Start option descriptions with capital letter
PR: 243983
Submitted by: maintainer |
5.7 04 Feb 2020 10:41:41 |
dinoex |
- move fidogate to fidogate4
- update to 5.7
PR: 243761
Submitted by: Sergey Anokhin |
4.4.10_1 01 Feb 2017 07:06:19 |
dinoex |
- fix owner on suid binaries
- fix option FIDOGATE_RUNAS
- add LICENSE
- make portlint happier |
4.4.10 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.4.10 08 Oct 2015 03:59:02 |
dinoex |
- cleanup |
4.4.10 03 May 2015 15:20:18 |
bapt |
Allow packaging as a user by overwriting OWNER/GROUP
This does not change the final package at all given root/wheel are the default
when nothing is specified in the plist |
4.4.10 21 Feb 2014 13:38:58 |
ehaupt |
Remove trailing whitespaces from category news |
4.4.10 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
4.4.10 16 Nov 2013 20:07:54 |
dinoex |
- use STAGEDIR
- rename patchfiles |
4.4.10 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
4.4.10 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
4.4.10 14 Sep 2013 12:04:19 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
4.4.10 13 May 2013 15:32:01 |
dinoex |
- update WWW
- update MASTER_SITES |
4.4.10 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
4.4.10 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.4.10 06 Jul 2009 12:56:51 |
dinoex |
- fix NOPORTSDOC
reported by: QAT |
4.4.10 05 Jul 2009 09:39:18 |
dinoex |
- fix build with custom LOCALBASE
Reported by: QAT
- some cleanups |
4.4.10 27 Mar 2009 19:41:49 |
dinoex |
- MAKE_JOBS_UNSAFE |
4.4.10 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
4.4.10 31 May 2008 05:37:00 |
dinoex |
- fix build for NOPORTDOCS
Reported by: itetcu |
4.4.10 30 May 2008 17:06:39 |
dinoex |
- use PORTEXAMPLES |
4.4.10 09 Oct 2007 13:12:03 |
dinoex |
- unbreak option FIDOGATE_RUNAS
which was broken by previous commit |
4.4.10 04 Oct 2007 02:18:18 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
4.4.10 07 Oct 2006 19:17:13 |
dinoex |
- fix build with gcc41 |
4.4.10 15 Jul 2006 08:09:35 |
dinoex |
- fix build for FreeBSD 4.x |
4.4.10 24 Jun 2006 07:59:24 |
dinoex |
- drop support for FreeBSD 2.x
Submitted by: linimon |
4.4.10 02 Apr 2006 08:34:29 |
dinoex |
- disable mkinfo and fix plist |
4.4.10 26 Mar 2006 14:53:35 |
dinoex |
- new option WITHOUT_IFCICO
- hack araound regression with makeinfo 4.8
- make portlint happierAA |
4.4.10 13 Nov 2005 09:26:50 |
dinoex |
- add SHA checksum |
4.4.10 30 Aug 2004 06:34:27 |
dinoex |
- update to 4.4.10
- cleanup patches |
4.4.9_3 21 Aug 2004 09:14:16 |
dinoex |
- Security Fix
Reported by: Niels Heinen
Obtained from: Martin Junius |
4.4.9_2 26 Feb 2004 05:43:42 |
dinoex |
- add SIZE |
4.4.9_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
4.4.9_1 31 Jan 2004 12:19:33 |
dinoex |
- make portlint happier |
4.4.9_1 19 Nov 2003 15:56:24 |
dinoex |
- Fix gcc33 problems |
4.4.9 12 Oct 2003 09:57:37 |
dinoex |
- use DOCSDIR and EXAMPLESDIR |
4.4.9 12 Jun 2003 19:27:52 |
dinoex |
- Update to 4.4.9 |
4.4.7 12 Apr 2003 16:10:51 |
dinoex |
- Update to 4.4.7 |
4.4.6 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
4.4.6 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
4.4.6 07 Feb 2003 02:44:22 |
seanc |
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.
Since there seems to be some confusion, for the record:
BROKEN is reserved for ports that don't work. This will prevent
users from installing the port, but please note that
ports marked as BROKEN will still be built by bento
IGNORE is reserved for ports that should not be built for one
reason or another (including bento). Users and bento
will not build ports marked as IGNORE.
FORBIDDEN is reserved for security breakages only!!! Only mark a
port as FORBIDDEN if there is a security issue with the
port at the time.
Reviewed by: kris (portmgr) |
4.4.6 05 Oct 2002 17:26:46 |
dinoex |
Update to 4.4.6 |
4.4.5 22 Jul 2002 18:24:22 |
dinoex |
Fix a Linebreak |
4.4.5 22 Jul 2002 18:04:46 |
dinoex |
- Update to 4.4.5
- Fix build problems on STABLE/CURRENT |
05 Jan 2002 23:43:13 |
dinoex |
- make portlint happier - use DOCSDIR or EXAMPLESDIR - get rid of some
INTERACTIVE scrips in news/ifmail |
24 Jun 2001 05:28:58 |
dinoex |
change MAINTAINER to FreeBSD.org address |
05 Jun 2001 05:52:47 |
dinoex |
- Update to Fidogate 4.4.4 |
13 Apr 2001 12:43:12 |
dinoex |
added %%PORTDOCS%% in pkg-plist |
10 Mar 2001 06:20:44 |
dinoex |
Update to new stable release of fidogate |
24 Jan 2001 06:29:13 |
dinoex |
Removed blank line to make portlint happy |
30 Nov 2000 14:19:27 |
kevlo |
Update to version 4.4.2 |
12 Oct 2000 22:04:11 |
ade |
URL for master site changed |
08 Oct 2000 16:14:31 |
kevlo |
port is broken since renaming the patchfile |
08 Oct 2000 04:57:04 |
asami |
Convert category news to new layout. |
07 Oct 2000 23:38:09 |
asami |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. |