mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
cyruslib is wrapped interface for imaplib.py, it adds support for
cyrus specific commands. Function naming is the same of cyradm WWW: http://oss.netfarm.it/python-cyrus.php PR: ports/105043 Submitted by: Dmitriy Kirhlarov <dimma@higis.ru>
This commit is contained in:
parent
b559a8c73d
commit
6c1af6209e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176860
4 changed files with 44 additions and 0 deletions
|
@ -424,6 +424,7 @@
|
|||
SUBDIR += prom-wl
|
||||
SUBDIR += pronto
|
||||
SUBDIR += proxsmtp
|
||||
SUBDIR += py-cyruslib
|
||||
SUBDIR += py-email
|
||||
SUBDIR += py-email2
|
||||
SUBDIR += py-libgmail
|
||||
|
|
36
mail/py-cyruslib/Makefile
Normal file
36
mail/py-cyruslib/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: py-cyruslib
|
||||
# Date created: 2006-10-31
|
||||
# Whom: Dmitriy Kirhlarov <dimma@higis.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cyruslib
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= mail net python
|
||||
MASTER_SITES= http://oss.netfarm.it/download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}.py
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= dimma@higis.ru
|
||||
COMMENT= Cyrus imapd library for Python
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
BINMODE= 644
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${DISTNAME}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
${TEST} -d ${PYTHONPREFIX_SITELIBDIR} || ${MKDIR} ${PYTHONPREFIX_SITELIBDIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PYTHONPREFIX_SITELIBDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/py-cyruslib/distinfo
Normal file
3
mail/py-cyruslib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (cyruslib.py) = aa87c0eb96d888563d000987e36babf3
|
||||
SHA256 (cyruslib.py) = 8a1f0758232fefb6557b269187f2aab49a5ac20f4634ca4fcef538a198480895
|
||||
SIZE (cyruslib.py) = 6679
|
4
mail/py-cyruslib/pkg-descr
Normal file
4
mail/py-cyruslib/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
cyruslib is wrapped interface for imaplib.py, it adds support for
|
||||
cyrus specific commands. Function naming is the same of cyradm
|
||||
|
||||
WWW: http://oss.netfarm.it/python-cyrus.php
|
Loading…
Add table
Reference in a new issue