Port details |
- mkxvcd Makes high quality X/K/S/VCD movies from many formats
- 2.0.2_13 multimedia
=3 2.0.2_13Version of this port present on the latest quarterly branch. DEPRECATED: Depends on broken transcode port
This port expired on: 2023-03-31
- Maintainer: se@FreeBSD.org
 - Port Added: 2004-03-06 11:08:51
- Last Update: 2023-03-30 23:59:39
- Commit Hash: 7f0304e
- People watching this port, also watch:: libdvdcss, cdrdao, vcdimager
- License: GPLv2
- WWW:
- http://kvcd4nix.sourceforge.net/
- Description:
- Makes high quality X/K/S/VCD movies from any format mplayer can play
From README:
GOAL
Make a 2 hour vcd with good quality.
USAGE
mkxvcd.sh yourmovie.whateverextensionmplayercanplay
mkxvcd.sh /dev/dvd (or whatever device your dvd drive is using)
Options on the commandline are:
-d for debugging.
-m to force mplayer if you don't have transcode installed.
-t to force transcode (you can also edit the script in the :user
settings" section)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mkxvcd>0:multimedia/mkxvcd
- No installation instructions:
- This port has been deleted.
- PKGNAME: mkxvcd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1619893261
SHA256 (mkxvcd-2.0.2.tar.gz) = b62ba2de3ab7a04affa856b9a625c9ad97c9b793252d3006fd38385f5785e0ca
SIZE (mkxvcd-2.0.2.tar.gz) = 23575
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- mpeg2enc : multimedia/mjpegtools
- bash : shells/bash
- mplayer : multimedia/mplayer
- transcode : multimedia/transcode
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mkxvcd-2.0.2_13:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- multimedia_mkxvcd
- USES:
- shebangfix
- 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 |
2.0.2_13 30 Mar 2023 23:59:39
    |
Muhammad Moinur Rahman (bofh)  |
multimedia/mkxvcd: Remove expired port:
2023-03-31 multimedia/mkxvcd: Depends on broken transcode port |
2.0.2_13 20 Feb 2023 16:09:18
    |
Stefan Eßer (se)  |
Mark ports that depend on transcode as deprecated
The multimedia/transcode port is broken due to its dependency on a
long obsolete version of ffmpeg (specifically the audio resample
functions). It is unmaintained and the original author has deleted
the sources and documentation.
Since I do not have any use for these ports and it would requiee
a lot of effort to port transcode to the new resample API, I'm not
going to try to modernize this software.
If anybody wants to take over maintainership of the transcode port
or dependent ports, feel free to do so. Else I'm going to delete
them after 2023-03-31. |
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) |
2.0.2_13 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 ) |
2.0.2_13 20 Jul 2022 14:22:30
    |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.0.2_13 01 May 2021 20:40:52
    |
Stefan Eßer (se)  |
multimedia: set MAINTAINER of dvdrip, mkxvcd, and transcode
Change MAINTAINER of resurrected ports from ports@ to se@. |
2.0.2_13 01 May 2021 18:48:53
    |
Stefan Eßer (se)  |
multimedia: Revert removal of transcode and dependent ports
This is a partial revert of commit 60955c0a0956 which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo |
2.0.2_12 01 May 2021 11:24:21
    |
Rene Ladan (rene)  |
Remove expired ports:
2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No
more security patches and bug fixes
2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more
security patches and bug fixes
2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode
2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode
2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode
2021-05-01 deskutils/shutter: Upstream gone, depends on expired
x11-toolkits/p5-Gnome2-VFS
2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS |
2.0.2_12 09 Apr 2021 15:28:35
    |
Rene Ladan (rene)  |
Set three ports depending on multimedia/transcode to expire on 2021-05-01. |
2.0.2_12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.2_12 28 Nov 2017 11:40:18
  |
amdmi3  |
- Add LICENSE_FILE
- Add NO_ARCH
- Unsilence installation
- Switch to options helpers |
2.0.2_12 25 Apr 2017 08:20:31
  |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.0.2_11 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.2_11 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) |
2.0.2_10 21 Apr 2014 12:34:46
  |
nemysis  |
- Bump PORTREVISION for LICENSE adding
- Add USES shebangfix and SHEBANG_FILES, remove obsolete REINPLACE
- Remove INSTALL and TODO from DOCS
- Support STAGEDIR
- Add DOCS Option
- Change pkg-descr, cosmetical changes
PR: ports/179149
Submitted by: nemysis (self) |
2.0.2_9 20 Sep 2013 20:57:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.0.2_9 16 Feb 2012 15:57:34
 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2.0.2_8 03 Jul 2011 13:38:45
 |
ohauer  |
- remove MD5 |
2.0.2_8 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.2_7 13 Feb 2010 08:45:24
 |
miwi  |
- Chase multimedia/mjpegtools shlib bump |
2.0.2_6 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.0.2_5 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
2.0.2_5 06 Jun 2008 13:48:22
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.0.2_4 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.2_3 21 Dec 2006 22:30:33
 |
bsam  |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION. |
2.0.2_2 10 May 2006 22:37:39
 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
2.0.2_2 07 Mar 2006 08:28:06
 |
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
2.0.2_1 25 Nov 2005 16:19:39
 |
pav  |
- Add SHA256 |
2.0.2_1 16 Apr 2004 07:49:22
 |
krion  |
- Reset MAINTAINER to ports@FreeBSD.org
PR: ports/65604
Submitted by: michael johnson <ahze at ahze dot net> |
2.0.2_1 12 Mar 2004 09:31:39
 |
krion  |
- Use PORTDOCS [1]
- Remove COPYING from PORTDOCS [2]
- Bump PORTREVISION
PR: ports/64087
Submitted by: maintainer [1], pav [1], krion [2] |
2.0.2 06 Mar 2004 11:08:22
 |
pav  |
Add mkxvcd, a bash script for easy encoding of VCD disc using common
tools like mplayer, mjpegtools or transcode.
PR: ports/63790
Submitted by: michael johnson <ahze@ahze.net> |