Revision
654 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 24 21:41:50 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 652
,
to
selected 564
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
645 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 23 04:51:39 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 644
,
to
selected 564
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
612 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 16 18:40:26 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 611
,
to
selected 564
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
585 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 9 23:26:46 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 584
,
to
selected 564
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
564 -
Directory Listing
-
[selected]
Modified
Tue Nov 6 20:59:56 2001 UTC
(23 years, 5 months ago)
by
dan
Diff to
previous 563
use the recently created FreshPorts::Category and FreshPorts::Port classes
Revision
169 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 6 09:47:20 2000 UTC
(24 years, 10 months ago)
by
dan
Diff to
previous 167
,
to
selected 564
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
167 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 5 06:33:40 2000 UTC
(24 years, 10 months ago)
by
dan
Diff to
previous 166
,
to
selected 564
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