1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

conkyemail Email inbox count script with ssl capabilities, for use in Conky

WWW:	https://code.launchpad.net/~m-buck/+junk/conkyemail

PR:		ports/146396
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
This commit is contained in:
Martin Wilke 2010-05-09 07:50:34 +00:00
parent ae90e55c05
commit 930ce2dcc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253972
7 changed files with 60 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += checkrdf
SUBDIR += chmsee
SUBDIR += conduit
SUBDIR += conkyemail
SUBDIR += contacts
SUBDIR += cycle
SUBDIR += dailystrips

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: conkyemail
# Date created: 2010-05-08
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= conkyemail
PORTVERSION= 2.07
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/28462213/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Email script for conky
RUN_DEPENDS= conky:${PORTSDIR}/sysutils/conky
USE_PYTHON= yes
NO_BUILD= yes
USE_PYDISTUTILS=yes
INSTALL_EGGINFO=yes
WRKSRC= ${WRKDIR}/src
post-patch:
cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \
conkyEmail conkyEmail.py setup.py example/conkyrc
cd ${WRKSRC} && ${RM} -fr example/conkyrc.bak
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (conkyemail_2.07.tar.gz) = a88b00376257658a90326f6e37a00e9c
SHA256 (conkyemail_2.07.tar.gz) = 3e81e84d3d13f2a477d104b201edc75230472f30bbe591c3bcfc6122f2a1fb27
SIZE (conkyemail_2.07.tar.gz) = 190115

View File

@ -0,0 +1,7 @@
--- conkyEmail.orig 2008-09-09 06:12:46.000000000 +0800
+++ conkyEmail 2010-05-08 02:28:45.000000000 +0800
@@ -1,3 +1,3 @@
#! /bin/sh
cd /usr/share/conkyemail/
-$PYTHONPATH /usr/bin/python /usr/share/conkyemail/conkyEmail.py "$@"
+$PYTHONPATH /usr/bin/env python /usr/share/conkyemail/conkyEmail.py "$@"

View File

@ -0,0 +1,8 @@
--- conkyEmail.py.orig 2009-06-27 22:45:20.000000000 +0800
+++ conkyEmail.py 2010-05-08 02:31:30.000000000 +0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# conkyEmail.py is a simple python script to gather

View File

@ -0,0 +1,4 @@
conkyemail Email inbox count script with ssl capabilities, for use in Conky
WWW: https://launchpad.net/~conkyhardcore
WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail

View File

@ -0,0 +1,6 @@
bin/conkyEmail
%%DATADIR%%/conkyEmail.py
%%DATADIR%%/example/conkyrc
%%DATADIR%%/example/conkyEmail.template
@dirrm %%DATADIR%%/example
@dirrm %%DATADIR%%