diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 19:33:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 19:33:19 +0000 |
commit | 366a2a0f482bacd513789c187c270b3bdd41b104 (patch) | |
tree | 325ade6b9b33838bd22232b8910bdb5975e2c025 /devel | |
parent | 2ef4b5d7db9cc2e3aaa6edb8f05c80bfe59c0af3 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libical/Makefile | 35 | ||||
-rw-r--r-- | devel/libical/distinfo | 1 | ||||
-rw-r--r-- | devel/libical/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libical/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libical/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libical/pkg-plist | 20 |
7 files changed, 77 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9b0a099d7781..92f563b6fe85 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -296,6 +296,7 @@ SUBDIR += libgtop SUBDIR += libgtop2 SUBDIR += libhash + SUBDIR += libical SUBDIR += libmba SUBDIR += libmcve SUBDIR += libol diff --git a/devel/libical/Makefile b/devel/libical/Makefile new file mode 100644 index 000000000000..76222f77b265 --- /dev/null +++ b/devel/libical/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: libical +# Date created: 4 November 2002 +# Whom: Joe Kelsey +# +# $FreeBSD$ +# + +PORTNAME= libical +PORTVERSION= 0.23 +CATEGORIES= devel +MASTER_SITES= http://softwarestudio.org/download/ + +MAINTAINER= joe@zircon.seattle.wa.us + +BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 + +USE_REINPLACE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.if !defined(WITHOUT_PYTHON) +CONFIGURE_ARGS= --enable-python-bindings=yes +USE_PYTHON= yes +PLIST_SUB+= PYTHON:="" +.else +CONFIGURE_ARGS= --enable-python-bindings=no +PLIST_SUB+= PYTHON:="@comment " +.endif + +post-patch: + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|<malloc\.h>|<stdlib.h>|g' + +.include <bsd.port.mk> diff --git a/devel/libical/distinfo b/devel/libical/distinfo new file mode 100644 index 000000000000..76165d62f249 --- /dev/null +++ b/devel/libical/distinfo @@ -0,0 +1 @@ +MD5 (libical-0.23.tar.gz) = ac4a2738be4e00131208e01a0c4891ea diff --git a/devel/libical/files/patch-configure b/devel/libical/files/patch-configure new file mode 100644 index 000000000000..347dcec64580 --- /dev/null +++ b/devel/libical/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Nov 4 14:09:52 2002 ++++ configure Mon Nov 4 14:10:18 2002 +@@ -1845,6 +1845,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/libical/pkg-comment b/devel/libical/pkg-comment new file mode 100644 index 000000000000..6f2cc0ef4405 --- /dev/null +++ b/devel/libical/pkg-comment @@ -0,0 +1 @@ +An implementation of the IETF's Calendaring and Scheduling protocols diff --git a/devel/libical/pkg-descr b/devel/libical/pkg-descr new file mode 100644 index 000000000000..d5180bed5fe9 --- /dev/null +++ b/devel/libical/pkg-descr @@ -0,0 +1,9 @@ +Libical is an Open Source implementation of the IETF's iCalendar +Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It +parses iCal components and provides a C API for manipulating the +component properties, parameters, and subcomponents. + +WWW: http://softwarestudio.org/libical/ + +/Joe Kelsey +joe@zircon.seattle.wa.us diff --git a/devel/libical/pkg-plist b/devel/libical/pkg-plist new file mode 100644 index 000000000000..093ba55fd880 --- /dev/null +++ b/devel/libical/pkg-plist @@ -0,0 +1,20 @@ +include/ical.h +include/icalss.h +include/libicalvcal/icalvcal.h +include/libicalvcal/port.h +include/libicalvcal/vcc.h +include/libicalvcal/vobject.h +include/libicalvcal/vcaltmp.h +lib/libical.so.0 +lib/libical.so +lib/libical.a +lib/libicalss.so.0 +lib/libicalss.so +lib/libicalss.a +lib/libicalvcal.so.0 +lib/libicalvcal.so +lib/libicalvcal.a +%%PYTHON:%%lib/libLibicalWrap.so.0 +%%PYTHON:%%lib/libLibicalWrap.so +%%PYTHON:%%lib/libLibicalWrap.a +@dirrm include/libicalvcal |