Port details |
- jmf Java Media Framework
- 2.1.1e_3 java =3 2.1.1e_3Version of this port present on the latest quarterly branch.
- IGNORE: because of licensing restrictions, you must fetch the source distribution manually. Please access https://www.oracle.com/java/technologies/java-archive-downloads-java-client-downloads.html with a web browser and follow the "Java Media Framework (JMF) 2.1.1e" link. Select download format: cross-platform format. Please place this file in /usr/ports/distfiles
- 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: 2004-02-09 16:23:01
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: icon-naming-utils, gnome-icons-ximian-south, libast, vcdimager, mDNSResponder
- Also Listed In: multimedia
- License: jmf
- WWW:
- https://www.oracle.com/java/technologies/javase/java-media-framework.html
- Description:
- The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.
- ¦ ¦ ¦ ¦
- 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/java/jmf/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
- Ignore
- Package not available
Packages are normally not provided for ports that are marked as above.- To add the package, run one of these commands:
- pkg install java/jmf
- pkg install jmf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jmf-2_1_1e-alljava.zip) = 6961ee0c8de9de245ebc9abdfd69640e8cc42c6b8d1bd43783a8b8eec4124160
SIZE (jmf-2_1_1e-alljava.zip) = 1959196
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:
-
- java : java/openjdk8
- This port is required by:
- for Run
-
- cad/electric-ng
- games/sokobano
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for jmf-2.1.1e_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_jmf
- USES:
- java zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1e_3 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
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.1.1e_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 ) |
2.1.1e_3 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.1e_3 04 Jan 2022 10:17:16 |
Alexey Dokuchaev (danfe) |
java/jmf: update (chase HTTP redirection) or otherwise actualize URLs. |
2.1.1e_3 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
2.1.1e_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1e_3 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.1.1e_3 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.1.1e_2 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
2.1.1e_2 04 Jul 2014 00:20:03 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
2.1.1e_2 22 Apr 2014 20:30:15 |
thierry |
- Fix the fetch link;
- Support staging. |
2.1.1e_2 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
2.1.1e_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.1.1e_2 11 Dec 2013 05:25:28 |
eadler |
java/jmf java/dbvis: reset maintainer
Reset maintainer of java/jmf and java/dbvis due to email bounce. |
2.1.1e_2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
2.1.1e_2 29 Aug 2013 13:02:01 |
bdrewery |
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors
With hat: portmgr |
2.1.1e_2 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
2.1.1e_2 03 Jan 2012 06:41:23 |
jgh |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
- pet portlint
- consolidate cleanup of .orig and .bak files
PR: ports/163254
Submitted by: jgh (me)
Reviewed by: rene
Approved by: maintainer (timeout), crees (mentor) |
2.1.1e_2 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.1.1e_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.1e_2 06 Jun 2008 13:38:51 |
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.1.1e_1 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.1.1e 02 Sep 2006 23:48:39 |
kris |
NO_CDROM and NO_PACKAGE are superfluous |
2.1.1e 09 May 2006 00:18:07 |
edwin |
Remove USE_REINPLACE from categories starting with a J |
2.1.1e 30 Jan 2006 11:30:48 |
edwin |
SHA256ify (and sometimes SIZEify)
Approved by: krion@ |
2.1.1e 18 Jan 2005 09:37:04 |
hq |
- Update to bsd.java.mk 2.0 [1]
- Remove redundant PLIST_SUB entry
- Use %%JAVAJARDIR%% in pkg-plist
- Add $FreeBSD$ tags
- Some portlint tweaks
PR: 76036 [1]
Submitted by: maintainer [1] |
2.1.1e 22 Mar 2004 12:07:27 |
clement |
SIZEify.
PR: 64562
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) |
2.1.1e 09 Feb 2004 16:22:27 |
glewis |
. Add a new port, java/jmf:
Java Media Framework API
The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.
WWW: http://java.sun.com/products/java-media/jmf/
PR: 58524
Submitted by: Anton Yudin <toha@toha.org.ua> (plus some tweaks by me) |