Start the move to the new CSS layout
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Add entries for the flagged commit icons
Remove the Watch List functions that should not be here in the first place.
Add supporting functions for flagged commits
Add images for flagged commits
DisplayCommit now takes a db handle
Move include outside the DOCUMENT ROOT
Add count of commits found
Move include to the directory above
Add this, in case php is broken.
If freshports_PortDisplay() cannot display a port, do not exit.
Add a condition for tree searching.
$Category->FetchByName now returns zero, not undefined, for an unknown category. While here, stop using $Category->{id} and use $Category->id instead.
$Category->FetchByName now returns zero, not undefined, for an unknown category.
For $HTML, do not concatenate to an undefined value.
IsCatgory => IsCategory Set IsCategory true only if we have confirmed that it is actually a valid category.
Reorganize so there is only one place invoking port, category, and non-port displays. This should be easier to maintain.
Remove freshports_CategoryByName(), not needed after all!
Add freshports_CategoryByName() to cater for virtual categories
Oops, we forgot completely about virtual categories. Let's implement them. Later we will come back here and tidy this up, to make the code path cleaner.
Go to a better method of parsing the URL. This copes better with pagination.
Introduce paging
Remove references to files.php, no longer used.
Make wider use of constants.
Link only to the port, not to the category.
Avoid divide by zero
Better handle unknown stype values Log it and die if we get something we don't recognize
A better way of showing files. At this URL we can - show no files - show all files - show files for a particular commit
When ordering by last update, sort by the date value, not the formatted date, which will be alphabetical.
Remove a debugging syslog
Remove commented out phpinfo() Set Cache pagesize
Update copyright year. Give Debug an initial value. Sort the output to give consistent results.
Modifications for handling pagination. Not sure this will work for all types of commits, especially for those involving MOVED
Default the page_size to User->page_size Start using ../classes/page_options.php
Start pagination.
Update copyright year.
Whitespace only
Use current_database() instead of hardcoding database name.
Add database size
Start using new classes: classes/commits_by_committer.php classes/commits_by_description.php classes/commits_by_tree_location.php
Use the new FetchByTreePath, which has no arguments.
Start using classes/display_commit.php
Be sure to display all commits here.
Better handling of 'sounds like'
Massive reorganization of the code. I'm sure there will be bugs. Simplify query building by creating arrays of keys and phrases. When searching by 'sounds like', order by the soundex for better results at the top.
Remove trailing EOL
That should be "Allow", not "Allows" in the previous commit.
Sort NULL late_update values to the end of the list. Allows sorting by port name
Add Pager for pagination. Lots of room for improvment and consolidation in this code.
Add "starts with" and "ends with" for matching.
Add sanity test failures
Add the Sanity Test Failure icon
Mention the Sanity Test Failure icon
Start using classes/display_commit.php
Better borders. Fix up HTML nits. Start using classes/display_commit.php
Update copyright year
news => backend
remove odd echo
Use $_REQUEST instead of $_POST Don't send the $ports parameter to MoveStagingToWatchList(). It is not used in this particular form.
Be singular if there is only one port. Remove the $ports parameter from MoveStagingToWatchList() as it is not used. Start using newly added stored procedure MigrateStagingAreaToWatchList After moving staging area to watch list, clear out the watch list.
By package is actually by date.
RSS validation nits: keep the channel and image URLs the same Keep the content type relative to RSS.
Remove the 503 and add a limit of 100.
Fix up the URLs to point to /backend/
Correct the cache path
Send the number of ports to freshports_ListOfPorts()
Add a head section Do not follow links on this page
Moving the newsfeeds
Whitespace only.
When showing all VuXML entries, link to the VUXML website instead of ourselves.
Add a list of vuxml entries by vuln
Add two hidden options for each port: BypassCache and RefreshCache These two options must be the last on the line and be of the form: RefreshCache=1 Thus, they are mutually exclusve.
Add more debugging code.
levenshtein() takes only a max of 255 characters. Let's be careful with the depends* fields.
Log, do not display, the sql when an error occurs.
Use last_update instead of lastupdate. The former is a date value, the latter is a text value.
Set Debug before using it. Put element_id in quotes.
Do not allow people to watch virtual categories.
Minimize this script to a SELECT of a stored procedure. This script now saves results to a database table, and does not return HTML.
Add the icons for sorting
The last update field is incorrectly named for sorting. When sorting, include the ascending icon. Perhaps later, we sort up and down.
Correctly use the loop variable $i Make sure to fetch data.
When no category stats are available, say so.
Make ShowAds global so the port description ad appears when required.
Allow users to watch categories.
Start using the category_stats table so we can provide watch list status to users.
Move to a smaller image
Add empty images
We need showads etc to be global
Remove leading whitespace Remove unneccessary table start
Move the add/remove to/from watch list to the start of the line, before the port name. Add userid to the freshports_commit() call so we can correctly determine if the port is on a watch list.
Be sure not to wrap
Add these temporarily.
Add link for adding/removing a category to/from a watch list
Introduce a watch list click for adding Categories to your watch list
LOG_ERROR => LOG_ERR Use => User
White space only
Remove references to the security_notice table
Put a message into <p></p>
Go from 4 columns to 7 in the output.
Put some drop shadow on those plus/minus signs.
Remove security_notice. We'll do this through VUXML now
Add ads.
Keep this original
Use a plus/minus on the watch list add icon. Keep the originals around so we can reference them in the announcement. Keep our original artwork in case we need it later.
Remove extra whitespace around the image.
Fix an off-by-one bug, discovery of which was prompted by a report from Royce Williams.
Put a border on the report list, and put NIL in the frequency column if there is no frequency.
Properly use DEFAULT_PAGE_SIZE as the default page size, and define it to be 100. Fewer pages, less page regeneration from the cache, etc.
Move the ad above the page links. This will make caching easier.
Make $ShowAds && $BannerAd global
Display only one banner here.
Update copyright date. Honour $ShowAds && $BannerAd Correct the caching directory
When showing ads, honour $ShowAds && $BannerAd
Correct the condition for showing an ad. Honour $ShowAds as well as $BannerAd.
Why don't we obscure email addresses any more.
Check the ElementID when retrieving from Cache.
Add feed validators links for the RSS feeds
The news cache is now under the 'dynamic' directory.
feeds are now dynamic
Ignore these files
Add a better news service
Correctly handle the extraction of the ElementID from the cache when the user is not logged in.
Get the <title></title> field right by using $category/$port, not the now defunct values $port->category/$port->port. Use $MyPort instead of $port when actually fetching a port.
Reduce database access. Remove freshports_PortDescription() and freshports_PortDescriptionByPortID() Change freshports_PortDisplay($db, $port) to freshports_PortDisplay($db, $category, $port) The port cache now contains the ElementID As a result, we need to grab the OnWatchList value in a distinct call.
Let's not do any database accesses until we have to.
start using CacheDataSet() and CacheDataGet()
Let's use just one cache file for each port.
Make it easier to follow what's going on here. Put more stuff into a function and make the main code easier to follow.
Add and use Ad_728x90PortDescription()
Move to a better way of doing ads.
Move the ad from after the port description to within the port description.
We now use mailman, not majordomo. Update this page accordingly.
Start with the new ad strategy.
Do not repeat thyself.
Start using ReplaceWatchListToken(). Actually, all the files changed here should start using the cache. Then we'd have to create a new function that reads all the watch list items for the user.
Start caching the port details. This should be fast. A simple test of page rendering times went from .220s to .047s
Update copyright
Remove the last remnants of freshports_PortDetails()
Allow debugging messages to become part of cache.
Strat using port-diplay
add User to the freshports_ListOfPorts parameters
Why doesn't this appear on my watch list?
Note: This list never includes deleted ports.
Make it obvious that you're searching FreshPorts, not the web.
First pass of caching. Start storing up HTML instead of doing an echo.
freshports_UpdatingOutput now returns HTML, and does not do an echo.
Fix some uploading problems when using copy/paste. This code could use some consoliation and clean up.
Split the process for parsing the data into two parts: - creation of cat/port array - processing of said array This allows us to create a new function that parses a string instead of a file.
HTML nits < => < Update copyright
indicted => indicated thanks to Francisco Reyes <francisco@natserv.com>
Use the FreshPorts Search channel
Update copyright
Update headers
Add searching of commit message Add searching by Google
Add the mini logo
Let's see if all those 'kernel: pid 47605 (httpd), uid 80: exited on signal 6' messages are related this to URL.
Give this page a title.
Comment out a syslog
Add capability for searching by committer. Fix up the Add LIMIT and OFFSET capability while there.
Display Google AsSense ads right after the port description and before the commits.
Add our new search icon.
Better cater for people without default watch lists
Add FAQ for What is a port and What is a package and link to it from every port.
Add a few more anti-breakage items
Better URL parsing.
add freshports_PortDisplay() which takes a $port instance and displays it. add freshports_PortDescriptionByPortID() which takes a port id, grabs a $port instance, and then calls freshports_PortDisplay(). freshports_PortDescriptionByPortID($db, $port_id) { > GLOBAL $TableWidth; > GLOBAL $FreshPortsTitle; > GLOBAL $User; > > $port = new Port($db); > $port->FetchByID($port_id, $User->id); > > freshports_PortDisplay($db, $port); > } > > function freshports_PortDisplay
Handle ports that move better. You are given links to the new and port port and that makes it easier to add/remove them.
Put the field name in quotes
Set the focus to the query field
Don't index login.php* and new-user.php*
Convert to a constant for our background colour. We really should go CSS.
Use the Ports.date_added, not the commit_log.date_added
Include a link to Yesterday's commits. When showing yesteday's commits, include a linkto the previous date, the next date, and today. This improves over the previous situation which was just Previous Day, Next day.
Sort by the raw date, not by the formatted date.
Handle the sorting options when caching.
If the cache is not available, be sure to provide valid HTML
Start caching the categories.php page!
Add newsfeeds.php, and refer to http://news.freshports.org/
remove leading .
add is interactive
add is_interactive
PHP nit
remove unused code
PHP nite
PHP nits
Display the URLs for the personal news feed if they are logged in. Display the personal news feed content if they supply a valid token.
Ensure portepoch is available.
Add stuff for personal watch lists. WOO HOO!
improve the error logging messages
Set error
Check for odd characters.
Use _REQUEST, not _POST and check for valid numberofdays
Log the SQL
Use AddSlashes in the SQL and htmlentities in the HTML
Use AddSlashes in the SQL and htmlentitie in the HTML
Remove the <pre></pre> tags, which is not RSS compliant.
Give some variables an initial value Improve some error/debug messages
whitespace only
Add support for Last-Modified
comment out the logging of Last-Modified etc.
Check also for ETag
No longer used
No longer used.
Let's check for If-Modified-Since
Add pre tags
Add these for diagnostics.
Start using new class, freshports_page_expiration_ports
add names for restricted and no_cdrom
Add explanations for expired and expiration.
Fix the page title and page description.
Add expiration date
Deal with expiration_date
Add expiration_date
More about pkg_add and ignore, forbidden, and broken.
Mention that broken, ignored, and forbidden ports are not built by the package cluster. Therefore, pkg_add will not work.
Better wording of the UPDATING options.
Add new two links: Show me UPDATING entries Show me only ports with UPDATING entries.
Start using new function freshports_UpdatingOutput()
Use text/xml not application/rss+xml
Do the content type in www/news.php, not here.
Put the content type here.
Add image of new copy/paste feature
"Sounding like" is only for the short fields (i.e. "Port Name", "Package Name", "Latest Link", and "Maintainer"). If you try "Sounding like" on any other field, the system will actually use "Containing" instead.
Old messages ids of the form @freshports.org are now @dev.null.freshports.org
Add the new ports news feed.
We now display the most recent commits, not the most recent ports.
remove reference to include/freshports_page_list_ports_vulnerable.php which was neither implemented nor required.
Add a list of the vulnerable ports
Add new ports rss feed.
Add an RSS feed for new ports
Add the new watch icon
Use IsSet, not InArray.
Add blockquote margin. whitespace changes. remove BLOCKQUOTE.code
Don't specify any fonts at all. Let the user decide. Also, remove unneeded PHP.
Change from the old watch image to a new set of eyeglasses.
Better grammar. Mention BSDCan. Remove whitespace.
ports.cdrom should be ports.cd_rom
Add two more lists of ports by characteristics.
Add images for restricted and no_cdrom
Add restricted and no_cdrom icons
For restricted and no_cdrom, do not display the message associated with these fields.
Add restricted and no_cdrom fields
First attempt at putting all the css into a file. Until now, it was in each download from the website. A terrible waste of space.
Add vulnerable_current and vulnerable_past
Instead of loading all the port vulnerabilities, join with the ports_vulnerable table.
Add an explantion of the faded skull
Add note that no entry means 1 vuln
Bring up to the new standard of port displaying
Move on up to the freshports_page_ports_list.
Use the description, remove debug reference.
Move to the new freshports page rendering style.
Use echo on freshports_SideBar() and freshports_ShowFooter()
Load the vulnerabilities for each port
Add a faded skull, for ports with vulnerabilities, but not in the latest version.
Add CheckForNoDefaultAndAddToDefault When there are no default watch lists, and the user has opted for 'the default watch list[s]', then when you click on add/remove for a port, no action will be taken. Silently. This at least lets them know.
Die if we don't have any watch list id
Remove unnecessary reset
Indent the RSC data Put a table header on the VuXML list
Display link to list of vuxml entries. Be sure to display latest vuxml updated.
Whitespace changes only
Fix broken HTML
Remove line left over from merging
Ensure colspan is correct and for call to freshports_MainContentTable
Create a common method for display the main table and the main content table. Thereby making it easier to display things such as port freeze notifications.
Add the RSC details of the last processed vuln.txt file
Change the style of the Ports Freeze message.
Fix broken html
Do not call PortsFreezeStatus as it is invoked in the header routines.
How do we get the list of master site?
Cater for both vid and vuln paramters. The latter is for verification. Let the vuxml object do the displaying
Add entry about slave ports being updated by master ports
Add a few more fields to the SQL
Add link to commits.php
take command line parameter numcommits Observer $MaxNumberOfPortsLong
Add commits.php
Improve the Hover text by including the actual FORBIDDEN, BROKEN, DEPRECATED, or IGNORE message. also: Implement links to PORTSMON without actually using it yet....
Mention that using POST makes it easier for us to validate the HTML
Fix broken HTML tag on search results
Add a few missing _Link() items
Include links to the FAQ for most icons, such as freshports_Broken_Icon() by providing a function, freshports_Broken_Icon_Link().
Change <? to <?php Add more detail about the refresh icon.
Add People Who Watch This Port
Let's talk about freebsd software.
Move the header('Content-type: text/xml'); from news.php to caching-files/news.php
Add a missing question mark.
Close the brackets around gthe GLASSES icon
Add Will Andrews.
Add new search option
Rearrange the controls to consume less vertical space. Put notes into smaller case.
Move details of search fields to the FAQ. At the same time, expand the list.
Use ILIKE instead of lower() when doing case insensitive LIKE Order the code so that it's always depends_build, depends_lib, depends_run. Just so it is consistent. Add depends_all which searches all of the above three terms. Better format the SQL when an error occurs.
Add searching on depends_{lib|build|run}
Change radio buttons to checkboxes. Search by long description.
Why does the search page use GET and not POST
When using the ?package=PACKAGENAME, and there is more than one port with that package name, redirect them to the search page where the results will be listed.
Allow searching by package and by latest link
When telling people how to alter their watch lists, include the icons they can click.
Update the number of google pages. Add a proper bookmark.
Provide a new feature: allow the user to specify the watch list at upload time, bypassing the staging area entirely. Credit pav@FreeBSD.org with this idea.
Add CopyStagingToWatchList() to be used for copying directly to watch lists bypassing the staging area.
white space changes only
Remove unused $pkg_info from DisplayUploadForm
Add the release notes for what we are about to release.
Mention that if the package_add information does not appear, you'll be shown a reason why.
Change <? to <?php.
HTML nits
Use IsSet($_SERVER['REDIRECT_QUERY_STRING']) instead of In_Array("REDIRECT_QUERY_STRING", $_SERVER) which appears to fail. While here, adjust whitespace on a }
Fix broken HTML tags by putting the <br> within the <li></li> tags.
Start using the new VuXML class. Display the vuxml desecription. Use a table instead of a list.
Display 'non port:' before the element name. Fix display so it looks like main pages. The side bars were appearing one cell lower than other pages.
Remove code and use PortsFreezeStatus() instead.
For non-ports, do not show revision. For non-ports, don't display a lots of things, like forbidden, deprecated, etc.
Use ORDERBYDESCENDING, not other variants.
Initialize $LastVID
Display all the vuxml entries if ?list is supplied
Use explode, not split.
Include portepoch in the fetch
Pass on to the vuxml.org URL if we have just one vuln. If we have multiple vulns, display a list. (not working yet)
Put them to the vuxml.org site, for now.
use freshports_PackageVersion()
Mention the new revision icon
Add the revision icon. used to link to revision in CVS when displaying files touched by a commit.
use freshports_PackageVersion()
Use the new function freshports_PackageVersion()
Add this soon to be completed file
Add the vuxml gif
If there is a ports freeze in effect, say so.
Fix incorrrect html
Create a new deleted icon, a tombstone.
Add VuXML icon
whitespace changes only
Only work with package if one is supplied.
Initalize some variables
Fix border accidently changed in last commit.
Fix broken HTML
Give initial values to $orderby and $orderbyupdown Use ORDERBYASCENDING not ORDERBYASC Use ORDERBYDESCENDING not ORDERBYDESC
Ensure that $result is defined in freshports_Parse404URI
Add searching for packages
Page for listing package lookup failures
Use FRESHPORTS_VERSION_REVISION_JOINER
Display entries from /usr/ports/UPDATING
talk about /usr/ports/UPDATING
Use FRESHPORTS_VERSION_REVISION_JOINER
Change the mime type to text/xml
Handle master/slave relationships
Add latest_link
add missing TR
Fix typo.
fix copyright fix page title add latest_link
update copyright add latest_list fix page title
update copyright add latest_list
Include latest_link
fix broken HTML
Whitespace adjustments
Add ascending/descending to the sorting.
document master slave and add the package
Add the server name to the refresh URL
Allow user to sort output by either category or port (default).
Add special searching for Ports I Maintain
Display security notice link.
Stop using In_array
whitespace only
Add paging to the output. This will cater for very large commits (e.g. 3000 ports) which overwhelm PHP.
Update the Google page count
Add ignored to the website
For all <category>/<port> pages, do not follow links.
Disallow several more pages
whitespace only
Add a list of deprecated port
Handle the new port.deprecated field.
What to do when you can't add a port to your watch list.
Add depcreated icon.
Now that we have backend/announcements.php, we have no need for announcements.txt
HTML nits
HTML nits
HTML nit
HTML nit
HTML nits
Show the column headings only once
Add some nowraps Remove references to UserAlt, no longer used
Ability to view all security notices.
Cater for various states of security notices
fix html
Cater for IE and pressing ENTER on forms. see http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html or http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html
Include a count of the number of ports touched by this commit
Remove Chello notice now that Chello are no longer blocking our email.
Remove a syslog call.
Replace the old PostgreSQL logo with the new one Rearrange the logos for better viewing pleasure.
Use LatestCommits in the new fashion.
Better handle the case of no watch lists
use COPYRIGHTYEARS
Document Port Moves
Show from and to moves.
Display Ports moves details
Warn them about chello
Use port_revision and port_version, not revision and version.
Refer to it as a freefall login, not a committer id. Fill in the freefall login by default.
Adjust syslog calls now that we've found a bug.
Correct typo Correct hosting location
Add notes about the apology
Remove freshports.net.adminforum.se.jpg as requested by John Angelmo
Mention the registrar lock
Add two syslogs to track down a problem.
Set $PortCount earlier in the code so it always has a value. Be more careful when reseting the array, which may not have a value if the entire page was not sent back to the user.
correct typo
Add link to freebsddiary article
remove outdated comment
Add remaining email
Add this
Add msn.com image
blur the email address
more email
more fraud
remove extra links
fraud
fraud
Updates
fraud
Add fraud images
Fix typo provided by Ceri Davies <ceri@FreeBSD.org>
Use _REQUEST instead of _POST. set $error to '' not 0.
Let's not use $HTML.= anymore. Just echo. It can be 20s faster for 2000 ports 4429 | 2003-11-27 19:16:20.067438 | /watch.php | 1 | 192.168.0.99 | 00:00:52.00862 4427 | 2003-11-27 19:14:24.64815 | /watch.php | 1 | 192.168.0.99 | 00:00:28.657504
Put port count at the top as well as the bottom of the page.
If we don't know what we're adding/removing, then die. Improve debugging information. Remove commented out code.
Do not write to $User->id. Instead, use $UserID.
Some whitespace adjustments Call FetchByElementID instead of FetchByID. And supply UserID.
Supply the UserID when calling FetchByElementID
Mention that some parameters are no longer available.
If there is no message id for file.php, don't do anything.
Remove commit which we don't need.
Fix incorrect pkg_info options. Submitted by Lawrence You <lyou@pacbell.net>
If the cache file exists, use it. Otherwise, go from scratch.
See www/news.php for more history on this file.
Update the number of google pages.
Save the statistics.
This creates the cache file used by www/index.php
Start using $_SERVER['DOCUMENT_ROOT'] . '/../caching/cache/news.rss
Start using new classes/commit_record.php
Add a poppy
use commit_log_ports_elements, not commit_log_ports
Don't store the start position within the form. Leave it on the URL. This allows us to tell the difference between clicking on search (no start specified) and clicking on next page (start will be on the URL).
Fix typo
Display the committer email address as an HREF
find works better with larger numbers of files.
Fix broken email address.
Standardize the php headers Inform the user about beta mailing list.
Cater for both physical and virtual categories.
Cater for virtual categories
Announce BSDCan
Use LatestCommits instead of LastestCommits Use just NumRows instead of both NumRows and numrows.
Use htmlify on the links to search.php
Use User not visitor
By default, set debugging to zero.
Include the number of users logged in per day
remove unused variable
A page for viewing the mail queues
Start using FUNCTION freshports_commit(text) RETURNS SETOF freshports_commit_record
Fix to make files.php work, the option which displays the files with a port which were touched by a given commit. Look for 'files.php', extract that from the pathname so we can find the element, extract the message id, then call the freshports_Files function. As part of this change, send the REDIRECT_URL instead of the REQUEST_URI to freshports_Parse404URI. < $result = freshports_Parse404URI($_SERVER['REQUEST_URI'], $db); --- > $result = freshports_Parse404URI($_SERVER['REDIRECT_URL'], $db);
When creating a hyperlink to a port, do not include the version/revision within the link.
Put the version/revision outside of the link to the port/non-port
Add in some missing fields.
Make this work for both port and non-port commits within the port tree.
Add CVS repo link
Do not include ports prefix when displaying element pathname Provide a link to cvsweb
use EncodingLosses()
Use IsPrimary()
Add an icon for the CVS link for non-port links
Fix the redirect via origin so we don't get a //
remove unused function freshports_CategoryId
Leave $REQUEST_URI untouched so we can use it later. make use of missing-non-port.php
Display commit information for non-ports
We can now display commits for both ports and non-ports.
Adjust for displaying of non-port port tree commits
Start using a function to obtain the results. At the same time, use a class to store the result.
Remove temp files when no longer needed
Trim input from users. No sense having trailing/leading spaces. We trim more fields than we have to, but let's be consistent.
Whitespace changes
Remove changes committed in error.
forced commit to fix previous log message. Include the new file in which the HTMLify code now resides.
customize.php
Include the new file in which the HTMLify code now resides.
Sort by the table values, not the derived values.
Change all $UserName references to $User->Name to avoid conflicts with Phorum scripts.
Sort by primary_category as well as port.
Turn off debuggin
When listing ports, retrieve the primary category so that we may properly link to the right port. To remain consistent with category listings, use * to designate ports with a primary category different to that which is being displayed.
Indicate that ports marked with a * actually reside within another category but have this category listed as a secondary category.
We don't need this in this repo any more. Phorum is now standalone.
ignore blank lines
disallow commit.php
Remove link to bchosting.com because it is now in footer.
Fix some HTML nits: - Provide a content-type - Specify the script type when declaring Javascript - Optionally provide the commit date, commit time, and committer name Provide link to bchosting.com
PHP nits
remove extra <p>
Remove references to LastChangeLogID. This variable is no longe used.
Improve handling when no date is supplied. Ensure commits part of the table is as wide as available. Slight cellpadding adjustment to match index.php
FileName will not be set if there is no trailing slash such as: http://www.freshports.org/security/logcheck
Mention that the news.php parameters are optional HTML nits
Add details for newsfeed parameters.
Add new parameters to the URL: - MaxArticles : number of ports to report upon - date : show the commit date - committer : show the committer name - time : show the commit time
Fix more PHP issues
Fix more problems found by PHP notification messages
Remove code no longer used.
Use the same icon as the diary, which faces right, not left...
Use newly added function EmptyTheListCategory instead of EmptyTheList. Let's not clear the entire watch list every time someone adds ports from a category.
Use the terms primary and secondary, instead of real and virtual.
Some ports are in more than one category. The first category listed is the primary category. This must be a physical category (i.e. one which exists in the ports tree on disk). Any other categories are referred to as a secondary category. The others may be either physical or virtual. A category may be in more then one physical directory but will always have exactly one primary category. On this page, indicate ports which list this category as a secondary category.
Fix an off-by-one error with searching. If start = 1, we don't offset starting at one, we offset starting at zero.
Add a link to valid RSS
use abstime instead of datetime. This fixes phorum on PostgreSQL 7.3
Fix broken php tags
Allow paging of results Show the parameters in the resulting page. e.g. http://beta.freshports.org/search.php?stype=name&method=match&query=kde&num=10&deleted=excludedeleted&casesensitivity=caseinsensitive&search=1&start=61
Improve handling of email. Send it out, even if previous email has bounced. Log all attempts.
Fix typo and poorly worded sentence. Remove reference to improvements already implemented.
Move the WLC explanation into the "What do these symbols mean?" section.
Start using freshports_WatchListCount_Icon to display the WLC
oops, use the configuration file item instead of hard coding whether or not to show the Watch List Count value.
The Watch List Count image
By default, display WatchListCount
Add WLC info
bit more tuning of the announcement updates
update copyright notice
comment out some debugging syslog stuff
HTML nits
Final amendments
Beginnings of announcement maintenance
Add announcements table
Removed unused GLOBAL
refer to /login.php instead of login.php
refer to /login.php instead of login.php. whitespace adjustment remove redundant code
Rename the login form to l to avoid conflicting with the search form.
Use MAILTO instead of $mailto
Use MAILTO instead of $mailto HTML nits
layout nits
Oops, got the table cells wrong
HTML nits. Because we have two forms, we need to put them into two tables
html nits
HTML nits
Add the announcement
We don't want to use SystemTimeAdjust here...
When totaling categories, use the right formual depending on whether or not it's a virtual category.
When totaling categories, use the right formual depending on whether or not it's a virtual category. Supply a total.
More notes
indicate the virtual categories
Add our new announcement
Put a date on this thing before we introduce the new title.
update for the new release
ignore tmp
Add some new fields to the newsfeed and tidy up some formatting
Let's bring this up to speed too
Start using latest_commits_ports_anchor
use watch_list.in_service
header updates use watch_list.in_service
Stop using hardcoded user id start using watch_list.in_service
add some debugging and use the right variable name
align graphic and text to middle
whitespace
HTML nits
HTML nits
Make for valid HTML
Add the valid css image
Display the watch list name in the title and page header
HTML nits
use the right email check
some html nits count only the primary categories include a note that the port total is incorrect
Fix some footers/side bars to use the functions, not the includes...
Start using SecurityNoticeAudit class
Add security notice links
header changes
remove microtime for start/finish of page rendering
The VALID HTML icon
HTML nits
Allow an optional parameter, n, for the number of commits to return. max 150.
We don't have to update the housekeeping table any more.
Use latest_commits_ports_anchor instead of Anchor_CLID
turn off debugging
Convert to new commits_latest_ports file add port version/revision add Security Alert flag
- let's sort this instead of relying upon default order - tidy up headers
use a variable, not a hard coded constant
fix broken tag
Show zero values.
std headers
fix typo
show the category name
Qualify the GROUP BY fields to satisfy PostgreSQL 7.3 requirements
Ask them to disable auto-responders.
Let's use English here...
remove extraneous code
Start using latest_commits_ports
doh, we should be loading classes/user_tasks.php Avoid repeated IsTaskAllowed calls by using a variable Allow trusted users to amend the security notice, not just add a new one.
std headers
start using the new stored procedure for security notices.
Allow trusted users to alter description for non-virtual categories.
start using constants
include the category name in the banner.
Let's not make everyone automatically a super user.
comment out debugging
Better paging links
Allow paging through category contents
PostgreSQL 7.3 changes
Changes for 7.3 compatibility
make mention of default watch lists
mention that this page operates only on one watch list at a time
implement empty_all correctly
Add robots.txt
simple debugging change
use _REQUEST instead of _GET oops, we didn't code for remove, just add. when removing elements from the watch list, don't worry if it's not actually there...
Use WatchListID not wlid try some ' instead of "
Changes for virtual categories.
HTML validation
This seems to work now.
Show me the unrefreshed ports.
Name the column to cater for PostgreSQL 7.3 changes
whitespace
fix sorting error
Make sure we display the master sites.
limit 50
Disable debugging.
remove trailing control-m's
Add names provided by Chuck Rouillard.
Look for external searches and reject them...
Deal with external searchers.
Upon setting security notification, set housekeeping refresh = 2 for ports
Show the security notice flag
Add this image
remove unused code for start/stop some whitespace changes
add note about the new security icon
Add facility for marking a commit as security related
fix use of freshports_BannerSpace
use freshports_SideBar() and freshports_ShowFooter() whitespace changes
something wrong here I think, needs to be checked.
use freshports_SideBar() and freshports_ShowFooter()
use freshports_SideBar
whitespace only
Adjust copyright
Correctly delete all the lists when asked to do so.
add more help messages
use SetLastWatchListChosen and GetDefaultWatchListID
use wlid instead of watch_list_id
get rid of that double echo
PR 235 - WatchList needs to use UserID when deleting items.
Set focus when the page loads
Make this work with multiple watch lists.
use wlid instead of watch_list_id Starting using GetDefaultWatchListID Make this work with multiple watch lists.
use wlid instead of watch_list_id Starting using GetDefaultWatchListID
Don't use userid
Start using multiple watch lists
remove GetWatchID
Retrieve data based upon category name, not category id.
use echo freshports_ErrorMessage
use echo freshports_ErrorMessage
Use echo
Check for invalid names
partial changes to checking for legal watch list names
Remove "explain analyze"
lots of whitespace changes rearrange the SQL to improve performance. see http://www.freebsddiary.org/samples/PostgresSQL/ports-new.txt
whitespace changes only
remove freshports_MainWatchID
Tell people they can have no more than 5 watch lists unless otherwise arranged.
Use a standard spam filter message
Handle the special case of no subscriptions.
use ' instead of "
use ' instead of " whitespace changes attempt to not wrap date
forced commit to say use ' instead of "
use $_REQUEST use ' instead of " Get it working again
Use $_REQUEST Get it working again.
use ' instead of " use $_REQUEST
use ' instead of " whitespace changes
Convert to new User class use ' instead of "
some whitespace changes Use User class. use " instead of '.
remove WatchListID
use require_once instead of include
remove extra COMMIT
Add another note to help the user
Fix typo
Use require_once instead of require
Show all the watch lists and allow the user to select which ones should contain the element.
remove commented out code. Use UserID not User->ID here. use require_once.
Add debugging flag
Add some debugging
use require_once
start using new class User lots of whitespace changes.
Start using new class User
Start using class watch_list_element. Use class User.
use class user
hide debugging
Start using user class for setting watch_list_add_remove
Correctly go back to the referrer when Asking. Catch and ignore duplicate entry errors. Display the port details.
include/watch-lists.php
Use $FreshPortsSlogan.
Use $FreshPortsName and $FreshPortsSlogan. Add TITLE to banner logo
use $FreshPortsSlogan
Start using $FreshPortsSlogan and $FreshPortsName. remove extraneous comment which is breaking the RSS.
Start using $FreshPortsSlogan and $FreshPortsName. add TITLE to logo
Hide debugging code behind if ($Debug) Start using freshports_ErrorMessage
Enable for multiple watch lists. Implement the "ask" feature for adding/removing ports.
freshports_Watch_Link_Remove and freshports_Watch_Link_Add now take
More work on multiple watch lists. Still more to go.
Start using UserID and WatchListID where needed
we now need a watch list id when adding removing items improve security by linking the SQL to the USER ID
use freshports_Watch_Link_Remove and freshports_Watch_Link_Add
properly use the ddlb
Checkpoint for working with multiple watch lists. Still more work to be done.
Fix the URL
Add notes on how stats are collected.
add TITLE and ALT tags for the graph
Make those headers bigger
Use require_once Include news.addenda as the first item
Ask for testers
Put error messages into a nice fancy box
Redirect if not logged in
Add the image and the code for creating the watch list ddlb
Add ddlb with stuff in it for selecting a watch list
Looking good.
Check for GD compiled in
White space changes only
Let's get a little more structured Also start using the daily stats
improve the SQL
Add a link to tomorrow and yesterday
Add a <BR> at the end of the daily links.
Start using freshports_LinkToDate()
Show how many pages are in the website
Let's do the dailysummary in a better way
show how to use the new parameters on index.php
Whitespace changes only
Updates
Start supplying links to daily pages instead of including the daily summary.
Adjust min number of ports to show as 10
add details about index.php parameters and date.php
Add more error checking and assumptions
remove borders used for debugging
tidy things up
Allow num and days parameters to optionally reduce the amount of traffic
Improve the speed of this query
Change the SQL around to greatly improve performance
The first step to caching the data. But I gave up when I realised that doing so will cause problems as things are updated.... Not to mention watch lists.
Display needs_refresh on this screen
If no commits found, say so.
Add side bars
Add watch list catering
Remove debugging code
Add the year to the date
Looking better now.
Has an off-by-one error and the dates needs to be adjusted for the time zone.
First commit
Google is my friend
don't use origin
Convert blank origins to /
Warn them about fortnightly/weekly reports
Fix broken tags
Add notes about deleting an account and emptying the watch list
Start using message_id not commit_id as the key for files.php
Make note of the notification problem
note about mail header changes
Mention that graphs are clickable
no more oracle
Ask for oracle 9 help
Use the new htmlify code, not the old stuff.
Allow google. Ignore everyone else.
Don't let robots scan
check report subscriptions
Fix password change
get this working properly and add lots of debug
use @ not ? for email address
Warn users to allow incoming mail
Add note about trying to login if you don't get the activation email
add facility to resend a notification
remove unused code
fix bugs associated with watch notice ids and notification periods
be more specific about email
be more specific about email
Add note about spam filters
adjust headers for new fields
report-subscriptions.php now displays description
Show description thereby removing need for show-help.php
PR 183 - show the revision/version obtained from commit_log_ports not that found in ports
forced checkin to test sendmail delays
first commit
Don't caclulate the cookie when logging in. Use the one already there.
First commit
mention automated nagging mentor
fix typo
show N/A if not displaying frequency
Cater for reports which have no frequency. They are instantaneous reports. This will allow for Fenner reports on ports which do not build.
allow for more URL defaults on searches
Add case sensitivity info to search log
Allow case sensitive searching
Add committer opt in to the website
change post-commit interval to 1 minute
add missing word
Add note that encoding errors can occur anywhere in the commit email message and not just in the log message.
use commits_latest_ports instead of commits_latest, which freshsource will now use.
*** empty log message ***
First commit
Use the right URL
Increase the lag to 10 minutes
Add Adam Herzog
remove old meeting notice
Why show "don't notify me"?
Put the login deflection at the top of the code
When first going to the page, load the values from the db for this user.
standardize the man header and include the side bars
Let the users try this.
whites space only
first testing attempts
Add skyscraper
Add skyscraper
Start using the Skyscraper ad
Add the BC Hosting skyscraper ads
Add images for comparison
Let them talk
default the sorting to be by last update
Ottawa-Carleton Unix Users Group
move search log to dynamic
patch from Marcin Gryszkalis to fix axis-labels-issue (in graphs that all values are 1 or 0).
turn off debuggin
Code from Marcin Gryszkalis which adjusts for wider labels
lets try it this way
Send them elsewhere!
Allow for fortnightly and monthly totals
Announce the site
announce site migration
improve the search logging
use _FILES["pkg_info"]
Sort by the commit date. Reported by Matador
use $_GET
beautify the html
explain a bit more, and add some icons.
use $_SERVER["SERVER_NAME"]
warn them about data loss
warn about making changes
fix it.
Tell the users what to do.
Announce data migration
Announce data transfers
start using $_SERVER['DOCUMENT_ROOT'] . for PR 158
Lots of changes for PR 158 start using $_SERVER['DOCUMENT_ROOT'] .
Use Adjustment for system time
First commit
Add deleted/undeleted option.
allow get to work for searching too
Standardize the date format
format the commit date better.
Add an exact match search and note that searches are case sensitive.
this works. previous didn't. don't know why.
start using $_SERVER
move the get above where it is first referenced
add AddSlashes
Allow for various periods
First commit
use $sort = $_GET["sort"];
use _POST
add missing $
use _SERVER
use $visitor = $_COOKIE["visitor"];
oops, use _GET["token"]
use _SERVER
add watchnoticefrequency to _POST variables
start using the _POST variables
use $_SERVER["HTTP_HOST"]
use $_SERVER
use $_SERVER["HTTP_HOST"]
use $method = AddSlashes($_POST["method"]);
use $_POST["search"]
use _POST["variable"]
use $_SERVER["DOCUMENT_ROOT"]
use $_GET["id"]
use $_POST["ports"];
left align port name in the "Port from your watch lists" column.
use $_POST["ports"]
use $_GET["category"]
add missing $
use $_GET["remove"]
use $submit = _POST["submit"]; and $origin = _POST["origin"];
use _POST["<varname>"]
use _SERVER["PHP_SELF"]
$_GET["message_id"]
use _SERVER["REQUEST_URI"]
use $_SERVER["DOCUMENT_ROOT"]
use _SERVER["DOCUMENT_ROOT"] instead of DOCUMENT_ROOT
general tidy of HTML code
When listing ports in a category, supply the watch list id. remove commented-out code
Add NumberOfDays
Add customizable number of days to show in history Add mailto link for committer
also fetch ports.revision
fix display of things we want to be shown
fix typos
fix regex for mail regex
removed duplicated AddSlashes
fixed typo. evenshtein should be levenshtein
rm _phpgraph as it is not used
We don't use this directory any more
Remove mySQL references
grab is_clickable while we have it.
Add labels to graphs Make some graphs clickable and some not
Add labels to graphs Make some graphs clickable and some not
minor tweaks to cope with changes for ports-new.php
All new, based on ports-deleted.php
clean this up for production
move freshports_MorePortsToShow to include/freshports.php when calling freshports_PortDescriptionPrint, include the URL to use for long commits.
I have added the FP2 people. so don't say I haven't.
put deleted where it should be deleted.
Fix the map file name
oh, don't show that here!
html fixes
remove files not in FP2
html fix
fix syntax
html fixes
html fix
HTML fix
html fix
fix html
html fix
HTML fix
removed. not on branch
html fixes
Let's go back to 100% width tables.
Add a section for FP2
Use $PHP_SELF
Add disclaimer.
Use $db not $conn
Put conditions into db connection
put FreshPorts in the title of the cached file.
first commit
Let's put it all together. Looking good for graphs.
html fix
fix HTML
oops, messed that up didn't I. fix table.
First commit
remove extra </P>
These are the post W3C HTML validation commits
Almost there.
Use our own style stuff.
Add news feeds
Add date/time loaded.
Add "Add tab to NetScape 6" button.
Call our copyright function
First commit. Used for netscape 6
Used for sidebar.php
Remove references to the phorum, which is gone.
Mention forgotten logins can be recovered too
mention FreeBSD
add links to ocuug
Don't show the description link
slight whitespace changes
Let's use play instead of a bullet for long commits
Use a graphic for the bullet on long commits
Icon tweaking.
Tweak the linking for large ports.
Show only the first 10 ports of a commit. Then link to the commits.php page.
Pass watch lists id to call to files.php
Change Refresh icon to Deleted
Add some missing fields and standardize date/time format to get encoding_losses running.
add encoding_losses
Add link to BSDMall
Add watch and watch add icons.
Start using icons for watch add and remove
Make the main table 100%
allow for non-logged in users
Adding link to commit.php from most places.
Allow searching by message_id
urls are now transparent.
fix more typos
fix typo
Center the table
Start using the new deleted and refresh icons.
Add domain renewal time
first commit
call freshports_Email_Link
Oops, checked in with debug on
moves this file around.
white space changes only
Allow URL of /category/ports/files.php?commitid to show files affected by said commit it
- Add DailySummaries back to the front page (and include more of them) - use freshports_CommitFilesLink to create links to files
Add committer to front page.
Add a BR after the port description and do not show the category
put category after the port and smaller.
Move the commit time to a line by itself Put the description at the end of the line
Fix a broken </B> tag
If the email test fails, set the flag.
if they change the email address, validated it.
Get the URL right
Add link to freshports test website
Make the first column of the table 100%
remove unneeded table
remove extra unneeded table
Change date format to include time zone
convert to use cache table
Add missing VALIGN
Don't show the category name when showing all ports in a category.
Include the correct field on the form so that searching from the side bar will provide results on the search page instead of just going to the search page. Also add a bit more debugging info on search.php
Ajust DD DT and DL tags PR124
Fix hardcoded domain name
files should be non-empty
Tidy up the whitespace etc so it looks better in the HTML
Bring up to working state
remove SQL used before we started caching
Let's start logging changes
add links to the help page
better formatting
Suggest they use the search list to add unfound ports to their watch list.
Add soundex to the search page. Allow the user to go from staging area to search page for ports not found.
*** empty log message ***
Start a help file for use with the pkg_upload.php page
"Your browser must allow cookies for the login to work."
Add "Your browser must allow cookies for this login to work."
OK, now we have staging area clear, and update watch list working.
make the table borders look like the rest of the site.
Use the new ports strategy from pkg_info -qoa
remove gtabug note, add FreshPorts2 note
checkpoint - about to change to pkg_info -qoa output
Now we have the results split into multiple tables.
We can now upload 282 ports from pkg_info and process it in 2 seconds.
Make sure the values set by getvalues are available everywhere by declaring them to be GLOBAL. If a disabled account is found, log them out, and let them know.
Just string to modify the process to use the database, not INDEX.
turn off debugging
remove a commit
specify a full URL using hostname and origin. this should avoid some problems with Opera
don't let disable or unconfirmed users login
Don't show the about graphics here.
standardize that table.
we don't automagicaly log people in now. so don't try to display their user name.
don't allow blank passwords
New users must now supply a valid email address. Instructions to enable their account are forwarded to that email address.
Add a banner to the faq
The announcement
lotsa q+a
Add an incompleted FAQ
oops, problems in headers/footers. let's fix that.
Lots of tidy up, no real coding changes. just make things look better.
Improve the search add/remove so you get back to the orginal search.
Use 1/0 for onwatchlist
Include the WatchListID so we see add/remove put the footer in a 97% table
replace mysql with postgresql upgrade php graphic
include getvalues so we so who is logged in
remove border
use AddSlashes correctly
use AddSlashes and do some debugging stuff
put sidebars in there
Add the other-copyright
Put the sidebars in here
include element_id so watch list add/remove can work
we need to include the watch list id on this page. remove some old cache code while here
move debugging info into a previous if
standardize the banner messages
center the form
Adjust the watch list slight. eye candy.
adjust some debugging information
Show Add/Remove on the port page.
Mention that this login isn't the same as the main login.
Include the revision, if non-zero, as <VERSION>-<REVISION>
new style
Adjustments for new style
adjust the header/footer for FreshPorts
how was this missed?
oh geez, I forgot all this stuff!
if a watchlistid is supplied, use it to display +/- on the page for each port
Commit phorum-3.3.2a to the tree
rm phorum. we are going to import phorum version by version
remove all this stuff
The link to the port should contain a trailing /
start using freshports_PortDescriptionPrint
tidy up and bring up to standard
tidy this up a big.
comment out that message. I don't think we need it. PR# 87
remove code from old versions add our footer to the bottom
Fake commit to branch
Add a link to the commit details to the front page. Modify the details on the port page to be more like the main page.
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Add single click watch-list maintenance.
If it really is a 404, then display a nice message.
minor adjustments. and use IsSet instead of defined...
ummm, use IsSet instead of defined.
now that we have a good wrapping scheme for lines > 72 characters, we don't have to treat pre and post migratin data differently.
The migrated fp1 commits are single line log messages. They must be wrapped. Therefore, use <CODE> if before a certain date, and <PRE> afterwards.
Change date_created to date_added
add link to daemon copyright
instead of a <BR>, put a space before [deleted].
add date time
add map link
First commit
get rid of duplicate page name
use PRE tags around the commit description and the file names. remove the file graphic and make the cvsweb hyperlink on the file name instead.
Ensure all references to images directory starts with /images. This is most for use by the missing*.php files.
put a bit of spacing around the fields so it looks better
white space only
Remove include of classes/watch object
create and use a new function freshports_CookieClear to be used when a person logs out or when we ware given a cookie which we don't recognize.
Add copyright
no longer needed
Unless stated otherwise, everything should work now.
Adjust the HTML to be centered and 98%. Missed this during the recent mega-adjustment.
Massive HTML tidy up. Mostly only whitespace changes.
change freshports to FreshPorts
Only try getting the port if the port name is set and non-blank.
white space change only
convert to postgresql
convert to postgresql
Use website title
*** empty log message ***
use the predefined website name add a bit of cell padding use an outer join to get the correct count value
convert to postgresql PR 45
convert customize.php to use postgresql lost of whitspace changes to getvalues.php which was also changed to postgresql include/freshports.php now includes classes/watchnotice.php
remove the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> entries because they are all in include/freshports.php
mysql was case insensitive. postgresql isn't. therefore convert login ids to lower case when comparing.
oops, insufficient testing failed to find wrong field name.
Convert to postgresql
Convert to postgresql from mysql
Rename files from .php3 to .php. The code within many of these files still needs to be converted from mysql to postgresql.
reaname this file
convert to use recently created ports.php class and redirect to <category>/<port>/
Reconcile code which existed in both files: include/freshports.php missing-port.php
Handle return HTML from missing-port.php
If they get the category right, but provide an unknown port, tell them and then show the link to the category they provided.
slight table adjustments
use <category>/<port> URLs
convert to use postgresql. include revision_number in output
stop using category.php3 in favour of <category>/<port> URLs.
Start using the new format URLs and use $SERVERNAME to determine the URL instead of hardcoding http://www.FreshPorts.org/
oops, missing some leading and trailing / and a missed category.php3
start using <cateogory> and <category/port> instead of category.php3 and port-description.php3
Now you can broswe to a category: http://www.freshports.org/<category>
PR 26 We should now be able to browse to any port via <category-name>/<port name>.
start using commit_log_ports.needs_refresh instead of ports.need_refresh which is now deprecated.
Start using commit_log_ports.port_version not port.version
Add missing.php. This page is activated via ErrorDocument 404 /missing.php in the apache configuration for this website. It uses the classes element and port to grab information from the database. This is the start of being able to browse to: http://FreshPorts.org/net/samba and get the samba page. Or, if a port is uniqely named, http://FreshPorts.org/samba will take you to the same place. Much to do, but this is the proof of concept.
barh! removed a LIMIT BY 3 which rather restricted the output.
remove a echo mysql_errno() left in after debugging
slightly change the text
Move formattime from index.php3 to include/freshports.php
use the new values CVSTimeAdjustment and LocalTimeAdjustment
commit_log_port has been renamed commit_log_ports
Put the main tap at the top of the cell vi VALIGN="top"
remove : introduced during last commit
For broken and forbidden ports, display just Broken or Forbidden in the ALT text, not the actual text of the broken/forbidden message. For the commit message itself, yes, we're going to use <PRE></PRE> until we can find a better way.
use the ports.date_created field.
pick up newly added ports.date_created PR 55
comment out code not needed.
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
restrict result set to 100 rows.
remove a pg_exec ($database, "end"); which was causing this: [Tue Nov 27 01:33:54 2001] [error] NOTICE: COMMIT: no transaction in progress
When displaying the commit message, turn all links into hyperlinks.
use nl2br instead of PRE
add $db parameter to freshports_PortDetails remove unneeded caching code
freshports_PortDetails now needs $db use nl2br where we once used <PRE>; this allows us to have the same line breaks, but in a better font. takes less real estate too. change a while loop to a for.
freshports_PortDetails now uses $db
call freshports_PortDetails instead of including ./include/port-basics.php pretty some of the HTML output by adding \n fix the HTML by adding missing end tabs (</DD>) enclose the commit description within <PRE></PRE>
sort the files by name make the displayed pathnames relative to the port directory (i.e. remove /ports/<category>/<port>/ from pathnames
commit work done today. upgraded to postgresql.
converted to FreshPorts2
Upgrade to FreshPorts2
Start using $FreshPortsName. general tidy up.
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Standard project directories initialized by cvs2svn.