diff options
author | knu <knu@FreeBSD.org> | 2002-11-18 17:30:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-18 17:30:52 +0800 |
commit | 18d1d1c2cc36a894bdf0553d4f45cd0cf9b7c393 (patch) | |
tree | d08983c50059d8afcc01cbef8250cb6b29ae2831 /Mk/bsd.port.mk | |
parent | 936deaef34676488d9ce1a3d36d8235d3e3e0f62 (diff) | |
download | freebsd-ports-gnome-18d1d1c2cc36a894bdf0553d4f45cd0cf9b7c393.tar.gz freebsd-ports-gnome-18d1d1c2cc36a894bdf0553d4f45cd0cf9b7c393.tar.zst freebsd-ports-gnome-18d1d1c2cc36a894bdf0553d4f45cd0cf9b7c393.zip |
Add several new real categories and virtual categories.
[Those marked with an asterisk (*) are virtual categories]
- accessibility* : Ports to help disabled users
PR: ports/39103
Requested by: trevor
- finance : Monetary, financial and related applications
PR: ports/39102
Requested by: trevor
- haskell* : Software related to the Haskell language
PR: ports/41959
Requested by: obraun
- hungarian : Hungarian language support
PR: ports/37576
Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- multimedia : Multimedia software
Requested by: many
- parallel* : pplications dealing with parallelism in computing
PR: ports/39094
Requested by: trevor
- portuguese : Portuguese language support
PR: ports/35991
Requested by: trevor
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9831537e1bc3..9e674cd73662 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1713,17 +1713,21 @@ maintainer: @${ECHO_CMD} "${PKGNAME}: CATEGORIES is mandatory." @${FALSE} .else -VALID_CATEGORIES+= afterstep archivers astro audio benchmarks biology \ - cad chinese comms converters databases deskutils devel \ - editors elisp emulators french ftp games german gnome graphics \ - hebrew ipv6 irc japanese java kde korean lang linux \ - mail math mbone misc net news \ - offix palm perl5 picobsd plan9 print python ruby russian \ + +VALID_CATEGORIES+= accessibility afterstep archivers astro audio \ + benchmarks biology cad chinese comms converters databases \ + deskutils devel editors elisp emulators finance french ftp \ + games german gnome graphics haskell hebrew hungarian \ + ipv6 irc japanese java kde korean lang linux \ + mail math mbone misc multimedia net news \ + offix palm parallel perl5 picobsd plan9 portuguese print python \ + ruby russian \ science security shells sysutils \ tcl76 tcl80 tcl81 tcl82 tcl83 textproc \ tk42 tk80 tk82 tk83 tkstep80 \ ukrainian vietnamese windowmaker www \ x11 x11-clocks x11-fm x11-fonts x11-servers x11-toolkits x11-wm zope + check-categories: .for cat in ${CATEGORIES} @if ${ECHO_CMD} ${VALID_CATEGORIES} | ${GREP} -wq ${cat}; then \ |