Port details |
- etcd Enhanced Tiny CD, a simple ncurses-based CD player
- 1.0.1_3 audio =2 1.0.1_3Version of this port present on the latest quarterly branch.
- 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
- Port Added: 2009-10-02 18:05:47
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.gahr.ch/etcd
- Description:
- Enhanced Tiny CD is a fork of the original Tiny CD, a simple,
user-friendly ncurses-based CD player, which is available at
www.nongnu.org/tcd.
Enhancements in etcd include:
* bug fixes
* support for MusicBrainz
* general refactory
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/etcd/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/etcd
- pkg install etcd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: etcd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (etcd-1.0.1.tar.gz) = 5690aeab6da9cb672f3c30f81d5034b53c0722213423913f56573f65cde01ad3
SIZE (etcd-1.0.1.tar.gz) = 9359
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:
-
- sdl-config : devel/sdl12
- Library dependencies:
-
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_etcd
- USES:
- ncurses sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_3 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
1.0.1_3 19 Nov 2016 15:10:48 |
marino |
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket |
1.0.1_3 10 Feb 2016 10:21:20 |
gahr |
audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcd |
1.0.1_2 21 Jan 2016 13:56:31 |
gahr |
audio/etcd, devel/etcd: CONFLICTS -> CONFLICTS_INSTALL |
1.0.1_2 21 Jan 2016 10:47:25 |
gahr |
audio/etcd, devel/etcd: mutual CONFLICT because of bin/etcd |
1.0.1_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.0.1_2 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.0.1_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.0.1 10 Jan 2014 16:28:08 |
gahr |
- STAGE-clean |
1.0.1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.0.1 06 Aug 2012 12:02:34 |
gahr |
- Update to 1.0.1
- Remove dependency on audio/libmusicbrainz [1]
PR: 170304 [1]
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
1.0.0_1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
1.0.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.0 05 Oct 2009 07:42:16 |
gahr |
- Add PTHREAD_LIBS to LDFLAGS
Reported by: ph via erwin |
1.0.0 02 Oct 2009 18:05:29 |
gahr |
- New port: audio/etcd
etcd is a fork of the original tcd available at http://www.nongnu.org/tcd/.
This enhanced version includes a major code refactor, lots of bug-fixes,
volume controls and (experimental) MusicBrainz support.
WWW: http://gahr.ch/etcd/ |