diff options
author | mat <mat@FreeBSD.org> | 2018-04-24 00:53:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-04-24 00:53:16 +0800 |
commit | d5b28f32a3ae1cb4f4f5453f36269068e1181caf (patch) | |
tree | 21cc8193536ae3d1a84edc9d4d1859f90c0b51d2 /deskutils | |
parent | d7ce53c27c171a623e811af19c23d87bddacdb8f (diff) | |
download | freebsd-ports-gnome-d5b28f32a3ae1cb4f4f5453f36269068e1181caf.tar.gz freebsd-ports-gnome-d5b28f32a3ae1cb4f4f5453f36269068e1181caf.tar.zst freebsd-ports-gnome-d5b28f32a3ae1cb4f4f5453f36269068e1181caf.zip |
Remove dupplicate port.
Sponsored by: Absolight
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-pycarddav/Makefile | 26 | ||||
-rw-r--r-- | deskutils/py-pycarddav/distinfo | 2 | ||||
-rw-r--r-- | deskutils/py-pycarddav/pkg-descr | 4 |
3 files changed, 0 insertions, 32 deletions
diff --git a/deskutils/py-pycarddav/Makefile b/deskutils/py-pycarddav/Makefile deleted file mode 100644 index 44202c982e4a..000000000000 --- a/deskutils/py-pycarddav/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: che@bein.link -# $FreeBSD$ - -PORTNAME= pyCardDAV -PORTVERSION= 0.7.0 -CATEGORIES= deskutils python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= che@bein.link -COMMENT= CardDAV based address book tool - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:devel/py-urwid@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1:devel/py-lxml@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.0:deskutils/py-vobject@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg@${FLAVOR} - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/deskutils/py-pycarddav/distinfo b/deskutils/py-pycarddav/distinfo deleted file mode 100644 index f7e4a1e89bd4..000000000000 --- a/deskutils/py-pycarddav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pyCardDAV-0.7.0.tar.gz) = a86bca36e361ce194d5fb49295f1ad1b0ed4a4c0759f3d40f8703b1d2fcb732b -SIZE (pyCardDAV-0.7.0.tar.gz) = 36677 diff --git a/deskutils/py-pycarddav/pkg-descr b/deskutils/py-pycarddav/pkg-descr deleted file mode 100644 index 512e388ff28a..000000000000 --- a/deskutils/py-pycarddav/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -pyCardDAV is a simple to use CardDAV CLI client. It has built in support for -mutt's query_command but also works very well solo (and with other MUAs). - -WWW: http://lostpackets.de/pycarddav |