Port details |
- pop3vscan Transparent POP3-Proxy with virus-scanning capabilities
- 0.4_10 mail
=1 0.4_10Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained upstream
This port expired on: 2018-09-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-06-03 07:55:18
- Last Update: 2018-09-16 09:14:46
- SVN Revision: 479881
- People watching this port, also watch:: p5-DNS-Zone, spamstats, courier-imap, amavisd-new
- License: not specified in port
- WWW:
- http://pop3vscan.sourceforge.net/
- Description:
- POP3VScan is a transparent POP3-Proxy with virus-scanning capabilities.
This means that all your POP3-Clients in the Network can't fetch mails
from the internet without that POP3VScan have scanned it. If a virus has
been found the mail is replaced with a notification and the original
(infeceted) version is stored on the harddisc. Transparent means, that
neither the client nor any of the used POP3-servers has to be configured.
WWW: http://pop3vscan.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pop3vscan>0:mail/pop3vscan
- No installation instructions:
- This port has been deleted.
- PKGNAME: pop3vscan
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pop3vscan-0.4.tar.gz) = aa41c9374928bf11e06b13cf26d60e43bbc52f68b97773077274b0dccc6dd629
SIZE (pop3vscan-0.4.tar.gz) = 134583
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- gcc7 : lang/gcc7
- as : devel/binutils
- Runtime dependencies:
-
- gcc7 : lang/gcc7
- Library dependencies:
-
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake
- 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 |
0.4_10 16 Sep 2018 09:14:46 |
rene |
Remove expired ports:
2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with
modern browsers
2018-09-15 mail/annoyance-filter: Unmaintained upstream
2018-09-15 mail/pop3vscan: Unmaintained upstream
2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead
2018-09-15 www/hs-hS3: Not being developed upstream
2018-09-15 converters/hs-dataenc: Not being developed upstream
2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree
2018-09-15 devel/hs-hashed-storage: Not being developed upstream |
0.4_10 14 Aug 2018 06:53:02 |
tobik |
Deprecate mail/pop3vscan
Last release was in 2002 and the website comes with a big warning
that pop3vscan is no longer maintained. |
0.4_10 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.4_9 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.4_8 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.4_7 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.4_6 01 Feb 2017 20:21:29 |
jbeich |
mail/pop3vscan: unbreak on 12.0 after base r303524
gcc49 -Wall -O2 -I/usr/local/include -DPREFIX=\"/usr/local\" -c getline.c
In file included from getline.c:38:0:
getline.h:74:5: error: conflicting types for 'getline'
int getline(int fd, struct linebuf * l);
^
In file included from getline.c:30:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdio.h:375:10:
note: previous declaration of 'getline' was here
ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
^
getline.c:67:5: error: conflicting types for 'getline'
int getline(int fd, struct linebuf * l){
^
In file included from getline.c:30:0:
/usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd12.0/4.9.4/include-fixed/stdio.h:375:10:
note: previous declaration of 'getline' was here
ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
^
Reported by: pkg-fallout |
0.4_6 02 Jan 2017 20:04:36 |
rene |
leeym handed in his commit bit. |
0.4_6 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.4_5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.4_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.4_5 30 Oct 2015 22:43:16 |
bapt |
Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992 |
0.4_4 24 Sep 2014 20:09:50 |
antoine |
Use the ports framework to create pop3vscan user |
0.4_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.4_3 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.4_3 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.4_3 27 Jun 2014 04:55:56 |
leeym |
- add USE_GCC=yes and fix STAGEDIR in pkg-install
- remove DEPRECATED and EXPIRATION_DATE |
0.4_3 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.4_3 24 Jun 2014 09:06:17 |
leeym |
- add DEPRECATED and EXPIRATION_DATE |
0.4_3 29 May 2014 11:38:26 |
miwi |
- Convert gmake to USES
Approved by: portmgr |
0.4_3 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.4_3 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.4_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
0.4_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.4_1 14 Jan 2010 00:11:13 |
leeym |
use SUB_FILES to adjust pkg-message
use LOCALBASE instead of PREFIX in CFLAGS & LDFLAGS
use PLIST_FILES instead of a seperate file
PR: 142798
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> |
0.4_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.4_1 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.4_1 21 Jul 2007 03:34:04 |
leeym |
- Don't depend on security/vscan, so skip the problem about compat3x
Noticed by: Peter Jeremy <peterjeremy@optushome.com.au> |
0.4_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.4_1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
0.4_1 28 Feb 2004 15:23:32 |
andreas |
correct installation hints.
FIREWALL_FORWARD is only needed on older systems. |
0.4_1 07 Feb 2004 16:40:54 |
leeym |
SIZEify distinfo
make portlint happier |
0.4_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.4 29 Jun 2003 13:21:20 |
leeym |
use SUN_LEN macro to calculate the actual length of an initialized sockaddr_un
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.4 06 Jun 2003 03:31:30 |
leeym |
refine Makefile and patchfiles and make it compile smoothly on 4.x |
0.4 05 Jun 2003 16:41:56 |
leeym |
- add USE_GETOPT_LONG
- replace relative path with absolute path
Noticed by: Julian Chen |
0.4 03 Jun 2003 07:54:47 |
leeym |
add pop3vscan-0.4
A transparent POP3-Proxy with virus-scanning capabilities
WWW: http://pop3vscan.sourceforge.net/
Dedicate to: Miss Borny @ National Taitung Teachers College |