File: control

package info (click to toggle)
libbiblio-isis-perl 0.24-1.4
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 276 kB
  • sloc: perl: 642; makefile: 47
file content (33 lines) | stat: -rw-r--r-- 1,380 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
30
31
32
33
Source: libbiblio-isis-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Jose Parrella <bureado@debian.org>
Standards-Version: 3.7.2

Package: libbiblio-isis-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description: Perl module which reads ISIS databases
 This module will read ISIS databases created by DOS CDS/ISIS, WinIsis or
 IsisMarc.
 .
 Biblio::Isis is a Perl module which reads ISIS databases produced by
 CDS/ISIS programs, such as MicroISIS, WinISIS and IsisMARC. ISIS was a
 popular family of integrated library systems provided as freeware by
 UNESCO, and this module provides methods to parse full databases and 
 use them in a Perl program in order to migrate them to other formats.
 .
 It can create hash values from data in ISIS database (using to_hash),
 ASCII dump (using to_ascii) or just hash with field names and packed
 values (like ^asomething^belse).
 .
 Unique feature of this module is ability to include_deleted records.
 It will also skip zero sized fields (OpenIsis has a bug in XS bindings, so
 fields which are zero sized will be filled with random junk from memory).
 .
 It also has support for identifiers (only if ISIS database is created by
 IsisMarc), see to_hash.
 .
 Homepage: http://search.cpan.org/~dpavlin/Biblio-Isis-0.24/lib/Biblio/Isis.pm