[Debtags-commits] [svn] r1807 - vocabulary/trunk

Peter Rockai mornfall-guest at costa.debian.org
Mon Jul 3 13:56:33 UTC 2006


Author: mornfall-guest
Date: Mon Jul  3 13:56:33 2006
New Revision: 1807

Modified:
   vocabulary/trunk/debian-packages
Log:
Stripped down the role:: facet as discussed on the list. Added scope
facet. Added network::{client,server} and use::entertaining (merge
with use::gameplaying to be decided).

Modified: vocabulary/trunk/debian-packages
==============================================================================
--- vocabulary/trunk/debian-packages	(original)
+++ vocabulary/trunk/debian-packages	Mon Jul  3 13:56:33 2006
@@ -872,7 +872,9 @@
 Description: Command Line
 
 Tag: interface::daemon
-Description: Daemon / No Interface
+Description: Daemon
+ Runs in background, only a control interface is provided, usually on
+ commandline.
 
 Tag: interface::framebuffer
 Description: Framebuffer
@@ -1084,7 +1086,7 @@
 Facet: works-with
 Status: needing-review
 Nature: energy
-Description: What the package can work with
+Description: Works with
  These tags describe what is the kind of data (or even processes, or people)
  that the package can work with.
 
@@ -1409,18 +1411,93 @@
  The package cannot be categorised using this facet.
 
 
+Facet: scope
+Description: Scope
+
+Tag: scope::utility
+Description: Utility
+ A narrow-scoped program for particular use case or few use cases. It
+ only does something 10-20% of users in the field will need. Often has
+ functionality missing from related applications.
+
+Tag: scope::application
+Description: Application
+ Broad-scoped program for general use. It probably has functionality
+ for 80-90% of use cases. The pieces that remain are usually to be
+ found as utilities.
+
+Tag: scope::suite
+Description: Suite
+ Comprehensive suite of applications and utilities on the scale of
+ desktop environment or base operating system.
+
+Tag: scope::special:todo
+Description: Need an extra tag
+ The package can be categorised along this facet, but the right tag for it is
+ missing.
+ .
+ Mark a package with this tag to signal the vocabulary maintainers of cases
+ where the current tag set is lacking.
+
+Tag: scope::special:not-yet-tagged
+Description: Not yet tagged
+ This facet of the package has not yet been categorised.
+
+Tag: scope::special:not-applicable
+Description: Not applicable
+ The package cannot be categorised using this facet.
+
+
 Facet: role
 Status: draft
 Nature: personality
 Description: Role
 
+Tag: role::program
+Description: Program
+ Executable computer program.
+
+Tag: role::shared-lib
+Description: Shared Library
+ Shared libraries used by one or more programs.
+
+Tag: role::plugin
+Description: Plugin
+ Add-on, pluggable program fragments enhancing functionality
+ of some program or system.
+
+Tag: role::devel-lib
+Description: Development Library
+ Library and header files used in software development or building.
+
+Tag: role::source
+Description: Source Code
+ Human-readable code of a program, library or a part thereof.
+
+Tag: role::documentation
+Description: Documentation
+
+Tag: role::data
+Description: Standalone Data
+
+Tag: role::app-data
+Description: Application Data
+
+Tag: role::dummy
+Description: Dummy Package
+ Packages used for upgrades and transitions.
+ 
+Tag: role::metapackage
+Description: Metapackage
+ Packages that install suites of other packages.
+
 Tag: role::sw:amusement
-Description: Game or Amusement
+Description: [obsoleted by role::program and use::entertaining] Game or Amusement
  Note: packages will not usually get multiple tags out of the set
  role::sw:{utility,daemon,application,amusement}.
 
 Tag: role::sw:application
-Description: Application
+Description: [obsoleted by role::program, scope::application] Application
  Glossy, powerful, user-friendly software.  Programs too complex,
  unfocused or featureful (as perl or the autotools) to be called
  utilities.  Programs whose normal interface is interactive or
@@ -1434,11 +1511,11 @@
  role::sw:{utility,daemon,application,amusement}.
 
 Tag: role::sw:client
-Description: Client Application
+Description: [obsoleted by role::program, network::client] Client Application
  Also clients for local daemons
 
 Tag: role::sw:daemon
-Description: Daemon
+Description: [obsoleted by role::program, interface::daemon] Daemon
  Daemons and daemon-like programs, including tools run regularly (by
  cron) without user intervention.  Also, programs typically invoked
  automatically in response to network events.
@@ -1447,23 +1524,23 @@
  role::sw:{utility,daemon,application,amusement}.
 
 Tag: role::sw:devel-lib
-Description: Development Library
+Description: [obsoleted by role::devel-lib] Development Library
 
 Tag: role::sw:plugin
-Description: Software Plugin
+Description: [obsoleted by role::plugin] Software Plugin
 
 Tag: role::sw:server
 Equates: x11::server || mail::server || web::server
-Description: Server Software
+Description: [obsoleted by role::program, network::server] Server Software
 
 Tag: role::sw:shlib
-Description: Shared Library
+Description: [obsoleted by role::shared-lib] Shared Library
 
 Tag: role::sw:source
-Description: Source Code
+Description: [obsoleted by role::source] Source Code
 
 Tag: role::sw:utility
-Description: Utility
+Description: [obsoleted by role::program, scope::utility] Utility
  Utilities and tools normally run non-interactively, which (for example)
  .
   * report the state of the system in some respect (as find);
@@ -1485,20 +1562,20 @@
  role::sw:{utility,daemon,application,amusement}.
 
 Tag: role::content:doc
-Description: Documentation
+Description: [obsoleted by role::documentation] Documentation
 
 Tag: role::content:text
-Description: Book or Text document
+Description: [obsoleted by role::data] Book or Text document
 
 Tag: role::content:data
-Description: Application Data
+Description: [obsoleted by role::app-data] Application Data
 
 Tag: role::aux:dummy
-Description: Dummy Package
+Description: [obsoleted by role::dummy] Dummy Package
  Packages used for upgrades and transitions.
  
 Tag: role::aux:metapackage
-Description: Metapackage
+Description: [obsoleted by role::metapackage] Metapackage
 
 Tag: role::TODO
 Description: Need an extra tag
@@ -2520,6 +2597,9 @@
 Nature: energy
 Description: Purpose
 
+Tag: use::entertaining
+Description: Entertaining
+
 Tag: use::browsing
 Description: Browsing
 
@@ -2693,6 +2773,12 @@
 Nature: personality
 Description: Networking
 
+Tag: network::client
+Description: Client
+
+Tag: network::server
+Description: Server
+
 Tag: network::configuration
 Description: Configuration
 



More information about the Debtags-commits mailing list