api.freshports.org/
|
4617
(11 years ago)
by dan:
update
|
backend/
|
3397
(19 years ago)
by dan:
Go to 150, not just 100
|
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/
|
5608
(4 years ago)
by dan:
'correctly document what directories are used'
|
database-schema/
|
5649
(4 years ago)
by dan:
Add for better cache clearing: https://news.freshports.org/2021/01/31/changing-how-we-record-ports-which-need-cache-clearing/
|
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/
|
5659
(3 years ago)
by dan:
Now that the FreeBSD git repo is out, it seems they changed the name of the
head branch from master to main. The main change there is:
-my %BranchConversions = ( 'master' => 'head' );
+my %BranchConversions = ( 'main' => 'head' );
Adjust some constants to allow commits to process.
$FreshPorts::Config::RepoDir . '/PORTS-head'; was renamed to
$FreshPorts::Config::RepoDir . '/' . $FreshPorts::Config::Repo_PORTS;
This meant that $FreshPorts::Config::Repo_PORTS had to be moved higher
up withint config.pm
Adjust the constants for the repo directories. We have abandoned github
and moved to git.freebsd.org. e.g. freebsd-doc becomes doc
|
packaging/
|
5656
(4 years ago)
by dan:
Some debugging
|
periodics/
|
5474
(4 years ago)
by dan:
'fix 215.fp_check_git_for_commits'
|
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
|