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
py-socli Stack overflow command line interface
3.7 misc 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 3.7Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-08-15
Maintainer: cpm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-06-24 23:04:31
Last Update: 2020-08-15 10:50:59
SVN Revision: 544927
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/gautamkrishnar/socli
Description:
Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. WWW: https://github.com/gautamkrishnar/socli
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:
  • ${PYTHON_PKGNAMEPREFIX}socli>0:misc/py-socli@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-socli
Package flavors (<flavor>: <package>)
  • py27: py27-socli
distinfo:
TIMESTAMP = 1559069951 SHA256 (gautamkrishnar-socli-3.7_GH0.tar.gz) = c3368901f8c10d6a0b2c5708f6e30e9a70bfcbd97750c47d422878dfc2bae575 SIZE (gautamkrishnar-socli-3.7_GH0.tar.gz) = 28678

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. py27-backports.functools_lru_cache>=0 : devel/py-backports.functools_lru_cache@py27
  2. py27-colorama>=0 : devel/py-colorama@py27
  3. py27-stackexchange>=0 : devel/py-stackexchange@py27
  4. py27-urwid>=0 : devel/py-urwid@py27
  5. py27-beautifulsoup>=0 : www/py-beautifulsoup@py27
  6. py27-requests>=0 : www/py-requests@py27
  7. py27-setuptools>0 : devel/py-setuptools@py27
  8. 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 (1 items)
Collapse this list.
  1. https://codeload.github.com/gautamkrishnar/socli/tar.gz/3.7?dummy=/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.7
15 Aug 2020 10:50:59
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
Remove deprecated ports:

2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
3.7
28 May 2019 19:20:17
Revision:502905Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 3.7

- Fix runtime dependency with python 2.7
- No need to declare data_files in setup.py
3.6
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
3.6
16 Jan 2018 14:43:42
Revision:459178Original commit files touched by this commit
cpm search for other commits by this committer
- Fix WWW in pkg-descr
3.6
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)
3.6
25 May 2017 17:24:26
Revision:441706Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: update to 3.6

- Update PORTVERSION and distinfo checksum (3.6)
- Sort RUN_DEPENDS
- Drop USES=dos2unix because it's no longer necessary
- Cosmetic fixes

Changes: https://github.com/gautamkrishnar/socli/releases/tag/3.6
3.5
09 Apr 2017 11:27:53
Revision:438100Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: update to 3.5

- Update PORTVERSION and distinfo checksum (3.5)
- Add devel/py-urwid dependency

Changelog: https://github.com/gautamkrishnar/socli/blob/master/CHANGELOG.rst
3.4
09 Mar 2017 23:52:16
Revision:435811Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: update to 3.4

- Update PORTVERSION and distinfo checksum (3.4)
- Add devel/py-stackexchange dependency
3.1
10 Feb 2017 17:17:35
Revision:433816Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 3.1

- Update PORTVERSION and distinfo checksum (3.1)
3.0
01 Feb 2017 16:43:33
Revision:433047Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 3.0

- Update PORTVERSION and distinfo checksum (3.0)
- Add devel/py-colorama dependency

Changes: https://github.com/gautamkrishnar/socli/releases/tag/3.0
2.9
10 Jan 2017 23:33:02
Revision:431142Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 2.9

- Update PORTVERSION and distinfo checksum (2.9)
- Fix minor bugs
2.8
20 Dec 2016 23:33:41
Revision:429036Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 2.8

- Update PORTVERSION and distinfo checksum (2.8)

Changelog:
  https://github.com/gautamkrishnar/socli/blob/master/changelog.md

Approved by:	amdmi3 (mentor)
Differential Revision:	D8830
2.5
28 Oct 2016 13:59:40
Revision:424849Original commit files touched by this commit
cpm search for other commits by this committer
misc/py-socli: Update to 2.5

- Update PORTVERSION and distinfo checksum (2.5)

Changelog:
  https://github.com/gautamkrishnar/socli/releases/tag/2.5

Reviewed by:	koobs (mentor)
Approved by:	feld, koobs (mentors)
Differential Revision:	D8372
2.4
17 Aug 2016 12:10:09
Revision:420339Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 2.4

- Added StackOverflow attribution

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7546
2.3
18 Jul 2016 17:26:10
Revision:418722Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 2.3
- Remove unneeded patch

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7233
2.2
14 Jul 2016 18:29:37
Revision:418551Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 2.2
- Add USES=dos2unix
- Add patch to don't show README.rst content while socli is building.
- Added tag based search

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7205
2.1
07 Jul 2016 23:40:32
Revision:418206Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 2.1 release
- Fixed bugs on python2
- Added URL support

Reviewed by:	feld (mentor), junovitch (mentor), koobs
Approved by:	feld (mentor), junovitch (mentor), koobs
Differential Revision:	D7133
1.8
05 Jul 2016 17:58:38
Revision:418098Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 1.8 release
- Change USES=python:3 to USES=python because python2 support has been added
- Remove ignore on package buiders

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7099
1.7_1
26 Jun 2016 19:11:44
Revision:417608Original commit files touched by this commit
cpm search for other commits by this committer
- Bump PORTREVISION

Reported by:	cperciva
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
1.7
26 Jun 2016 19:00:09
Revision:417606Original commit files touched by this commit
cpm search for other commits by this committer
- Drop textproc/py-beautifulsoup as dependency because it was removed.
- Add www/py-beautifulsoup to RUN_DEPENDS
- Ignore on the package builders

Reported by:	pkg-fallout
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6971
1.7
26 Jun 2016 12:37:00
Revision:417521Original commit files touched by this commit
cpm search for other commits by this committer
- Update to 1.7
- Switch to GH
- Update WWW in pkg-descr


- Added new question feature
- Fixed windows color problem
- Intelligent colors
- Added open in browser

Reviewed by:	koobs, junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6964
1.3a
24 Jun 2016 23:04:24
Revision:417451Original commit files touched by this commit
cpm search for other commits by this committer
New port: misc/py-socli

Stack overflow command line client written in python. Using SoCLI you can
search and browse stack overflow without leaving the terminal.

WWW: https://pypi.python.org/pypi/socli/

Submitted by:	me
Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D6939

Number of commits found: 23