File: control

package info (click to toggle)
nzb 0.1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 256 kB
  • ctags: 328
  • sloc: cpp: 2,185; makefile: 51
file content (29 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download
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
Source: nzb
Section: net
Priority: optional
Maintainer: Mattias Nordstrom <nordstrom@realnode.com>
Build-Depends: debhelper (>= 5.0.0), autotools-dev, docbook-to-man, libqt4-dev, qt4-dev-tools, libssl-dev
Standards-Version: 3.7.2

Package: nzb
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libssl0.9.8
Description: An nzb based Usenet binary grabber
 nzb is a binary news grabber written in Qt 4. It natively downloads and decodes
 the files specified in the nzb file, an XML format which describes binary
 files on Usenet by their message-id. nzb provides support for direct streaming
 of media files to your favourite media player.
 .
 nzb files are a popular way to describe files posted on Usenet which span
 several messages (multi-part binaries). These files eliminate the need to
 fetch headers from newsgroups as nzb files contain the message-ids of the
 segments which can be downloaded directly from most news servers. A technical
 description can be found at http://docs.newzbin.com/Newzbin:NZB_Specs
 .
 nzb makes Usenet downloading easy by providing an easy to use interface which
 loads up a specified nzb file and either downloads the files described in the
 nzb or streams the data to an external application. This is usually used for
 video files which results in streaming video over Usenet.
 .
 Homepage: http://nzb.sourceforge.net/