ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/freshports-1/scripts.ARCHIVE/trunk
Revision 5068 - Directory Listing - [select for diffs]
Modified Sun May 6 12:49:51 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5061
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


Revision 5061 - Directory Listing - [select for diffs]
Modified Sat May 5 20:36:01 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5057
Do a better logging attempt

Revision 5057 - Directory Listing - [select for diffs]
Modified Fri May 4 21:50:28 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5053
remove extraneous declaration of $FreshPorts::Config::JailBaseDir

Revision 5053 - Directory Listing - [select for diffs]
Modified Tue May 1 15:38:28 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5052
Whitespace only

Revision 5052 - Directory Listing - [select for diffs]
Modified Tue May 1 15:37:58 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5048
use /usr/local/bin/perl

Revision 5048 - Directory Listing - [select for diffs]
Modified Sun Apr 29 01:37:13 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5046
String comparison is eq, not ==

Revision 5046 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:27:25 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5044
Sys::Syslog, not Syslog

Revision 5044 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:09:56 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5039
Remove FreshPorts:: from DBI references, erroneously added.

Revision 5039 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:28:39 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5033
Prepend all use and require with FreshPorts::

Revision 5033 - Directory Listing - [select for diffs]
Modified Fri Apr 27 22:13:12 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5032
Add this, used when building FreshPorts-Modules

Revision 5032 - Directory Listing - [select for diffs]
Modified Fri Apr 27 22:11:14 2018 UTC (6 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5025
If the file is blank, return from _GetRealPath

Revision 5025 - Directory Listing - [select for diffs]
Modified Sat Dec 23 16:15:02 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5023
Remove trailing whitespace from a couple of lines

Revision 5023 - Directory Listing - [select for diffs]
Modified Fri Dec 15 18:05:50 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5020
Fix the splitting of path:dir[:target] into dir:[:target]

re https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html

With help from https://gist.github.com/ktracer

Revision 5020 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:44:46 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5019
Reduce the scope for $fh
Revert declaration of $p to orignal location


Revision 5019 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:41:09 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5016
Remove spurious committer_opt_in include introduced in r4906


Revision 5016 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:33:27 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5015
Although I think this script is no longer used, let's update it.

Revision 5015 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:24:42 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5014
white space and comments


Revision 5014 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:06:26 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5013
Fix the stale filehandle issue with processing vuxml errors.

It seems we are creating a new $fh value each time through the loop.
While that approach worked with HANDLE, it does not work with IO::File.

We were getting errors such as:

no element found at line 1, column 0, byte 0 at /usr/local/lib/perl5/site_perl/mach/5.24/XML/Parser.pm line 187.

I think that is indictative of an empty file.  I encountered similar
messages when printing the contents of the $fh before invoking the parser
but those messages went away if I did a seek to te beginning of the file
before parsing.  I also noticed that the processing worked for the first
vuln it processed, but never for the second. Invoking the script again
allowed another vuln to get processed, and so on. That is what led me to the
'reuse' issue.

I also tried a $p->DESTROY(); ... this also allowed things to work but this
commit is a much better solution.


Revision 5013 - Directory Listing - [select for diffs]
Modified Sat Dec 9 21:09:35 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5012
Remove spurious entries
Adjust whitespace

Revision 5012 - Directory Listing - [select for diffs]
Modified Sat Dec 9 14:49:17 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5009
Require SSL on connection

Revision 5009 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:53:09 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5008
I think I've fixed the vuln issue


Revision 5008 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:23:23 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5007
Better SQL


Revision 5007 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:20:58 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5006
Updates not previously saved


Revision 5006 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:17:01 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5005
fix trailing newline


Revision 5005 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:16:39 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5004
Fix trailing newline


Revision 5004 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:14:55 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5003
Fix trailing newlines


Revision 5003 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:12:08 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 5002
Add trailing newline


Revision 5002 - Directory Listing - [select for diffs]
Modified Fri Dec 8 22:47:44 2017 UTC (7 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4995
Better formatting

Revision 4995 - Directory Listing - [select for diffs]
Modified Mon Dec 4 23:14:12 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4985
When adding a dependency to the database, strip any @py27 or :configure 
type stuff first.


Revision 4985 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:09:50 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4983
Umm, move the code into the if, so it's not executed every time.

Revision 4983 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:05:21 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4981
Remove generate_plist from updating the ports tree.  That column has been
removed.

Revision 4981 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:57:04 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4978
Ignore empty lines

Revision 4978 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:38:25 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4977
When there is no generate_plist, be sure to delete what's there.

Revision 4977 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:37:36 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4976
Added when we have a bunch of FreshPorts::Ports_generate_plist=HASH(0x806d9f0d8)

see https://svn.int.unixathome.org/viewvc.cgi/freshports-1/scripts/trunk/port.pm?view=annotate#l1234

I changed $this->{generate_plist} to $generate_plist

Revision 4976 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:25:49 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4975
Add trailing '

Revision 4975 - Directory Listing - [select for diffs]
Modified Mon Nov 6 00:31:29 2017 UTC (7 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4970
Fix SPOOLINGDIR

Revision 4970 - Directory Listing - [select for diffs]
Modified Mon Oct 30 16:56:03 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4969
We use constants.  Declare that.

Revision 4969 - Directory Listing - [select for diffs]
Modified Mon Oct 30 15:03:01 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4968
Remove unused code:

* summary-all-days-create.pl
* test_DailySummary.pl
* test_FileBasename.pl



Revision 4968 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:59:17 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4967
Remove log-munger code long not used


Revision 4967 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:58:26 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4966
Remove old unused code: log-catcher


Revision 4966 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:56:46 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4965
Adjust this to suit new directory locations


Revision 4965 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:37:23 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4961
Deprecated in favour of queue-status.pl, used by Nagios.


Revision 4961 - Directory Listing - [select for diffs]
Modified Sun Oct 29 18:12:04 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4960
adjust references to dynamic so they refer to the new structure

Revision 4960 - Directory Listing - [select for diffs]
Modified Sun Oct 29 18:07:29 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4957
Fix the signals directory

Revision 4957 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:22:47 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4956
Comment update

Revision 4956 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:21:02 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4954
Avoid counting . files, such as .svn, which will artifically inflact the
number

Revision 4954 - Directory Listing - [select for diffs]
Modified Sat Oct 28 20:08:18 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4952
Use the correct user.


Revision 4952 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:23:58 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4950
Add in missing my


Revision 4950 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:17:31 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4949
Connect read-only


Revision 4949 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:09:59 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4948
Set ConnectionType if not supplied.

Revision 4948 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:52:33 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4946
Whitespace only


Revision 4946 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:07:13 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4945
Connect as RO


Revision 4945 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:06:47 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4943
Allow for no incoming ConnectionType and default it to commits

Revision 4943 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:42:58 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4942
Remove FREEBSDCVSUPHOST, no longer user
set DBUSER='reading', because most .sh scripts should be readonly


Revision 4942 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:32:21 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4941
Add whitespace


Revision 4941 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:32:05 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4940
When connecting, ask for a RO connection


Revision 4940 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:31:13 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4939
* Add optional parameter when invoking FreshPorts::Database::GetDBHandle
* use $FreshPorts::Constants::DB_ConnectionType => SOMEVALUE
* possible values are:
  * $FreshPorts::Constants::DB_ConnectionType_ReadOnly
  * $FreshPorts::Constants::DB_ConnectionType_Commits
  * $FreshPorts::Constants::DB_ConnectionType_Listener


Revision 4939 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:29:32 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4938
Add FreshPorts::Constants::DB_ConnectionType for use when calling FreshPorts::Database::GetDBHandle


Revision 4938 - Directory Listing - [select for diffs]
Modified Sat Oct 28 16:34:54 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4937
* add user_listening and password
* add user_readonly  and password

Revision 4937 - Directory Listing - [select for diffs]
Modified Sat Oct 28 16:10:04 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4930
Add three database connection types:

* Commits   - used by default
* read only - will become the default soon
* listening - used by fp-daemon


Revision 4930 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:19:57 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4920
Sort by count and name

Revision 4920 - Directory Listing - [select for diffs]
Modified Wed Oct 25 16:28:01 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4909
use MSGDIR for archiving, not something we make up locally


Revision 4909 - Directory Listing - [select for diffs]
Modified Tue Oct 24 22:26:23 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4906
Remove blank line


Revision 4906 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:59:23 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4905
Stop using HANDLE and start using File::IO

This will hopefully avoid: Name "main::HANDLE" used only once: possible typo at ./process_vuxml.pl line 89.

This should have been included in revision 4905

Revision 4905 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:58:37 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4904
Stop using HANDLE and start using File::IO

This will hopefully avoid: Name "main::HANDLE" used only once: possible typo at ./process_vuxml.pl line 89.


Revision 4904 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:57:25 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4902
When not refreshing explain:

this port *** EITHER *** does not need a refresh *** OR *** we were told not to fetch


Revision 4902 - Directory Listing - [select for diffs]
Modified Thu Oct 19 21:04:25 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4901
Cater for different queues used on different hosts

Revision 4901 - Directory Listing - [select for diffs]
Modified Thu Oct 19 21:03:57 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4900
We're going to a single tier queue. No more multiple queues.

Revision 4900 - Directory Listing - [select for diffs]
Modified Thu Oct 19 20:20:14 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4899
Do not invoke LOGGER before it is defined via config.sh
Add more logging calls

Revision 4899 - Directory Listing - [select for diffs]
Modified Thu Oct 19 14:11:55 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4897
Alter this script so that each port is always updated.

Remove ValueHasChanged()

Become branch aware, because we have active ports on branches.


Revision 4897 - Directory Listing - [select for diffs]
Modified Wed Oct 18 13:29:31 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4889
Make this script work


Revision 4889 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:10:39 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4888
remove pkg_plist and makefile

re https://github.com/FreshPorts/freshports/issues/53


Revision 4888 - Directory Listing - [select for diffs]
Modified Mon Oct 16 17:25:49 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4886
Whitespace only


Revision 4886 - Directory Listing - [select for diffs]
Modified Mon Oct 16 16:22:22 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4885
Add make-generate-plist.sh


Revision 4885 - Directory Listing - [select for diffs]
Modified Mon Oct 16 15:38:22 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4883
Sometimes, you need to refresh from head..


Revision 4883 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:13:52 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4881
Add more logging during initial processing of message.

* Branch
* Subject
* message-id


Revision 4881 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:01:37 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4880
Reinstate the depends_* trimming erroneously removed in a recent commit.
While here, remove unnecessary references to SVNDIR_CHROOT


Revision 4880 - Directory Listing - [select for diffs]
Modified Mon Oct 16 11:59:05 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4878
Add missing JailConfigurePlist


Revision 4878 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:37:35 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4876
Add missing file


Revision 4876 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:10:35 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4874
Use the correct path for perl

Revision 4874 - Directory Listing - [select for diffs]
Modified Sun Oct 15 22:57:51 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4873
better logging


Revision 4873 - Directory Listing - [select for diffs]
Modified Sun Oct 15 22:57:09 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4856
Add generate_plist feature.  Fixes https://github.com/FreshPorts/freshports/issues/50

This will give us a better pkg-plist solution.

Stop using full path names in depends field:

* depends_build
* depends_run
* depends_lib
* fetch_depends
* extract_depends
* patch_depends

We were storing taking a 

As a result, we no longer need these functions:

* freshports_ConvertPortPathToStandardLocation()
* depends_stripper()


Revision 4856 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:41:45 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4855
Use FreshPorts::Utilities::Report not syslog

Revision 4855 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:41:17 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4854
Use FreshPorts::Utilities::Report

Revision 4854 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:40:55 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4853
Start using FreshPorts::Utilities::Report

Revision 4853 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:38:18 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4852
Add Report($;$) which takes a level and a message.
Use this function internally.
Start logging via local3 so we can capture that via syslog

Revision 4852 - Directory Listing - [select for diffs]
Modified Tue Oct 10 14:23:36 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4850
Stop using . for concatenation

Revision 4850 - Directory Listing - [select for diffs]
Modified Tue Oct 10 14:11:29 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4847
Invoke logger via local3.info to help direct all syslog messages to
/var/log/freshports/

Revision 4847 - Directory Listing - [select for diffs]
Modified Tue Oct 10 12:45:31 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4846
Rename to be like all the others

Revision 4846 - Directory Listing - [select for diffs]
Modified Tue Oct 10 01:37:34 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4840
Adjust UMASK to be group writable (002)
Adjust regex to consider only headers (:h)
When discarding a message, log the Date, From, and Subject, much like a
delivery.

Revision 4840 - Directory Listing - [select for diffs]
Modified Mon Oct 9 17:33:34 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4839
Rename for better FreeBSD compatibility

Revision 4839 - Directory Listing - [select for diffs]
Modified Mon Oct 9 17:33:12 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4838
We have a sample file, we should use it

Revision 4838 - Directory Listing - [select for diffs]
Modified Mon Oct 9 15:17:18 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4836
A little more logging

Revision 4836 - Directory Listing - [select for diffs]
Modified Mon Oct 9 15:10:01 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4834
Change /usr/bin/perl to /usr/local/bin/perl

Revision 4834 - Directory Listing - [select for diffs]
Modified Mon Oct 9 14:32:53 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4833
Migrate to new directory layout

Revision 4833 - Directory Listing - [select for diffs]
Modified Mon Oct 9 14:32:42 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4831
Document that it needs fixing with respect to directories

Revision 4831 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:49:21 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4830
Add more logging.
Make better use of to instead of cc

Revision 4830 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:07:36 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4829
Specify Maildir despite using neither Maildir nor mbox. Why? I suspect it
might make a difference in how the files are saved. Maildir saves to a
temp file, then moves it o the final destination. We want that behavior.

Under procmail, it was designed to save to a temp file, then mv.

Now that we are using maildrop and Maildir, let's use their save/mv instead
of doing it ourselves.  Mind you, perhaps procmail did that too?

Forwarding email address must be prefixed with a !

Stop doing the save/mv we did in procmail.  Let Maildir handle that.

Revision 4829 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:04:15 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4827
Document the move to maildrop

Revision 4827 - Directory Listing - [select for diffs]
Modified Sat Oct 7 15:25:39 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4825
Add support for maildrop


Revision 4825 - Directory Listing - [select for diffs]
Modified Fri Oct 6 19:25:09 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4824
Update, becase we don't do anything here, it all comes from the port.

Revision 4824 - Directory Listing - [select for diffs]
Modified Fri Oct 6 19:21:07 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4823
Bring up to date with new directories.
We no longer need foo+bar addresses because the recipient is now a dedicated
user (i.e. not dan).

Revision 4823 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:14:33 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4822
Add base to the list of part we process, despite it not being used yet.
using https not http


Revision 4822 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:13:52 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4821
Start using https instead of http


Revision 4821 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:11:36 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4820
Adjust to the new directory layout to be introduced at 8xdtu.freshports.org


Revision 4820 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:47:36 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4819
Remove, no longer required


Revision 4819 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:42:46 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4818
I am not sure why we needed this directory


Revision 4818 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:40:23 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4817
Use a constant for the email address


Revision 4817 - Directory Listing - [select for diffs]
Modified Thu Oct 5 22:10:19 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4816
Reverse previous commit and leave config.sh in this directory.
Instead, we will create a symlink to /usr/local/etc/freshports/config.sh

Why?

Pulling in a config.pm file for perl might be more difficult. Might as well
use symlinks for both.

Revision 4816 - Directory Listing - [select for diffs]
Modified Thu Oct 5 22:05:34 2017 UTC (7 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4808
Move config.sh to /usr/local/etc/config.sh

Revision 4808 - Directory Listing - [select for diffs]
Modified Sat Aug 12 19:41:23 2017 UTC (7 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4806
Avoid new stuff on branches
fixes #29

Revision 4806 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:59:46 2017 UTC (7 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4805
Add stuff for ports dri

Revision 4805 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:57:19 2017 UTC (7 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4804
Add a commit

Revision 4804 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:57:02 2017 UTC (7 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4794
For making new branches. This script should be run this by hand.

Revision 4794 - Directory Listing - [select for diffs]
Modified Mon Jul 18 18:39:32 2016 UTC (8 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4793
Add pkg-plist and Makefile to the things stored in the ports table

Revision 4793 - Directory Listing - [select for diffs]
Modified Mon Jul 18 15:19:53 2016 UTC (8 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4792
This refreshes all ports, not just those on head

Revision 4792 - Directory Listing - [select for diffs]
Modified Fri Jul 15 21:21:30 2016 UTC (8 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4789
Not having a distfile is not an error

Revision 4789 - Directory Listing - [select for diffs]
Modified Thu Jul 14 20:48:37 2016 UTC (8 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4787
Cater for new columns associated with no-packages
https://github.com/FreshPorts/freshports/issues/9 - Not all ports have packages

Revision 4787 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:49:01 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4786
Most of these changes allow for commits to ports on branches and the
associated updates to any slave ports.

* Add distinfo field to ports table
* rename _GetPKGMESSAGE() to _GetFileContentsFromJail() because we are using it for both pkg-message and distinfo.
* introduce CreatePortOnBranch()


Revision 4786 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:46:01 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4785
pg_lasterror -> pg_last_error

Revision 4785 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:45:37 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4784
Better debugging message
whitespace

Revision 4784 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:44:15 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4783
Better sleep and associated retry

Revision 4783 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:43:28 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4782
The test must always be relative to PORTSDIR


Revision 4782 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:01:58 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4781
* Master ports are always defined on head, because they may not exist on the branch
  It may occur that someone changes the master port on a branch, but highly unlikely
* Remove extraneous fields from SQL query
* pg_lasterror -> pg_last_error


Revision 4781 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:58:48 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4780
Better retry / & delay times

Revision 4780 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:58:07 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4779
pg_lasterror -> pg_last_error

Revision 4779 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:57:16 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4778
add some debugging capability

Revision 4778 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:42:39 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4776
Set distinfo.

Revision 4776 - Directory Listing - [select for diffs]
Modified Tue Jul 5 18:14:35 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4775
Do the commit each time.
Don't check distinfo.

Revision 4775 - Directory Listing - [select for diffs]
Modified Tue Jul 5 00:17:39 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4772
Set master sites

Revision 4772 - Directory Listing - [select for diffs]
Modified Sun Jun 19 18:16:34 2016 UTC (8 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4771
make master-site-all has been replaced by 
make -V _MASTER_SITES_ALL

Revision 4771 - Directory Listing - [select for diffs]
Modified Sun Apr 24 22:38:25 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4770
set $result before you test it.  I have no idea why this bug did not arise
earlier.  That's terrible.

Revision 4770 - Directory Listing - [select for diffs]
Modified Sun Apr 24 22:37:18 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4769
Keep track of elapsed time for svn up

Revision 4769 - Directory Listing - [select for diffs]
Modified Sat Apr 23 13:35:45 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4768
Add pkgmessage to the ports table

Revision 4768 - Directory Listing - [select for diffs]
Modified Sat Apr 23 13:34:58 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4766
Consider the interval, number of commits in past 5 minutes when reporting
queue status.

Revision 4766 - Directory Listing - [select for diffs]
Modified Mon Apr 18 02:00:05 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4765
set branch and add more debugging statements

Revision 4765 - Directory Listing - [select for diffs]
Modified Mon Apr 18 01:59:33 2016 UTC (8 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4757
Give a full path to HEAD

Revision 4757 - Directory Listing - [select for diffs]
Modified Sat Jan 9 15:35:53 2016 UTC (9 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4756
Properly quote the incoming file.  re 201601062012.u06KC53V085831@repo.freebsd.org

Revision 4756 - Directory Listing - [select for diffs]
Modified Mon Nov 23 16:57:49 2015 UTC (9 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4755
use /usr/local/bin/perl

Revision 4755 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:04:41 2015 UTC (9 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4754
Set branch before proceeding

Revision 4754 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:04:20 2015 UTC (9 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4753
Add more checks and use the right dir.

Revision 4753 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:03:50 2015 UTC (9 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4752
Add comment regarding use of branches.

Revision 4752 - Directory Listing - [select for diffs]
Modified Mon Nov 9 18:41:59 2015 UTC (9 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4751
Give better starting points

Revision 4751 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:24:31 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4750
whitespace

Revision 4750 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:17:09 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4749
Whitespace only

Revision 4749 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:10:15 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4748
Better debugging

Revision 4748 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:50 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4747
Attempt to prepend $PORTSDIR to each depends

Revision 4747 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:16 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4746
add

Revision 4746 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:07 2015 UTC (9 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4745
whitespace only

Revision 4745 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:03:45 2015 UTC (9 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4744
Use a newly created constant

Revision 4744 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:03:08 2015 UTC (9 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4743
Use the configuration user, not hardcoded user

Revision 4743 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:02:36 2015 UTC (9 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4742
Print my SQL

Revision 4742 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:02:17 2015 UTC (9 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4741
Move the flag removal to the end of the tasks

Revision 4741 - Directory Listing - [select for diffs]
Modified Tue Aug 18 18:22:41 2015 UTC (9 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4740
We have pkg version and pkg_version is gone.

Revision 4740 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:03:04 2015 UTC (9 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4739
Cater for branches, and set a starting point; you can change that later via code

Revision 4739 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:02:19 2015 UTC (9 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4738
Cater for branches

Revision 4738 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:01:56 2015 UTC (9 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4737
Allow for
--fetch for fetching before running (defaults to 1)
--message_id=MESSAGE_ID_FROM_COMMIT
--port=www/bacula-sysutils


Revision 4737 - Directory Listing - [select for diffs]
Modified Thu Aug 13 13:24:57 2015 UTC (9 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4734
Allow one port to be refreshed

Revision 4734 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:26:14 2015 UTC (9 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4718
Correctly name some depends fields

Revision 4718 - Directory Listing - [select for diffs]
Modified Wed May 20 12:42:19 2015 UTC (9 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4713
Change the wrapper used because the old one has trouble with more recent perl?
"This shouldn't happen at /usr/local/lib/perl5/5.18/Text/Wrap.pm line 84."
-use Text::Wrap;
+use Text::Wrapper;

Revision 4713 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:51 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4712
Encode stuff

Revision 4712 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:34 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4711
Better logging

Revision 4711 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:19 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4709
Add error reporting

Revision 4709 - Directory Listing - [select for diffs]
Modified Wed Mar 25 14:10:54 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4708
This servers is on FreeBSD 10 now

Revision 4708 - Directory Listing - [select for diffs]
Modified Wed Mar 25 00:05:43 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4707
Better

Revision 4707 - Directory Listing - [select for diffs]
Modified Wed Mar 25 00:03:40 2015 UTC (10 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4695
Better logging

Revision 4695 - Directory Listing - [select for diffs]
Modified Fri Dec 26 17:06:30 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4694
Remove AlreadyInserted code

Revision 4694 - Directory Listing - [select for diffs]
Modified Fri Dec 26 17:05:54 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4693
Remove WHERE

Revision 4693 - Directory Listing - [select for diffs]
Modified Wed Dec 24 22:06:26 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4692
This works.

Revision 4692 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:51:14 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4691
Commits

Revision 4691 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:49:51 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4690
require, not requires

Revision 4690 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:49:09 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4689
This needs branches

Revision 4689 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:47:48 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4688
$uses not uses$

Revision 4688 - Directory Listing - [select for diffs]
Modified Tue Dec 23 15:40:10 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4687
Validate dates

Revision 4687 - Directory Listing - [select for diffs]
Modified Tue Dec 23 15:38:41 2014 UTC (10 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4677
Add FETCH_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS, and USES

Revision 4677 - Directory Listing - [select for diffs]
Modified Fri Oct 3 22:06:13 2014 UTC (10 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4674
Correct a print

Revision 4674 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:33:13 2014 UTC (10 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4673
Make it so we do not have to maintain this.

Courtesy of bdrewrey

Revision 4673 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:16:37 2014 UTC (10 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4672
Update to a better formula

Revision 4672 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:08:19 2014 UTC (10 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4651
Add files we need in the jail

Revision 4651 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:39:23 2014 UTC (10 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4648
Cater for a couple more mailing lists

Revision 4648 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:28:08 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4647
Now that host and dbname are in config.sh, remove them from here.

Revision 4647 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:24:28 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4646
Add db connection information

Revision 4646 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:22:43 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4645
Use ports_active, not ports_all, so we avoid deleted ports

Revision 4645 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:20:50 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4644
updates

Revision 4644 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:20:17 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4643
Use Mozilla::CA to deal with certificates

Revision 4643 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:19:38 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4642
Add the changes to deal with branches

Revision 4642 - Directory Listing - [select for diffs]
Modified Thu Aug 14 10:53:20 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4641
Works

Revision 4641 - Directory Listing - [select for diffs]
Modified Wed Aug 13 19:58:09 2014 UTC (10 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4640
Add.  Incomplete.

Revision 4640 - Directory Listing - [select for diffs]
Modified Wed Jul 9 22:15:15 2014 UTC (10 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4631
Better error handling if pkg-descr goes wrong

Revision 4631 - Directory Listing - [select for diffs]
Modified Tue Apr 8 15:25:06 2014 UTC (10 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4630
Better debugging and make use of the jail paths

Revision 4630 - Directory Listing - [select for diffs]
Modified Tue Apr 1 18:25:46 2014 UTC (11 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4629
Fix Revision label on logging output.

Revision 4629 - Directory Listing - [select for diffs]
Modified Tue Apr 1 15:30:43 2014 UTC (11 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4624
Avoid duplicate entries in commit_log_ports_elements table


Revision 4624 - Directory Listing - [select for diffs]
Modified Thu Mar 27 02:13:32 2014 UTC (11 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4622
Commit it all!

Revision 4622 - Directory Listing - [select for diffs]
Modified Wed Mar 26 22:47:03 2014 UTC (11 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4609
Remove LooksLikeAMakefile().

We no longer get files via cvsweb, we get them via svn up.

Revision 4609 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:55:42 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4608
Add savePortTableOnly()

Revision 4608 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:12:54 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4607
Don't save on errors
remove unused code
whitespace

Revision 4607 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:11:28 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4606
We might want to do a different kind of save

Revision 4606 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:11:06 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4605
Cater for branch RELEASE*

Revision 4605 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:09:26 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4604
Remove unused code
Mention branch on error messages

Revision 4604 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:09:34 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4603
Cater for yet another special Subject

Revision 4603 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:09:10 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4602
Use eq not == for strings

Revision 4602 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:01:46 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4601
Do not report failed dependency additions on branches

Revision 4601 - Directory Listing - [select for diffs]
Modified Fri Jan 31 01:01:24 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4600
Cater for Subjects such as: Subject: svn commit: r341906 - in head: . dns dns/bind96 multimedia

- 201401310024.s0V0OxDq013147@svn.freebsd.org
- http://docs.freebsd.org/cgi/mid.cgi?201401310024.s0V0OxDq013147

Revision 4600 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:26:31 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4599
Pass CommitBranch when saving port details

Revision 4599 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:26:00 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4598
Cater for change to head proper, such as
- http://svnweb.freebsd.org/base?view=revision&revision=261303
- http://docs.freebsd.org/cgi/mid.cgi?201401302226.s0UMQpDr065857

Revision 4598 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:24:14 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4597
whitespace

Revision 4597 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:55:52 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4596
Add SVNBaseDir

Revision 4596 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:11:37 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4595
Not used

Revision 4595 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:08:26 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4593
Update for Branches

Revision 4593 - Directory Listing - [select for diffs]
Modified Wed Jan 29 22:20:39 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4592
Ignore everything after: Changes in other areas also in this revision

Revision 4592 - Directory Listing - [select for diffs]
Modified Wed Jan 29 20:26:20 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4590
Correct the branch for the docs list

Revision 4590 - Directory Listing - [select for diffs]
Modified Wed Jan 29 16:33:08 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4589
Now that we are using a perl module to get the List Id, fix the ID for the src list

Revision 4589 - Directory Listing - [select for diffs]
Modified Wed Jan 29 15:23:58 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4586
use head, not HEAD.

Revision 4586 - Directory Listing - [select for diffs]
Modified Mon Jan 27 21:09:17 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4585
Remove _FetchFilesNeedingRefresh_DELETE_ME()

Revision 4585 - Directory Listing - [select for diffs]
Modified Mon Jan 27 20:37:37 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4584
Start using a better way of getting mailing list properties.

Revision 4584 - Directory Listing - [select for diffs]
Modified Mon Jan 27 02:42:23 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4583
Correctly print the jails

Revision 4583 - Directory Listing - [select for diffs]
Modified Mon Jan 27 00:20:08 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4582
Go some way to detecting commits to branches and split the filename accordingly

Revision 4582 - Directory Listing - [select for diffs]
Modified Sun Jan 26 23:32:33 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4578
Remove Pathname_ID.  It is not used.

Revision 4578 - Directory Listing - [select for diffs]
Modified Sat Jan 25 17:02:05 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4571
include FRESHPORTS_FREEBSD_SVN_URL and PORTS_SVN

Revision 4571 - Directory Listing - [select for diffs]
Modified Fri Jan 24 11:29:57 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4570
PORTSDIR is needed by process_vuxml.sh

Revision 4570 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:27:03 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4569
PostgreSQL now has autovacuum

Revision 4569 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:23:42 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4568
Get rid of this MySQL antiquity

Revision 4568 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:04:39 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4563
cater for scheidell (ports committer)

Revision 4563 - Directory Listing - [select for diffs]
Modified Thu Jan 23 04:30:58 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4562
Once you see Directory Properties, we're done.

Revision 4562 - Directory Listing - [select for diffs]
Modified Thu Jan 23 03:26:06 2014 UTC (11 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4559
Get the messages subject properly

Revision 4559 - Directory Listing - [select for diffs]
Modified Fri Jan 3 21:56:40 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4558
Set long description / homepage

Revision 4558 - Directory Listing - [select for diffs]
Modified Fri Jan 3 20:12:35 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4557
Remove PORTSDIR

Revision 4557 - Directory Listing - [select for diffs]
Modified Fri Jan 3 20:03:37 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4556
comments out OPTIONSFILE

Revision 4556 - Directory Listing - [select for diffs]
Modified Fri Jan 3 19:50:25 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4555
Add comment

Revision 4555 - Directory Listing - [select for diffs]
Modified Fri Jan 3 19:50:07 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4554
Say which flag is not set

Revision 4554 - Directory Listing - [select for diffs]
Modified Fri Jan 3 17:41:25 2014 UTC (11 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4553
Don't test for an existing file from outside the jail.  Drop the test entirely and just go get the contents.

Revision 4553 - Directory Listing - [select for diffs]
Modified Mon Dec 2 15:06:48 2013 UTC (11 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4552
Monitor incoming as well

Revision 4552 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:53:05 2013 UTC (11 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4551
no more Cwd or File-PathConvert.

Revision 4551 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:52:36 2013 UTC (11 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4550
add JailMasterSitesScript, JailShowConfigScript, JailDescr
add _GetRealPath so we get the right description file

Revision 4550 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:41:25 2013 UTC (11 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4549
Start using a hostname for the database connection

Revision 4549 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:19:53 2013 UTC (11 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4548
add hostname to database connection

Revision 4548 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:18:49 2013 UTC (11 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4546
Add FreeBSDVersion = 9
I should find a way to do this without having the bump the versin all the time...

Revision 4546 - Directory Listing - [select for diffs]
Modified Wed Aug 28 17:27:18 2013 UTC (11 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4545
Add some more jail scripts

Revision 4545 - Directory Listing - [select for diffs]
Modified Tue Aug 27 18:54:29 2013 UTC (11 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4544
Fix comment

Revision 4544 - Directory Listing - [select for diffs]
Modified Tue Aug 27 17:43:34 2013 UTC (11 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4543
Add vars/sh

Revision 4543 - Directory Listing - [select for diffs]
Modified Tue Aug 27 15:00:38 2013 UTC (11 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4541
We do the installing from the configuration directory

Revision 4541 - Directory Listing - [select for diffs]
Modified Tue Aug 27 14:58:45 2013 UTC (11 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4534
Avoid an uninitialized value message.
See http://news.freshports.org/2013/07/09/xmlwriter-upgrade-causes-fatal-error/

Revision 4534 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:22:43 2013 UTC (11 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4533
Use the jail to get the pkg-descr

Revision 4533 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:22:09 2013 UTC (11 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4532
To refresh certain broken pkg-descr commits

Revision 4532 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:21:49 2013 UTC (11 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4524
not sure why this wasn't already in here...

Revision 4524 - Directory Listing - [select for diffs]
Modified Sat Mar 23 22:15:50 2013 UTC (12 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4522
Remove commented out code

Revision 4522 - Directory Listing - [select for diffs]
Modified Sat Mar 23 20:48:17 2013 UTC (12 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4521
Fix the setting of port.last_commit_id on new ports

Revision 4521 - Directory Listing - [select for diffs]
Modified Sat Mar 23 14:16:32 2013 UTC (12 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4520
Add more jail stuff

Revision 4520 - Directory Listing - [select for diffs]
Modified Sat Mar 23 14:14:28 2013 UTC (12 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4515
use new jail for make master sites

Revision 4515 - Directory Listing - [select for diffs]
Modified Mon Feb 4 00:30:19 2013 UTC (12 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4513
Get the port name in there, and order the output

Revision 4513 - Directory Listing - [select for diffs]
Modified Wed Jan 16 15:37:57 2013 UTC (12 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4511
Fix how we update in place.
Do this by deleting, then inserting.
It gives better results without getting very complex on updates.

Revision 4511 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:51:15 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4510
Update instructions for running

Revision 4510 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:58:50 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4509
Add

Revision 4509 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:57:19 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4508
Retire cvsup-local-tree

Revision 4508 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:56:43 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4507
Retiring this script now that SVN is used

Revision 4507 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:49:15 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4506
Add

Revision 4506 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:30:39 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4505
Add samples for config.pn and config.sh

Revision 4505 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:28:20 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4504
Also display the required sudoers entries

Revision 4504 - Directory Listing - [select for diffs]
Modified Sun Dec 30 13:11:17 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4503
Add trailing ;

Revision 4503 - Directory Listing - [select for diffs]
Modified Sun Dec 30 13:04:23 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4502
Update to use the jail scripts

Revision 4502 - Directory Listing - [select for diffs]
Modified Sun Dec 30 12:58:01 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4501
Add

Revision 4501 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:51:51 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4499
Fix up

Revision 4499 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:24:35 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4498
Fix...

Revision 4498 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:14:54 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4497
Add support for the jail

Revision 4497 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:02:21 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4495
Add the scripts for creating and running the jail infrastructure.

Revision 4495 - Directory Listing - [select for diffs]
Modified Fri Dec 21 18:20:53 2012 UTC (12 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4494
Fix /UPGRADING and /MOVED

Revision 4494 - Directory Listing - [select for diffs]
Modified Wed Nov 28 17:48:24 2012 UTC (12 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4493
Update to reflect locations in SVN

Revision 4493 - Directory Listing - [select for diffs]
Modified Thu Nov 1 00:54:56 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4492
Start using Text::Unidecode from converters/p5-Text-Unidecode to handle
UTF-8 to ASCII conversion.

Revision 4492 - Directory Listing - [select for diffs]
Modified Fri Oct 26 15:22:15 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4490
Better handle file translating

Revision 4490 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:31:04 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4489
remove code not required in prod

Revision 4489 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:30:38 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4488
add p5-Email-Mime

Revision 4488 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:12:27 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4487
Update to use MIME ports

Revision 4487 - Directory Listing - [select for diffs]
Modified Sun Oct 21 12:15:27 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4486
Update our list of things we need.

Revision 4486 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:10:22 2012 UTC (12 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4482
Do not syslog messages about the queues.  We cover that now via Nagios

Revision 4482 - Directory Listing - [select for diffs]
Modified Wed Sep 26 19:32:03 2012 UTC (12 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4480
Add / to the db root prefixes

Revision 4480 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:11:23 2012 UTC (12 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4474
Update to full pathes

Revision 4474 - Directory Listing - [select for diffs]
Modified Tue Sep 4 00:06:23 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4473
spell it right

Revision 4473 - Directory Listing - [select for diffs]
Modified Tue Sep 4 00:04:27 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4471
match the results of _FetchFilesNeedingRefresh

Revision 4471 - Directory Listing - [select for diffs]
Modified Mon Sep 3 00:25:25 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4466
Correctly name all columns in the result set

Revision 4466 - Directory Listing - [select for diffs]
Modified Wed Aug 15 13:20:23 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4465
Add in the repo names

Revision 4465 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:49:10 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4464
- update for storing svn revision in the commit_log table
- start doing an svn up on the revision name, not the individual files

Revision 4464 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:48:47 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4462
Tell us the failure value

Revision 4462 - Directory Listing - [select for diffs]
Modified Thu Aug 9 13:11:10 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4461
- remove the unused function GetFreeBSDRepository(), which always returned
  src.
- add GetRevision() so we know the repository revision for this commit

Revision 4461 - Directory Listing - [select for diffs]
Modified Wed Aug 8 19:14:05 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4460
Updates, base on what I had in config.pm

Revision 4460 - Directory Listing - [select for diffs]
Modified Wed Aug 8 19:11:21 2012 UTC (12 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4455
- start using PORTSVN as the PORTSDIR for our local ports tree
- this lets us use svn up to grab updates
- add a sanity test for CATEGORIES to ensure it contains the primary
- category
- ^ that is useful for repo copies
- UsualPortsTreeLocation is /usr/ports, not /usr
- This is because our incoming file names are prefixed with ports/ to
- reflect the existing tree structure in our database
  which was set up when FreeBSD used cvs for the ports tree, not svn as it
- now does
- start fetching files from svn using svn up
- this will be useful for directories involved in repo copies.  No more
- missing Makefiles on svn mv.
- in such cases, the file being fetched will be blank, but the directory is
- not.

Revision 4455 - Directory Listing - [select for diffs]
Modified Tue Jul 24 15:56:40 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4454
Do not do a -w on the perl call

Revision 4454 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:18:24 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4453
Add another debugging statement
Be more explicit on a regex: use .* instead of *

Revision 4453 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:17:44 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4452
Trim any leading/trailing whitespace in file names

Revision 4452 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:06:56 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4451
- instead of processing the entire vuln.xlm file, look at each one and
  compare the checksum.  Process only the different ones

Revision 4451 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:05:51 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4450
- Start using svn cat for fetching files.

Revision 4450 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:05:21 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4449
- Append to the vuxml.log, don't just overwrite it
- inlude some timestamps

Revision 4449 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:04:24 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4448
Adjust for changes to vuxml_mark_commits... supply a named paramter

Revision 4448 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:03:53 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4447
- start saving checksum
- provide a method for fetching a checksum, based on vid

Revision 4447 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:02:46 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4446
Adjust for the different format of the SVN tag

Revision 4446 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:02:19 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4445
- adjust for new approach of updating just the vuln
  that have changed

Revision 4445 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:00:27 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4434
- adjust for new approach of updating just the vuln
  that have changed
- this script now just processed one vuln at a time
- record the checksum
- keep track of whether or not we updated the database
  so our caller can take action based upon that
- add more detailed debugging statements

Revision 4434 - Directory Listing - [select for diffs]
Modified Mon Jul 16 12:05:27 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4433
Do not fetch directories.  Only files.

Revision 4433 - Directory Listing - [select for diffs]
Modified Mon Jul 16 12:04:25 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4432
Remove ======

Revision 4432 - Directory Listing - [select for diffs]
Modified Sun Jul 15 22:58:23 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4431
Handle the special case of 'ports' directory.

Revision 4431 - Directory Listing - [select for diffs]
Modified Sun Jul 15 21:56:36 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4430
Assume ports repository and adjust the URL so it works...

Revision 4430 - Directory Listing - [select for diffs]
Modified Sun Jul 15 21:39:07 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4429
Assume ports repository and adjust the URL so it works...

Revision 4429 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:37:16 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4428
Ignore CVSROOT so we don't create a category and fetch it...

Revision 4428 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:04:12 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4427
Start fetching from SVN, not CVS

Revision 4427 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:03:48 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4426
Add the script for fetching files from SVN

Revision 4426 - Directory Listing - [select for diffs]
Modified Sun Jul 15 18:21:56 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4425
Remove trail PROPS message
Use the correct List-Id for the post-svn-head list

Revision 4425 - Directory Listing - [select for diffs]
Modified Sun Jul 15 02:59:03 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4424
When element_id is null, use null, not a space

Revision 4424 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:26:10 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4423
Now we know the List Id...

Revision 4423 - Directory Listing - [select for diffs]
Modified Wed Jul 11 02:06:33 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4422
Rename a variable

Revision 4422 - Directory Listing - [select for diffs]
Modified Tue Jul 10 19:06:45 2012 UTC (12 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4419
- prepare for FreeBSD move of post to svn
- alter svn processing so it prepends a repository name to all filenames
- create process_mail.pm (FreshPorts::ProcessMail) which contains a few
- common functions for parsing svn messages
- move some functions from process_mail.pl to process_mail.pm
- alter process_mail.pl to reference FreshPorts::ProcessMail
- GetOS_RepoPrefix() is the function that gets the repo name
- while here, remove process_cvs_mail.pl & process_svn_mail.pl which were
  deprecated by respective .pm files some time ago

Revision 4419 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:27:26 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4418
If a given field is undefined, use '' instead.

Revision 4418 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:26:56 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4417
Use the new FreshPorts::CommitterOptIn::GetErrorCount() function

Revision 4417 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:26:26 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4416
Better comment regarding the main loop

Revision 4416 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:25:21 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4415
Enhance an existing debugging message

Revision 4415 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:24:51 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4414
Add GetErrorCount()

Revision 4414 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:23:23 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4413
Correct a flag mentioned in usage statement

Revision 4413 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:22:47 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4412
- better format a call to FreshPorts::CommitterOptIn::RecordErrorDetails()
- add missing DEPENDS as a sanity test failure
- add more debugging related to depends evaluation
- in sanity test failures, mention DEPENDS that cannot be translated to a
- dependency

Revision 4412 - Directory Listing - [select for diffs]
Modified Fri Jun 22 15:17:27 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4411
Whitespace adjustment

Revision 4411 - Directory Listing - [select for diffs]
Modified Thu Jun 7 13:39:42 2012 UTC (12 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4410
Check for OFFLINE

Revision 4410 - Directory Listing - [select for diffs]
Modified Wed May 30 12:33:12 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4409
Correctly spell the table name.

Revision 4409 - Directory Listing - [select for diffs]
Modified Sun May 27 16:02:49 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4408
Fix, thanks to crees

Revision 4408 - Directory Listing - [select for diffs]
Modified Sun May 27 15:35:52 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4407
Convert /./ to / in pathnames

Revision 4407 - Directory Listing - [select for diffs]
Modified Sun May 27 15:34:23 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4406
More debugging output

Revision 4406 - Directory Listing - [select for diffs]
Modified Fri May 25 13:53:18 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4405
Do for _RecordPortFilesTouchedByThatCommit() what we just did for
_CompileListOfPorts()

Revision 4405 - Directory Listing - [select for diffs]
Modified Fri May 25 13:07:40 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4404
Avoid a situation where a file at the category level is mistaken for a port.
See 201205251025.q4PAPOvV092118@repoman.freebsd.org

Revision 4404 - Directory Listing - [select for diffs]
Modified Fri May 25 12:54:57 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4403
Add more debugging information.  This stemed from
201205251025.q4PAPOvV092118@repoman.freebsd.org

Revision 4403 - Directory Listing - [select for diffs]
Modified Thu May 24 13:09:17 2012 UTC (12 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4402
Allow for svn doc mailing list.

Revision 4402 - Directory Listing - [select for diffs]
Modified Tue Apr 10 19:50:25 2012 UTC (12 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4399
Add script for checking number of ports without entries in the categories
table.

Revision 4399 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:40:22 2012 UTC (13 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4398
More comments regarding partial vuln processing

Revision 4398 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:39:17 2012 UTC (13 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4397
Mention where we'd need to change stuff for partial vuln.xml processing.

Revision 4397 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:38:38 2012 UTC (13 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4396
whitespace

Revision 4396 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:38:04 2012 UTC (13 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4395
Add some comments regarding partial processing of vuln.xml based on keeping
an MD5 of each vuln

Revision 4395 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:35:27 2012 UTC (13 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4388
Remove pkg from the list of constants.
Issue raised by bapt re ports-mgmt/pkg

Revision 4388 - Directory Listing - [select for diffs]
Modified Mon Jan 23 16:52:53 2012 UTC (13 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4383
Don't go deep

Revision 4383 - Directory Listing - [select for diffs]
Modified Sun Oct 2 17:29:20 2011 UTC (13 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4379
Remember to clear the ports_vulnerable table when processing

Revision 4379 - Directory Listing - [select for diffs]
Modified Fri Sep 23 11:29:47 2011 UTC (13 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4378
Do not die if no files are found.  That can happen, say with an svn cp

Revision 4378 - Directory Listing - [select for diffs]
Modified Sat Sep 10 00:44:49 2011 UTC (13 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4377
If no valid expiration date, ignore the supplied value.

Revision 4377 - Directory Listing - [select for diffs]
Modified Mon Aug 22 18:21:12 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4376
Change tab to spaces
Put the / in 'quotes' to avoid division.

Revision 4376 - Directory Listing - [select for diffs]
Modified Mon Aug 22 01:39:35 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4375
Add ip_address

Revision 4375 - Directory Listing - [select for diffs]
Modified Sun Aug 21 21:16:40 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4374
Add another list

Revision 4374 - Directory Listing - [select for diffs]
Modified Sun Aug 21 19:36:15 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4373
Add **OBSOLETE** CVS commit messages for the entire tree

Revision 4373 - Directory Listing - [select for diffs]
Modified Sun Aug 21 19:29:02 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4370
Add missing pm

Revision 4370 - Directory Listing - [select for diffs]
Modified Sun Aug 21 15:11:25 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4368
Add in projects

Revision 4368 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:32:47 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4367
Some updates for port dependencies.

Revision 4367 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:31:56 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4366
Introduce, and start using, process_svn_mail.pm for processing SVN commits.
This has been in use on svn.freshports.org for quite some time.

This change allows freebsd-cvs.sh to invoke process_mail.pl, which decides
if this is an email we can process.

Revision 4366 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:29:26 2011 UTC (13 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4364
Set the value of FetchOK

Revision 4364 - Directory Listing - [select for diffs]
Modified Tue Jun 14 17:34:15 2011 UTC (13 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4363
Update

Revision 4363 - Directory Listing - [select for diffs]
Modified Mon Mar 14 14:28:43 2011 UTC (14 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4357
Have a max depth of 1.

Revision 4357 - Directory Listing - [select for diffs]
Modified Mon Feb 7 00:37:18 2011 UTC (14 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4354
Be sure to strip the depends before inserting.

Revision 4354 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:54:43 2011 UTC (14 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4353
Add

Revision 4353 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:54:09 2011 UTC (14 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4334
Add port_dependencies

Revision 4334 - Directory Listing - [select for diffs]
Modified Tue Oct 5 12:37:45 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4333
Correctly spell license, and correct a bug which prevented license from
being correctly picked up.

REPORTED BY: Thierry Thomas" <thierry@pompo.net>

Revision 4333 - Directory Listing - [select for diffs]
Modified Sat Oct 2 02:33:59 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4321
Add for Nagios

Revision 4321 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:31:36 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4320
Add password token purging

Revision 4320 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:31:02 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4319
The ability to delete old password tokens

Revision 4319 - Directory Listing - [select for diffs]
Modified Thu Sep 16 16:29:58 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4315
Add.

Revision 4315 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:42:30 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4314
Add support for license

Revision 4314 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:42:09 2010 UTC (14 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4312
Add another test.

Revision 4312 - Directory Listing - [select for diffs]
Modified Sat Jul 31 15:44:24 2010 UTC (14 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4310
Cater for empty change values

Revision 4310 - Directory Listing - [select for diffs]
Modified Sat Apr 17 19:09:20 2010 UTC (14 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4306
Add

Revision 4306 - Directory Listing - [select for diffs]
Modified Sun Dec 20 12:01:43 2009 UTC (15 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4305
Allow FreeBSD 8

Revision 4305 - Directory Listing - [select for diffs]
Modified Fri Dec 18 17:22:04 2009 UTC (15 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4302
Remove X11BASE

Revision 4302 - Directory Listing - [select for diffs]
Modified Fri May 15 02:07:34 2009 UTC (15 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4298
Set RESTRICTED correctly.

Revision 4298 - Directory Listing - [select for diffs]
Modified Wed Dec 17 03:14:24 2008 UTC (16 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4297
Keep the constants and utilities in there.

Revision 4297 - Directory Listing - [select for diffs]
Modified Wed Dec 17 03:05:31 2008 UTC (16 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4296
Commits to vendor branches slightly differs from normal commits.
From Oleksandr Tymoshenko <gonzo@bluezbox.com>

Revision 4296 - Directory Listing - [select for diffs]
Modified Sat Oct 11 01:28:34 2008 UTC (16 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4292
Add new script amended by Oleksandr Tymoshenko (gonzo@)

Revision 4292 - Directory Listing - [select for diffs]
Modified Mon Sep 29 06:11:39 2008 UTC (16 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4290
Add better handling of cache update for things such as GIDs, UIDs, LEGAL,
etc.

Revision 4290 - Directory Listing - [select for diffs]
Modified Thu Sep 18 04:28:55 2008 UTC (16 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4288
Now that we are not using ConvertFilePath, we aren't picking up the Freeze.
Fix that.

Revision 4288 - Directory Listing - [select for diffs]
Modified Thu Sep 4 14:33:09 2008 UTC (16 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4283
Cast greatest() to ::date

Revision 4283 - Directory Listing - [select for diffs]
Modified Fri Aug 29 13:07:31 2008 UTC (16 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4282
We don't need to use db_escape() any more.  DBI does proper PostgreSQL
quoting.

Revision 4282 - Directory Listing - [select for diffs]
Modified Thu Aug 28 02:45:58 2008 UTC (16 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4281
Add details for FreeBSD 7.
Incorporate changes suggested by koitsu@

Revision 4281 - Directory Listing - [select for diffs]
Modified Sun Aug 10 21:13:07 2008 UTC (16 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4279
Invoke NullIFEmpty on several more port fields.

Revision 4279 - Directory Listing - [select for diffs]
Modified Fri Jun 6 18:13:41 2008 UTC (16 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4272
Treat restricted and no_cdrom with special care for NULL

Revision 4272 - Directory Listing - [select for diffs]
Modified Sat Apr 19 23:48:21 2008 UTC (16 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4268
Correctly handle is_interactive to avoid setting that field to ENULL.

Revision 4268 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:31:31 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4267
Start using NULLIfEmpty()

Revision 4267 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:31:09 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4266
Remove _NULLIfEmpty() as it is now part of utilities.pm
Start using the new location.

Revision 4266 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:30:42 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4265
Move NULLIfEmpty() here from port.pm

Revision 4265 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:02:53 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4264
Start escaping stuff going into the port table.

Revision 4264 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:02:28 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4263
Start escaping the additions to the commit_log table.

Revision 4263 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:01:53 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4262
Add a few debugging hints

Revision 4262 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:01:15 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4258
Add db_escape, which escpaes stuff for PostgreSQL, E'stuff'

Revision 4258 - Directory Listing - [select for diffs]
Modified Thu Jan 24 16:51:38 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4254
For showconfig:
 - use OPTIONSFILE=/nonexistent
 - remove LOCALBASE and X11BASE

Revision 4254 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:58:41 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4253
Add ports.showconfig

Revision 4253 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:54:43 2008 UTC (17 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4241
Ready to go

Revision 4241 - Directory Listing - [select for diffs]
Modified Mon Dec 31 02:17:19 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4239
Get the pathname right.

Revision 4239 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:44:00 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4238
Wrong website.  :)

Revision 4238 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:41:55 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4237
Add, incomplete.

Revision 4237 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:40:58 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4236
ignore OFFLINE

Revision 4236 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:35:07 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4235
Don't echo the parm.
check for valid parm, and if none, echo usage.

Revision 4235 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:41:59 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4234
Check for OFFLINE

Revision 4234 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:37:28 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4233
Add support for fp-listen

Revision 4233 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:37:00 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4232
Add a log message

Revision 4232 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:36:46 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4231
Remove irrelevant comments
Add a full path to the OFFLINE file

Revision 4231 - Directory Listing - [select for diffs]
Modified Sun Dec 30 17:22:28 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4229
Check for OFFLINE

Revision 4229 - Directory Listing - [select for diffs]
Modified Sun Dec 30 15:21:50 2007 UTC (17 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4228
Add a script for taking the website offline for maintenance

Revision 4228 - Directory Listing - [select for diffs]
Modified Fri Nov 9 02:38:39 2007 UTC (17 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4223
I now think ConvertFilePath is wrong.  I should not munge the file name like
that.  Do it at fetch time!

Revision 4223 - Directory Listing - [select for diffs]
Modified Wed Oct 24 13:16:15 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4214
Better handle failed master-sites-all

Revision 4214 - Directory Listing - [select for diffs]
Modified Mon Oct 22 01:34:03 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4213
Cater for no vulns

Revision 4213 - Directory Listing - [select for diffs]
Modified Mon Oct 22 01:32:34 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4201
Give a proper count of vulns and ports.

Revision 4201 - Directory Listing - [select for diffs]
Modified Thu Oct 18 18:11:06 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4200
Invoke FreshPorts::Utilities::InitSyslog();

Revision 4200 - Directory Listing - [select for diffs]
Modified Thu Oct 18 18:07:36 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4199
Do a better log message

Revision 4199 - Directory Listing - [select for diffs]
Modified Thu Oct 18 17:52:39 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4198
Try syslog

Revision 4198 - Directory Listing - [select for diffs]
Modified Thu Oct 18 17:44:41 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4197
Set the Queue as a configuration item.

Revision 4197 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:27:25 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4196
We no longer patch

Revision 4196 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:27:12 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4195
Use the native ports infrastructure instead of own patch
MASTERPORT =>  MASTER_PORT

Revision 4195 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:26:14 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4194
We no longer patch.  The previous patch was to just keep the code instead of
abandoning it.

Revision 4194 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:22:45 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4193
How to patch on the fly.

Revision 4193 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:22:18 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4192
we no longer patch

Revision 4192 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:21:14 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4191
We don't patch any more

Revision 4191 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:06:51 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4190
add ports/Mk/bsd.port.mk

Revision 4190 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:05:58 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4189
We patch less for a while

Revision 4189 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:05:26 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4188
No longer needed.

Revision 4188 - Directory Listing - [select for diffs]
Modified Tue Oct 16 21:53:37 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4186
Remove.  Covered by other patch: bsd.port.mk.master-slave-patch

Revision 4186 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:02:21 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4185
Use more constants
Fetch files before invoking scripts

Revision 4185 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:01:41 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4184
Remove inaccurate comments referring to ./process_moved.sh
Log more information
This script no long fetches the file.
That should occur before this script is invoked.

Revision 4184 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:59:54 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4183
Log more information
Use the CVSWEB URL from config.sh

Revision 4183 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:58:21 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4182
When we can't fetch all the files, report an error and exit the loop.

Revision 4182 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:55:51 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4181
Add a ConvertFilePath($FilePath)
Cater for older commits, without a repository set in the message.

Revision 4181 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:54:41 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4176
Remove PORTDIR from MASTERPORT.
Some ports do this in a wonky way.  For example:
   category   |                  name                  |                  master_port
--------------+----------------------------------------+-----------------------------------------------
 graphics     | ocaml-lablgl                           | /usr/home/dan/ports/devel/ocaml-camlidl
 archivers    | ocaml-zip                              | /usr/home/dan/ports/devel/ocaml-camlidl
 security     | ocaml-cryptgps                         | /usr/home/dan/ports/devel/ocaml-camlidl
 x11-toolkits | ocaml-lablgtk                          | //usr/home/dan/ports/devel/ocaml-camlidl
 japanese     | kinput2-canna+sj3                      | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+sj3+wnn6                 | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+sj3+wnn7                 | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+wnn7                     | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+wnn6                     | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3+wnn7                       | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-wnn7                           | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-freewnn+sj3                    | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-wnn6                           | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna                          | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+freewnn                  | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+freewnn+sj3              | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3+wnn6                       | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3                            | //usr/home/dan/ports/japanese/kinput2-freewnn/
 math         | spooles-mpich                          | /usr/home/dan/ports/math/spooles/
 science      | mpqc-mpich                             | //usr/home/dan/ports/science/mpqc/
 x11-toolkits | fltk-threads                           | /usr/home/dan/ports/x11-toolkits/fltk/

Revision 4176 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:54:11 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4175
Add:
43  18  *       *   *   ${DIR}/cvsup-local-tree
which replaces the old command line version... which started to get ugly

Revision 4175 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:52:51 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4174
Add

Revision 4174 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:17:22 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4173
Add FREEBSDCVSUPHOST

Revision 4173 - Directory Listing - [select for diffs]
Modified Mon Oct 15 16:48:55 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4169
One of these compared items may be empty.  So add an X so they aren't.

Revision 4169 - Directory Listing - [select for diffs]
Modified Fri Oct 12 12:15:16 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4168
remove inaccurate comment

Revision 4168 - Directory Listing - [select for diffs]
Modified Fri Oct 12 09:11:04 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4167
that should be sysutils/bacula-server, not bacula-server.

Revision 4167 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:13:50 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4166
Add the master port tests

Revision 4166 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:11:33 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4165
Test via the ports tree

Revision 4165 - Directory Listing - [select for diffs]
Modified Thu Oct 11 19:26:48 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4164
patch with -N

Revision 4164 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:57:27 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4163
Check that bacula-client is a slave port of bacula-server.
We could make this a list of such ports, but that's for future work.

Revision 4163 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:15:33 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4162
Comment out a debug statement.

Revision 4162 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:14:38 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4161
Clarify the diagnostic message when a category is not found

Revision 4161 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:14:03 2007 UTC (17 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4157
Use FreshPorts::Config::Fetch_Retry_Limit and $FreshPorts::Config::Fetch_Sleep_Time

Revision 4157 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:57:56 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4156
Add a \n

Revision 4156 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:49:07 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4155
Add the names of the files which receive special processing.

Revision 4155 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:03:43 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4151
Remove extraneous line

Revision 4151 - Directory Listing - [select for diffs]
Modified Sun Sep 16 01:30:43 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4150
Take a better approach when checking for non ASCII files...
Don't look for HTML anywhere in the file output.  Just look for it at the
start of the line.

Revision 4150 - Directory Listing - [select for diffs]
Modified Sun Sep 16 01:29:56 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4149
Do not munge the result value when fetching a file

Revision 4149 - Directory Listing - [select for diffs]
Modified Thu Sep 13 13:01:42 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4148
Provide knobs to set fetch sleep intervals and fetch retries.  This should
improve handling of network comms problems.

Revision 4148 - Directory Listing - [select for diffs]
Modified Tue Sep 11 16:45:24 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4147
Remove 2nd instance of my declaration.

Revision 4147 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:46:06 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4146
Better error logging

Revision 4146 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:21:00 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4145
Add scripts-log

Revision 4145 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:17:37 2007 UTC (17 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4142
Let's do logger, not echo for these errors.

Revision 4142 - Directory Listing - [select for diffs]
Modified Sun Aug 26 02:43:33 2007 UTC (17 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4141
Give a better cvsup example

Revision 4141 - Directory Listing - [select for diffs]
Modified Sun Aug 26 02:40:57 2007 UTC (17 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4140
This should be run whether or not we are OFFLINE
Simplify the script.

Revision 4140 - Directory Listing - [select for diffs]
Modified Sat Aug 25 23:06:02 2007 UTC (17 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4139
Add

Revision 4139 - Directory Listing - [select for diffs]
Modified Sat Aug 25 21:46:10 2007 UTC (17 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4137
Add these patches for the ports Mk system

Revision 4137 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:54:02 2007 UTC (17 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4135
Oh, we're using the old style of cache file name when flushing the cache.
And we aren't finding anything.  So the cache is never cleared.  This is a
problem.

Revision 4135 - Directory Listing - [select for diffs]
Modified Tue Jul 31 14:20:28 2007 UTC (17 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4134
process_moved.sh, process_updating.sh, and process_vuxml.sh are no longer
wrong from crontab.

Revision 4134 - Directory Listing - [select for diffs]
Modified Tue Jul 31 14:11:08 2007 UTC (17 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4129
Start using a DIRLOG for keeping track of what happens

Revision 4129 - Directory Listing - [select for diffs]
Modified Mon Jul 9 21:40:47 2007 UTC (17 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4122
Add code to append the repo name to CVSROOT in each commit.

Each cvs-all email contains a line of this form:

  FreeBSD doc repository

where doc is the name of the repository.  It is important to append the
repository name to CVSROOT for any commits to the CVSROOT/ directory.

Revision 4122 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:40:54 2007 UTC (17 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4121
Use the new ReportErrorEmailNoPrint().

Revision 4121 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:40:26 2007 UTC (17 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4120
add ReportErrorEmailNoPrint() and alter _ReportErrorHelper() to
conditionally print the error message.

Revision 4120 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:39:46 2007 UTC (17 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4108
White space only

Revision 4108 - Directory Listing - [select for diffs]
Modified Sun Jun 3 14:19:33 2007 UTC (17 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4104
Fix the ports freeze processing.  It seems I broke with a previous commit.

Reported by: Benedict Reuschling

Revision 4104 - Directory Listing - [select for diffs]
Modified Sat May 12 01:40:07 2007 UTC (17 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4099
Move back to the main cvsweb site.

Revision 4099 - Directory Listing - [select for diffs]
Modified Thu Apr 19 22:33:12 2007 UTC (17 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4095
Remove the hardcoded links to the design contest.

Revision 4095 - Directory Listing - [select for diffs]
Modified Fri Apr 6 23:07:32 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4086
AnnouncementsGet() -> AnnouncementsGetPlain()

Revision 4086 - Directory Listing - [select for diffs]
Modified Mon Apr 2 20:11:19 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4075
Add http://www.freshports.org/DesignContestVoting/

Revision 4075 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:52:22 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4074
Start using FRESHPORTS_FREEBSD_CVS_URL
While here, output more useful debugging information.

Revision 4074 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:51:25 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4073
Fixed typo

Revision 4073 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:50:04 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4072
add FRESHPORTS_FREEBSD_CVS_URL

Revision 4072 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:49:42 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4071
Add more debugging output

Revision 4071 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:12:07 2007 UTC (18 years ago) by dan
Original Path: scripts/trunk
Diff to previous 4063
add ~checkout~ to the URL we are fetching.  This avoid getting HTML in
cvsweb3.

Revision 4063 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:52:06 2007 UTC (18 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4062
./perl -> perl

Revision 4062 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:47:07 2007 UTC (18 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4060
The most-watched.pl needs to have a path to dynamic, and trailing ; before
the }

Revision 4060 - Directory Listing - [select for diffs]
Modified Wed Feb 14 22:25:42 2007 UTC (18 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4052
Add

Revision 4052 - Directory Listing - [select for diffs]
Modified Mon Feb 12 02:01:14 2007 UTC (18 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 4042
Add count of file in the ports tree

Revision 4042 - Directory Listing - [select for diffs]
Modified Wed Jan 31 21:43:06 2007 UTC (18 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4041
Oh, if you find a category that does not exist, that is OK.  It just has not
been populated yet.  No worries.

Revision 4041 - Directory Listing - [select for diffs]
Modified Wed Jan 31 18:56:25 2007 UTC (18 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4040
Add a trail \n to debugging.
Mention the file we are creating for www/en/ports/categories processing

Revision 4040 - Directory Listing - [select for diffs]
Modified Wed Jan 31 18:55:48 2007 UTC (18 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4039
Add textproc/p5-Text-CSV_XS as a dependency

Revision 4039 - Directory Listing - [select for diffs]
Modified Mon Jan 29 00:17:35 2007 UTC (18 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4038
Add special processing of www/en/ports/categories

Revision 4038 - Directory Listing - [select for diffs]
Modified Thu Jan 25 22:58:53 2007 UTC (18 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4024
Add a script for updating the category description based upon
www/en/ports/categories

Revision 4024 - Directory Listing - [select for diffs]
Modified Fri Dec 29 01:00:58 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4022
Order them right....

Revision 4022 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:21:40 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4021
Order by date, lower(name)

Revision 4021 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:17:30 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4020
Toggle sense of new for a vuln

Revision 4020 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:09:48 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4018
Put the * for a modified vuln outside the hyperlink

Revision 4018 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:02:34 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4015
Put t/f in output for a modified vuln

Revision 4015 - Directory Listing - [select for diffs]
Modified Sun Dec 17 17:56:21 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 4012
Remove line left over from merge.

Revision 4012 - Directory Listing - [select for diffs]
Modified Sun Dec 17 12:06:34 2006 UTC (18 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 1362
Merge from FreshPorts2 to HEAD

Revision 1362 - Directory Listing - [select for diffs]
Modified Thu Apr 25 03:08:19 2002 UTC (22 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 1361
Update copyright

Revision 1361 - Directory Listing - [select for diffs]
Modified Thu Apr 25 03:05:55 2002 UTC (22 years, 11 months ago) by dan
Original Path: scripts/trunk
Diff to previous 1197
send one message per user

Revision 1197 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:21:00 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1196
move RefreshMainPage and GetMaxCommitLogPortId to cache.pm

Revision 1196 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:20:03 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1195
if commiting a port, call DailySummaryDateAdd

Revision 1195 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:18:58 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1193
also check the daily_refreshes file

Revision 1193 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:16:21 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1192
reflect new location of CreateDailySummary in cache.pm

Revision 1192 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:15:34 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1180
move CreateDailySummary to new cache.pm module

Revision 1180 - Directory Listing - [select for diffs]
Modified Sat Mar 30 09:14:40 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1173
No longer needed

Revision 1173 - Directory Listing - [select for diffs]
Modified Sat Mar 30 02:59:50 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1172
Move freshports_ConvertPortPathToStandardLocation to port.pm

Revision 1172 - Directory Listing - [select for diffs]
Modified Sat Mar 30 02:57:18 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1159
spelling mistake changes, etc.

Revision 1159 - Directory Listing - [select for diffs]
Modified Sat Mar 23 04:32:53 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1153
print the file name on a file action error

Revision 1153 - Directory Listing - [select for diffs]
Modified Fri Mar 22 23:06:24 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1151
Be a little more specific about the start of the files section

Revision 1151 - Directory Listing - [select for diffs]
Modified Fri Mar 22 19:54:22 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1123
create msgs directory

Revision 1123 - Directory Listing - [select for diffs]
Modified Sun Mar 17 19:24:12 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1118
scripts for comparing the database with a list of category/port entries.

Revision 1118 - Directory Listing - [select for diffs]
Modified Fri Mar 15 02:09:06 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1114
remember to update the categories field.
pr 114

Revision 1114 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:28:31 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1107
PR 112
watch_notice_log.frequency_id needs to be implemented

changing frequency to frequency_id
check scripts/email.pl and AddToLogs

Revision 1107 - Directory Listing - [select for diffs]
Modified Thu Mar 14 19:46:14 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1104
RecordLastestPortCommits now works independently of date.

Revision 1104 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:42:35 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1103
update copyright

Revision 1103 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:42:06 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1102
call freshports_ConverPortPathToStandardLocation

Revision 1102 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:41:35 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1101
There is no need to grab the commit_log id first.  It will be obtained
by the commit_log class.

Revision 1101 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:40:59 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1100
Add freshports_ConverPortPathToStandardLocation, which will change
path names to the standard /usr/ports pathname

Revision 1100 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:39:18 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1097
Add Makefile.inc to the list of things we ignore

Revision 1097 - Directory Listing - [select for diffs]
Modified Mon Mar 11 00:15:24 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1096
Let's try distinct, just in case...

Revision 1096 - Directory Listing - [select for diffs]
Modified Mon Mar 11 00:13:17 2002 UTC (23 years ago) by dan
Original Path: scripts/trunk
Diff to previous 1092
Put the committer into the output

Revision 1092 - Directory Listing - [select for diffs]
Modified Sun Mar 3 23:52:28 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1084
Mark those ports found in the INDEX and those not found.

Revision 1084 - Directory Listing - [select for diffs]
Modified Sat Mar 2 17:02:31 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1057
*** empty log message ***

Revision 1057 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:53 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1056
sleep at the start of the script, not the end.
if an error occurs, we don't retry it right away.

Revision 1056 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:43 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1055
update copyright

Revision 1055 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:35 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1054
update copyright
change return value of 3 to 0 if all is well
we don't move files around.  the fp-daemon script does

Revision 1054 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:36:31 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1053
add retry directory and update copyright

Revision 1053 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:36:19 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1034
need to create the directories

Revision 1034 - Directory Listing - [select for diffs]
Modified Fri Feb 22 19:05:19 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1032
we no longer need lynx

Revision 1032 - Directory Listing - [select for diffs]
Modified Fri Feb 22 16:33:31 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1030
display the full file name when processing

Revision 1030 - Directory Listing - [select for diffs]
Modified Fri Feb 22 15:21:18 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1029
Check for blank branch name

Revision 1029 - Directory Listing - [select for diffs]
Modified Fri Feb 22 07:39:41 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1024
All make commands must refer to the correct ports tree via PORTSDIR=

Revision 1024 - Directory Listing - [select for diffs]
Modified Fri Feb 22 01:39:43 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1012
IF YOU CHANGE THE MAKE COMMAND, CHANTGE THE SPLIT!!!!!!!!!!!!!!!

we'll have to refresh all ports now.

Revision 1012 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:59:33 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1011
adjust debugging code

Revision 1011 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:54:33 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 1010
let's add a commit-rollback just for fun.

Revision 1010 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:48:41 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 995
Don't die with an error, just report it.
We will clear refresh_now so the SP
doesn't have to.

Revision 995 - Directory Listing - [select for diffs]
Modified Wed Feb 20 23:20:28 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 984
we need the committer in here.

Revision 984 - Directory Listing - [select for diffs]
Modified Mon Feb 18 06:16:44 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 983
let's use fetch instead of lynx

Revision 983 - Directory Listing - [select for diffs]
Modified Mon Feb 18 06:16:25 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 982
change LooksLikeAMakefile to be correct more often

Revision 982 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:49:32 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 981
remember to install procmail

Revision 981 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:39:25 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 980
add .forward

Revision 980 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:38:12 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 979
missed this

Revision 979 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:36:34 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 976
Add these into the repo

Revision 976 - Directory Listing - [select for diffs]
Modified Mon Feb 18 04:12:23 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 965
let's make this into a daemon-type script for use with daemontools.

Revision 965 - Directory Listing - [select for diffs]
Modified Sun Feb 17 21:46:52 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 964
at the end move the input file away to the raw directory

Revision 964 - Directory Listing - [select for diffs]
Modified Sun Feb 17 21:29:53 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 962
remember to include housekeeping module

Revision 962 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:04:30 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 961
New class.

Revision 961 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:04:19 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 960
Start using the housekeeping class

Revision 960 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:03:59 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 959
Don't commit here when refreshing ports. We'll do that lower down in the
code.

Revision 959 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:02:57 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 939
After refreshing a port, update housekeeping.

Revision 939 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:21:42 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 938
Slight adjustment to error returns

Revision 938 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:19:40 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 937
Let's have a look at the Makefiles before we use them.  If they are
ASCII Text, then they are probably a Makefile.  If not, they are probably
HTML, and that means the fetch failed.

Revision 937 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:18:48 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 933
only refresh non-deleted ports

Revision 933 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:37:23 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 932
only do the table update if a new port has been committed.

Revision 932 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:36:31 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 931
no longer any need to create daily summaries here.

Revision 931 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:35:47 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 926
no longer a need to touch a file after refreshing.

Revision 926 - Directory Listing - [select for diffs]
Modified Thu Feb 14 20:17:16 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 925
how about only doing the SQL if there is a need to do so

Revision 925 - Directory Listing - [select for diffs]
Modified Thu Feb 14 19:26:32 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 920
To speed up the home page, we are going to cache the data in a table.
The main page will then read from that table.  The main page will
be updated every minute.

Revision 920 - Directory Listing - [select for diffs]
Modified Wed Feb 13 14:52:13 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 898
whitespace changes only

Revision 898 - Directory Listing - [select for diffs]
Modified Sat Feb 9 22:52:44 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 897
Start using "make master-sites-all" instead of "make -V MASTERSITES"

Revision 897 - Directory Listing - [select for diffs]
Modified Sat Feb 9 22:49:21 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 895
Refresh all ports.

Revision 895 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:47:32 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 891
refresh-unrefreshed-ports.pl stays as it was, refreshing unrefreshed ports
based on commit_log_ports.needs_refresh.

Revision 891 - Directory Listing - [select for diffs]
Modified Sat Feb 9 16:08:49 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 890
Add a flag which allows us to refresh all ports.
useful during fp1-fp2 migration

Revision 890 - Directory Listing - [select for diffs]
Modified Sat Feb 9 06:20:11 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 886
script to create ~/msgs

Revision 886 - Directory Listing - [select for diffs]
Modified Sat Feb 9 02:57:12 2002 UTC (23 years, 1 month ago) by dan
Original Path: scripts/trunk
Diff to previous 884
Add flag -R which means do not refresh any ports associated with a given
commit.  Useful during the fp1-fp2 migration.  We'll just refresh each
port after the data is imported.

Revision 884 - Directory Listing - [select for diffs]
Modified Fri Feb 8 00:33:40 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 883
If an invalid file action is found, display it as well as report it.

Revision 883 - Directory Listing - [select for diffs]
Modified Fri Feb 8 00:29:56 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 880
don't export deleted ports - they won't exist in the ports tree and we won't
be able to refresh the port.  This does mean we lose the history for about
451 deleted ports.  I can live that that. We can always import them later.

Revision 880 - Directory Listing - [select for diffs]
Modified Thu Feb 7 19:57:54 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 879
allow incoming parameter to set limit
If file_action = 'I' (import) used add and change filename to '.../Makefile'

Revision 879 - Directory Listing - [select for diffs]
Modified Thu Feb 7 01:39:25 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 877
Add incoming limit parameter

Revision 877 - Directory Listing - [select for diffs]
Modified Sun Feb 3 02:21:34 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 876
remember to clear out MessageTo in case there is more than one recipient.

Revision 876 - Directory Listing - [select for diffs]
Modified Sun Feb 3 01:51:24 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 875
don't fetch stuff if -r flag is set.

Revision 875 - Directory Listing - [select for diffs]
Modified Sun Feb 3 01:50:32 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 874
oops, use PST not EST

Revision 874 - Directory Listing - [select for diffs]
Modified Sat Feb 2 23:29:52 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 873
Here's the file where will allow us to export
FP1 data into XML format.  Looks OK so far.
But will need further testing of output

Revision 873 - Directory Listing - [select for diffs]
Modified Sat Feb 2 17:04:49 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 871
Create a monthly compression archive.
note that the other compress script appears to be unused.

Revision 871 - Directory Listing - [select for diffs]
Modified Sat Feb 2 04:46:42 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 870
make sure utilities is included where it should be included.
and that config is included in utilities.

Revision 870 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:20:55 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 869
if the code dies, email me

Revision 869 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:11:10 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 868
Use new error routine

Revision 868 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:06:31 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 861
Add new commit_log class
Start using new ReportError function from utilities.pm instead of calling
SysLog and die.

Revision 861 - Directory Listing - [select for diffs]
Modified Wed Jan 30 16:06:20 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 860
make sure to use " not ' when expanding $variables.

Revision 860 - Directory Listing - [select for diffs]
Modified Wed Jan 30 14:39:04 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 855
doh!  do not hard code path names!

Revision 855 - Directory Listing - [select for diffs]
Modified Wed Jan 23 03:11:07 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 854
I should test more before committing.

Revision 854 - Directory Listing - [select for diffs]
Modified Wed Jan 23 02:46:56 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 853
When an error occurs when processing a make file, return the error to the
calling function.  Then, don't update the port because it's not ready

Revision 853 - Directory Listing - [select for diffs]
Modified Wed Jan 23 01:54:14 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 852
Put a knob in to turn off creation of a pkg directory.  I think I added
this to detect problems which arose if this directory exists.
noteably: pre-everything having two : after it.

Revision 852 - Directory Listing - [select for diffs]
Modified Mon Jan 21 21:02:43 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 851
umm, ports-supfile is in ~/scripts not ~/

Revision 851 - Directory Listing - [select for diffs]
Modified Sun Jan 20 21:08:48 2002 UTC (23 years, 2 months ago) by dan
Original Path: scripts/trunk
Diff to previous 848
We need a custom supfile for this.
Let's also add a cvsup to the crontab.

Revision 848 - Directory Listing - [select for diffs]
Modified Mon Jan 7 21:15:12 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 831
PR#21
cater for imported sources.  With a recent change implemented by Josef Karthauser,
imported source cvs-all message do contain a BRANCH.  However, the
message do not contain a LOG section.  Thus the XML field is empty.

Get around the problem with a minor reorganization of the code.
Grab the message subject. Grab the log.  If the log is empty, use
the subject.

ALSO: white space changes.

Revision 831 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:23:33 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 830
Add copyrights

Revision 830 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:55 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 829
add copyright

Revision 829 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:18 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 828
Add copyright

Revision 828 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:04 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 827
convert to PostgreSQL

Revision 827 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:16:37 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 824
Add copyright
Start using ${HOME}

Revision 824 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:22:59 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 823
upgrade to postgresql.

Now that this is done, the next step is to get some of you on the Develop list
to start tracking your ports via fp2.freshports.org.  BUT FIRST I'll have to
upgrade that site to the latest database and scripts as found in
lists-test.freshports.org.  Watch this space.

Revision 823 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:21:45 2002 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 793
Add in the copyright notice.
fix up the paths to refer to HOME

Revision 793 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:47 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 792
add another simple test

Revision 792 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:27 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 791
remove debugging code

Revision 791 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:05 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 790
simple whitespace change

Revision 790 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:26:29 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 789
$hash{portname} is not the same as
$hash{$portname}

Fix this annoying bug so more than just the first port in a commit gets refreshed.

Revision 789 - Directory Listing - [select for diffs]
Modified Mon Dec 31 06:18:09 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 787
daily summary changes
 - use category/port format
 - add time-ajustment factor to cater for time zone differences

Revision 787 - Directory Listing - [select for diffs]
Modified Mon Dec 31 01:20:24 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 779
convert to postgresql

Revision 779 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:22:29 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 778
- correct where the script was still using ports.needs_refresh instead of
  commit_log_ports.needs_refresh.
- for now, we will fetch every file touch by a port commit.  I still
  don't have a solution for files included by Makefile.

Revision 778 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:20:42 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 777
Use $ENV{HOME} not ~/

Revision 777 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:20:06 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 776
Handle deleted ports better.
Remove the path-to-ports so it works with symlinks.

Revision 776 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:18:47 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 772
Add some real-path calls so we have the real pathname instead of symlinks.

Revision 772 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:37:06 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 771
oops.  fix a typo

Revision 771 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:25:19 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 770
slight whitespace change to make SQL easier to read

Revision 770 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:24:55 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 769
after refreshing a port from newly fetched files,
let's actually save the results to the database.

Revision 769 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:58:08 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 768
in CreateDailySummary, use commit_log_ports.{port_version|port_revision}

Revision 768 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:56:47 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 767
handle port_version

Revision 767 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:48:00 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 758
move the commit to be before the CreateDailySummary call.
If that call falls over, we want to be sure the transaction is closed.
otherwise, it will roll back and undo what we did.

Revision 758 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:38:28 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 757
update to use commit_log_ports.needs_refresh not ports.needs_refresh

Revision 757 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:37:18 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 756
- with master/slave ports, the directory we are fetching to (master port)
  may not be the directory we are working in (slave port; the one being
  refreshed.  adjust fetching scheme accordingly.
- add function to remove port directory prefix (RemovePortsPrefix).

Revision 756 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:34:59 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 755
start using $ENV{HOME} so we know the correct home directory without modifying
this config file.

Revision 755 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:34:09 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 754
slightly modify the SQL to match similar query in refresh-unrefreshed-ports.pl

Revision 754 - Directory Listing - [select for diffs]
Modified Fri Dec 28 17:59:30 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 753
Update this script to use commit_log_ports.needs_refresh
instead of ports.needs_refresh  PR56

Revision 753 - Directory Listing - [select for diffs]
Modified Fri Dec 28 17:49:41 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 752
use relative paths, not absolute

Revision 752 - Directory Listing - [select for diffs]
Modified Fri Dec 28 08:40:59 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 751
Add call to script to archive out messages.

Revision 751 - Directory Listing - [select for diffs]
Modified Mon Dec 24 04:42:29 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 750
change default pathnames to be relative not absolute

Revision 750 - Directory Listing - [select for diffs]
Modified Mon Dec 24 04:36:35 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 749
It appears we have a working solution for storing port version with each
commit.

Revision 749 - Directory Listing - [select for diffs]
Modified Mon Dec 24 03:16:05 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 748
My first attempt at moving needs_refresh from the port table to the
commit_log_ports table.  In addition, the commit_log_ports will hold
the port_version associated with that commit.  Thus, as you look
down the page, you should be able to see the port_version change
from commit to commit (not that every commit causes a change).

Revision 748 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:50:34 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 747
remove comments no longer relevant

Revision 747 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:48:45 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 737
No longer needed here

Revision 737 - Directory Listing - [select for diffs]
Modified Sat Dec 22 23:23:08 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 736
Add the new archive-messages.sh.  call this from cron.
it will call the improved archive-logs.sh which will
move the msgs away from the main directory and archive them.

Revision 736 - Directory Listing - [select for diffs]
Modified Sat Dec 22 22:12:11 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 735
correctly detect the successful opening of a file for our daily summary
output.

Revision 735 - Directory Listing - [select for diffs]
Modified Sat Dec 22 22:02:05 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 734
test for packages.exists file before we grep from it

Revision 734 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:50:37 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 733
Upgrade to FP2

Revision 733 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:50:12 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 732
provide a new option: -O (Overwrite)

when processing an XML file, if the supplied message id exists, delete it
and continue processing.  Useful when you need to reprocess a message
for some reason.

Revision 732 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:48:55 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 731
use the commit_log_ports table, not commit_log_port.

Revision 731 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:48:24 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 730
upgrade to FP2

Revision 730 - Directory Listing - [select for diffs]
Modified Sat Dec 22 19:16:11 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 729
put default values which make sense but can't be used.

Revision 729 - Directory Listing - [select for diffs]
Modified Sat Dec 22 19:13:17 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 726
Remove some commented out code

Revision 726 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:52:42 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 724
First commit

Revision 724 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:30:44 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 723
Add copyright notices and Id tags to each file.

Revision 723 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:30:00 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 722
Add copyright notice
expand messages when Makefile errors occur

Revision 722 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:29:52 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 714
Add copyright notice
start using the new and improved commit_log_ports

Revision 714 - Directory Listing - [select for diffs]
Modified Sun Dec 16 19:02:16 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 713
add some testing scripts

Revision 713 - Directory Listing - [select for diffs]
Modified Sun Dec 16 19:01:06 2001 UTC (23 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 706
first commit.  includes instructions about installing perl modules for these
scripts.

Revision 706 - Directory Listing - [select for diffs]
Modified Sun Dec 9 06:52:01 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 702
don't save commit_log_id unless it is supplied.

Revision 702 - Directory Listing - [select for diffs]
Modified Wed Dec 5 23:49:44 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 701
Add some basic code to cater for master/slave ports.

Revision 701 - Directory Listing - [select for diffs]
Modified Wed Dec 5 08:33:38 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 700
ensure we take the commit date before
we clear out all the date values.

Revision 700 - Directory Listing - [select for diffs]
Modified Wed Dec 5 08:33:05 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 699
add missing ) to an if.
actually write HTML to FILE.

Revision 699 - Directory Listing - [select for diffs]
Modified Wed Dec 5 06:08:57 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 698
If the version isn't set, don't try to display it

Revision 698 - Directory Listing - [select for diffs]
Modified Wed Dec 5 06:06:09 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 697
Don't do the build of daily summaries until after we have refreshed
the ports.  Otherwise for new ports, version will be empty.

Revision 697 - Directory Listing - [select for diffs]
Modified Wed Dec 5 04:34:54 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 696
Don't do any of the port update things if there are no ports.
This mainly reduces the size of the log file.

Revision 696 - Directory Listing - [select for diffs]
Modified Wed Dec 5 04:33:53 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 695
don't quote the date

Revision 695 - Directory Listing - [select for diffs]
Modified Wed Dec 5 03:48:12 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 694
Remove trailing / from 'use lib' statement.

Revision 694 - Directory Listing - [select for diffs]
Modified Wed Dec 5 01:50:36 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 690
Add CreateDailySummary to the list of things that happen when a message is
processed.

Revision 690 - Directory Listing - [select for diffs]
Modified Fri Nov 30 03:53:14 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 660
If a port has been deleted, make sure we delete the element which
corresponds to that port.

Revision 660 - Directory Listing - [select for diffs]
Modified Sun Nov 25 03:36:52 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 654
Move things around so they work better.

Revision 654 - Directory Listing - [select for diffs]
Modified Sat Nov 24 21:41:50 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 652
remove CommitLogElementsInsert
replace EnsureCategoryAndPortExist with SaveChangesToPortsTree
create _CompileListOfPorts which replaces the fuctionality of EnsureCategoryAndPortExist

Instead of saving a port as we go along, we will compile a list of ports based
on the files we find.  Once all files are processed and saved to the database,
we have our list.  Then we process the files again, setting the needs_refresh
value for the port affected by this file.  If we find that the Makefile for
a port has been deleted, we set needs_refresh = 0.

Revision 652 - Directory Listing - [select for diffs]
Modified Fri Nov 23 20:02:30 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 651
use a hash instead of a character string for ignored files

Revision 651 - Directory Listing - [select for diffs]
Modified Fri Nov 23 20:02:02 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 650
first commit

Revision 650 - Directory Listing - [select for diffs]
Modified Fri Nov 23 19:56:46 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 649
Make sure we are looking for "  Revision" at the start of the line.

See 200111231716.fANHGwN21197@freefall.freebsd.org for what
broke this.

Revision 649 - Directory Listing - [select for diffs]
Modified Fri Nov 23 06:39:53 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 645
if the port is new and has not been deleted, then set needs_refresh.

Revision 645 - Directory Listing - [select for diffs]
Modified Fri Nov 23 04:51:39 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 644
remove unneeded exports
if the port has been deleted, make sure we set port->{deleted} correctly
and process things.
move the refresh ports process to port.pm so it can be used
both with load_xml_into_db.pl and from refresh-unrefreshed-ports.pl

Revision 644 - Directory Listing - [select for diffs]
Modified Fri Nov 23 03:30:51 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 640
separate out the refreshing of a port from the saving of a commit message.

Revision 640 - Directory Listing - [select for diffs]
Modified Wed Nov 21 05:28:02 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 634
Always check if the ElementRevisionExists before doing a ElementRevisionInsert.

Revision 634 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:50:29 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 633
Spell the path correctly

Revision 633 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:40:09 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 631
remove exta my.

Revision 631 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:17:39 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 629
use SystemID not SystemBranchID

Revision 629 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:13:20 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 628
log it when we create a new branch

Revision 628 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:08:34 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 627
fix typos

Revision 627 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:04:31 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 626
rename system_version to system_branch
rename system_version_element to system_branch_element_revision

Revision 626 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:03:44 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 615
check for failed file open

Revision 615 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:15:12 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 614
clean up code, check for port and category before deciding this is a port

Revision 614 - Directory Listing - [select for diffs]
Modified Fri Nov 16 19:40:47 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 613
PR 4 solved.
scan the lines following the subject and include them as part of the subject
if they start with 9 spaces.

Revision 613 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:50:05 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 612
fix typo.

should be OBTAINEDFROM not OBTAINED in the dtd.

Revision 612 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:40:26 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 611
The previous commit was in error.

PR 15

Previously the log message was terminated at the first occurance of:

  Revision
  PR:
  Submitted by:
  Approved by:
  Reviewed by:
To Unsubscribe

Now it's only:

   Revision
To Unsubscribe

Also, populate the ObtainedFrom field while we are here.

Revision 611 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:38:02 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 606
PR 15

Previously the log message was terminated at the first occurance of:

Revision 606 - Directory Listing - [select for diffs]
Modified Tue Nov 13 14:52:58 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 602
spell receive

Revision 602 - Directory Listing - [select for diffs]
Modified Sun Nov 11 16:43:40 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 601
add the revision field.

Revision 601 - Directory Listing - [select for diffs]
Modified Sun Nov 11 08:35:54 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 596
Use commit_log_element

Revision 596 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:10:42 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 595
Use new class: commit_log_port

Revision 595 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:10:30 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 593
use ne instead of eq.  condition was wrong.

Revision 593 - Directory Listing - [select for diffs]
Modified Sat Nov 10 16:40:58 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 591
updates

Revision 591 - Directory Listing - [select for diffs]
Modified Sat Nov 10 16:26:26 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 590
add missing files

Revision 590 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:32:44 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 589
Get those values from the result set.

Revision 589 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:28:07 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 588
save the right stuff when saving.
it still needs to be read back in.

Revision 588 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:27:27 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 585
use the right id

Revision 585 - Directory Listing - [select for diffs]
Modified Fri Nov 9 23:26:46 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 584
Now we fetch the files needed to refresh the port,
we update the port class, and we save it.

port.pm needs to be updated to save and fetch more fields.

Revision 584 - Directory Listing - [select for diffs]
Modified Fri Nov 9 20:53:37 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 583
set the commit id before saving

Revision 583 - Directory Listing - [select for diffs]
Modified Fri Nov 9 20:53:12 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 582
Move ReadFile to a common location.

Revision 582 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:36:08 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 581
remove code we've already converted

Revision 581 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:35:46 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 580
correct the sql for updating a port

Revision 580 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:35:28 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 577
remove unneeded comment

Revision 577 - Directory Listing - [select for diffs]
Modified Fri Nov 9 17:52:59 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 576
when a port is created, needs_refresh is set correctly.

now we need to set that when a port is updated.

Revision 576 - Directory Listing - [select for diffs]
Modified Fri Nov 9 16:30:29 2001 UTC (23 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 575
first commit

Revision 575 - Directory Listing - [select for diffs]
Modified Fri Nov 9 05:16:00 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 574
needs_refresh is now being computed.
We have have to do something special for ports which are created first time.

Revision 574 - Directory Listing - [select for diffs]
Modified Fri Nov 9 04:09:00 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 573
Now processing the files and ports correctly.
now we just have to parse the file names and update the port needs_refresh.

Revision 573 - Directory Listing - [select for diffs]
Modified Thu Nov 8 23:15:04 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 572
We now have a list of ports which needs to be updated.
next step: set the needs_refresh field and then save the results
back to the database.

Revision 572 - Directory Listing - [select for diffs]
Modified Thu Nov 8 22:25:18 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 571
Create a hash of ports...

Revision 571 - Directory Listing - [select for diffs]
Modified Thu Nov 8 21:05:43 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 570
whitespace changes only

Revision 570 - Directory Listing - [select for diffs]
Modified Thu Nov 8 21:05:00 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 569
fetch by partial name

Revision 569 - Directory Listing - [select for diffs]
Modified Thu Nov 8 20:26:43 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 568
checkpoint

Revision 568 - Directory Listing - [select for diffs]
Modified Thu Nov 8 19:03:10 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 567
just a checkpoint

Revision 567 - Directory Listing - [select for diffs]
Modified Tue Nov 6 22:09:59 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 566
Ummm, let's get the element_id of the port before we create the port.

Revision 566 - Directory Listing - [select for diffs]
Modified Tue Nov 6 21:01:01 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 565
Remove GetDBHandle and use the one provided by FreshPorts::Database.

use $dbh not $dbh_pg

Revision 565 - Directory Listing - [select for diffs]
Modified Tue Nov 6 21:00:14 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 564
die if "is_primary" is not set.

Revision 564 - Directory Listing - [select for diffs]
Modified Tue Nov 6 20:59:56 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 563
use the recently created FreshPorts::Category and FreshPorts::Port classes

Revision 563 - Directory Listing - [select for diffs]
Modified Tue Nov 6 20:59:13 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 558
Move GetDBHandle to database.php
Add test_port_save

Revision 558 - Directory Listing - [select for diffs]
Modified Mon Nov 5 22:37:38 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 554
Just another checkpoint

Revision 554 - Directory Listing - [select for diffs]
Modified Mon Nov 5 06:48:49 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 551
Make save work.

Revision 551 - Directory Listing - [select for diffs]
Modified Mon Nov 5 05:16:33 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 550
first time

Revision 550 - Directory Listing - [select for diffs]
Modified Wed Oct 31 01:51:10 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 541
Add the ID to the file

Revision 541 - Directory Listing - [select for diffs]
Modified Wed Oct 24 15:04:18 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 532
simplify things greatly

Revision 532 - Directory Listing - [select for diffs]
Modified Wed Oct 10 15:28:28 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 531
backups are handled by another user now

Revision 531 - Directory Listing - [select for diffs]
Modified Wed Oct 10 14:35:50 2001 UTC (23 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 526
try $HOME instead of /usr/local/etc/freshports

Revision 526 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:23:21 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 525
better the grammar

Revision 525 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:21:49 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 524
instead of port/category, try category/port

Revision 524 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:20:32 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 523
fix path to lastupdate.

Revision 523 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:20:14 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 522
provide details on each port to be refreshed

Revision 522 - Directory Listing - [select for diffs]
Modified Mon Oct 8 18:59:01 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 521
fix typo

Revision 521 - Directory Listing - [select for diffs]
Modified Mon Oct 8 18:39:56 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 512
update path

Revision 512 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:27:32 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 511
fix typo in last commit

Revision 511 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:26:54 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 509
fix path

Revision 509 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:56:04 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 504
Put the database connect into freshports_database.pm and use
freshports_database.pm.sample as the example.

Revision 504 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:14:22 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 503
update

Revision 503 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:09:18 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 502
get the path right

Revision 502 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:07:55 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 501
get the directory correct

Revision 501 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:04:56 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 500
updates

Revision 500 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:04:19 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 498
tidy up

Revision 498 - Directory Listing - [select for diffs]
Modified Sun Oct 7 13:52:26 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 493
fix up crontabs

Revision 493 - Directory Listing - [select for diffs]
Modified Fri Oct 5 03:15:07 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 489
Send out individualized messages for the ports changes.

Revision 489 - Directory Listing - [select for diffs]
Modified Thu Oct 4 01:02:13 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 472
pick a better password

Revision 472 - Directory Listing - [select for diffs]
Modified Tue Oct 2 20:52:03 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 464
Add some cache busting code to the fetch.

Revision 464 - Directory Listing - [select for diffs]
Modified Mon Oct 1 22:37:46 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 463
fix syntax error

Revision 463 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:30:11 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 462
Don't create a pkg directory in fetch-cvs-file.sh.
Let's do it where werun the make -V.  then we'll remove it.
this catches the pre-everything bug.

Revision 462 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:29:41 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 461
Don't create a pkg directory here.  Let's do it where we
run the make -V.  then we'll remove it.
this catches the pre-everything bug.

Revision 461 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:02:08 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 460
Don't chown any more

Revision 460 - Directory Listing - [select for diffs]
Modified Mon Oct 1 20:42:44 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 459
change path.  This should really become a local configuration item

Revision 459 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:18:23 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 458
fix dir path

Revision 458 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:15:50 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 457
change paths

Revision 457 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:12:59 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 456
change path

Revision 456 - Directory Listing - [select for diffs]
Modified Sun Sep 30 21:07:44 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 455
Update locations

Revision 455 - Directory Listing - [select for diffs]
Modified Sun Sep 30 21:07:16 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 452
change locations

Revision 452 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:35:35 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 451
fresh updates from the website

Revision 451 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:33:52 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 450
first commit

Revision 450 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:25:18 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 449
first commits

Revision 449 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:24:52 2001 UTC (23 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 305
update the scripts with the latest from the website

Revision 305 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:23:50 2000 UTC (24 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 300
*** empty log message ***

Revision 300 - Directory Listing - [select for diffs]
Modified Sat Dec 30 20:33:29 2000 UTC (24 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 294
First commit

Revision 294 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:40:10 2000 UTC (24 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 292
use a LIB command.

Revision 292 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:37:59 2000 UTC (24 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 291
Added logs of time stamp printing so I could see where things took up time.

Revision 291 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:35:50 2000 UTC (24 years, 3 months ago) by dan
Original Path: scripts/trunk
Diff to previous 285
CreateDailySummary mods to increase db performance

Revision 285 - Directory Listing - [select for diffs]
Modified Fri Dec 8 01:03:44 2000 UTC (24 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 279
*** empty log message ***

Revision 279 - Directory Listing - [select for diffs]
Modified Sun Nov 12 09:19:18 2000 UTC (24 years, 4 months ago) by dan
Original Path: scripts/trunk
Diff to previous 278
Add code to strip timezone from timestamp.  Might be related to new mysql.
 Modified Files:
 	updates.pl

Revision 278 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:13:15 2000 UTC (24 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 277
Hmmm, it assumed that a port commit started with cvs commit: ports/
now, it doesn't.  the ports/ bit can be anywhere on the subject: line.
Modified Files:
	log-catcher.awk

Revision 277 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:11:52 2000 UTC (24 years, 5 months ago) by dan
Original Path: scripts/trunk
Diff to previous 276
oops! forgot to add the ports changes for pkg-descr etc.
Committing in updates

Modified Files:
	updates.pl

Revision 276 - Directory Listing - [select for diffs]
Modified Mon Oct 9 02:40:48 2000 UTC (24 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 275
changed pkg/DESCR to pkg-descr and other changes associated with new ports
layout.
Modified Files:
	ports.pm

Revision 275 - Directory Listing - [select for diffs]
Modified Fri Oct 6 09:00:40 2000 UTC (24 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 274
extra checks to ensure directories exist.
Modified Files:
	fetch-cvs-file.sh

Revision 274 - Directory Listing - [select for diffs]
Modified Fri Sep 22 08:14:53 2000 UTC (24 years, 6 months ago) by dan
Original Path: scripts/trunk
Diff to previous 259
first commit
Added Files:
	fetch-cvs-file.sh

Revision 259 - Directory Listing - [select for diffs]
Modified Sun Aug 13 10:29:47 2000 UTC (24 years, 7 months ago) by dan
Original Path: scripts/trunk
Diff to previous 230
let the owner know if a category is created.
Modified Files:
	updates.pl

Revision 230 - Directory Listing - [select for diffs]
Modified Tue Jul 25 10:22:08 2000 UTC (24 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 221
Cater for  ports which are deleted, then reimported.  We have them in the
tree, but they are deleted.  Just set them "status = 'A'" and get on with it.
Modified Files:
	updates.pl

Revision 221 - Directory Listing - [select for diffs]
Modified Thu Jul 20 00:37:27 2000 UTC (24 years, 8 months ago) by dan
Original Path: scripts/trunk
Diff to previous 204
add GetPortCategory
add category to PortCreate
add GetPortID

Modified Files:
	updates.pl

Revision 204 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:54:22 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 203
damn, forgot the db login
Modified Files:
	updates.pl

Revision 203 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:53:33 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 202
another path which needs changing.
Modified Files:
	updates.pl

Revision 202 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:51:26 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 201
change db and password to values which obviously need changing.
Modified Files:
	updates.pl

Revision 201 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:47:08 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 200
add fake paths so we don't updates stuff we shouldn't.
Committing in .

Modified Files:
	log-catcher.awk

Revision 200 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:44:55 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 199
final changes before freshports 1.1

Committing in .

Modified Files:
	log-catcher.awk log-catcher.pl

Modified Files:
	updates.pl

Revision 199 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:44:45 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 192
final changes before freshports 1.1

Committing in .

Modified Files:
	log-catcher.awk log-catcher.pl

Revision 192 - Directory Listing - [select for diffs]
Modified Sat Jun 24 02:05:10 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 189
rename change_log_details.change_port_id to change_log_port_id
Modified Files:
	updates.pl

Revision 189 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:17:07 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 187
move the call to MarkPortAsRefreshNeeded to where it is always called for
every entry being modified.  Failure to do this means pkg/DESCR are not
fetched and therefore the data is out of date.
Modified Files:
	updates.pl

Revision 187 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:14:43 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 186
add a zero to the mask (to make it octal?  or hex?)
Modified Files:
	portschange.pm

Revision 186 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:14:19 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 182
now tests for a failed make call.
Modified Files:
	ports.pm

Revision 182 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:17:31 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 181
The big change to full automation of commits.

Revision 181 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:15:05 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 180
creates a daily summary for all change_logs in system.

Revision 180 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:14:13 2000 UTC (24 years, 9 months ago) by dan
Original Path: scripts/trunk
Diff to previous 173
initial commits.

Revision 173 - Directory Listing - [select for diffs]
Modified Fri Jun 9 09:49:12 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 169
now includes code so you can refresh a single port.
Modified Files:
	fetch-refresh-ports.pl

Revision 169 - Directory Listing - [select for diffs]
Modified Tue Jun 6 09:47:20 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 168
Looks good so far.  Just a quick commit to save everything.
At this point, I have the fetching of Makefile, pkg/DESCR, and pkg/COMMENTS
going.  But I have to know when to fetch such things.
Committing in .

Modified Files:
	fetch-cvs-file.sh fetch-refresh-ports.pl ports.pm test.pl

Revision 168 - Directory Listing - [select for diffs]
Modified Mon Jun 5 06:35:27 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 167
fetch-cvs-file.pl is actually  fetch-cvs-file.sh
Committing in .

Modified Files:
	announce.pl email.pl ports.pm refresh-ports.pl test.pl
Removed Files:
	fetch-cvs-file.pl

Revision 167 - Directory Listing - [select for diffs]
Modified Mon Jun 5 06:33:40 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 160
These files are used to refresh a port on-the-fly.
fetch-cvs-file.sh will fetch the latest version of any cvs file.
fetch-refresh-ports.pl uses the above to refresh all ports which need refreshing.
Added Files:
	fetch-refresh-ports.pl fetch-cvs-file.sh

Revision 160 - Directory Listing - [select for diffs]
Modified Fri Jun 2 19:31:04 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 150
latest and greatest
Modified Files:
	log-catcher.pl log-munger.awk

Revision 150 - Directory Listing - [select for diffs]
Modified Mon May 29 01:39:39 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 149
fixed up setting of refresh_needed and started using index instead of a regex
for FilesWhichPromptRefresh.
Modified Files:
	updates.pl

Revision 149 - Directory Listing - [select for diffs]
Modified Mon May 29 01:00:43 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 148
now updates change_log_details properly.
obtains needs_refresh and status when checking for existing ports.
assigns value to needs_refresh only if necessary.
sets needs_refresh to "N" if port is deleted.
Modified Files:
	updates.pl

Revision 148 - Directory Listing - [select for diffs]
Modified Sun May 28 06:47:26 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 115
use index function instead of a regex when searching for existing pacakges.
Modified Files:
	ports.pm

Revision 115 - Directory Listing - [select for diffs]
Modified Tue May 16 01:18:59 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 107
now records the changes in distinct tables as they arrive
Modified Files:
	updates.pl

Revision 107 - Directory Listing - [select for diffs]
Modified Sun May 14 09:46:31 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 103
now handles an undefined $homepage much better.
Modified Files:
	refresh-ports.pl ports.pm

Revision 103 - Directory Listing - [select for diffs]
Modified Sun May 14 07:12:55 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 101
updated the outgoing message
Modified Files:
	ports.pm

Revision 101 - Directory Listing - [select for diffs]
Modified Sun May 14 04:01:36 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 90
Added SendWatchNotice
Modified Files:
	ports.pm

Revision 90 - Directory Listing - [select for diffs]
Modified Sat May 13 05:32:40 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 88
now marks ports as deleted if the Makefile is removed.

Revision 88 - Directory Listing - [select for diffs]
Modified Sat May 13 05:31:03 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 81
no longer sets status to 'N' when a port is updated
ignored ports are now tested for individually as using a REGEX was causing
too many problems.
improved formatting of code.

Revision 81 - Directory Listing - [select for diffs]
Modified Sat May 13 03:15:27 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 80
When a new port is added, the status is now set to 'A' - active.

Revision 80 - Directory Listing - [select for diffs]
Modified Sat May 13 02:11:57 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 78
now works fine.

Revision 78 - Directory Listing - [select for diffs]
Modified Sat May 13 02:08:47 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 77
split the file name into three parts, so we can recognize special files
such as pkg/DESCR, etc.

Revision 77 - Directory Listing - [select for diffs]
Modified Sat May 13 01:50:21 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 75
All the scripts for log catching, log munging, and dataabse update.

Revision 75 - Directory Listing - [select for diffs]
Modified Fri May 12 23:02:01 2000 UTC (24 years, 10 months ago) by dan
Original Path: scripts/trunk
Diff to previous 74
finally created a perl module for the most common routines.

Revision 74 - Directory Listing - [select for diffs]
Added Fri May 12 23:02:01 2000 UTC (24 years, 10 months ago) by (unknown author)
Original Path: scripts/trunk
Standard project directories initialized by cvs2svn.

Convenience Links