This code no longer used. see svn+ssh://svnusers@svn.int.unixathome.org/freshports-1/ingress instead Split the code into two parts: 1 - scripts run from the command line 2 - Perl modules used by some of those scripts
If the vuln is not new, but modified, put a * beside the name.
When removing items from the cache, we are wildcarding now, so use glob, and delete each matching file.
Cast our net a little wide for cache entries.
Enable cache removal
Add GetErrors(). Allow others to get the errors already recorded. Added for Sanity Test Failures.
Remove the commit and rollback code. This is now handled by the xml_munge code.
When errors occur, record them in the Sanity Test Failures table
Add sanity_test_failures_id_seq
Add Sanity Test Failures
Calculate the latest vulnerabilities
Output the latest vulnerabilities
*** empty log message ***
Make sure of Debug_FetchBeforeSavingPort Better formatting of debug information
Convert all whitespace in cagegories to a single space
Add Debug_FetchBeforeSavingPort
Better debugging output
Disable caching now that we are using fp-listen
Only show active ports
Invoke most-watched.pl on a weekly basis.
Add the most watched ports count for linimon
Add Precedence: bulk
We now fetch just one category page, and it is not HTML. The fetched page actually just calls a stored procedure.
Remember to clear out the cache when updating a port
The reports of my death have been wrong. Use VUXML instead.
Add link to http://www.vuxml.org/freebsd/ for use by security notification report.
Update the copyright year, while adjusting whitespace only elsewhere
Better description of items required, including trailing slashes.
If the description is null, tell the users something useful instead of a blank line.
If we don't quote the NEWSCASHEDIR glob, it works. Nice.
correctly spell cache
Correctly spell cache
Get ready to clear the news cache too
Simplify the removal of items from cache.
There was a caching problem where cache entries were not deleted as expected. This turned out to be a permissions issue. There is code here that will be removed with the next commit. It was just kind of a shame to delete it without committing it.... ;)
Change how we remove from cache. Do it for just the one file. Do an ls before and after.
Correctly use the return value from FetchAllFiles().
Move the cache clearing code from PortsRefreshed to UpdateEnds.
- Tell observers about UpdateBegins and UpdateEnds - Take note of the return value from FetchAllFiles and do not refresh ports if it fails. - Event if there was a fetch problem, tell the observers that refresh has been completed, so they make take action (in this case, they mark ports as vulnerable)
When using FetchFile(), take note of the return value and propogate it up to our caller.
Add UpdateBegins and UpdateEnds.
cach -> cache
files -> file : go singular.
whitespace only
Save the Ports for later cache flushing. This means we can process the cache removal requests after the transactions have been completed.
Use the new path to cache files, which is a ports-tree-like directory structure. When we pass in CommitLogPorts, it is now category/port string.
When the transaction has been committed, tell the observers.
Add TransactionCommitted Update copyright
Update copyright
If caching fails, report an error.
Update copyright year.
Add php4-extensions
If the file we get back is not ASCII, tell the committer. Use unlink, not rm.
Fix problem with cache removal. Only attempt removal if cache entry exists. Use unlink instead of rm. Fix typo: Finsihed => Finished
Remove entries from the cache after refreshing.
Remove an extra -V some whitespace changes
Go case-insensitive.
Fix the caching path
Add some ability to remove ports from the cache.
Whitespace only.
forced commit to note that we now do a case insensitive check on Message-ID
Cater for null timezones
Allow AFFECTS to span multiple lines
Update to a more complete list of ports that need to be installed
Update copyright year. Look for pkg_version in the right place on FreeBSD 4 and FreeBSD 6
Update copyright year, standard headers.
For virtual categories, this is the description: This is a virtual category. No description is available.
For virtual categories, give 'no description available'
Make sure the port is active.
New patches
Add RefreshDescription() Cater for non primary categories by setting element_ID to null when no value is provided.
Provide a way to set the cagtegory description from the make files
Include the URL into the FreshPorts webserver for each port that had trouble. Provide a bit more space before listing the errors. If notifications are disabled, tell me who the committer was.
Set the refresh flag when a commit is processed.
add a flag for cache refresh
Do better caching of all the options.
Start caching the categories.php page
Add a partially completed script for checking that Deleted Ports are deleted and that non-deleted ports are not.
correctly name and locate the file
Move from category/pkg/COMMENT to make -V COMMENT.
Set is_interactive
Add this file
Add is interactive
Add is interacgtive
added: is_interactive, only_for_archs, not_for_archs. now also checks for invalid expiration_date.
Look for jobs waiting to be run.
Add and use $FreshPorts::Config::JobWaiting. This flag is used by fp-daemon.sh to seralize jobs.
Use the correct variable name for expiration_date Properly quote or don't quote the value depending on whether or not it is NULL While here, renumber the numbers so they are sequential.
use eq not == for strings.
Add an EOF message
Provide Auto-Submitted: auto-generated support. Thanks to Donal Diamond <donal.diamond@gmail.com> for the suggestion. See http://www.faqs.org/rfcs/rfc3834.html
When a new commit comes in, part the ports as vulnerable or not.
Add stats functions for ports.expiration_date
New script
Add expiration_date
Add comments about doing the file processing after the files have been fetched.
We now use Cwd, not File::ConvertPath
Add Stats_PortCountVulnerable()
Add ports-new.php
BASEIDR => BASEDIR
We now use Cwd, not File::PathConvert
stop using File::PathConvert, and use Cwd instead
Sort output by date field only
We no longer use packageexists. Remove it.
Remove the file, only if it exists.
Add restricted and no_cdrom fields
A script to set initial values for restricted and no_cdrom fields of the ports table. Does not clear out existing values.
Add statistics for restricted and no_cdrom ports
Remove begin_work() and put a my on the ErrorFound.
Put transaction control here Pass the database handle into the XML_Munge object After processing, rollback or commit, as appropriate.
Remove commit/rollback as it's now in xml_munge()
Add Set_Rollback_Needed() and $_RollbackNeeded and return the value from process()
Remove the database connection from this file. It is now supplied with object creation. Replace $dbh with $self->{dbh}
Display both the output from the Make command and the error file when an error is detected.
For the observer object, provide a database handle during creation. Create the observer object first, then the xml munging object. (Just because we can)
refer to $class->{dbh}, not $dbh When ports are refreshed, update the ports_vulnerable table
On PortsRefreshed, supply a new value: CommitLogPorts
Functions to manipulate the ports_vulnerability database.
Whitespace only
Correct a comment
whitespace changes only
When dealing with a cancelled vuln, remember to delete the vuln from the database if we are updating in place.
Add DeleteByVID()
Add devel/pear-HTML_Page2
Add two new functions: MarkOneCommit() RecordVulnerabilitiesForThisPortVersion()
update_database_vuxml() now takes a whole vuxml structure, not just an ID
Mark vulnerable commits during processing
Add new function MarkVulnerableCommits()
Start using VUXMLMUTEX
Add vuxml_mutex
Remove unneeded /'s
whitespace changes only
Start using DISTDIR so that references to SAME come up correctly
Add DISTDIR
Handle splits that involve a ,
Streamline error handling
Supply the filename as input parameter, not STDIN
When commit is already processed, that's not an error
Capture the RCS details of the vuln.xml file
remove unneeded print messages
Add DateLessThanDate() and RecentlyAdded() both of which use Date::Calc
Remove commented out code.
Always test before committing. echo should be print
Creat -> Create
Add this package
Echo that we are doing special processing.
forced commit. Add FilesFetched
Observer the FilesFetched event. Keep track of whether or not the ports tree infrastructure needs to be patched based up on the files that are in this commit
Forced commit: This file performs any patches needed to the ports tree infrastructure as required by FreshPorts.
backout previous commit, which was whitespace only and in error
Forced commit. Code now notifies observer after files have been fetched.
*** empty log message ***
Rename update_database to more correctly refer to database_insert
Order the data by ID, so it retains the original ordering. add print()
*** empty log message ***
Use vuxml_affected_id when retrieving. Add set_id(), set_vuxml_affected_id(), set_name(), and print()
Print packages. comment out debugging code.
Comment out printing
Create a print() routine.
Alter FetchByVID() to take a parameter Add FetchPackages()
Alter to return a bunch of packages not an affects. This makes things conceptually easier.
FetchByVID() now takes the vuln id as a parameter
comment out debugging
Remember to empty out objects before using them again.
Whitespace changes
remove unused shift in empty() Remove unneeded quote in save()
update the SQL keywords
Remove extra comma from UPDATE
add empty() and FetchByVuXMLAffectedID()
Add functions for setting values
Add Empty(), add some whitespace
add fetch by id, and empty()
Add empty()
First attempt at grabbing all package information for a vuxml entry
Add newline to EOF
add FetchByVID
whitespace only
clean up _initialize
remove unnecessary code from _initialize
Allow for updates
Fix broken HTML by adding a = after TITLE
First work towards incremental updates of vuxml instead of wiping the tables and starting from scratch again.
Add FetchByVID() Alter Save() to allow for updates
white space changes only
Add commits.html cache
Remove unused usage
We don't use this anymore
We no longer use this.
Add TITLE / hover text to the hyperlinks
Whitespace only
remove most 'use lib' as they are unnecessary.
Let's make this actually update the fields it claims to upgrade
Set the ports.last_commit_id field for those ports that have no such value.
If we are offline, do nothing.
Put a standard header into the file
Log the things we process. The approvers files is in CVSROOT, not CVSROOT-ports
The file for is processing UPDATING is /dynamic/refresh_updating
Use full path to BaseDir. Include new options we have been missing to date. vuxml, etc
use ' not " Use :: not : for the config package.
Update with process_updating.sh and process_vuxml.sh
*** empty log message ***
Play catch up: add UPDATINGFLAGFILE PORTSFREEZEFILE VUXMLFLAGFILE
This file was taken from process_vuxml.pl and will now be the file that just loads the vuxml file into the database. process_vuxml.pl will soon load the file, and mark the commits.
If we pass '' to a sub, then invoke a shell script, that is missed as a parameter. So the usage is invoked. Not nice. So use , '"''" instead. While debugging this problem, improve the debugging output.
To take advantage of the new fetch script, without breaking existing code, create FetchFileURL(), and alter FetchFile to pass acceptable parameters.
Become more useful by adding a couple of parameters: URL=$1 - The URL to fetch from. Useful for local testing. SUFFIX=$6 - The suffix to attach to the URL. Useful to specify the repository.
We're pretty good here now. Hopefully it won't take much to complete this.
Get rid of unused variables and commented out code.
Remove this file as it will not be used.
I was planning on grabbing the historical epochs for the master sites of slave ports, but that proved to be ugly because historical makefiles do not always parse cleanly.
Start updating commit_log_ports Add some code for extracting PORTEPOCH via make -V, but then comment it out because some old revisions of makefiles do not parse cleanly. Ignore PortEpochs that are variables. We can't use them here.
If the port never sets PORTEPOCH, it must be set in the MASTERPORT. Detect such situations and display the master port name.
Whitespace only
This is much better.
First commit of this. I think it's soon to change.
Now we are updating the commit_log_ports_vuxml table.
Now we are invoking pkg_version to test versions. Getting closer now!
We now have all the commits for a given package.
Remove ranges_ from the columes in the vuxml_ranges table. Instead of using version_start, use version1, etc
On a file update, invoke FreshPorts::SpecialProcessingFiles::Eat Start handling $FreshPorts::Messages::PortsFreezeCheck
Start processing all the special files
add $FreshPorts::Messages::PortsFreezeCheck
Stop calling FreshPorts::SpecialProcessingFiles::Eat
add shell script which sets PortsFreezeInEffect file
Add the shell script that corresponds to the perl script
Put the right values into the right fields for ranges
Set commit_log_ports.port_epoch
On the insert, use the right field names with the right values.
Handle new field: quoted_port_epoch
set the newly redefined package_name field
Grab PKGNAMEPREFIX and PKGNAMESUFFIX rename pkgname => package_name
Script to set newly added fields: no_latest_link no_package pkgname portepoch
Add new columns to ports table: no_latest_link no_package pkgname portepoch example: freshports.org=# select no_latest_link, no_package, pkgname, portepoch from ports_active where name = 'dgd-net'; no_latest_link | no_package | pkgname | portepoch ----------------+------------+---------------+----------- | | dgd-net-1.1.8 | 0 (1 row) freshports.org=#
Add update_database_vuxml_affected and update_database_vuxml_references This completes the database updates for vuxml data.
There is no date_modified column. Remove usage.
There is no date_modified column. Remove usage. We use vuxml_affected_id, not vuxml_id. Change it.
put the -w back in
Start updating the database
Pass in database handle
Include constants Set status
how to process the vuxml changes
Allow invocation like this: (DBHandle => $dbh, Stream => *STDIN) cater for undefined values
The start of using vuxml
First attempt. untested.
Raname package from vuxml-parsing to vuxml_parsing
Add Matthew Seaman's work into the tree. This will be used to parse the vuxml database.
Set the broken field.
strip out unmentionables, unprintable characters.
Start using "ISO-8859-1" and not "UTF-8". This fixes the umlaut problems.
Move to an Observer/Observable stragegy. This commit requires use of http://search.cpan.org/~cwinters/Class-Observable-1.02/lib/Class/Observable.pm See also this port: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/70339 For this commit, most of load_xml_into_db.pl was moved to a new file: xml_munge.pm
Add messages for Observer/Observable
whitespace only
Whitespace changes only
add missing ' in debugging message
use the right paths so that reinstalling this port works.
COMMENTify this port
remove @dates, which is no longer used.
Move diagnostics code up into the main loop. Use config.pm for path to ports tree.
Start using AddUpdatingXref
Introducing $FreshPorts::Constants::VERSION_REVISION_JOINER
Update copyright year
Remove unused variable $file. Remove unnecessary push.
Original code from Travis Campbell. Slightly modified by Dan Langille to work with STDIN and write to database.
remove unused variable
Ignore vacuum.sh
add depends_lib, master_port, latest_link
Process slave ports when the master port is updated.
Set the ignore field of the ports table.
Back out the change. The blank line code has been tested in production for some time, but it's not thought to be necessary. The error it is detecting should not occur. It may be better to fail with when this error occurs.
Cater for blank lines. this will be backed out soon.
For a given master port, return all the slave ports.
For each slave port, refresh its values from the master port.
Set the depends_lib field
This script sets the master_porta and latest_link fields of the ports table.
Add stub for refreshing slave ports.
Allow the date in a commit message to be : or / delimited. e.g. jeh 2001/12/04 05:22:26 PST or jeh 2001-12-04 05:22:26 PST
Use cvsup host not xeon host.
remove debugging code which was stopping the reports.
Comment out some debugging information.
Better examples
Remove directories no longer used
No need to email now
A port can be marked as IGNORE. Start processing that value from the makefile. All makes now use: LOCALBASE=/nonexistentlocal X11BASE=/nonexistentx This will allow ports marked as BROKEN to be queried as if they were being loaded into a empty machine (i.e. no ports installed). Idea from: Oliver Eikemeier <eikemeier@fillmore-labs.com> Brought up by: Thierry Thomas <thierry@pompo.net>
add ignore
Better format this output. Group them by Date
remove USERS as it was not used.
Correctly state whether or not committer notifications are enabled.
forced commit to correct previous commit message this script now handles the deprecated field.
Handle hourly stats
Handle the ports.deprecated table
Based up on report-notifications.pl, this script does not need to refer to report_frequency because it is run on demand. We refer to security_notice.date_added not commit_log.date_added The next step is to remove all reference to frequency.
Add OFFLINE example
Add
Start using online
improve reporting, use Online
Improve report
Start using OFFLINE
Start using system_status. delete records more than 7 days old
Only email the committer if they are opted in
If MessageID is not found in the message, say so, and abort.
Move the "This message was generated..." phrase to the bottom of the email.
whitespace and cap changes
Security Report ID should be 5, not 6
Add announcements.pm
Start using FreshPorts::ReportConstants::Footer
whitespace
remove dirname which was unused
remove maxlength and dirname, which were unused
Update copyright. move WatchURL, ReportSubscriptionURL here from various report scripts Create FreshPorts::ReportConstants::Footer
Add entry for daily rendering job
Remove unused code
Script called by cronjob.
Script for creating summary for daily totals.
fix the broken regex for the ports tree
Move comments closed to relevant code
Update samples
Fetch all files. Let the called routine validate the files.
Fetch only files within the ports tree.
Start using special processing
special processing for special files
Add more samples
Whitespace adjustement
cronjob
remove unused code empty table before filling it
use chomp
Insert the stuff into the database
First cut. Needs to start using stored procedure PortsMovedAdd.
Improve the error reporting for corrupted commits.
Forced commit to fix previous commit message. Track duplicate file names in case of corrupted commit messages.
ignore status.pm
improve error collection
Display the Port name and the error beneath it.
white space changes (tab align, convert space to tabs etc) remove commented out code
Add a status check on the queues. If anything turns up in the retry queue, let the admin know.
Verify that WEBSITEURL is defined.
add cache-refresh.sh
When processing a commit, check to see if the Makefile is there. If it isn't, error out and mention that if this is a repocopy, please ignore this error. While here, put the Makefile pathname into $Makefile, and stop repeating the use of MakefileDirectory/$FreshPorts::Constants::FILE_MAKEFILE
Add the hostname and database name into the mail headers
whitespace
Refresh the cached files
Keep the error message with the port name Always CC the system admin on sanity errors
Improve error reporting by including port/category. Only report the error if the error file is > 0 and the result is zero
Add: WEBSITEURL CACHEDIR STAGINGDIR
whitespace
Add details on how to use formail to load an archive.
- Use commit_log_ports_elements instead of commit_log_ports_extra - When creating a new port, be sure to read the details back in after saving. That info is needed later. - fix up the matching of directories and ports so we quote any meta characters in the port name. i.e. \Qpathname\E
Replace commit_log_ports_extra with commit_log_ports_elements. Same concept, but larger scope. This new table cross references a commit to ports and files outside ports.
A little test script for checking if dirA is a subdirectory of dirB.
Any ports tree commit which touches a file not belonging to a port (e.g. ports/INDEX) will result in an entry in this table.
- Because the File structure now contains element_id, be sure to extract it from the where used. - Add _RecordPortsFilesOutsidePorts which will populate the commit_log_ports_extra table.
Include the element_id for the file within the File structure
Include the full path to the port element, without a leading /
Call RecordPortsTreeButNonPortCommits if we have a commit with no ports.
remove #!/usr/bin/perl -w
Remove unused values
Provide a facility for recording commits into the last_commits_ports table which are in the ports tree, but which do not involve a port.
whitespace changes
whitespace and text alignment
Remove incorrect package declaration.
Whitespace only
Now that main page update has gone away, we need the ability to refresh the daily summaries. One day, we'll start using it...
Wrap text at 72 for any messages sent by SendEmailNotice
We no longer use these files.
If we encounter an error, stop. Comment out all prints.
If no files are found during a regular GetFiles procedure, try invoking GetFilesImported instead. This will process any file imports.
Remove notice about multiple watch lists.
Whitespace adjustment. When we cannot open Mail::Sender, log the error using LOG_ERR not LOG_NOTICE.
Use the correct number of parameters when calling SendMail.
Remove "use housekeeping". Remove RefreshMainPage function because we no longer do this.
Lots of whitespace fixes. Record the information which is used during Error Notification. (message subject and message id)
Allow CommitMessageID and CommitMessageSubject to be included in the notification. If Committer Notifications are turned off, don't include the part about why you are getting this message. It'll be going to the system owner, who should know why...
Fix error reporting which failed to correctly report the error.
Add SystemOwnerEmail some minor whitespace changes
If no files found in a commit, report an error. This was prompted by someone who did a cvs import instead of using addport.
Use `hostname` not `$hostname` to get the hostname.
Add a newline at end of line
Each category has a pkg/COMMENT file which describes that category. When a new category is encountered, if we cannot fetch pkg/COMMENT, then go with a fake description.
When creating a new port, ensure the status is set to Active. This doesn't affect the saving of the port, because a new port is always set Active. It affects code modified in the previous comment which checked the status to determine whether or not to refresh the port.
Wrap all committer messages at column 72. Tidy up the email code to make it easier to read.
Make use of the ability to include a CC: in outgoing email.
Improve the error reporting during sanity testing. I found a case where we got an error such as this: "/usr/home/dan/ports/french/homard/Makefile", line 56: Need an operator (caused by spaces instead of tabs in a section such as do-install:). In such cases, no results are returned from the make command. Instead, the errors will be captured in the tmp file we created to capture ERROUT. Add two new functions: SetActive and SetDeleted.
Include a CC field when mailing out messages. This will allow me to CC myself on any outgoing sanity test errors.
Sometimes a port can be deleted in one commit, and a later commit will remove a missed file. If this port is deleted, don't refresh it. If we don't need to refresh it, we don't need to save it.
Add two new functions, IsActive and IsDeleted.
Include the error code in the email
Add the nightly check for unrefreshed ports, including ignored ports. whitespace adjust to keep things pretty.
Remove the temp error collection files when and where we should. Not where we are.
Don't overwrite the outpout files....
- Use ports_active, not ports, so we don't have to check if a port has been deleted. Which means we don't need to refer to the element table at all. So remove all that code. - Use tabs to delimit things instead of :
start using find because we have too many files...
Remove extraneous remove
We now ignore a refresh once it has been reported. But we can't ignore it forever. Add an option to allow inclusion of ignored refreshes.
Update copyright notice
With the move to a flat directory structure, we don't need archive-logs.sh. archive-messages.sh does it all.
Remove control Ms
convert to use a single directory for raw email, xml, xml loading, and errors.
Start using examples from email.pm
Add defaults for email.pm
Do a better sample
fix typos
Add new defaults
Remove housekeeping calls because we don't need that any more
Supply the dbname and website URL when emailing out.
move to a better directory structure
Move to a user-independent directory structure
Better handling and reporting of non-fatal errors.
Add ReportErrorEmail and ReportErrorEmail
check for config file
move spooling directory one leve down
also ignore config.sh
better use of variables
By default, do not notify committers of problems. Otherwise we'll have each test system telling them.
Indicate that we need a path to the scripts directory and things aren't always in the home directory any more
Adjust things for Postfix address extentions (i.e. foo+bar@example.org) and to allow procmail to fail softly.
Document
Use this file to set configuration parameters such as the location of the msgs tree and the scripts directory location.
create the retry directory
remove an echo
Move to a better method of message handling. This will allow multiple databases per user and for the processing of multiple incoming cvs-all streams.
Use a different approach to pathnames. This should make it easier for one user to process multiple cvs-all streams.
Better handle errors when they occur when mastersites
Better handle the lack of a pkg-descr file
catch and report command line flags we don't know about.
improve debugging and avoid undefined values for special conditions.
First commit
Message format has changed. End of files now indicated by ______...
add the Security report
change the report id to be the correct value add security_notice to FROM list in SQL better debugging messages
whitespace
remove debugging code
remove trailing ^M
remove references to bchosting by request. They are away for a while..
First commit. Untested.
virtual categories
whitespace
To populate the new table
module for new table
Whitespace changes
add support for commit_log_ports_ignore
Virtual category support whitespace changes
whitespace
Add an optional number of days to go back.
Only fetch files for port tree commits
use FreshPorts not Freshports
Place removal of pkg directory to be after make command has run. Ignore COMMENTFILE. COMMENT should now always work. remove large unused portion of needs_refrseh for new ports
We don't always fetch the comment file because now COMMENTFILE and COMMENT both exist.
print the command as part of debugging
chomp the longdescription and mastersites to remove trailing whitespace. whitespace changes.
Start using COMMENT and COMMENTFILE to cope with recent changes
Check sth whitespace
white space changes to SQL
remove pring which was screwing up processing
remove ^M
Adjust quoting to get hostname
in perl, we use 0, not FALSE
Don't commit prematurely
turn autocommit off do the rollback/commit some whitespace changes
handle the temp file better
how about some instructions, for the next time we do this
Say if the notifications are disabled
include the database name in the message
Add key to housekeeping table.
white space changes only
Add switch for notifying committers
white space changes only
white space changes
add X-header
whitespace changes
Add headers to each mail message.
Use new email function. Put watch list name in subject.
Add a new parameter, Headers.
Replaced by report-notification.pl
white space changes
Fix to work with multiple watch lists per person. Put the frequency and watch list name into the headers.
Tell them about the multiple watch lists
Some whitespace changes Add _UndeleteResurrectedPorts
add update_status whitespace changes
whitespace changes
Fix missing ' include constants.pm
Use the constants provided.
whitespace changes Add FreshPorts::Constants::ReportDeletedPorts
more whitespace changes
Whitespace changes
white space changes
improve the error checking and reporting
add a missing ( in a string change " to ' to avoid \@
Check the return value on that message open
use SendEnc instead of SendLineEnc
add report-notification.pl and report-new-ports.pl
Remove \ from email address
fix debugging
Fix debugging
Start using email.pm
Add mail/p5-Mail-Sender
Start using Mail::Sender
Start using trim_multiple_to_single and trim on depends run and depends build. Perhaps we should do that on other fields as well?
add trim and trim_multiple_to_single
Start fetching all the files for a commit.
Never fetch files before refreshing all ports touched by this commit (RefreshAllPortsTouchedByCommit)
correct debugging statement
Add hostname to error messages
Add an extra blank line between items
try using $revision instead of HEAD
In a comment, rename _GetNeedsRefreshForNewPort to GetNeedsRefreshForNewPort
use the new PORTCOMMENT features if no pkg-comment file is found
move and comment out the body printing. That will greatly reduce the log size.
Uncomment SendWatchNoticePersonal which is a big mistake to comment out.
provide the commit_log_id which might just be useful
wrap text at 82, change whitespace formating, and put URL at end of note
Set result upon error. Perhaps this will stop the duplicate error messages.
try case insensitive
remove 'new' references
Announce the new report subscription service
Notify if embedded makefile is suspected
Add option to not refresh files on disk useful when getting around build problems
Add announcement report
Update to use report-subscriptions table.
display the hostname when reporting
require committer_opt_in
If make -V PORTVERSION fails to return a value, notify the user.
Display the ports which need refreshing
first commit
change final test
Add ReportIDMaintainerNotification for checkaddress.pl
don't hardcode the db name in the error msg
Script for verifying maintainer subcription
Remove debugging code
First commit - this file handles the notification of committers when an error is found with their port
changes for committer opt-in
cater for error catching when telling committers about errors
Catch errors on the fetch so they don't appear in the .errors file
don't fetch files if you aren't supposed to (debugging tool)\nFirst steps towards committer opt-in
start distinguishing from a Port and a non-Port refresh
add the vacuum analyze
final changes...
add then, and fix test
fix `
first commit
better handle processing of the log message
Add debugging info for master_sites PR 174: File::PathConvert does not handle // very well
Add bchosting notice
call it the new ports report
Add suggestions from Piet Delport <pjd@303.za.net>
use SystemTimeAdjust
first commit
Remove debugging
New results
Make sure we pick up the correct report number.
Fix up message and URLs.
uncomment the commit
Remove duplicates by fixing SQL
Check only active elements Send the email notice
First commit
make it work for freshports2
searchlog.txt is now in dynamic
remove unneeded stuff
Move status.html to dynamic
use www.freshports.org not migration
spell Calculated
Put the port and new count where they can be seen for each message. Add links to the website.
Add fortnight, weekly, and monthly
add fortnightly and monthly totals
Add port count and new port count to message.
Add daily stats
add scripts/hourly_stats.pl
Change the titles slightly and links better to ports-new.php
add FreshPorts::Config::HourlySummaryDir
first commit
Add these in
start using revision
start fetching revision
start using the revision
fetch using a revision
use the defined HEAD
define HEAD
Start using version, but we'll use HEAD for now.
remember to commit
First commit - a cron job for running daily statistics.
Remove tarball, use files.
Add this tarfile.
actually call SendWatchNoticePersonal
change .php3 to .php
Fix the URL for the watch list
merge to FreshPorts1 from HEAD
send one message per user
Add a trailing slash to the URL
PR142 - after refreshing a port, queue the date into the daily_refreshes table so that the daily summaries are updated.
Don't show revision if it is zero
Add committer to message
update version
cater for older xml encodings without EncodingLosses
cast to boolean to cater for default values of 0
tag the file as UTF-9
add EncodingLosses
Add EncodingLosses
sort by category and port to ensure consistency
Tidy up the interval.
Cater better for the Revision line...
Remember to use the system time adjustment
merge from branch
Merge to branch
merge to branch
commit to head
Add new caching functions to keep track of updating the cache
- update copyright - remove mistakenly copied routines - ReadFile - FetchFile - InitSyslog - ReportError - SendEmailNotice
Upgrade to latest on FreshPorts2
clean up the file
Put this on the branch
This is a great port for installing ports needed by FreshPorts
create msgs directory
Let's use fetch, not lynx
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
use fetch, not lynx
First commit
New FP2 version of script
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Standard project directories initialized by cvs2svn.