Port details |
- freetar TAR archiver for GNUstep
- 0.9_9 archivers
=1 0.9_9Version 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: 2006-12-03 16:21:12
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: nethack32, svk, tmpreaper, uk-aspell
- Also Listed In: gnustep
- License: GPLv2
- WWW:
- https://gna.org/projects/freetar/
- Description:
- FreeTar for GNUstep
LICENSE: GPL2 or later
WWW: https://gna.org/projects/freetar/
-
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:
-
- freetar>0:archivers/freetar
- No installation instructions:
- This port has been deleted.
- PKGNAME: freetar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (FreeTar-0.9.tar.gz) = b2f6d9571977ff06e879fc4b6188202b41a32d0a861815534cbb0c05f2b9de75
SIZE (FreeTar-0.9.tar.gz) = 72003
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:
-
- gmake : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- clang70 : devel/llvm70
- gnustep-back>0 : x11-toolkits/gnustep-back
- Runtime dependencies:
-
- gnustep-back>0 : x11-toolkits/gnustep-back
- Library dependencies:
-
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gnustep
- 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 |
0.9_9 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 ) |
0.9_9 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.9_9 03 Aug 2019 11:04:03 |
antoine |
Mark BROKEN: unfetchable |
0.9_9 03 Feb 2019 15:37:58 |
theraven |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
0.9_8 26 Sep 2018 15:23:37 |
brooks |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL |
0.9_7 03 Dec 2017 12:23:54 |
theraven |
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults. |
21 Aug 2017 13:26:29
|
theraven |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release. |
0.9_5 19 Sep 2015 10:33:36 |
theraven |
Make all GNUstep ports install into the System domain so that the Local domain
is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove
the Makefile lines explicitly specifying the install domain.
The rest are installed in the Local domain, remove any overrides, update their
pkg-plists and any explicit paths in the Makefiles and then bump port revision.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D2977 |
09 Apr 2015 07:44:42
|
bapt |
Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences |
0.9_4 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
0.9_4 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.9_3 05 Aug 2014 22:13:29 |
tijl |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
0.9_2 10 Dec 2013 20:44:05 |
bapt |
Support stage
strip binaries |
0.9_2 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.9_2 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
0.9_2 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
0.9_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.9_2 04 Jun 2010 13:49:15 |
dinoex |
LICENSE GPLv2 |
0.9_2 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
0.9_2 16 Jan 2009 15:58:01 |
dinoex |
- add LICENSE: |
0.9_2 06 Jun 2008 13:02:32 |
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) |
0.9_1 25 May 2007 05:55:36 |
dinoex |
- update for gnustep-make-2.0.0 |
0.9_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}. |
0.9 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
0.9 03 Dec 2006 16:18:44 |
dinoex |
FreeTar for GNUstep
WWW: https://gna.org/projects/freetar/ |