blob: 91f4a3314d224357dd8b744b84cb5bca5545f15b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
# The CVS Modules File
#
# $FreeBSD$
#
# Three different line formats are valid:
# key -a aliases...
# key [options] directory
# key [options] directory files...
#
# Where "options" are composed of:
# -i prog Run "prog" on "cvs commit" from top-level of module.
# -o prog Run "prog" on "cvs checkout" of module.
# -e prog Run "prog" on "cvs export" of module.
# -t prog Run "prog" on "cvs rtag" of module.
# -u prog Run "prog" on "cvs update" of module.
# -d dir Place module in directory "dir" instead of module name.
# -l Top-level directory only -- do not recurse.
#
# NOTE: If you change any of the "Run" options above, you'll have to
# release and re-checkout any working directories of these modules.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias. An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
#
# Convenient aliases
world -a .
# CVSROOT support
CVSROOT CVSROOT
access CVSROOT access
avail CVSROOT avail
commit_prep CVSROOT commit_prep.pl
commitcheck CVSROOT commitcheck
commitinfo CVSROOT commitinfo
cvs_acls CVSROOT cvs_acls.pl
cvsedit CVSROOT cvsedit
cvswrappers CVSROOT cvswrappers
editinfo CVSROOT editinfo
log_accum CVSROOT log_accum.pl
loginfo CVSROOT loginfo
modules CVSROOT modules
rcsinfo CVSROOT rcsinfo
rcstemplate CVSROOT rcstemplate
taginfo CVSROOT taginfo
# Ports categories
ports_Mk ports/Mk
ports_Templates ports/Templates
ports_Tools ports/Tools
ports_accessibility ports/accessibility
ports_arabic ports/arabic
ports_archivers ports/archivers
ports_astro ports/astro
ports_audio ports/audio
ports_benchmarks ports/benchmarks
ports_biology ports/biology
ports_cad ports/cad
ports_chinese ports/chinese
ports_comms ports/comms
ports_converters ports/converters
ports_databases ports/databases
ports_deskutils ports/deskutils
ports_devel ports/devel
ports_dns ports/dns
ports_editors ports/editors
ports_emulators ports/emulators
ports_finance ports/finance
ports_french ports/french
ports_ftp ports/ftp
ports_games ports/games
ports_german ports/german
ports_graphics ports/graphics
ports_hebrew ports/hebrew
ports_hungarian ports/hungarian
ports_irc ports/irc
ports_japanese ports/japanese
ports_java ports/java
ports_korean ports/korean
ports_lang ports/lang
ports_mail ports/mail
ports_math ports/math
ports_mbone ports/mbone
ports_misc ports/misc
ports_multimedia ports/multimedia
ports_net ports/net
ports_net_im ports/net-im
ports_net_mgmt ports/net-mgmt
ports_net_p2p ports/net-p2p
ports_news ports/news
ports_palm ports/palm
ports_polish ports/polish
ports_ports-mgmt ports/ports-mgmt
ports_portuguese ports/portuguese
ports_print ports/print
ports_russian ports/russian
ports_science ports/science
ports_security ports/security
ports_shells ports/shells
ports_sysutils ports/sysutils
ports_textproc ports/textproc
ports_ukrainian ports/ukrainian
ports_vietnamese ports/vietnamese
ports_www ports/www
ports_x11 ports/x11
ports_x11_clocks ports/x11-clocks
ports_x11_drivers ports/x11-drivers
ports_x11_fm ports/x11-fm
ports_x11_fonts ports/x11-fonts
ports_x11_servers ports/x11-servers
ports_x11_themes ports/x11-themes
ports_x11_toolkits ports/x11-toolkits
ports_x11_wm ports/x11-wm
# !!MERGE!! (Magic marker, do not delete or reorder!)
xchat-ruby ports/irc/xchat-ruby
|