FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:35 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
sqwebmail 5.4.0 mail on this many watch lists=34 search for ports that depend on this port An older version of this port was marked as vulnerable.
CGI Webmail client for Maildirs
Maintained by: oliver@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Sep 2000 20:24:44
Also Listed In: www


SqWebMail is a web CGI client for sending and receiving E-mail using
Maildir mailboxes.  It DOES NOT support traditional Mailbox files - only
Maildirs.

Features:

. Very lightweight
. Hierarchical mail folders
. Virtual accounts
. vpopmail authentication

WWW:	http://inter7.com/sqwebmail/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: security/courier-authlib-base, devel/gmake, lang/perl5.8
Required To Run: security/courier-authlib-base, lang/perl5.8
Required Libraries: devel/pcre, devel/gamin, devel/gettext

To install the port: cd /usr/ports/mail/sqwebmail/ && make install clean
To add the package: pkg_add -r sqwebmail


Configuration Options
===> The following configuration options are available for sqwebmail-5.4.0:
     CACHEDIR=on (default) "Cache logins"
     FAM=on (default) "Build in fam support for IDLE command"
     GDBM=off (default) "Use gdbm db instead of system bdb"
     GZIP=on (default) "Compress messages with gzip"
     HTTPS=off (default) "Generate https:// URLs for all accesses"
     HTTPS_LOGIN=off (default) "Generate https:// URLs only for login"
     ISPELL=off (default) "Provide spell checking"
     MIMETYPES=off (default) "search for a mime.types file"
     SENTRENAME=on (default) "Periodic rename the Sent folder"
     CHARSET=off (default) "Enable charsets"
     AUTH_LDAP=off (default) "LDAP support"
     AUTH_MYSQL=off (default) "MySQL support"
     AUTH_PGSQL=off (default) "PostgreSQL support"
     AUTH_USERDB=off (default) "Userdb support"
     AUTH_VCHKPW=off (default) "Vpopmail/vchkpw support"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://sunet.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://iweb.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://switch.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://surfnet.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://kent.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://freefr.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://voxel.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://jaist.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://osdn.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://nchc.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://transact.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://softlayer.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://internode.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://biznetnetworks.dl.sourceforge.net/project/courier/webmail/5.4.0/
http://ufpr.dl.sourceforge.net/project/courier/webmail/5.4.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2005-01-08
    Affects: users of mail/courier-imap, mail/sqwebmail
    Author: oliver@FreeBSD.org
    Reason: 
      Courier-imap and sqwebmail are now dependent on courier-authlib. If
      you've changed the default authentication config for courier-imap or
      sqwebmail, you will have to redo the changes for courier-authlib.
      You may wish to deinstall courier-imap and/or sqwebmail before you
      install courier-authlib. Since courier-authlib replaces parts of both
      ports, some of courier-authlib's files are listed as sqwebmail and
      courier-imap files and deinstalling old courier-imap and/or sqwebmail
      port may cause the deinstallation of the freshly installed
      courier-authlib files.
    
    

  • 2005-01-08
    Affects: users of mail/sqwebmail
    Author: oliver@FreeBSD.org
    Reason: 
      Sqwebmail now installs it's files directly under PREFIX. That means for
      instance that files that were formerly found under
      PREFIX/share/sqwebmail/etc/ are now located under PREFIX/etc/sqwebmail.
      Furthermore you need to set sqwebmaild_enable=YES in your rc.conf
      because the rc.d script has been migrated to use the rc.subr Subsystem
    
    

Number of commits found: 94

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Jan 2010 17:33:05
Original commit files touched by this commit  5.4.0
oliver search for other commits by this committer
update to 5.4.0
22 Aug 2009 01:28:34
Original commit files touched by this commit  5.3.2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
02 Jul 2009 15:45:06
Original commit files touched by this commit  5.3.2
oliver search for other commits by this committer
update to 5.3.2
07 Feb 2009 19:11:57
Original commit files touched by this commit  5.3.1
oliver search for other commits by this committer
- update to 5.3.1
- use /var instead of /usr/local/var [1]

PR:             ports/130191 [1]
Submitted By:   Nick Hibma <nick@anywi.com>
21 Aug 2008 07:18:49
Original commit files touched by this commit  5.2.2
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)
16 Jul 2008 08:58:29
Original commit files touched by this commit  5.2.2
oliver search for other commits by this committer
update to 5.2.2
06 Jun 2008 14:43:09
Original commit files touched by this commit  5.2.0_1
edwin search for other commits by this committer
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)
03 Oct 2007 13:10:59
Original commit files touched by this commit  5.2.0
oliver search for other commits by this committer
update to 5.2.0
23 Jul 2007 10:36:52
Original commit files touched by this commit  5.1.6
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
27 May 2007 10:27:27
Original commit files touched by this commit  5.1.6
oliver search for other commits by this committer
fix --enable-unicode handling and remove --disable-utf7-folder-encoding
option which is not longer supported
26 Apr 2007 20:59:10
Original commit files touched by this commit  5.1.6
oliver search for other commits by this committer
update to 5.1.6
11 Jan 2007 05:12:50
Original commit files touched by this commit  5.1.5
oliver search for other commits by this committer
update to 5.1.5
02 Jan 2007 05:35:42
Original commit files touched by this commit  5.1.4
oliver search for other commits by this committer
update to 5.1.4
06 Nov 2006 17:44:20
Original commit files touched by this commit  5.1.3
oliver search for other commits by this committer
- OPTIONify FAM support
- fix compilation with FAM support enabled

Noted by:        Jason Woofenden <jason@jasonwoof.com>
30 Aug 2006 19:38:26
Original commit files touched by this commit  5.1.3
oliver search for other commits by this committer
update to5.1.3
30 May 2006 05:34:47
Original commit files touched by this commit  5.1.2
oliver search for other commits by this committer
update to 5.1.2
16 May 2006 12:33:40
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
fix pointyhat and 4 build

Noted by:       Patrick Mackinlay <patrick@spacesurfer.com>
10 May 2006 23:37:39
Original commit files touched by this commit  5.1.1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
07 Apr 2006 18:57:06
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
resort CXXFLAGS to make pointyhat happy

Noted by:       kris
23 Mar 2006 10:27:14
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
switch CONFIGURE_ENV definition to fix pointyhat build

Noted by:       kris
21 Mar 2006 14:37:46
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
make gdbm chooseable (OPTIONS)
use a cache file to speed up configure
20 Mar 2006 17:00:43
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
fix OpenSSL support

Noted by:        Manuel Trujillo Albarral <mtrujillo@vlex.com>
19 Mar 2006 22:52:38
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
startscript gets installed without .sh suffix
19 Mar 2006 21:58:51
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
install charset.alias in the correct place
15 Mar 2006 05:16:35
Original commit files touched by this commit  5.1.1
oliver search for other commits by this committer
update to 5.1.1
23 Feb 2006 10:40:45
Original commit files touched by this commit  5.0.7
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 20:47:50
Original commit files touched by this commit  5.0.7
dougb search for other commits by this committer
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.
04 Feb 2006 20:21:28
Original commit files touched by this commit  5.0.7
oliver search for other commits by this committer
fix pkg-plist

Noted by:       kris via pointyhat
28 Dec 2005 06:20:31
Original commit files touched by this commit  5.0.7
oliver search for other commits by this committer
update to 5.0.7
15 Nov 2005 06:52:12
Original commit files touched by this commit  5.0.6
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
24 Sep 2005 13:53:30
Original commit files touched by this commit  5.0.6
oliver search for other commits by this committer
update tp 5.0.6
17 Sep 2005 11:51:56
Original commit files touched by this commit  5.0.5
oliver search for other commits by this committer
update to 5.0.5
13 Sep 2005 15:45:03
Original commit files touched by this commit  5.0.4
oliver search for other commits by this committer
fix a small typo

Submitted by:   Marian Cerny <jojo@matfyz.cz>
25 Jul 2005 13:46:47
Original commit files touched by this commit  5.0.4
oliver search for other commits by this committer
update to 5.0.4
01 Jul 2005 17:14:26
Original commit files touched by this commit  5.0.2
oliver search for other commits by this committer
fix a circular dependency - don't depend on yourself

Submitted by:   Billy Newsom <billy@nlcc.us>
10 Jun 2005 15:55:49
Original commit files touched by this commit  5.0.2
oliver search for other commits by this committer
fix the WITH_HTTPS_LOGIN knob

PR:             82118
Submitted By:   Cristiano Deana <cris@gufi.org>
13 May 2005 18:15:52
Original commit files touched by this commit  5.0.2
oliver search for other commits by this committer
update to 5.0.2
27 Apr 2005 15:50:48
Original commit files touched by this commit  5.0.1
oliver search for other commits by this committer
- move WITH/WITHOUT knobs to OPTIONS where possible
- stop sqwebmaild on deinstall
- use USE_RC_SUBR/USE_RCORDER instead of SED+INSTALL sqwebmail-sqwebmaild.sh
- depend on mime-support if WITH_MIMETYPES (--enable-mimetypes) is specified
26 Apr 2005 20:22:11
Original commit files touched by this commit  5.0.1
oliver search for other commits by this committer
chase courier-authlib move
12 Apr 2005 04:26:57
Original commit files touched by this commit  5.0.1
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 09:04:41
Original commit files touched by this commit  5.0.1
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'.
05 Mar 2005 14:02:13
Original commit files touched by this commit  5.0.1
oliver search for other commits by this committer
update to 5.0.2
28 Jan 2005 22:20:24
Original commit files touched by this commit  5.0.0
oliver search for other commits by this committer
add options for --enable-autopurge and --enable-maxpurge configure options

Submitted by:   "Gustavo A. Baratto" <gbaratto@superb.net>
09 Jan 2005 14:31:01
Original commit files touched by this commit  5.0.0
oliver search for other commits by this committer
deinstal config files when they are left unchanged

Noted by:       pointyhat via kris
Stolen from:    mail/mutt
08 Jan 2005 10:25:05
Original commit files touched by this commit  5.0.0
oliver search for other commits by this committer
upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0

Special thanks for testing and sugestions to:   Brian Candler
<B.Candler@pobox.com>
20 Dec 2004 15:10:59
Original commit files touched by this commit  4.0.7_1
oliver search for other commits by this committer
depend on gettext
bump PORTREVISION

Noted By:       pointyhat via kris
23 Sep 2004 21:11:07
Original commit files touched by this commit  4.0.7
oliver search for other commits by this committer
The comment in mal/sqwebmail/Makefile is talking about VCHKPW as
vpopmail's home. But the variable is named VCHKPWLOC, not VCHKPW.
Fix that...

Noted by:       "R. Love" <roblove@zoominternet.net>
Approved by:    portmgr (marcus)
08 Aug 2004 09:56:54
Original commit files touched by this commit  4.0.7
oliver search for other commits by this committer
update to 4.0.7
31 Jul 2004 12:52:02
Original commit files touched by this commit  4.0.6
oliver search for other commits by this committer
mkdir -p -- ... gets confused when there is a /bin/sh in front... so remove
it.
23 Jul 2004 19:39:03
Original commit files touched by this commit  4.0.6
oliver search for other commits by this committer
setting USE_LIBTOOL_VER forces USE_GNU_CONFIGURE which modifies CONFIGURE_ARGS
and by adding --prefix to it, the port gets installed into a wrong directory.
Thats fixed now.

Noted by:       ale
20 Jul 2004 17:27:19
Original commit files touched by this commit  4.0.6
oliver search for other commits by this committer
use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@
19 Jul 2004 14:10:00
Original commit files touched by this commit  4.0.6
oliver search for other commits by this committer
update to 4.0.6
20 Jun 2004 08:21:20
Original commit files touched by this commit  4.0.5_1
oliver search for other commits by this committer
Fix the incorrectly calculation of maildir quotas due to missuse of
pointer to off_t (64bit) vs pointer to long (32 bit).
Bump PORTREVISION
12 Jun 2004 14:11:47
Original commit files touched by this commit  4.0.5
oliver search for other commits by this committer
update to 4.0.5
31 May 2004 13:33:03
Original commit files touched by this commit  4.0.4_1
oliver search for other commits by this committer
- Add an "insta-configure" target. It's mandatory to run after the initial
  installation, and recommended to run for all updates.
- Bump PORTREVISION
28 May 2004 20:47:45
Original commit files touched by this commit  4.0.4
oliver search for other commits by this committer
fix build in case WITHOUT_IMAP is defined
16 May 2004 20:04:42
Original commit files touched by this commit  4.0.4
oliver search for other commits by this committer
update to 4.0.4
06 Apr 2004 14:00:55
Original commit files touched by this commit  4.0.3
oliver search for other commits by this committer
update to 4.0.3
30 Mar 2004 20:44:22
Original commit files touched by this commit  4.0.2_1
oliver search for other commits by this committer
change CGIBINDIR and WEBDATADIR from .default to -dist

Noted By:       Nelis Lamprecht <nelis@brabys.co.za>
30 Mar 2004 07:18:49
Original commit files touched by this commit  4.0.2_1
oliver search for other commits by this committer
- add WITH_CHARSETS which allows you to enable unicode charsets
- fix creating rfc2047 message headers

Submitted By:   Dmitry Sukhodoev <raven@bingo.ru>
PR:             64900
17 Mar 2004 17:51:32
Original commit files touched by this commit  4.0.2
oliver search for other commits by this committer
update to 4.0.2
16 Mar 2004 21:21:40
Original commit files touched by this commit  4.0.1
oliver search for other commits by this committer
Our iso3166.tab differs a bit from the linux one and it's also located in a
different directory.
16 Mar 2004 20:09:29
Original commit files touched by this commit  4.0.1
oliver search for other commits by this committer
add the courier-imap patch to sqwebmail too
11 Mar 2004 08:26:12
Original commit files touched by this commit  4.0.1
ale search for other commits by this committer
Update to 4.0.1 release.

Approved by:    maintainer
08 Mar 2004 21:10:55
Original commit files touched by this commit  4.0.0
oliver search for other commits by this committer
update sqwebmail to 4.0.0
19 Feb 2004 20:37:21
Original commit files touched by this commit  3.6.2_2
 This port version is marked as vulnerable.
oliver search for other commits by this committer
revert last change and set CONFIGURE_TARGET

Noted By:       kris, Jeremy L.Stock <jstock@visi.com>
17 Feb 2004 20:22:19
Original commit files touched by this commit  3.6.2_1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
fix build on amd64 (s/HAS_CONFIGURE/GNU_CONFIGURE/)
06 Dec 2003 15:22:11
Original commit files touched by this commit  3.6.2
 This port version is marked as vulnerable.
oliver search for other commits by this committer
update mail/sqwebmail to 3.6.2

PR:             ports/59763
Submitted By:   Alex Dupre <sysadmin@alexdupre.com>
22 Nov 2003 13:23:19
Original commit files touched by this commit  3.6.1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
utilize USE_OPENLDAP
30 Oct 2003 20:31:10
Original commit files touched by this commit  3.6.1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
uodate sqwebmail to 3.6.1
28 Oct 2003 07:31:26
Original commit files touched by this commit  3.6.0_1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Does not use the included version of libintl, use the one which is provided
by gettext.
PR:             ports/58568
Submitted By:   Simon Barner <barner@in.tum.de>
17 Aug 2003 19:57:04
Original commit files touched by this commit  3.6.0
 This port version is marked as vulnerable.
oliver search for other commits by this committer
update sqwebmail to 3.6.0
03 Aug 2003 10:30:34
Original commit files touched by this commit  3.5.3_1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Reflect the renaming of authdaemond.sh (PR) to sqwebmail-authdaemond.sh (CVS)

Noted by:       Alex Dupre <sysadmin@alexdupre.com>
03 Aug 2003 10:04:52
Original commit files touched by this commit  3.5.3_1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
- don't use @cwd in pkg-plist
- add a startupscript for authdaemond

PR:             ports/55193
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
22 Jul 2003 11:40:44
Original commit files touched by this commit  3.5.3
 This port version is marked as vulnerable.
oliver search for other commits by this committer
add a WITHOUT_AUTHDAEMON knob
16 May 2003 14:50:20
Original commit files touched by this commit  3.5.3
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Update sqwebmail to 3.5.3

Approved by:    alex (mentor)
15 May 2003 17:42:16
Original commit files touched by this commit  3.5.2
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Update sqwebmail to 3.5.2

Approved by:    alex (mentor)
12 May 2003 21:08:19
Original commit files touched by this commit  3.5.1
 This port version is marked as vulnerable.
oliver search for other commits by this committer
Update sqwebmail to 3.5.1
Take maintainership

PR:             50910
Approved by:    nbm, alex (mentor)
07 Mar 2003 06:06:02
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
24 Feb 2003 02:26:55
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Point dependencies on net/openldap to net/openldap12
09 Jan 2003 14:28:40
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
nbm search for other commits by this committer
New user config options for sqwebmail

PR:             44888
Submitted by:   Scott Lampert <scott@lampert.org>
05 Nov 2002 01:57:25
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
edwin search for other commits by this committer
port needs perl to build -> USE_PERL5=yes
Noticed on: bento
10 Oct 2002 21:50:49
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
seanc search for other commits by this committer
Add tunables for setting the hard and soft timeouts for sqwebmail.

Reviewed by:    nbm
Approved by:    knu (mentor)
04 Aug 2002 21:23:11
Original commit files touched by this commit  3.3.7
 This port version is marked as vulnerable.
nbm search for other commits by this committer
Upgrade to sqwebmail 3.3.7
18 Nov 2001 12:23:14
files touched by this commit
nbm search for other commits by this committer
Upgrade to 3.2.0.    
24 May 2001 17:04:01
files touched by this commit
nbm search for other commits by this committer
Update to 2.0.0    
30 Jan 2001 08:27:41
files touched by this commit
nbm search for other commits by this committer
Upgrade to sqwebmail 1.2.4, which fixes a stack overflow bug.    
29 Jan 2001 12:02:29
files touched by this commit
nbm search for other commits by this committer
Update to sqwebmail 1.2.3.    
03 Jan 2001 15:39:31
files touched by this commit
nbm search for other commits by this committer
Upgrade to 1.1.2    
10 Nov 2000 19:49:54
files touched by this commit
nbm search for other commits by this committer
Upgrade to sqwebmail 1.0.3    
03 Nov 2000 23:42:37
files touched by this commit
nbm search for other commits by this committer
Allow package to build by disabling the check for mime.types file - port   users
are directed in the Makefile to use WITH_MIMETYPES to let the   configure script
try to find a mime.types file somewhere.    
08 Oct 2000 05:16:42
files touched by this commit
asami search for other commits by this committer
Convert category mail to new layout.  
23 Sep 2000 00:28:02
files touched by this commit
nbm search for other commits by this committer
Change 'Date created:' and 'Whom:' to reflect reality.    
23 Sep 2000 00:24:44
files touched by this commit
nbm search for other commits by this committer
Add sqwebmail, a web-based mail reader for use with compatible setups   like
courier-imap and vpopmail (and both).    

Number of commits found: 94

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.501 seconds.