From 5f192f55f3525f3e2a43d834b9d09b3a507dab94 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 18 Nov 2002 09:30:52 +0000 Subject: 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 - 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 --- Mk/bsd.port.mk | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Mk/bsd.port.mk') 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 \ -- cgit v1.2.3