notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
flexdock Swing windowing and docking framework
1.2.4_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.4Version 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 search for ports maintained by this maintainer
Port Added: 2009-11-28 13:53:12
Last Update: 2024-12-31 14:39:30
Commit Hash: ac7a7d6
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: java
License: MIT
WWW:
https://forge.scilab.org/index.php/p/flexdock/
Description:
FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. /usr/local/share/java/classes/flexdock.jar
  2. /usr/local/share/licenses/flexdock-1.2.4_1/catalog.mk
  3. /usr/local/share/licenses/flexdock-1.2.4_1/LICENSE
  4. /usr/local/share/licenses/flexdock-1.2.4_1/MIT
Collapse this list.
Dependency lines:
  • flexdock>0:devel/flexdock
To install the port:
cd /usr/ports/devel/flexdock/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/flexdock
  • pkg install flexdock
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: flexdock
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (flexdock-1.2.4.tar.gz) = ff0383929c5373df6c14ba321923b5668023b33c0345c1e8b1b46e056530fda2 SIZE (flexdock-1.2.4.tar.gz) = 5977054

Packages (timestamps in pop-ups are UTC):
flexdock
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.4_11.2.4_1-1.2.4_11.2.4_1---
FreeBSD:13:quarterly1.2.4_11.2.4_11.2.41.2.4_11.2.4_1-1.2.41.2.4
FreeBSD:14:latest1.2.4_11.2.4_11.2.41.2.4_11.2.4_1--1.2.4
FreeBSD:14:quarterly1.2.4_11.2.4_1-1.2.4_11.2.4_1-1.2.41.2.4
FreeBSD:15:latest1.2.4_11.2.4_1n/a1.2.4_1n/a-1.2.41.2.4
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. ant : devel/apache-ant
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Build
  1. math/scilab
for Run
  1. math/scilab

Configuration Options:
===> The following configuration options are available for flexdock-1.2.4_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_flexdock
USES:
java:ant,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://forge.scilab.org/index.php/p/flexdock/downloads/get/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.4_1
31 Dec 2024 14:39:30
commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/java.mk: Runtime fix with USES=java:ant

USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.

Thanks to vvd for carefully going through this.

Reported by:	vvd
Approved by:	portmgr (blanket)
1.2.4
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
1.2.4
08 Nov 2023 18:43:07
commit hash: 379cec2296b783715804b77e3366953a48b324f6commit hash: 379cec2296b783715804b77e3366953a48b324f6commit hash: 379cec2296b783715804b77e3366953a48b324f6commit hash: 379cec2296b783715804b77e3366953a48b324f6 files touched by this commit
Max Brazhnikov (makc) search for other commits by this committer
math/scilab: drop maintainership

Release math/scilab and its prerequisites
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.2.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2.4
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.4
29 Jun 2022 21:51:13
commit hash: 3af916243282290d0d2aecde5c3949736fcb1d54commit hash: 3af916243282290d0d2aecde5c3949736fcb1d54commit hash: 3af916243282290d0d2aecde5c3949736fcb1d54commit hash: 3af916243282290d0d2aecde5c3949736fcb1d54 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/flexdock: Add NO_ARCH

Approved by:	portmgr (blanket)
1.2.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2.4
18 Nov 2020 11:15:50
Revision:555630Original commit files touched by this commit
makc search for other commits by this committer
devel/flexdock:
- fix build with modern JDK
- Update WWW
1.2.4
02 May 2020 12:06:25
Revision:533688Original commit files touched by this commit
makc search for other commits by this committer
devel/flexdock:
- Set LICENSE
- Tweak PORTDOCS to fix packaging on arm

PR:		246101
Submitted by:	Oleg Sidorkin
1.2.4
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
1.2.4
26 May 2017 20:02:44
Revision:441814Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.2.4
02 Nov 2016 09:05:58
Revision:425127Original commit files touched by this commit
makc search for other commits by this committer
Take maintainership of math/scilab dependencies
1.2.4
20 Oct 2016 15:58:13
Revision:424339Original commit files touched by this commit
rakuco search for other commits by this committer
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
1.2.4
10 May 2014 19:48:18
Revision:353601Original commit files touched by this commit
makc search for other commits by this committer
devel/flexdock:
- Update to 1.2.4
- Convert NOPORTDOCS to option
- Add stage support
- Update MASTER_SITES and WWW (project moved to forge.scilab.org)
- Take maintainership (the port is required for math/scilab)

PR:		ports/188985
Approved by:	maintainer timeout (15 days)
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
1.1
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
1.1
26 Dec 2011 20:01:06
Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.1
- update WWW

PR:             163594
Submitted by:   Rob Farmer <rfarmer at predatorlabs dot net>
Approved by:    maintainer, novel (mentor, implicit)
0.5.2
07 Nov 2011 03:25:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
0.5.2
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.5.2
17 Sep 2010 20:06:22
Original commit files touched by this commit
makc search for other commits by this committer
Update to 0.5.2
Stop putting version in filenames
Remove unnecessary override of do-extract target
Use ALL_TARGET instead of MAKE_ARGS
Use COPYTREE_SHARE for documentation
Kill pkg-plist with only one entry

PR:             ports/150402
Submitted by:   Rob Farmer <rfarmer at predatorlabs.net>
Approved by:    maintainer
0.5.1
19 Dec 2009 14:29:53
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN on 6.x

Reported by:    pointyhat
0.5.1
28 Nov 2009 13:52:54
Original commit files touched by this commit
miwi search for other commits by this committer
 FlexDock is a Java docking framework for use in cross-platform
 Swing applications. It offers features you'd expect in any desktop
 docking framework such as:

    * Tabbed and Split Layouts
    * Drag-n-Drop capability (with native drag rubber band painting
      on some platforms)
    * Floating windows
    * Collapsible Containers to Save Real Estate
    * Layout Persistence

WWW:    https://flexdock.dev.java.net/

PR:             ports/140906
Submitted by:   Otacilio de Araujo Ramos Neto <otacilio.neto at bsd.com.br>

Number of commits found: 23