Port details |
- autocd Compact disc control utility
- 3.02.12b_3 audio
=3 3.02.12b_3Version of this port present on the latest quarterly branch. - Maintainer: KOT@MATPOCKuH.Ru
 - Port Added: 2003-04-01 00:25:44
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- People watching this port, also watch:: openssl, zsh, zip, audacity, lame
- Also Listed In: sysutils
- License: not specified in port
- Description:
- Compact disc control utility
WWW: http://kot.spb.ru/projects/autocd/ (in Russian)
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/autocd/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/autocd
- pkg install autocd
- PKGNAME: autocd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (autocd-3.02.12b.tar.gz) = 342ed0ac152667d2c6a05f59590375bd602a8bf30e984f1bc5c9844d34c777c7
SIZE (autocd-3.02.12b.tar.gz) = 53507
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for autocd-3.02.12b_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_autocd
- USES:
- libedit ncurses
- 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:13 3.02.12b_3
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.02.12b_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Nov 2016 15:10:48
3.02.12b_3
|
marino  |
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket |
09 Sep 2015 14:52:07

|
amdmi3  |
- Respect LDFLAGS
- Switch to options helpers
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket |
01 Mar 2014 21:13:14
3.02.12b_2
|
marino  |
audio/autocd: Complete stage support
The vendor makefile doesn't contain the word "DESTDIR" so it's pretty
clear why the first attempt at staging this port failed. Complete
staging by using the do-install target to install everything. |
20 Feb 2014 07:38:37
3.02.12b_1
|
ehaupt  |
Support staging |
10 Feb 2014 13:54:28
3.02.12b_1
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
03 Jan 2014 15:26:07

|
adamw  |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
20 Sep 2013 14:36:37
3.02.12b_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Jan 2012 08:57:23
3.02.12b_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
22 Oct 2011 23:50:23
3.02.12b_1
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
19 Mar 2011 12:38:54
3.02.12b_1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
3.02.12b_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
21 Aug 2008 06:18:49
3.02.12b_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Aug 2008 14:31:59
3.02.12b_1
|
pgollucci  |
Clean up the rc.d script as suggested by dougb
Submitted by: dougb via e-mail
Approved by: maintainer (implicit), araujo (mentor) |
31 Jul 2008 16:12:03
3.02.12b_1
|
pgollucci  |
- fully utilize USE_RC_SUBR
itectu@: no more .sh
dougb@: move load_config above variables checks
- Bump PORTREVISION
PR: ports/125623
Approved by: maintainer, gabor (mentor) |
15 Jun 2008 12:52:11
3.02.12b
|
olgeni  |
A few typo fixes for ports/audio descriptions. |
02 May 2007 07:11:57
3.02.12b
|
edwin  |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111648
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
20 Feb 2006 20:47:50
3.02.12b
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 08:13:12
3.02.12b
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 03:26:57
3.02.12b
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
3.02.12b
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
19 Apr 2004 08:28:06
3.02.12b
|
osa  |
Update to latest stable release 3.02.12b.
Submitted by: KOT@MATPOCKuH.Ru (maintainer) |
29 Mar 2004 08:42:14
3.02.11b
|
osa  |
Update to 3.02.11b.
Use RCng.
Move pkg-files to Makefile.
Fix LIB_DEPENDS.
SIZEfy.
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer) |
13 Nov 2003 16:40:51
3.02.10a
|
osa  |
Update to 3.02.10a.
Submitted by: Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer) |
08 Sep 2003 08:29:32
3.02.08a
|
osa  |
Update to 3.02.08a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer) |
19 Aug 2003 21:45:27
3.02.07a
|
osa  |
Update to 3.02.07a: fix more bugs.
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer) |
05 Aug 2003 14:59:49
3.02.04a
|
osa  |
Update to latest version: 3.02.04a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer) |
24 Jul 2003 21:12:42
3.02.03a
|
osa  |
Update to 3.02.03a
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer) |
04 Jun 2003 08:07:24
3.01.02a
|
edwin  |
New version of autocd port
New version (3.01.02a) of autocd port
PR: ports/52721
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> |
01 Apr 2003 00:24:53
3.00.02a
|
edwin  |
New port: Compact disc control utility
Another compact disc control utility
PR: ports/49104
Submitted by: Dmitry Afanasiev <KOT@KOT.SPb.Ru> |