Import of pkgsrc-2015Q2
This commit is contained in:
4
misc/khard/DESCR
Normal file
4
misc/khard/DESCR
Normal file
@@ -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.
|
||||
27
misc/khard/Makefile
Normal file
27
misc/khard/Makefile
Normal file
@@ -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"
|
||||
34
misc/khard/PLIST
Normal file
34
misc/khard/PLIST
Normal file
@@ -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
|
||||
5
misc/khard/distinfo
Normal file
5
misc/khard/distinfo
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user