notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
conkyemail Email script for conky
2.07_1 deskutils Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.07_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer maintained by upstream
Expired This port expired on: 2020-01-27
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-05-09 07:50:50
Last Update: 2020-01-27 15:34:18
SVN Revision: 524263
License: GPLv3
WWW:
https://code.launchpad.net/~m-buck/+junk/conkyemail
Description:
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • conkyemail>0:deskutils/conkyemail
No installation instructions:
This port has been deleted.
PKGNAME: conkyemail
Package flavors (<flavor>: <package>)
  • py27: conkyemail
distinfo:
SHA256 (conkyemail_2.07.tar.gz) = 3e81e84d3d13f2a477d104b201edc75230472f30bbe591c3bcfc6122f2a1fb27 SIZE (conkyemail_2.07.tar.gz) = 190115

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. conky : sysutils/conky
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/vg/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/vg/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/vg/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/vg/
  5. http://launchpadlibrarian.net/28462213/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.07_1
27 Jan 2020 15:34:18
Revision:524263Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07_1
26 Dec 2019 07:54:29
Revision:520894Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
2.07_1
22 Nov 2019 10:50:39
Revision:518140Original commit files touched by this commit
kai search for other commits by this committer
deskutils/conkyemail: Mark as DEPRECATED

* Deprecate the port because the upstream repository hasn't changed since 6+
  years and the scripts aren't compatible with Python 3.

* Don't set an expiration date for now as it runs fine as long as Python 2.7
  is present in the Ports tree.

PR:		238487
2.07_1
23 Jun 2019 22:32:34
Revision:504995Original commit files touched by this commit
kai search for other commits by this committer
deskutils/conkyemail: Fix invocation of Python script at runtime

Since the default version of Python has been switched to 3.6 in r498529 the
script "conkyEmail.py" that is invoked by the shell script "conkyEmail"
fails at runtime due incompatible code.

This occurs only if the Python meta port is also installed otherwise it
won't start at all due a hardcoded reference (= /usr/bin/env python) in the
shell script, thus:

* Update and simplify the patch for "conkyEmail" by using placeholders for
  the Python interpreter and ${DATADIR} that will be replaced by the
  post-patch target. [1]

Also while I'm here:
* Silence all commands of the post-patch target to reduce cluttering of
  logfiles
* Add license information
* Pet portlint

PR:		238487
Submitted by:	Katsuyuki Miyoshi <katsubsd@gmail.com> (initial patch)
MFH:		2019Q2 (blanket, runtime fix and framework compliance)
2.07
23 Feb 2018 21:09:47
Revision:462745Original commit files touched by this commit
rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
2.07
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2.07
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.07
11 Sep 2015 19:19:30
Revision:396710Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Ignore unneeded .egg-info files
- Add NO_ARCH

Approved by:	portmgr blanket
2.07
20 Oct 2014 11:52:39
Revision:371262Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.07
28 Sep 2014 18:07:09
Revision:369475Original commit files touched by this commit
mva search for other commits by this committer
- Convert to USES=python

Approved by:	portmgr (implicit)
2.07
17 Jul 2014 03:41:28
Revision:362117Original commit files touched by this commit
adamw search for other commits by this committer
Fix typo.
2.07
02 Feb 2014 14:57:32
Revision:342310Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
2.07
02 Oct 2013 16:16:22
Revision:329066Original commit files touched by this commit
vg search for other commits by this committer
- Changed tabs to spaces in  pkg-descr
- Changed MASTER_SITES

Approved by:	eadler (mentor)
2.07
20 Sep 2013 16:21:38
Revision:327718Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
2.07
22 Jul 2013 14:34:23
Revision:323455Original commit files touched by this commit
vg search for other commits by this committer
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2.07
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.07
09 May 2010 07:50:34
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 18