summaryrefslogtreecommitdiffstats
path: root/collab/bugzilla/DETAILS
blob: f2a7f5a43bbf320eddfbf4a520a253fe4cfdd9b3 (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
           SPELL=bugzilla
         VERSION=4.2.15
  SECURITY_PATCH=5
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://ftp.mozilla.org/pub/mozilla.org/webtools/${SOURCE}
     SOURCE_HASH=sha512:2135bcf42fba09fccca4fd1de411e8b426866ac47f3e5e3fa45cb89dac7e9e6e0e2c3610a5d371616c30dc8a9b4a2605b5a06da07e26c673ac40947f4d784e2d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
      LICENSE[0]=MPL
        WEB_SITE=http://www.bugzilla.org/
         ENTERED=20020430
     GATHER_DOCS=off
        KEYWORDS="collab perl"
           SHORT='Bugzilla is a web-based defect tracking system written in Perl'
cat << EOF
Bugzilla is one example of a class of programs called "Defect Tracking
Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems
allow individual or groups of developers to keep track of outstanding bugs in
their product effectively.
Bugzilla has matured immensely, and now boasts many advanced features. These
include:
* integrated, product-based granular security schema
* inter-bug dependencies and dependency graphing
* advanced reporting capabilities
* a robust, stable RDBMS back-end
* extensive configurability
* a very well-understood and well-thought-out natural bug resolution protocol
* email, XML, console, and HTTP APIs
* available integration with automated software configuration management
  systems, including Perforce and CVS (through the Bugzilla email interface
  and checkin/checkout scripts)
* too many more features to list
EOF