22641 FreshPorts -- lang/php52
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
php52 5.2.17_14 lang on this many watch lists=20 search for ports that depend on this port This port version is marked as vulnerable.
Deprecated DEPRECATED: PHP 5.2 series is strongly discouraged for new installations, migrate now
Expiration Date EXPIRATION DATE: 2013-09-01
PHP Scripting Language
Maintained by: admin@lissyara.su search for ports maintained by this maintainer
Port Added: 23 Apr 2010 15:03:35
Also Listed In: devel www
License: not specified in port


PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. archivers/php52-bz2
  2. archivers/php52-zip
  3. archivers/php52-zlib
  4. converters/php52-iconv
  5. converters/php52-mbstring
  6. converters/php52-recode
  7. databases/php52-dba
  8. databases/php52-dbase
  9. databases/php52-interbase
  10. databases/php52-mssql
  11. databases/php52-mysql
  12. databases/php52-mysqli
  13. databases/php52-oci8
  14. databases/php52-odbc
  15. databases/php52-pdo
  16. databases/php52-pdo_dblib
  17. databases/php52-pdo_firebird
  18. databases/php52-pdo_mysql
  19. databases/php52-pdo_oci
  20. databases/php52-pdo_odbc
  21. databases/php52-pdo_pgsql
  22. databases/php52-pdo_sqlite
  23. databases/php52-pgsql
  24. databases/php52-sqlite
  25. databases/php52-sybase_ct
  26. devel/php52-gettext
  27. devel/php52-json
  28. devel/php52-ncurses
  29. devel/php52-pcntl
  30. devel/php52-pcre
  31. devel/php52-readline
  32. devel/php52-shmop
  33. devel/php52-spl
  34. devel/php52-sysvmsg
  35. devel/php52-sysvsem
  36. devel/php52-sysvshm
  37. devel/php52-tokenizer
  38. ftp/php52-curl
  39. ftp/php52-ftp
  40. graphics/php52-exif
  41. graphics/php52-gd
  42. graphics/php52-ming
  43. mail/php52-imap
  44. math/php52-bcmath
  45. math/php52-gmp
  46. misc/php52-calendar
  47. net/php52-ldap
  48. net/php52-soap
  49. net/php52-sockets
  50. net/php52-xmlrpc
  51. net-mgmt/php52-snmp
  52. security/php52-filter
  53. security/php52-hash
  54. security/php52-mcrypt
  55. security/php52-mhash
  56. security/php52-openssl
  57. sysutils/php52-posix
  58. textproc/php52-ctype
  59. textproc/php52-dom
  60. textproc/php52-pspell
  61. textproc/php52-simplexml
  62. textproc/php52-wddx
  63. textproc/php52-xml
  64. textproc/php52-xmlreader
  65. textproc/php52-xmlwriter
  66. textproc/php52-xsl
  67. www/php52-session
  68. www/php52-tidy

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

Required To Build:
  1. devel/autoconf
Required Libraries:
  1. textproc/libxml2

This port is required by:

for Build for Run

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


Configuration Options
===> The following configuration options are available for php52-5.2.17_14:
     CLI=on: Build CLI version
     CGI=on: Build CGI version
     APACHE=off: Build Apache module
     DEBUG=off: Enable debug
     SUHOSIN=on: Enable Suhosin protection system (not for jails)
     MULTIBYTE=off: Enable zend multibyte support
     IPV6=on: Enable ipv6 support
     MAILHEAD=off: Enable mail header patch
     REDIRECT=off: Enable force-cgi-redirect support (CGI only)
     DISCARD=off: Enable discard-path support (CGI only)
     FASTCGI=on: Enable fastcgi support (CGI only)
     FPM=off: Enable fastcgi process manager (CGI only)
     PATHINFO=on: Enable path-info-check support (CGI only)
     LINKTHR=off: Link thread lib (for threaded extensions)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://br.php.net/distributions/
  3. http://cn.php.net/distributions/
  4. http://de.php.net/distributions/
  5. http://dk1.php.net/distributions/
  6. http://es.php.net/distributions/
  7. http://fr.php.net/distributions/
  8. http://gr.php.net/distributions/
  9. http://it.php.net/distributions/
  10. http://jp.php.net/distributions/
  11. http://ring.nict.go.jp/archives/net/www/php/distributions/
  12. http://se.php.net/distributions/
  13. http://uk3.php.net/distributions/
  14. http://us2.php.net/distributions/

Number of commits found: 57

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 May 2013 08:17:30
Original commit files touched by this commit  5.2.17_14
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update backports patch to 20121114
- Bump PORTREVISION

security fixes:
- CVE-2013-1635
- CVE-2013-1643

PR:		177203
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	maintainer
04 May 2013 22:48:04
Original commit files touched by this commit  5.2.17_13
 This port version is marked as vulnerable.
flo search for other commits by this committer
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
02 May 2013 21:53:51
Original commit files touched by this commit  5.2.17_13
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- conversion to USES=gettext

Approved by:	portmgr (bapt@)
27 Apr 2013 22:09:15
Original commit files touched by this commit  5.2.17_13
 This port version is marked as vulnerable.
bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
18 Feb 2013 06:01:51
Original commit files touched by this commit  5.2.17_13
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Trim header
18 Feb 2013 06:00:58
Original commit files touched by this commit  5.2.17_13
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Extend support for 6 months.

PR:		176149
Submitted by:	Alex Keda <admin@lissyara.su>
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
25 Nov 2012 15:42:23
Original commit files touched by this commit  5.2.17_12
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update backports patch to 20121114
- Bump PORTREVISION

Changes:
- CVE-2006-7243
PHP before 5.3.4 accepts the \0 character in a pathname, which might allow
context-dependent attackers to bypass intended access restrictions by placing a
safe file extension after this character, as demonstrated by .php\0.jpg at the
end of the argument to the file_exists function

Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions
for strlen(filename) != filename_len

- CVE-2012-4388
The sapi_header_op function in main/SAPI.c does not properly determine a pointer
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Sep 2012 03:02:43
Original commit files touched by this commit  5.2.17_11
 This port version is marked as vulnerable.
bdrewery search for other commits by this committer
- Update php52 backports patch to 20120911
- Add and update relevant vuxml entries

Changes:
  - CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP
    before 5.3.11 does not properly handle %0D sequences
  - CVE-2012-0789 - Memory leak in the timezone functionality in PHP
    before 5.3.9 allows remote attackers to cause a denial of service
    (memory consumption) by triggering many strtotime function calls,
    which are not properly handled by the php_date_parse_tzfile cache.
  - CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows
    remote attackers to bypass the open_basedir protection mechanism via
     unspecified vectors
  - Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m))
  - Minor improvements (CVE-2012-2688, compilation issues with old GCC)

PR:		ports/171583
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
18 Aug 2012 14:29:11
Original commit files touched by this commit  5.2.17_10
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
23 Jul 2012 04:14:12
Original commit files touched by this commit  5.2.17_10
 This port version is marked as vulnerable.
rm search for other commits by this committer
- update backports patch to 20120721
- bump PORTREVISION

PR:		170063
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
30 Jun 2012 23:00:58
Original commit files touched by this commit  5.2.17_9
 This port version is marked as vulnerable.
rm search for other commits by this committer
- update backports patch to 20120526
- bump PORTREVISION

PR:             169272
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    Alex Keda <admin at lissyara dot su> (maintainer)
01 Jun 2012 05:26:28
Original commit files touched by this commit  5.2.17_8
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update png to 1.5.10
16 May 2012 07:36:34
Original commit files touched by this commit  5.2.17_8
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix conflicts and remove unsupported/unused extensions.
05 May 2012 15:21:14
Original commit files touched by this commit  5.2.17_8
 This port version is marked as vulnerable.
rm search for other commits by this committer
Update distinfo that's was missed for some reason.
05 May 2012 15:18:09
Original commit files touched by this commit  5.2.17_8
 This port version is marked as vulnerable.
rm search for other commits by this committer
- apply BACKPORTS patch unconditionally and remove BACKPORTS option
- update backports patch to latest version (20120504)
- align pathnames in slave ports
- bump PORTREVISION

The only drawback of this change is that now for building of every slave
port (php extension) we extracting full php52 source tree.

Apologies that it took that long.

PR:             164849
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    Alex Keda <admin at lissyara dot su>
Security:       60de13d5-95f0-11e1-806a-001143cd36d8
01 Mar 2012 09:02:09
Original commit files touched by this commit  5.2.17_7
 This port version is marked as vulnerable.
rm search for other commits by this committer
- extend DEPRECATION_DATE till year 2013.

This was discussed on freebsd-ports@ (linimon).
15 Feb 2012 08:52:06
Original commit files touched by this commit  5.2.17_7
 This port version is marked as vulnerable.
mm search for other commits by this committer
Bump pcre shared library version in php52

Reported by:    pointyhat
14 Feb 2012 12:44:23
Original commit files touched by this commit  5.2.17_7
 This port version is marked as vulnerable.
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
06 Feb 2012 12:25:50
Original commit files touched by this commit  5.2.17_6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Chase unixODBC shlib bump
18 Jan 2012 17:27:09
Original commit files touched by this commit  5.2.17_6
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- CVE-2011-4566 fix in 20120117 security patchset

PR:             ports/164286
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Security:       d3921810-3c80-11e1-97e8-00215c6a37bb
14 Jan 2012 08:57:23
Original commit files touched by this commit  5.2.17_5
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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.
02 Jan 2012 18:26:27
Original commit files touched by this commit  5.2.17_5
 This port version is marked as vulnerable.
rm search for other commits by this committer
Update to lastest security patchset 20120103: added max_input_vars directive
(default "1000") to prevent attacks based on hash collisions (from PHP 5.4 RC4)

PR:             163782
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    maintainer
01 Jan 2012 16:47:41
Original commit files touched by this commit  5.2.17_4
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
09 Nov 2011 15:26:04
Original commit files touched by this commit  5.2.17_4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
01 Nov 2011 15:58:47
Original commit files touched by this commit  5.2.17_4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to lastest security patchset: 20111030
- Move removal date to 2012-03-01
- Bump PORTREVISION

PR:             162165
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:    maintainer
29 Oct 2011 08:45:31
Original commit files touched by this commit  5.2.17_3
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix build on FreeBSD 10
17 Oct 2011 04:35:02
Original commit files touched by this commit  5.2.17_3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
29 Sep 2011 17:53:25
Original commit files touched by this commit  5.2.17_3
 This port version is marked as vulnerable.
delphij search for other commits by this committer
 - security fixes for CVE-2011-2202, CVE-2011-1938, CVE-2011-1148,
   CVE-2011-0708, CVE-2011-1092, CVE-2011-0421 vulnerabilities
 - option BACKPORTS in port config for enable port patches (enabled
   by default)
 - bump PORTREVISION

Submitted by:   Svyatoslav Lempert <svyatoslav.lempert gmail.com>
PR:             ports/160805
Approved by:    maintainer
26 Sep 2011 09:24:20
Original commit files touched by this commit  5.2.17_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
23 Sep 2011 22:26:39
Original commit files touched by this commit  5.2.17_2
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
12 Sep 2011 13:46:59
Original commit files touched by this commit  5.2.17_2
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
20 Aug 2011 17:27:52
Original commit files touched by this commit  5.2.17_2
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
08 Aug 2011 03:43:03
Original commit files touched by this commit  5.2.17_1
 This port version is marked as vulnerable.
swills search for other commits by this committer
- Chase libming shared lib bump
01 Aug 2011 21:51:11
Original commit files touched by this commit  5.2.17_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Chase net-snmp shlib bump

Reported by:    pointyhat
05 Jul 2011 11:59:46
Original commit files touched by this commit  5.2.17_1
 This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Remove BROKEN_WITH_PHP

PR:             ports/158661
Submitted by:   sunpoet (myself)
Approved by:    ale (maintainer)
29 Jun 2011 19:51:17
Original commit files touched by this commit  5.2.17_1
 This port version is marked as vulnerable.
jlaffaye search for other commits by this committer
Add an option to link against libthr

PR:             ports/158423
Submitted by:   Frank Wall <fw@moov.de>
Approved by:    Alex Keda <admin@lissyara.su> (maintainer), bapt (mentor,
implicit)
09 Jan 2011 18:56:55
Original commit files touched by this commit  5.2.17
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update to 5.2.17

Approved by:    Alex Keda <admin@lissyara.su> (maintainer, private e-mail)
31 Dec 2010 12:56:36
Original commit files touched by this commit  5.2.16
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update suhosin patch
- Portrevision bump not required

PR:             ports/153579
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
22 Dec 2010 20:05:49
Original commit files touched by this commit  5.2.16
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
17 Dec 2010 11:30:56
Original commit files touched by this commit  5.2.16
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 5.2.16

PR:             ports/153246
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
10 Dec 2010 22:24:27
Original commit files touched by this commit  5.2.15_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Add patch that fixes PHP bug #53516 (open_basedir not working)

PR:             ports/152981
Submitted by:   Alex Keda <admin@lissyara.su>
10 Dec 2010 12:38:54
Original commit files touched by this commit  5.2.15
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 5.2.15

PR:             ports/152981
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
04 Dec 2010 07:34:27
Original commit files touched by this commit  5.2.14_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  5.2.14_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  5.2.14_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
26 Jul 2010 08:56:15
Original commit files touched by this commit  5.2.14
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update php52 to 5.2.14

PR:             ports/148951
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
25 Jul 2010 15:39:20
Original commit files touched by this commit  5.2.13_4
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
16 Jun 2010 10:12:36
Original commit files touched by this commit  5.2.13_3
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Add optional support for PHP-FPM (FastCGI process manager)
- Add sample configuration file and rc script for PHP-FPM

PR:             ports/147688
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
06 Jun 2010 19:37:37
Original commit files touched by this commit  5.2.13_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Chase net-snmp update

Reported by:    pointyhat
05 Jun 2010 19:52:11
Original commit files touched by this commit  5.2.13_2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Disable ZTS for Apache MPM-ITK for Zend Optimizer

PR:             147075
Submitted by:   Kuzma Bukin <kuzma.bukin@gmail.com>
Approved by:    maintainer
31 May 2010 02:01:56
Original commit files touched by this commit  5.2.13_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
27 Apr 2010 05:46:40
Original commit files touched by this commit  5.2.13
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 5.2.13
Sumbitted by:   Alex Keda (maintainer)
25 Apr 2010 19:27:08
Original commit files touched by this commit  5.2.12_2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Fix gmp version 5 support for php52

PR:             ports/146041
Submitted by:   myself
Approved by:    maintainer
25 Apr 2010 05:02:23
Original commit files touched by this commit  5.2.12_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- fix name of apache module
Submitted by:   Alex Keda
23 Apr 2010 16:49:56
Original commit files touched by this commit  5.2.12_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- fix build
Reported by:    ITetcu
23 Apr 2010 15:03:13
Original commit files touched by this commit  5.2.12_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
PR:             145772
Submitted by:   Alex Keda

Number of commits found: 57

2829
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 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days29
new fortnight58
new month216

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