diff options
author | asami <asami@FreeBSD.org> | 2001-03-24 21:52:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-03-24 21:52:25 +0000 |
commit | 9a4702fb5974f765e3d45bfc6c17044186c08abd (patch) | |
tree | 7e1408b077617c9d5a8fd491002a6d71e064ac06 | |
parent | 4887732081c545aab296a7932db991ff2ce1fa87 (diff) | |
download | FreeBSD-src-9a4702fb5974f765e3d45bfc6c17044186c08abd.zip FreeBSD-src-9a4702fb5974f765e3d45bfc6c17044186c08abd.tar.gz |
Add new categories science and ukrainian.
-rw-r--r-- | share/examples/cvsup/cvs-supfile | 2 | ||||
-rw-r--r-- | share/examples/cvsup/ports-supfile | 2 | ||||
-rw-r--r-- | share/examples/cvsup/refuse | 1 | ||||
-rw-r--r-- | usr.sbin/sysinstall/index.c | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 7339b43..36591cf 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -137,10 +137,12 @@ ports-all #ports-palm #ports-print #ports-russian +#ports-science #ports-security #ports-shells #ports-sysutils #ports-textproc +#ports-ukrainian #ports-vietnamese #ports-www #ports-x11 diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index 582a1d5..cc083a1 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -106,10 +106,12 @@ ports-all #ports-palm #ports-print #ports-russian +#ports-science #ports-security #ports-shells #ports-sysutils #ports-textproc +#ports-ukrainian #ports-vietnamese #ports-www #ports-x11 diff --git a/share/examples/cvsup/refuse b/share/examples/cvsup/refuse index 9359e6d..eb4c202 100644 --- a/share/examples/cvsup/refuse +++ b/share/examples/cvsup/refuse @@ -6,4 +6,5 @@ ports/hebrew ports/japanese ports/korean ports/russian +ports/ukrainian ports/vietnamese diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index dd23fb5..4f79a07 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -132,6 +132,7 @@ static char *descrs[] = { "python", "Software related to the Python language.", "ruby", "Software related to the Ruby language.", "russian", "Ported software for the Russian market.", + "science", "Scientific software.", "security", "System security software.", "shells", "Various shells (tcsh, bash, etc).", "sysutils", "Various system utilities.", @@ -149,6 +150,7 @@ static char *descrs[] = { "tk83", "Tk8.3 and packages that depend on it.", "tkstep80", "tkstep wm and packages that depend on it.", "troff", "TROFF text formatting utilities.", + "ukrainian", "Ported software for the Ukrainian market.", "vietnamese", "Ported software for the Vietnamese market.", "windowmaker", "Ports to support the WindowMaker window manager.", "www", "WEB utilities (browers, HTTP servers, etc).", |