bd2a FreshPorts -- news/fidogate-ds
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
fidogate-ds 5.1.7_1 news on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable.
Fido-Internet Gateway and Tosser
Maintained by: 5u623l20@gmail.com search for ports maintained by this maintainer
Port Added: 12 Jul 2004 18:54:11
Also Listed In: mail
License: not specified in port


DS fork of fidogate. It can be used as:
* Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix

WWW: http://www.sourceforge.net/projects/rusfidogate/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. news/inn
  2. lang/perl5.8
  3. devel/libtool
Required To Run:
  1. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/news/fidogate-ds/ && make install clean
To add the package: pkg_add -r fidogate-ds


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  3. http://heanet.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  4. http://internode.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  5. http://iweb.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  6. http://jaist.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  7. http://kent.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  8. http://nchc.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  9. http://ncu.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  10. http://osdn.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  11. http://softlayer.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  12. http://sunet.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  13. http://surfnet.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  14. http://switch.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  15. http://transact.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  16. http://ufpr.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  17. http://voxel.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/
  18. http://waix.dl.sourceforge.net/project/rusfidogate/fidogate-stable/fidogate%205.1.7ds/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Mar 2012 05:21:05
Original commit files touched by this commit  5.1.7_1
miwi search for other commits by this committer
- Set / Update Portscout flags
- Pass maintainership to submitter

PR:             166062 166105 166112 166113 166114
                166115 166141 166154 166155 166156
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
20 Mar 2011 12:54:45
Original commit files touched by this commit  5.1.7_1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  5.1.7_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 Dec 2010 23:38:49
Original commit files touched by this commit  5.1.7_1
linimon search for other commits by this committer
Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
22 Aug 2009 00:32:25
Original commit files touched by this commit  5.1.7_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
02 Aug 2009 19:36:34
Original commit files touched by this commit  5.1.7_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 06:18:49
Original commit files touched by this commit  5.1.7_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)
12 Sep 2007 04:11:47
Original commit files touched by this commit  5.1.7_1
anray search for other commits by this committer
Fix acl notifications.
30 Jan 2007 20:56:35
Original commit files touched by this commit  5.1.7
anray search for other commits by this committer
Update to 5.1.7
29 Jan 2007 23:51:55
Original commit files touched by this commit  5.1.6_2
kris search for other commits by this committer
Use libtool port instead of included version to avoid a.out objformat botch
29 Jan 2007 10:55:59
Original commit files touched by this commit  5.1.6_2
anray search for other commits by this committer
Fix tossing, when `packet' in passwd defined.
09 Jan 2007 14:36:05
Original commit files touched by this commit  5.1.6_1
anray search for other commits by this committer
Fix works `outb-kill' script.

Reported by:    Yuri Chumakov
09 Jan 2007 14:29:23
Original commit files touched by this commit  5.1.6_1
anray search for other commits by this committer
Fix works `outb-kill' script.

Reported by:    Yuri Chumakov
30 Dec 2006 22:39:37
Original commit files touched by this commit  5.1.6
anray search for other commits by this committer
Update to 5.1.6ds
17 Dec 2006 10:43:24
Original commit files touched by this commit  5.1.5_1
anray search for other commits by this committer
Add WITH_NFS_LOCK - it's enable build with nfs safe locks.

Reported by:    Alexander Gottlieb
15 Nov 2006 11:31:35
Original commit files touched by this commit  5.1.5_1
anray search for other commits by this committer
Fix areafix and ftntick crashes.
08 Nov 2006 10:37:03
Original commit files touched by this commit  5.1.5
anray search for other commits by this committer
Fix build in tinderbox(inn is not configured).

Reported by:    kris(pointyhat)
31 Oct 2006 15:25:23
Original commit files touched by this commit  5.1.5
anray search for other commits by this committer
Update to 5.1.5
23 Mar 2006 22:52:45
Original commit files touched by this commit  5.1.4
anray search for other commits by this committer
Update to 5.1.4
23 Jan 2006 23:46:39
Original commit files touched by this commit  5.1.3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Dec 2005 20:34:46
Original commit files touched by this commit  5.1.3
anray search for other commits by this committer
Change email address for all my ports.

Approved by:    sem(mentor)
20 Oct 2005 00:35:34
Original commit files touched by this commit  5.1.3
mnag search for other commits by this committer
Fix non standart LOCALBASE

PR:             87675
Submitted by:   Andrey Slusar <anrays@gmail.com> (maintainer)
Notified by:    kris
23 Apr 2005 16:29:45
Original commit files touched by this commit  5.1.3
novel search for other commits by this committer
Update to 5.1.3

PR:             80287
Submitted by:   Andrey Slusar (maintainer)
12 Apr 2005 03:26:57
Original commit files touched by this commit  5.1.2
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 08:04:41
Original commit files touched by this commit  5.1.2
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'.
30 Dec 2004 02:37:15
Original commit files touched by this commit  5.1.2
edwin search for other commits by this committer
[PATCH] change MAINTAINER email address for all my ports.

PR:             ports/75559
Submitted by:   Andrey Slusar <anray@inet.ua>
11 Dec 2004 01:55:23
Original commit files touched by this commit  5.1.2
sem search for other commits by this committer
- Update to 5.1.2

PR:             ports/74932
Submitted by:   maintainer
21 Aug 2004 15:03:54
Original commit files touched by this commit  5.1.1_1
krion search for other commits by this committer
Fix security risk for setuid news programs.

PR:             ports/70773
Submitted by:   maintainer
07 Aug 2004 20:48:45
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Change maintainer's email.

PR:             ports/70138
Submitted by:   Andrey Slusar <vasallia@ukr.net>
15 Jul 2004 03:11:40
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
sem search for other commits by this committer
files/patch-send-fidogate.in: fix send-fidogate warnings
files/patch-ngoper.c: if AutoCreateRenumberCmd is not defined, this is
         silently skipped

Submitted by:   maintainer
Approved by:    krion (mentor)
12 Jul 2004 18:53:45
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
sem search for other commits by this committer
DS fork of fidogate. It can be used as:
* Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix

PR:             ports/68878
Submitted by:   Andrey Slusar <vasallia@ukr.net>
Approved by:    krion (mentor)

Number of commits found: 31

2835
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24524
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours9
new 7 days25
new fortnight58
new month210

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0