summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-06 03:39:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-06 03:39:49 +0800
commitf548e28616d44037207e86bc664708f8d4cbb037 (patch)
treee4b92c097a7df95461b9b68f63a1a21bba9dff90 /converters
parentda3e949dfc2d0bff6a0f014961491d0d46ef283c (diff)
downloadmarcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar.gz
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar.bz2
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar.lz
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar.xz
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.tar.zst
marcuscom-ports-f548e28616d44037207e86bc664708f8d4cbb037.zip
Chase the libical shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12211 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'converters')
-rw-r--r--converters/ical2html/Makefile24
-rw-r--r--converters/ical2html/distinfo3
-rw-r--r--converters/ical2html/files/patch-Makefile.in11
-rw-r--r--converters/ical2html/files/patch-icalmerge.c11
-rw-r--r--converters/ical2html/pkg-descr2
-rw-r--r--converters/ical2html/pkg-plist5
6 files changed, 56 insertions, 0 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile
new file mode 100644
index 000000000..306c02afc
--- /dev/null
+++ b/converters/ical2html/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: ical2html
+# Date created: Thu Apr 14 18:08:52 BST 2005
+# Whom: keiichi@iijlab.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= ical2html
+PORTVERSION= 0.4
+PORTREVISION= 3
+CATEGORIES= converters
+MASTER_SITES= http://www.w3.org/Tools/Ical2html/
+
+MAINTAINER= keiichi@iijlab.net
+COMMENT= Manipulation commands for iCalendar files
+
+LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \
+ LDFLAGS=-L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/converters/ical2html/distinfo b/converters/ical2html/distinfo
new file mode 100644
index 000000000..383afddbc
--- /dev/null
+++ b/converters/ical2html/distinfo
@@ -0,0 +1,3 @@
+MD5 (ical2html-0.4.tar.gz) = 5884b2ff2665640bde7f1a296a144e37
+SHA256 (ical2html-0.4.tar.gz) = c74eaef9fb26b5adbec0f1591a9a3d5607b340d538c5d1fdbb67c510c90743f2
+SIZE (ical2html-0.4.tar.gz) = 88490
diff --git a/converters/ical2html/files/patch-Makefile.in b/converters/ical2html/files/patch-Makefile.in
new file mode 100644
index 000000000..5c73b9721
--- /dev/null
+++ b/converters/ical2html/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Apr 13 12:49:01 2005
++++ Makefile.in Wed Apr 13 12:48:37 2005
+@@ -89,7 +89,7 @@
+ am__quote = @am__quote@
+ bindir = @bindir@
+ build_alias = @build_alias@
+-datadir = @datadir@
++datadir = @datadir@/ical2html
+ exec_prefix = @exec_prefix@
+ host_alias = @host_alias@
+ includedir = @includedir@
diff --git a/converters/ical2html/files/patch-icalmerge.c b/converters/ical2html/files/patch-icalmerge.c
new file mode 100644
index 000000000..6a9f2acd6
--- /dev/null
+++ b/converters/ical2html/files/patch-icalmerge.c
@@ -0,0 +1,11 @@
+--- icalmerge.c.orig Thu Jul 31 07:19:06 2003
++++ icalmerge.c Wed Apr 13 18:08:16 2005
+@@ -27,7 +27,7 @@
+ #include "config.h"
+
+
+-#define PRODID "-//W3C//NONSGML icalmerge " ## VERSION ## "//EN"
++#define PRODID "-//W3C//NONSGML icalmerge "/**/VERSION/**/"//EN"
+
+ #define ERR_OUT_OF_MEM 1 /* Program exit codes */
+ #define ERR_USAGE 2
diff --git a/converters/ical2html/pkg-descr b/converters/ical2html/pkg-descr
new file mode 100644
index 000000000..c246f2ff5
--- /dev/null
+++ b/converters/ical2html/pkg-descr
@@ -0,0 +1,2 @@
+ical2html takes an iCalendar file and outputs an HTML file showing one
+or more months in the form of tables. Requires libical.
diff --git a/converters/ical2html/pkg-plist b/converters/ical2html/pkg-plist
new file mode 100644
index 000000000..4b47e205f
--- /dev/null
+++ b/converters/ical2html/pkg-plist
@@ -0,0 +1,5 @@
+bin/ical2html
+bin/icalfilter
+bin/icalmerge
+share/ical2html/calendar.css
+@dirrm share/ical2html