Revision
2924 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 13 12:52:49 2004 UTC
(20 years, 6 months ago)
by
dan
Diff to
previous 2921
Add new columns to ports table:
no_latest_link
no_package
pkgname
portepoch
example:
freshports.org=# select no_latest_link, no_package, pkgname, portepoch from ports_active where name = 'dgd-net';
no_latest_link | no_package | pkgname | portepoch
----------------+------------+---------------+-----------
| | dgd-net-1.1.8 | 0
(1 row)
freshports.org=#
Revision
2921 -
Directory Listing
-
[select for diffs]
Modified
Sat Sep 11 14:04:35 2004 UTC
(20 years, 6 months ago)
by
dan
Diff to
previous 2920
Add update_database_vuxml_affected and update_database_vuxml_references
This completes the database updates for vuxml data.
Revision
2825 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 29 18:47:38 2004 UTC
(20 years, 9 months ago)
by
dan
Diff to
previous 2824
Back out the change. The blank line code has been tested in production for
some time, but it's not thought to be necessary. The error it is detecting
should not occur. It may be better to fail with when this error occurs.
Revision
2812 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 2 12:37:16 2004 UTC
(20 years, 10 months ago)
by
dan
Diff to
previous 2809
Allow the date in a commit message to be : or / delimited.
e.g. jeh 2001/12/04 05:22:26 PST
or jeh 2001-12-04 05:22:26 PST
Revision
2786 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 22 20:32:58 2004 UTC
(21 years ago)
by
dan
Diff to
previous 2785
A port can be marked as IGNORE. Start processing that value from the makefile.
All makes now use: LOCALBASE=/nonexistentlocal X11BASE=/nonexistentx
This will allow ports marked as BROKEN to be queried as if they were being
loaded into a empty machine (i.e. no ports installed).
Idea from: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Brought up by: Thierry Thomas <thierry@pompo.net>
Revision
2736 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 10 15:54:14 2004 UTC
(21 years, 1 month ago)
by
dan
Diff to
previous 2734
Based up on report-notifications.pl, this script does not need to refer to
report_frequency because it is run on demand.
We refer to security_notice.date_added not commit_log.date_added
The next step is to remove all reference to frequency.
Revision
2704 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 29 15:21:06 2004 UTC
(21 years, 2 months ago)
by
dan
Diff to
previous 2697
Update copyright.
move WatchURL, ReportSubscriptionURL here from various report scripts
Create FreshPorts::ReportConstants::Footer
Revision
2580 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 20 14:16:46 2003 UTC
(21 years, 4 months ago)
by
dan
Diff to
previous 2579
When processing a commit, check to see if the Makefile is there. If it isn't,
error out and mention that if this is a repocopy, please ignore this error.
While here, put the Makefile pathname into $Makefile, and stop repeating
the use of MakefileDirectory/$FreshPorts::Constants::FILE_MAKEFILE
Revision
2574 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 14 17:58:26 2003 UTC
(21 years, 4 months ago)
by
dan
Diff to
previous 2573
Improve error reporting by including port/category.
Only report the error if the error file is > 0 and the result is zero
Revision
2534 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 6 17:20:43 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2533
- Use commit_log_ports_elements instead of commit_log_ports_extra
- When creating a new port, be sure to read the details back in after
saving. That info is needed later.
- fix up the matching of directories and ports so we quote any meta
characters in the port name. i.e. \Qpathname\E
Revision
2533 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 6 17:17:05 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2530
Replace commit_log_ports_extra with commit_log_ports_elements.
Same concept, but larger scope. This new table cross references a commit
to ports and files outside ports.
Revision
2527 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 4 21:06:11 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2526
Any ports tree commit which touches a file not belonging to a port (e.g.
ports/INDEX) will result in an entry in this table.
Revision
2526 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 4 21:05:28 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2525
- Because the File structure now contains element_id, be sure to
extract it from the where used.
- Add _RecordPortsFilesOutsidePorts which will populate the
commit_log_ports_extra table.
Revision
2462 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 24 13:47:44 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2455
Provide a facility for recording commits into the last_commits_ports table
which are in the ports tree, but which do not involve a port.
Revision
2439 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 11:51:12 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2438
Now that main page update has gone away, we need the ability to refresh
the daily summaries. One day, we'll start using it...
Revision
2435 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 11:00:35 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2425
If no files are found during a regular GetFiles procedure, try invoking
GetFilesImported instead. This will process any file imports.
Revision
2413 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 9 11:48:58 2003 UTC
(21 years, 7 months ago)
by
dan
Diff to
previous 2412
Lots of whitespace fixes.
Record the information which is used during Error Notification.
(message subject and message id)
Revision
2412 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 9 11:48:14 2003 UTC
(21 years, 7 months ago)
by
dan
Diff to
previous 2411
Allow CommitMessageID and CommitMessageSubject to be included in
the notification.
If Committer Notifications are turned off, don't include the part
about why you are getting this message. It'll be going to the system
owner, who should know why...
Revision
2407 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 8 18:19:21 2003 UTC
(21 years, 7 months ago)
by
dan
Diff to
previous 2406
If no files found in a commit, report an error. This was prompted by
someone who did a cvs import instead of using addport.
Revision
2363 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 19 10:53:37 2003 UTC
(21 years, 7 months ago)
by
dan
Diff to
previous 2362
Each category has a pkg/COMMENT file which describes that category.
When a new category is encountered, if we cannot fetch pkg/COMMENT, then go
with a fake description.
Revision
2362 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 31 18:01:44 2003 UTC
(21 years, 8 months ago)
by
dan
Diff to
previous 2361
When creating a new port, ensure the status is set to Active. This doesn't
affect the saving of the port, because a new port is always set Active.
It affects code modified in the previous comment which checked the status
to determine whether or not to refresh the port.
Revision
2359 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 31 17:51:58 2003 UTC
(21 years, 8 months ago)
by
dan
Diff to
previous 2358
Improve the error reporting during sanity testing. I found a case where
we got an error such as this: "/usr/home/dan/ports/french/homard/Makefile",
line 56: Need an operator (caused by spaces instead of tabs in a section
such as do-install:). In such cases, no results are returned from the
make command. Instead, the errors will be captured in the tmp file
we created to capture ERROUT.
Add two new functions: SetActive and SetDeleted.
Revision
2358 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 31 17:46:59 2003 UTC
(21 years, 8 months ago)
by
dan
Diff to
previous 2345
Include a CC field when mailing out messages. This will allow me to
CC myself on any outgoing sanity test errors.
Revision
2345 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 17 14:54:13 2003 UTC
(21 years, 8 months ago)
by
dan
Diff to
previous 2344
Sometimes a port can be deleted in one commit, and a later
commit will remove a missed file. If this port is deleted, don't refresh it.
If we don't need to refresh it, we don't need to save it.
Revision
2313 -
Directory Listing
-
[select for diffs]
Modified
Sat May 24 15:24:33 2003 UTC
(21 years, 10 months ago)
by
dan
Diff to
previous 2299
- Use ports_active, not ports, so we don't have to check if a
port has been deleted. Which means we don't need to refer
to the element table at all. So remove all that code.
- Use tabs to delimit things instead of :
Revision
2297 -
Directory Listing
-
[select for diffs]
Modified
Fri May 16 15:45:40 2003 UTC
(21 years, 10 months ago)
by
dan
Diff to
previous 2284
We now ignore a refresh once it has been reported. But we can't ignore
it forever. Add an option to allow inclusion of ignored refreshes.
Revision
2127 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 10 11:39:21 2003 UTC
(22 years ago)
by
dan
Diff to
previous 2126
Move to a better method of message handling. This will allow
multiple databases per user and for the processing of multiple
incoming cvs-all streams.
Revision
1991 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 13 13:25:18 2003 UTC
(22 years, 1 month ago)
by
dan
Diff to
previous 1987
Place removal of pkg directory to be after make command has run.
Ignore COMMENTFILE. COMMENT should now always work.
remove large unused portion of needs_refrseh for new ports
Revision
1693 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 21 20:49:15 2002 UTC
(22 years, 4 months ago)
by
dan
Diff to
previous 1692
Start using trim_multiple_to_single and trim on depends run and depends build.
Perhaps we should do that on other fields as well?
Revision
1337 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 21 23:46:07 2002 UTC
(22 years, 11 months ago)
by
dan
Diff to
previous 1279
PR142 - after refreshing a port, queue the date into the daily_refreshes
table so that the daily summaries are updated.
Revision
1114 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 14 20:28:31 2002 UTC
(23 years ago)
by
dan
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
1055 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 24 02:37:35 2002 UTC
(23 years, 1 month ago)
by
dan
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
938 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 16 07:19:40 2002 UTC
(23 years, 1 month ago)
by
dan
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
925 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 14 19:26:32 2002 UTC
(23 years, 1 month ago)
by
dan
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
895 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 9 19:47:32 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 891
refresh-unrefreshed-ports.pl stays as it was, refreshing unrefreshed ports
based on commit_log_ports.needs_refresh.
Revision
886 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 9 02:57:12 2002 UTC
(23 years, 1 month ago)
by
dan
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
883 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 8 00:29:56 2002 UTC
(23 years, 2 months ago)
by
dan
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
Diff to
previous 879
allow incoming parameter to set limit
If file_action = 'I' (import) used add and change filename to '.../Makefile'
Revision
874 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 2 23:29:52 2002 UTC
(23 years, 2 months ago)
by
dan
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
868 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 2 03:06:31 2002 UTC
(23 years, 2 months ago)
by
dan
Diff to
previous 861
Add new commit_log class
Start using new ReportError function from utilities.pm instead of calling
SysLog and die.
Revision
854 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 23 02:46:56 2002 UTC
(23 years, 2 months ago)
by
dan
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
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
848 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 7 21:15:12 2002 UTC
(23 years, 3 months ago)
by
dan
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
824 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 6 06:22:59 2002 UTC
(23 years, 3 months ago)
by
dan
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
790 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 31 15:26:29 2001 UTC
(23 years, 3 months ago)
by
dan
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
Diff to
previous 787
daily summary changes
- use category/port format
- add time-ajustment factor to cater for time zone differences
Revision
779 -
Directory Listing
-
[select for diffs]
Modified
Sun Dec 30 23:22:29 2001 UTC
(23 years, 3 months ago)
by
dan
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
767 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 29 20:48:00 2001 UTC
(23 years, 3 months ago)
by
dan
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
757 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 28 22:37:18 2001 UTC
(23 years, 3 months ago)
by
dan
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
749 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 24 03:16:05 2001 UTC
(23 years, 3 months ago)
by
dan
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
737 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 22 23:23:08 2001 UTC
(23 years, 3 months ago)
by
dan
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
733 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 22 21:50:12 2001 UTC
(23 years, 3 months ago)
by
dan
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
698 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 5 06:06:09 2001 UTC
(23 years, 4 months ago)
by
dan
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
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
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
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
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
614 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 16 19:40:47 2001 UTC
(23 years, 4 months ago)
by
dan
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
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
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
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
575 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 9 05:16:00 2001 UTC
(23 years, 5 months ago)
by
dan
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
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
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
509 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 7 15:56:04 2001 UTC
(23 years, 6 months ago)
by
dan
Diff to
previous 504
Put the database connect into freshports_database.pm and use
freshports_database.pm.sample as the example.
Revision
463 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 1 21:30:11 2001 UTC
(23 years, 6 months ago)
by
dan
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
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
278 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 16 23:13:15 2000 UTC
(24 years, 5 months ago)
by
dan
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
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
Diff to
previous 275
changed pkg/DESCR to pkg-descr and other changes associated with new ports
layout.
Modified Files:
ports.pm
Revision
230 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 25 10:22:08 2000 UTC
(24 years, 8 months ago)
by
dan
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
200 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 28 09:44:55 2000 UTC
(24 years, 9 months ago)
by
dan
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
189 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 24 01:17:07 2000 UTC
(24 years, 9 months ago)
by
dan
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
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 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
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
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
150 -
Directory Listing
-
[select for diffs]
Modified
Mon May 29 01:39:39 2000 UTC
(24 years, 10 months ago)
by
dan
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
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
88 -
Directory Listing
-
[select for diffs]
Modified
Sat May 13 05:31:03 2000 UTC
(24 years, 10 months ago)
by
dan
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
74 -
Directory Listing
-
[select for diffs]
Added
Fri May 12 23:02:01 2000 UTC
(24 years, 10 months ago)
by
(unknown author)
Standard project directories initialized by cvs2svn.