Port details |
- gcalcli Google Calendar Command Line Interface
- 4.0.4_1 deskutils
=1 4.0.4_1Version of this port present on the latest quarterly branch. - Maintainer: ports@thelanman.net
 - Port Added: 2007-10-02 03:19:04
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: screen, mplayer-skins, grabc, grepcidr
- Also Listed In: python
- License: MIT
- Description:
- gcalcli is a Python application that allows you to access you Google Calendar
from a command line. It's easy to get your agenda, search for events, and
quickly add new events. Additionally gcalcli can be used as a reminder service
to execute any application you want.
WWW: https://github.com/insanum/gcalcli
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gcalcli>0:deskutils/gcalcli@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/deskutils/gcalcli/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/gcalcli
- pkg install py38-gcalcli
NOTE: This is a Python port. Instead of py38-gcalcli listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-gcalcli
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1551729455
SHA256 (insanum-gcalcli-v4.0.4_GH0.tar.gz) = 0ad3a3446e1ac1c5228ea3a2705a292b99f6cb3222fae4a12a004f92ce31037f
SIZE (insanum-gcalcli-v4.0.4_GH0.tar.gz) = 1699589
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-dateutil>=0 : devel/py-dateutil@py38
- py38-google-api-python-client>=1.4 : www/py-google-api-python-client@py38
- py38-httplib2>=0 : www/py-httplib2@py38
- py38-parsedatetime>=0 : devel/py-parsedatetime@py38
- py38-oauth2client>0 : security/py-oauth2client@py38
- py38-six>0 : devel/py-six@py38
- py38-vobject>=0.4.8 : deskutils/py-vobject@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py38-gcalcli-4.0.4_1:
ICS_VCAL=on: Enable importing of ics/vcal files
===> Use 'make config' to modify these settings
- Options name:
- deskutils_gcalcli
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 4.0.4_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
4.0.4_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
29 Oct 2019 08:50:08
4.0.4_1
|
bapt  |
Fix the location of the manpages |
12 May 2019 14:39:30
4.0.4
|
kai  |
deskutils/gcalcli: Update to 4.0.4
* Remove options FUZZYDATE, SIMPLEJSON and DOCS:
* devel/py-parsedatetime is now explicitly required
* devel/py-simplejson is no longer used since the 3.2 release
* The supplied documentation doesn't contain useful information
* Simplify the Makefile by using Python's distutils to build the port
* Flavorize the port because the port also works with Python 3
While I'm here:
* Add location to the license file
Changelog since 3.4.0:
(Only the first 15 lines of the commit message are shown above ) |
28 Sep 2018 18:19:45
3.4.0
|
miwi  |
- Update to 3.4.0
PR: 230553
Submitted by: ndowens@yahoo.com
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
30 Nov 2017 15:50:34
3.2_3 
|
mat  |
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 ) |
24 Apr 2017 12:58:02
3.2_3
|
miwi  |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc) |
10 Jan 2017 19:24:36
3.2_2
|
sunpoet  |
Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- Add LICENSE_FILE
- Add NO_ARCH
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Remove PROJECTHOST
- Update WWW
Changes: https://github.com/google/python-gflags/releases
PR: 215614
Differential Revision: https://reviews.FreeBSD.org/D8926
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
30 Jul 2016 10:51:46
3.2_1
|
koobs  |
deskutils/gcalcli: Fix for oauth2client > 1.4.12
gcalcli requires a dependency on oauth2client <= 1.4.12 to work
correctly, as higher versions replaced the run() method with run_flow().
The version of oauth2client in ports is 2.2.0 at the time of writing.
Fixes for the issue [1][2][3] have been submitted upstream in multiple
cases, although upstream has closed them as duplicates of a refactor
issue [4] that is yet to be committed/resolved.
This commit commits the proposed change in issue #229 [2].
While I'm here:
(Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 14:00:57
3.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10 Sep 2015 15:24:13
3.2
|
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
06 May 2015 15:16:54
3.2
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
17 Feb 2015 05:17:09
3.2
|
lwhsu  |
- Update to 3.2
- Pass maintainership to submitter
Submitted by: Henrik Hudson <henrik@thelanman.net> |
19 Oct 2014 08:50:18
2.4.2
|
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
16 Mar 2014 17:45:48
2.4.2
|
lwhsu  |
- Update to 2.4.2
PR: ports/187619
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> |
20 Sep 2013 16:21:38
2.1_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
13 Nov 2012 08:58:24
2.1_1
|
lwhsu  |
- Add missing dependency
PR: ports/173587
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Feature safe: yes |
12 Nov 2012 06:05:24
2.1
|
lwhsu  |
- Update WWW to new site
Submitted by: lme
Feature safe: yes |
11 Nov 2012 09:51:55
2.1
|
lwhsu  |
- Update to 2.1
PR: ports/173536
Submitted by: Mark Felder <feld@feld.me>
Feature safe: yes |
20 Mar 2011 12:54:45
1.4_2
|
miwi  |
- Get Rid MD5 support |
16 Feb 2009 02:26:49
1.4_2
|
lwhsu  |
- Add a patch to fix unicode supporting
PR: ports/125327
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
10 Apr 2008 23:49:35
1.4_1
|
lwhsu  |
- Chase updating of devel/py-dateutil
Submitted by: pointyhat via pav |
06 Mar 2008 22:19:52
1.4
|
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
13 Dec 2007 05:45:52
1.4
|
lwhsu  |
- Update to 1.4
- Take maintainership
Approved by: ijliao (maintainer) |
02 Oct 2007 03:18:55
1.2
|
ijliao  |
add gcalcli 1.2
Google Calendar Command Line Interface |