diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-10 19:10:02 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-10 19:10:02 +0000 |
commit | 99d296610206933e7c3ef01f6ff9f7aebaaa44e7 (patch) | |
tree | e5fdda9cee9e37f15c6c98a1bfd575eb0e6a9804 /deskutils | |
parent | 3f4ff400bb35bf66ced1954b59dd44d5f1a5480e (diff) | |
download | ports-99d296610206933e7c3ef01f6ff9f7aebaaa44e7.tar.gz ports-99d296610206933e7c3ef01f6ff9f7aebaaa44e7.zip |
Add port deskutils/mical:
mical is a small set of utilities intended to enable users of email
clients without an integrated calendar to deal with the iCalendar
format mails sent by, for example, Microsoft Outlook.
WWW: http://www.0x1.org/d/projects/mical/
Author: David Arnold <davida@pobox.com>
Notes
Notes:
svn path=/head/; revision=193186
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/mical/Makefile | 23 | ||||
-rw-r--r-- | deskutils/mical/distinfo | 3 | ||||
-rw-r--r-- | deskutils/mical/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/mical/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index b3081852865e..0c524739c349 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -132,6 +132,7 @@ SUBDIR += metabar SUBDIR += mhc SUBDIR += mhc-emacs20 + SUBDIR += mical SUBDIR += mnemo SUBDIR += moregroupware SUBDIR += mrundlg diff --git a/deskutils/mical/Makefile b/deskutils/mical/Makefile new file mode 100644 index 000000000000..7dc8107b3cac --- /dev/null +++ b/deskutils/mical/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mical +# Date created: 10 June 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mical +PORTVERSION= 1.0.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.0x1.org/d/projects/mical/ CENKES + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Minimalist iCalendar toolset + +RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil \ + py*-vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +MAN1= micreply.1 micshow.1 + +.include <bsd.port.mk> diff --git a/deskutils/mical/distinfo b/deskutils/mical/distinfo new file mode 100644 index 000000000000..52827f41526a --- /dev/null +++ b/deskutils/mical/distinfo @@ -0,0 +1,3 @@ +MD5 (mical-1.0.2.tar.gz) = 01e1a34ca655379ae2478a52d497b2bd +SHA256 (mical-1.0.2.tar.gz) = 6caad95f7859166431d6fb0766ed8ff4ce5a71e1e74fa759b6b02cba4c5ea9e9 +SIZE (mical-1.0.2.tar.gz) = 13002 diff --git a/deskutils/mical/pkg-descr b/deskutils/mical/pkg-descr new file mode 100644 index 000000000000..1ec85f9b30af --- /dev/null +++ b/deskutils/mical/pkg-descr @@ -0,0 +1,6 @@ +mical is a small set of utilities intended to enable users of email +clients without an integrated calendar to deal with the iCalendar +format mails sent by, for example, Microsoft Outlook. + +WWW: http://www.0x1.org/d/projects/mical/ +Author: David Arnold <davida@pobox.com> diff --git a/deskutils/mical/pkg-plist b/deskutils/mical/pkg-plist new file mode 100644 index 000000000000..626f86dbf017 --- /dev/null +++ b/deskutils/mical/pkg-plist @@ -0,0 +1,7 @@ +bin/micreply +bin/micsave +bin/micsetup +bin/micshow +%%PYTHON_SITELIBDIR%%/mical.py +%%PYTHON_SITELIBDIR%%/mical.pyc +%%PYTHON_SITELIBDIR%%/mical.pyo |