pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/khard Import khard-0.3.0 as misc/khard.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c0f204023a5
branches:  trunk
changeset: 649306:0c0f204023a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 22:35:34 2015 +0000

description:
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:

 misc/khard/DESCR    |   4 ++++
 misc/khard/Makefile |  27 +++++++++++++++++++++++++++
 misc/khard/PLIST    |  34 ++++++++++++++++++++++++++++++++++
 misc/khard/distinfo |   5 +++++
 4 files changed, 70 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 2c91137853d4 -r 0c0f204023a5 misc/khard/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/khard/DESCR  Thu Apr 02 22:35:34 2015 +0000
@@ -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 -r 2c91137853d4 -r 0c0f204023a5 misc/khard/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/khard/Makefile       Thu Apr 02 22:35:34 2015 +0000
@@ -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@localhost
+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 -r 2c91137853d4 -r 0c0f204023a5 misc/khard/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/khard/PLIST  Thu Apr 02 22:35:34 2015 +0000
@@ -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 -r 2c91137853d4 -r 0c0f204023a5 misc/khard/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/khard/distinfo       Thu Apr 02 22:35:34 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index