Port details |
- ultracopier Advanced file copier
- 1.2.1.0_2 x11-fm
=2 1.2.1.0_2Version of this port present on the latest quarterly branch. BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained
This port expired on: 2019-10-16
IGNORE: is marked as broken: unfetchable
- 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: 2011-08-01 03:05:08
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: screen, coreutils, sysinfo, monit, mailutils
- License: GPLv3
- WWW:
- https://ultracopier.first-world.info/
- Description:
- Ultracopier is an advanced file copier with copy list management.
WWW: https://ultracopier.first-world.info/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ultracopier>0:x11-fm/ultracopier
- No installation instructions:
- This port has been deleted.
- PKGNAME: ultracopier
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ultracopier-src-1.2.1.0.tar.xz) = ad3cf3ece0129cd6995a9d9e5b92418b9988359c81098b4d358e3820e458d8e2
SIZE (ultracopier-src-1.2.1.0.tar.xz) = 604344
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.
- Build dependencies:
-
- moc : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qmake : devel/qt5-qmake
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- compiler:c++11-lang qmake qt:5 tar:xz
- 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 |
1.2.1.0_2 16 Oct 2019 15:29:32
  |
rene  |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
1.2.1.0_2 15 Sep 2019 17:28:09
  |
antoine  |
Deprecate a few ports |
1.2.1.0_2 05 Aug 2019 13:22:34
  |
antoine  |
Mark BROKEN: unfetchable |
1.2.1.0_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.2.1.0_1 22 Jan 2019 12:55:06
  |
linimon  |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 235046
Submitted by: Piotr Kubaj |
1.2.1.0_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.2.1.0 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.2.1.0 30 Apr 2018 09:33:52
  |
amdmi3  |
- Update WWW |
1.2.1.0 16 Apr 2016 10:35:02
  |
danfe  |
- Upgrade to version 1.2.1.0 and thus unbreak; it no longer requires KDE
bits and is based on Qt 5.x now
- Drop `desktop-file-utils' from USES as installed .desktop file has its
MimeType field empty
- Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago |
0.2.0.16_8 09 Nov 2015 12:59:04
  |
antoine  |
Mark a few ports BROKEN: unfetchable |
0.2.0.16_8 08 Oct 2015 15:12:22
  |
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
0.2.0.16_8 24 Oct 2014 14:09:01
  |
marino  |
x11-fm/ultracopier: But really pkg-plist still isn't needed
USES=desktop-file-utils handles the keywords listed in pkg-plist
This was done on previous commit, but I committed the wrong commit
message and I want to document why pkg-plist was removed again.
Thanks: tijl |
0.2.0.16_7 24 Oct 2014 14:05:23
  |
marino  |
x11-fm/ultracopier: Remove pkg-plist, unmask installation commands
With the new ability to use full paths, the plist can be simplified.
This fixes a build issue on DragonFly where the PLIST_SUB was using
an unevaluated variable (actually containing things like curly
brackets), and this fix was preferable to := evaluations. |
0.2.0.16_7 24 Oct 2014 13:32:46
  |
marino  |
x11-fm/ultracopier: Work around PLIST_FILES limitation
PLIST_FILES won't support keywords, forcing this port to have a two-line
pkg-plist to work around this limitation. |
0.2.0.16_6 24 Oct 2014 13:01:32
  |
marino  |
x11-fm/ultracopier: Remove pkg-plist, unmask installation commands
With the new ability to use full paths, the plist can be simplified.
This fixes a build issue on DragonFly where the PLIST_SUB was using
an unevaluated variable (actually containing things like curly
brackets), and this fix was preferable to := evaluations. |
0.2.0.16_6 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) |
0.2.0.16_5 15 Aug 2014 20:37:33
  |
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
0.2.0.16_4 22 Apr 2014 16:15:51
  |
bapt  |
Support stage |
0.2.0.16_4 18 Feb 2014 14:31:33
  |
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
0.2.0.16_3 14 Feb 2014 16:51:44
  |
tabthorpe  |
- Reassign lioux' ports to the heap
With hat: portmgr |
0.2.0.16_3 20 Sep 2013 23:49:40
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm) |
0.2.0.16_3 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.2.0.16_3 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.2.0.16_3 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.2.0.16_3 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.2.0.16_2 16 Feb 2012 15:57:34
 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.2.0.16_1 27 Aug 2011 21:42:24
 |
lioux  |
o Fix program version number: it displays 0.2.0.15 even though the
latest version is 0.2.0.16. No functional change otherwise.
o Bump PORTREVISION |
0.2.0.16 01 Aug 2011 03:04:25
 |
lioux  |
New port ultracopier version 0.2.0.16: An advanced file copier |