File: control

package info (click to toggle)
libdata-ical-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 202
  • sloc: perl: 2,571; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,470 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
Source: libdata-ical-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Makholm <peter@makholm.net>
Build-Depends: cdbs, debhelper (>= 5.0.0)
Build-Depends-Indep: libtest-longstring-perl, libtest-simple-perl, libtest-nowarnings-perl, libtest-warn-perl, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl
Homepage: http://search.cpan.org/dist/Data-ICal/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-ical-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-ical-perl/
Standards-Version: 3.7.2

Package: libdata-ical-perl
Architecture: all
Depends: ${perl:Depends}, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl
Description: Perlmodule to generate and read iCalendar (RFC2445) files
 A Data::ICal object represents a VCALENDAR object as defined in the
 iCalendar protocol (RFC 2445, MIME type "text/calendar"), as
 implemented in many popular calendaring programs such as Apple's iCal.
 .
 Each Data::ICal object is a collection of "entries", which are objects
 of a subclass of Data::ICal::Entry. The types of entries defined by
 iCalendar (which refers to them as "components") include events, to-do
 items, journal entries, free/busy time indicators, and time zone
 descriptors; in addition, events and to-do items can contain alarm
 entries. (Currently, Data::ICal only implements to-do items and events.)