summaryrefslogtreecommitdiffstats
path: root/collab/bugzilla/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/bugzilla/DETAILS')
-rwxr-xr-xcollab/bugzilla/DETAILS33
1 files changed, 33 insertions, 0 deletions
diff --git a/collab/bugzilla/DETAILS b/collab/bugzilla/DETAILS
new file mode 100755
index 0000000000..948e8415c7
--- /dev/null
+++ b/collab/bugzilla/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=bugzilla
+ VERSION=2.20rc1
+ MD5[0]='80cf7fea2f7d6219470b4b4128b43a82'
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE=$SPELL-$VERSION.tar.bz2
+ LICENSE[0]=MPL
+ SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/webtools/$SOURCE
+# SOURCE_URL[0]=cvs://:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot:Bugzilla:BUGZILLA-${VERSION//\./_}
+ WEB_SITE=http://www.mozilla.org/projects/bugzilla/
+ ENTERED=20020430
+ UPDATED=20020430
+ GATHER_DOCS=off
+ 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