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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: bitcollider
Section: utils
Priority: optional
Maintainer: Scott M. Dier <sdier@debian.org>
Build-Depends: debhelper (>> 3.0.0), libvorbis-dev, libtool, automake
Standards-Version: 3.5.2
Package: bitcollider
Architecture: any
Depends: ${shlibs:Depends}
Suggests: bitcollider-plugins
Description: Collects bitprint and other information from files for bitzi.com
Think of it as a really big file hash database on the internet with
constant contributions from others of metadata on files.
.
Bitcollider is a small program to reliably identify and describe files
on your machine. When run with a specific file as input, this program
does two major things:
.
* It examines the file, calculating a distinctive digital fingerprint,
or bitprint, and taking note of some other identifying information that
can be extracted from the file, like file length and the local filename.
* It launches your web browser to do a lookup at our website, submitting
this identifying information as the search terms.
.
At bitzi.com you'll see what - if anything - others have said about your
file, and have a chance to contribute descriptions or comments yourself.
If your automatic submission included information useful to our database,
that new information will be contributed to the database under your screen
name.
Package: libbitcollider1
Architecture: any
Depends: ${shlibs:Depends}
Description: bitcollider library
This is used by the bitcollider program.
.
Think of it as a really big file hash database on the internet with
constant contributions from others of metadata on files.
.
Bitcollider is a small program to reliably identify and describe files
on your machine. When run with a specific file as input, this program
does two major things:
.
* It examines the file, calculating a distinctive digital fingerprint,
or bitprint, and taking note of some other identifying information that
can be extracted from the file, like file length and the local filename.
* It launches your web browser to do a lookup at our website, submitting
this identifying information as the search terms.
.
At bitzi.com you'll see what - if anything - others have said about your
file, and have a chance to contribute descriptions or comments yourself.
If your automatic submission included information useful to our database,
that new information will be contributed to the database under your screen
name.
Package: libbitcollider-dev
Architecture: any
Depends: ${shlibs:Depends}
Description: bitcollider library headers
This is the development headers for the bitcollider libs.
.
Think of it as a really big file hash database on the internet with
constant contributions from others of metadata on files.
.
Bitcollider is a small program to reliably identify and describe files
on your machine. When run with a specific file as input, this program
does two major things:
.
* It examines the file, calculating a distinctive digital fingerprint,
or bitprint, and taking note of some other identifying information that
can be extracted from the file, like file length and the local filename.
* It launches your web browser to do a lookup at our website, submitting
this identifying information as the search terms.
.
At bitzi.com you'll see what - if anything - others have said about your
file, and have a chance to contribute descriptions or comments yourself.
If your automatic submission included information useful to our database,
that new information will be contributed to the database under your screen
name.
Package: bitcollider-plugins
Architecture: any
Depends: ${shlibs:Depends}
Description: bitcollider plugins
These plugins allow the bitcollider program to get metadata from rich media
files. So far, there are plugins for ogg vorbis and wav files.
.
Think of it as a really big file hash database on the internet with
constant contributions from others of metadata on files.
.
Bitcollider is a small program to reliably identify and describe files
on your machine. When run with a specific file as input, this program
does two major things:
.
* It examines the file, calculating a distinctive digital fingerprint,
or bitprint, and taking note of some other identifying information that
can be extracted from the file, like file length and the local filename.
* It launches your web browser to do a lookup at our website, submitting
this identifying information as the search terms.
.
At bitzi.com you'll see what - if anything - others have said about your
file, and have a chance to contribute descriptions or comments yourself.
If your automatic submission included information useful to our database,
that new information will be contributed to the database under your screen
name.
|