diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-02 22:35:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-02 22:35:34 +0000 |
commit | 0a91a14f6cfeb64ce1e125c97f3e1212d03e06fb (patch) | |
tree | 7d0d72027221a68732ab6ce6a373039d2ed39af1 /misc/khard | |
parent | 8d7c8f852b9f947cccb361d7d41aaf1c69f2201c (diff) | |
download | pkgsrc-0a91a14f6cfeb64ce1e125c97f3e1212d03e06fb.tar.gz |
Import khard-0.3.0 as misc/khard.
Khard is an address book for the Linux console. It creates, reads,
modifies and removes CardDAV address book entries at your local
machine. Khard is also compatible to the email clients mutt and
alot and the SIP client twinkle.
Diffstat (limited to 'misc/khard')
-rw-r--r-- | misc/khard/DESCR | 4 | ||||
-rw-r--r-- | misc/khard/Makefile | 27 | ||||
-rw-r--r-- | misc/khard/PLIST | 34 | ||||
-rw-r--r-- | misc/khard/distinfo | 5 |
4 files changed, 70 insertions, 0 deletions
diff --git a/misc/khard/DESCR b/misc/khard/DESCR new file mode 100644 index 00000000000..30979846c58 --- /dev/null +++ b/misc/khard/DESCR @@ -0,0 +1,4 @@ +Khard is an address book for the Linux console. It creates, reads, +modifies and removes CardDAV address book entries at your local +machine. Khard is also compatible to the email clients mutt and +alot and the SIP client twinkle. diff --git a/misc/khard/Makefile b/misc/khard/Makefile new file mode 100644 index 00000000000..0ba54910039 --- /dev/null +++ b/misc/khard/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2015/04/02 22:35:34 wiz Exp $ + +DISTNAME= khard-0.3.0 +CATEGORIES= misc net +MASTER_SITES= ${MASTER_SITE_GITHUB:=scheibler/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/scheibler/khard +COMMENT= CLI contacts application built around CardDAV +LICENSE= gnu-gpl-v3 + +GITHUB_TAG= v${PKGVERSION_NOREV} +DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj +DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject +DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse + +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.0 + +INSTALLATION_DIRS= share/examples/khard +REPLACE_PYTHON+= */*.py + +post-install: + ${INSTALL_DATA} ${WRKSRC}/khard.conf.example ${DESTDIR}${PREFIX}/share/examples/khard + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/khard/PLIST b/misc/khard/PLIST new file mode 100644 index 00000000000..cac5b30bab2 --- /dev/null +++ b/misc/khard/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/02 22:35:34 wiz Exp $ +bin/davcontroller +bin/khard +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/davcontroller/__init__.py +${PYSITELIB}/davcontroller/__init__.pyc +${PYSITELIB}/davcontroller/__init__.pyo +${PYSITELIB}/davcontroller/davcontroller.py +${PYSITELIB}/davcontroller/davcontroller.pyc +${PYSITELIB}/davcontroller/davcontroller.pyo +${PYSITELIB}/khard/__init__.py +${PYSITELIB}/khard/__init__.pyc +${PYSITELIB}/khard/__init__.pyo +${PYSITELIB}/khard/carddav_object.py +${PYSITELIB}/khard/carddav_object.pyc +${PYSITELIB}/khard/carddav_object.pyo +${PYSITELIB}/khard/config.py +${PYSITELIB}/khard/config.pyc +${PYSITELIB}/khard/config.pyo +${PYSITELIB}/khard/helpers.py +${PYSITELIB}/khard/helpers.pyc +${PYSITELIB}/khard/helpers.pyo +${PYSITELIB}/khard/khard.py +${PYSITELIB}/khard/khard.pyc +${PYSITELIB}/khard/khard.pyo +${PYSITELIB}/khard/version.py +${PYSITELIB}/khard/version.pyc +${PYSITELIB}/khard/version.pyo +share/examples/khard/khard.conf.example diff --git a/misc/khard/distinfo b/misc/khard/distinfo new file mode 100644 index 00000000000..cba0820c456 --- /dev/null +++ b/misc/khard/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/02 22:35:34 wiz Exp $ + +SHA1 (khard-0.3.0.tar.gz) = 9a5e4557776aeeab2c64d099a14df0c6a635541b +RMD160 (khard-0.3.0.tar.gz) = 758e9eca409327fb0cff860a243ba5ff5604b348 +Size (khard-0.3.0.tar.gz) = 5051405 bytes |