View | Details | Raw Unified | Return to bug 150899
Collapse All | Expand All

(-)ical2html/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ical2html
8
PORTNAME=	ical2html
9
PORTVERSION=	0.4
9
PORTVERSION=	2.0
10
PORTREVISION=	4
11
CATEGORIES=	converters
10
CATEGORIES=	converters
12
MASTER_SITES=	http://www.w3.org/Tools/Ical2html/
11
MASTER_SITES=	http://www.w3.org/Tools/Ical2html/
13
12
(-)ical2html/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ical2html-0.4.tar.gz) = 5884b2ff2665640bde7f1a296a144e37
1
MD5 (ical2html-2.0.tar.gz) = be4389f74ec76ac3f6737dcf87307e0b
2
SHA256 (ical2html-0.4.tar.gz) = c74eaef9fb26b5adbec0f1591a9a3d5607b340d538c5d1fdbb67c510c90743f2
2
SHA256 (ical2html-2.0.tar.gz) = ef120bd6fbe87a682e8a1ea37d70f165d2ec53b9dcdc2838934d07c4b17b844f
3
SIZE (ical2html-0.4.tar.gz) = 88490
3
SIZE (ical2html-2.0.tar.gz) = 87508
(-)ical2html/files/patch-Makefile.in (-7 / +7 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Wed Apr 13 12:49:01 2005
1
--- Makefile.in.orig	2010-09-24 09:06:46.749411950 +0200
2
+++ Makefile.in	Wed Apr 13 12:48:37 2005
2
+++ Makefile.in	2010-09-24 09:07:34.047574887 +0200
3
@@ -89,7 +89,7 @@
3
@@ -145,7 +145,7 @@
4
 am__quote = @am__quote@
5
 bindir = @bindir@
4
 bindir = @bindir@
6
 build_alias = @build_alias@
5
 build_alias = @build_alias@
6
 builddir = @builddir@
7
-datadir = @datadir@
7
-datadir = @datadir@
8
+datadir = @datadir@/ical2html
8
+datadir = @datadir@/ical2html
9
 exec_prefix = @exec_prefix@
9
 datarootdir = @datarootdir@
10
 host_alias = @host_alias@
10
 docdir = @docdir@
11
 includedir = @includedir@
11
 dvidir = @dvidir@
(-)ical2html/files/patch-icalmerge.c (-11 lines)
Lines 1-11 Link Here
1
--- icalmerge.c.orig	Thu Jul 31 07:19:06 2003
2
+++ icalmerge.c	Wed Apr 13 18:08:16 2005
3
@@ -27,7 +27,7 @@
4
 #include "config.h"
5
 
6
 
7
-#define PRODID "-//W3C//NONSGML icalmerge " ## VERSION ## "//EN"
8
+#define PRODID "-//W3C//NONSGML icalmerge "/**/VERSION/**/"//EN"
9
 
10
 #define ERR_OUT_OF_MEM 1	/* Program exit codes */
11
 #define ERR_USAGE 2
(-)ical2html/pkg-descr (-1 / +1 lines)
Lines 1-2 Link Here
1
ical2html takes an iCalendar file and outputs an HTML file showing one
1
ical2html takes an iCalendar file and outputs an HTML file showing one
2
or more months in the form of tables. Requires libical.
2
or more months in the form of tables.
(-)ical2html/pkg-plist (-2 / +2 lines)
Lines 1-5 Link Here
1
bin/ical2html
1
bin/ical2html
2
bin/icalfilter
2
bin/icalfilter
3
bin/icalmerge
3
bin/icalmerge
4
share/ical2html/calendar.css
4
%%DATADIR%%/calendar.css
5
@dirrm share/ical2html
5
@dirrm %%DATADIR%%

Return to bug 150899