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>
This commit is contained in:
parent
3f4ff400bb
commit
99d2966102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193186
5 changed files with 40 additions and 0 deletions
|
@ -132,6 +132,7 @@
|
|||
SUBDIR += metabar
|
||||
SUBDIR += mhc
|
||||
SUBDIR += mhc-emacs20
|
||||
SUBDIR += mical
|
||||
SUBDIR += mnemo
|
||||
SUBDIR += moregroupware
|
||||
SUBDIR += mrundlg
|
||||
|
|
23
deskutils/mical/Makefile
Normal file
23
deskutils/mical/Makefile
Normal file
|
@ -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>
|
3
deskutils/mical/distinfo
Normal file
3
deskutils/mical/distinfo
Normal file
|
@ -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
|
6
deskutils/mical/pkg-descr
Normal file
6
deskutils/mical/pkg-descr
Normal file
|
@ -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>
|
7
deskutils/mical/pkg-plist
Normal file
7
deskutils/mical/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
bin/micreply
|
||||
bin/micsave
|
||||
bin/micsetup
|
||||
bin/micshow
|
||||
%%PYTHON_SITELIBDIR%%/mical.py
|
||||
%%PYTHON_SITELIBDIR%%/mical.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mical.pyo
|
Loading…
Reference in a new issue