debian/0000755000000000000000000000000011707757522007203 5ustar debian/control0000644000000000000000000000242611707757505010613 0ustar Source: libical-parser-html-perl Section: perl Priority: optional Build-Depends: devscripts, perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), debhelper, dh-buildinfo, libxml-libxml-perl, libxml-libxslt-perl, libical-parser-sax-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libical-parser-html-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libical-parser-html-perl.git Homepage: http://search.cpan.org/dist/iCal-Parser-HTML/ Package: libical-parser-html-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: generates HTML calendars from iCalendars This Perl module, iCal::Parser::HTML, uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates HTML calendars from icalendars. . The HTML document generated includes (when appropriate) a sidebar containing a legend, a list of TODOs and a three month calendar for the previous, current and next months. . The stylesheets are stored in the HTML/stylesheet directory under the installed package directory. . Also included is a command line program script ical2html. debian/source/0000755000000000000000000000000011707753314010476 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026511707757522011060 0ustar libical-parser-html-perl (1.07-1) unstable; urgency=low * Initial packaging release. Closes: bug#546639. -- Jonas Smedegaard Wed, 25 Jan 2012 11:54:08 +0100 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000024711524367065010233 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/iCal-Parser-HTML/ .*/iCal-Parser-HTML-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000455311707753355012352 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch examples/calendar.css lib/iCal/Parser/HTML/stylesheet/cal-util.xsl lib/iCal/Parser/HTML/stylesheet/day-util.xsl lib/iCal/Parser/HTML/stylesheet/day.xsl lib/iCal/Parser/HTML/stylesheet/index.xsl lib/iCal/Parser/HTML/stylesheet/month-util.xsl lib/iCal/Parser/HTML/stylesheet/month.xsl lib/iCal/Parser/HTML/stylesheet/week.xsl lib/iCal/Parser/HTML/stylesheet/year.xsl t/00load.t t/01parse.t t/calendars/all-day-event.ics t/calendars/all-day-event.ics.day.html t/calendars/all-day-event.ics.month.html t/calendars/all-day-event.ics.week.html t/calendars/all-day-event.ics.year.html t/calendars/complex.ics t/calendars/complex.ics.day.html t/calendars/complex.ics.month.html t/calendars/complex.ics.week.html t/calendars/complex.ics.year.html t/calendars/event-duration.ics t/calendars/event-duration.ics.day.html t/calendars/event-duration.ics.month.html t/calendars/event-duration.ics.week.html t/calendars/event-duration.ics.year.html t/calendars/multical.day.html t/calendars/multical.month.html t/calendars/multical.nolink.day.html t/calendars/multical.nolink.month.html t/calendars/multical.nolink.week.html t/calendars/multical.week.html t/calendars/multical.year.html Copyright: *No copyright* License: UNKNOWN FIXME Files: README examples/ical.cgi lib/iCal/Parser/HTML.pm scripts/ical2html Copyright: *No copyright* License: Perl FIXME Files: debian/rules Copyright: 2011-2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave HOLDER, OR ANY OTHER PARTY HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your modifications in the Standard Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such a holder saying it may be distributed under the terms of holder who law: that is to say, a work containing the notices and associated disclaimers of this the software, and (2) offer License: UNKNOWN FIXME debian/copyright0000644000000000000000000000311011524376706011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: iCal::Parser::HTML Upstream-Contact: Simon Wistow Source: http://search.cpan.org/dist/iCal-Parser-HTML/ Files: * Copyright: 2007, Simon Wistow License: Artistic or GPL-1+ Files: ./debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic or GPL-1+ Released under the same terms as Perl itself. Comment: Perl 5 version 5.8.10 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. . On Debian GNU systems the full text of the Artistic License can be found in '/usr/share/common-licenses/Artistic', and the full text of the GNU General Public License (GPL), version 1 can be found in '/usr/share/common-licenses/GPL'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian GNU systems the full text of the GNU General Public License (GPL) version 2 can be found in '/usr/share/common-licenses/GPL'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000274111707757471010272 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011-2012, Jonas Smedegaard # Description: Main Debian packaging script for iCal::Parser::HTML # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = iCal-Parser-HTML DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/iCal DEB_UPSTREAM_TARBALL_MD5 = 0a08f466a65aade3f9baebe0e1888d1b # Needed both by upstream build process and at runtime common-depends = libxml-libxml-perl, libxml-libxslt-perl, libical-parser-sax-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS = $(common-depends) # FIXME: Make regression tests strict when no longer failing DEB_PERL_CHECK_FLAGS += || true DEB_INSTALL_EXAMPLES_ALL = examples/* scripts/* debian/control.in0000644000000000000000000000213111524374236011202 0ustar Source: libical-parser-html-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libical-parser-html-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libical-parser-html-perl.git Homepage: http://search.cpan.org/dist/iCal-Parser-HTML/ Package: libical-parser-html-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: generates HTML calendars from iCalendars This Perl module, iCal::Parser::HTML, uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates HTML calendars from icalendars. . The HTML document generated includes (when appropriate) a sidebar containing a legend, a list of TODOs and a three month calendar for the previous, current and next months. . The stylesheets are stored in the HTML/stylesheet directory under the installed package directory. . Also included is a command line program script ical2html.