backend/
|
2168
(21 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
|
classes/
|
2399
(21 years ago)
by dan:
A port always has one primary category. This category corresponds to
the directory in which the port resides. This directory is always
within the ports tree. A port may also reside in other categories
but they are referred to as secondary categories.
When displaying the contents of a category, the same port name may appear
twice, but from different categories. For example, japanese/gawk and
lang/gawk. The query to obtain a list of ports from a given category
will now return both the primary category (as category) and the name
of the category we are looking at (as category_looking_at).
|
configuration/
|
2397
(21 years ago)
by dan:
Add WRAPCOMMITSATCOLUMN
|
convert/
|
334
(24 years ago)
by dan:
ConvertUsers now translates watch notice codes to watch notice ids.
|
daemontools/
|
2312
(21 years ago)
by dan:
move the raw message into the recent directory instead of the raw directory
|
database-schema/
|
2396
(21 years ago)
by dan:
Replace OPAQUE with TRIGGER on functions used as triggers.
remember to drop triggers before replacing them:
DROP TRIGGER security_notice_audit ON security_notice;
DROP TRIGGER ports_ports_categories ON ports;
|
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/
|
2390
(21 years ago)
by dan:
Add note about Virtual categories are not handled
|
docs/
|
2315
(21 years ago)
by dan:
Add tools for people to create xml from email
|
fwatch/
|
370
(24 years ago)
by dan:
Upgrade to fwatch 1.1 courtesy of Volker
|
include/
|
2400
(21 years ago)
by dan:
If category_looking_at is set, and it's not the primary category,
display a * after the port name. This is most useful for category
listings. (e.g. http://www.FreshPorts.org/lang/)
When displaying "Also listed in", use category_looking_at if it
supplied, otherwise, use category. This is also useful on the
same page as above.
|
ports/
|
1985
(22 years ago)
by dan:
remove trailing control-m's
|
scripts/
|
2364
(21 years ago)
by dan:
Add a newline at end of line
|
scripts-fp2/
|
726
(23 years ago)
by dan:
First commit
|
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/
|
2402
(21 years ago)
by dan:
When listing ports, retrieve the primary category so that we may properly
link to the right port.
To remain consistent with category listings, use * to designate ports with
a primary category different to that which is being displayed.
|