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
abby Front-end for c/clive
0.4.8_3 multimedia 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 0.4.8_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
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: 2009-03-14 22:50:28
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
Also Listed In: net
License: GPLv3+
WWW:
https://code.google.com/archive/p/abby/
Description:
abby is a front-end for cclive and clive utilities that can be used to download videos from Youtube and similar video websites. WWW: https://code.google.com/archive/p/abby/
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
Expand this list (4 items)
Collapse this list.
  1. bin/abby
  2. /usr/local/share/licenses/abby-0.4.8_3/catalog.mk
  3. /usr/local/share/licenses/abby-0.4.8_3/LICENSE
  4. /usr/local/share/licenses/abby-0.4.8_3/GPLv3+
Collapse this list.
Dependency lines:
  • abby>0:multimedia/abby
No installation instructions:
This port has been deleted.
PKGNAME: abby
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (abby-0.4.8.tar.bz2) = 662e20ca5260ad2778f03f666fecac433d4ad1b533c00f716b01c47c427c566e SIZE (abby-0.4.8.tar.bz2) = 53183

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. moc : devel/qt4-moc
  2. qmake : devel/qt4-qmake
  3. rcc : devel/qt4-rcc
  4. uic : devel/qt4-uic
Runtime dependencies:
  1. cclive>=0.5.6 : multimedia/cclive
Library dependencies:
  1. libQtGui.so : x11-toolkits/qt4-gui
  2. libQtNetwork.so : net/qt4-network
  3. libQtXml.so : textproc/qt4-xml
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for abby-0.4.8_3: CCLIVE=on: Use cclive backend (instead of clive) ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
qmake qt:4 tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/abby/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.8_3
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.8_3
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
0.4.8_3
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
0.4.8_3
20 Mar 2017 13:23:17
Revision:436542Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix fetch
- Switch to options helpers
0.4.8_3
03 Mar 2017 16:00:20
Revision:435349Original commit files touched by this commit
mat search for other commits by this committer
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
0.4.8_3
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.4.8_3
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.4.8_3
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
0.4.8_3
21 Nov 2013 16:09:47
Revision:334499Original commit files touched by this commit
makc search for other commits by this committer
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
0.4.8_3
13 Oct 2013 13:03:04
Revision:330227Original commit files touched by this commit
makc search for other commits by this committer
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
0.4.8_3
20 Sep 2013 20:57:49
Revision:327747Original 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:
multimedia)
0.4.8_3
29 Jun 2012 12:42:04
Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new option framework
0.4.8_3
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
0.4.8_3
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.4.8_2
17 Nov 2010 07:30:27
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Bump PORTREVISION for shlib change of multimedia/quvi
- Remove obsolete MD5 sum while I'm here
0.4.8_1
01 Aug 2010 17:24:08
Original commit files touched by this commit
makc search for other commits by this committer
Unify configure target with other qmake based ports.
0.4.8_1
28 Jul 2010 14:37:03
Original commit files touched by this commit
wxs search for other commits by this committer
Reset maintainer. Thank you Toni for your work on these.

Discussed on:   ports@
0.4.8_1
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.4.8
27 Jan 2010 01:04:17
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.8

PR:             143210
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.7
18 Dec 2009 22:28:58
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.7

PR:             141747
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.6.1
13 Dec 2009 00:21:32
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.6.1

PR:             141142
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.4
17 Oct 2009 07:07:41
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.4

PR:             139646
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.3
29 Aug 2009 22:21:28
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.3
- Update WWW

PR:             138310
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.2
01 Aug 2009 17:08:48
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.4.2

PR:             ports/137329
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.4.0
05 Jul 2009 22:05:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4.0

PR:             136346
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.3.0
23 Jun 2009 20:49:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.3.0

PR:             135895
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.2.1
10 May 2009 18:26:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.2.1

PR:             134212
Submitted by:   legatvs <legatvs@gmail.com> (maintainer)
0.2.0
04 Apr 2009 17:58:24
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.2.0

PR:             133377
Submitted by:   legatvs <legatvs@gmail.com> (maintainer)
0.1.1
20 Mar 2009 23:44:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Update 0.1.1

PR:             132763
Submitted by:   Toni Gundogdu <legatvs@gmail.com> (maintainer)
0.1.0
14 Mar 2009 22:49:42
Original commit files touched by this commit
miwi search for other commits by this committer
abby is a front-end for cclive video extraction utility.

WWW: http://code.google.com/p/abby

PR:             ports/132236
Submitted by:   Toni Gundogdu <legatvs at gmail.com>

Number of commits found: 30