api.freshports.org/
|
4617
(11 years ago)
by dan:
update
|
backend/
|
5851
(2 years ago)
by dan:
Use mktemp
|
classes/
|
4729
(9 years ago)
by dan:
Set client encoding in the right place.
|
configuration/
|
4762
(9 years ago)
by dan:
Add cache_clearing_ports
|
convert/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
daemontools/
|
5921
(17 months ago)
by dan:
'include an updated fp-listen.ini'
|
database-schema/
|
6061
(9 months ago)
by dvl:
mv updates-2024-06-21.txt updates-2024-06-22.README.txt
|
dataconversion/
|
1179
(23 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'beta'.
|
db-conversion/
|
364
(24 years ago)
by dan:
just a commit
|
develop/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
docs/
|
4365
(13 years ago)
by dan:
Add examples of cvs-all, and svn
|
fwatch/
|
370
(24 years ago)
by dan:
Upgrade to fwatch 1.1 courtesy of Volker
|
include/
|
4728
(9 years ago)
by dan:
remove trailing ?>
|
ingress/
|
6062
(8 months ago)
by dvl:
port.pm: fix some problem with _GetFileContents()
Some time ago, I hit a problem. I worked on it and
did not document the issue. So here I am, checking in code
which seems to work.
The problem with input files is they don't always encode well.
I had comments like this in the code:
+ print "This is bullshit\n";
+# open my $in, '<:encoding(ISO-8859-1)', $file; # works
+# open my $in, '<:encoding(ascii)', $file; # fails ascii "\xC3" does not map to Unicode
+ open my $in, '<:encoding(iso-8859-1)', $file;
+# open my $in, '<:encoding(UTF-8)', $file; # fails UTF-8 "\xC3" does not map to Unicode
The current code seems to work, but without knowing the original
problem, I can't verify it fixes the issue.
Commit away.
|
packaging/
|
6036
(13 months ago)
by dan:
Updates for the right names
|
periodics/
|
6042
(13 months ago)
by dvl:
Put /bin/sh in front - this affects mostly dev hosts where permissions are
not set by an installing package.
|
ports/
|
1985
(22 years ago)
by dan:
remove trailing control-m's
|
scripts-fp2/
|
726
(23 years ago)
by dan:
First commit
|
scripts.ARCHIVE/
|
5068
(6 years ago)
by dan:
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
|
secure/
|
443
(23 years ago)
by :
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
|
walkports/
|
298
(24 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'release1_1'.
|
www/
|
4720
(9 years ago)
by dan:
If no fieldname, abort
|