Port details |
- flex-sdk Adobe Flex SDK
- 4.6.0.23201 devel
=2 4.6.0.23201Version 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: 2007-12-15 07:13:57
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: not specified in port
- WWW:
- http://opensource.adobe.com/wiki/display/flexsdk/Flex+4
- Description:
- The Flex SDK provides a highly productive, open source framework for
building and maintaining expressive web applications that deploy
consistently on all major browsers, desktops and operating systems.
It provides a modern, standards-based language and programming model
that supports common design patterns suitable for developers from many
backgrounds.
Flex applications run in the ubiquitous Adobe Flash Player and Adobe
AIR.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flex-sdk>0:devel/flex-sdk
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/flex-sdk/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/flex-sdk
- pkg install flex-sdk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flex-sdk
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (flex_sdk_4.6.0.23201_mpl.zip) = 368e9d5cff0822f9a6470506dd76487353c5a298acd7dcf05260e6626ff17161
SIZE (flex_sdk_4.6.0.23201_mpl.zip) = 172654756
Packages (timestamps in pop-ups are UTC):
- 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
-
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:
- No options to configure
- Options name:
- devel_flex-sdk
- USES:
- java zip
- 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 |
4.6.0.23201 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) |
4.6.0.23201 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 ) |
4.6.0.23201 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
4.6.0.23201 04 Oct 2021 19:58:01
    |
Rene Ladan (rene)  |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
4.6.0.23201 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.6.0.23201 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.6.0.23201 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 |
4.6.0.23201 02 Feb 2019 13:48:07
  |
tobik  |
Unbreak things broken by my previous incomplete commits
Pointy hat: tobik |
4.6.0.23201 02 Feb 2019 10:28:35
  |
tobik  |
devel/*: Use NO_WRKSUBDIR |
4.6.0.23201 02 Nov 2016 22:45:14
  |
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.6.0.23201 05 Oct 2015 21:30:43
  |
amdmi3  |
- Don't install garbage files
- Add NO_ARCH
- Add empty directories to plist
PR: 203194
Submitted by: amdmi3
Approved by: maintainer timeout (kuriyama, 2 weeks) |
4.6.0.23201 23 Jan 2015 16:03:58
  |
antoine  |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
4.6.0.23201 27 Oct 2014 10:10:59
  |
bapt  |
Cleanup plist |
4.6.0.23201 24 May 2014 10:19:27
  |
vanilla  |
Stageify.
Approved by: portmgr@ |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
4.6.0.23201 05 Dec 2013 11:10:50
  |
mat  |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444,
ports/184445, ports/184446, ports/184447, ports/184448, ports/184449,
ports/184450
Submitted by: mat
Approved by: portmgr (bapt) |
4.6.0.23201 20 Sep 2013 17:04:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
4.6.0.23201 10 Dec 2012 11:25:28
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
4.6.0.23201 10 May 2012 06:25:59
 |
kuriyama  |
- Upgrade to 4.6.0.23201.
PR: ports/167356
Submitted by: dumbbell |
4.1.0.16076 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 |
4.1.0.16076 02 Nov 2010 00:03:12
 |
kuriyama  |
Upgrade to 4.1.0 after repocopy to flex-sdk35. |
3.5.0.12683 24 Oct 2010 15:39:14
 |
kuriyama  |
- Upgrade to 3.5.0.12683.
PR: 149514
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> |
3.1.0.2710 03 Sep 2008 03:37:34
 |
kuriyama  |
Upgrade to 3.1.0.2701. Old version (2.0.1) was repocopied as
devel/flex-sdk2.
This is MPL version (not including Flash Player binaries etc). |
2.0.1.194515 19 Aug 2008 00:50:49
 |
kuriyama  |
Upgrade to 2.0.1.194515.
# This port will be renamed flex-sdk2, and will become flex-sdk 3.1.
PR: ports/126202
Submitted by: Nicola Vitale <nivit@FreeBSD.org> |
2.0.1_1 06 Jun 2008 13:21:59
 |
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.1 15 Dec 2007 07:13:21
 |
kuriyama  |
The free Adobe Flex 2 SDK includes the technologies developers need to
start building effective Flex applications today.
WWW: http://www.adobe.com/products/flex/sdk/ |