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:
parent
ae90e55c05
commit
930ce2dcc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253972
@ -31,6 +31,7 @@
|
||||
SUBDIR += checkrdf
|
||||
SUBDIR += chmsee
|
||||
SUBDIR += conduit
|
||||
SUBDIR += conkyemail
|
||||
SUBDIR += contacts
|
||||
SUBDIR += cycle
|
||||
SUBDIR += dailystrips
|
||||
|
31
deskutils/conkyemail/Makefile
Normal file
31
deskutils/conkyemail/Makefile
Normal 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>
|
3
deskutils/conkyemail/distinfo
Normal file
3
deskutils/conkyemail/distinfo
Normal 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
|
7
deskutils/conkyemail/files/patch-conkyEmail
Normal file
7
deskutils/conkyemail/files/patch-conkyEmail
Normal 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 "$@"
|
8
deskutils/conkyemail/files/patch-conkyEmail.py
Normal file
8
deskutils/conkyemail/files/patch-conkyEmail.py
Normal 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
|
4
deskutils/conkyemail/pkg-descr
Normal file
4
deskutils/conkyemail/pkg-descr
Normal 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
|
6
deskutils/conkyemail/pkg-plist
Normal file
6
deskutils/conkyemail/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/conkyEmail
|
||||
%%DATADIR%%/conkyEmail.py
|
||||
%%DATADIR%%/example/conkyrc
|
||||
%%DATADIR%%/example/conkyEmail.template
|
||||
@dirrm %%DATADIR%%/example
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user