Port details |
- fastjar Version of JDK's `jar' command written entirely in C
- 0.93.20060808_4 archivers =12 0.93.20060808_4Version of this port present on the latest quarterly branch.
- Maintainer: java@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-30 05:36:18
- Commit Hash: 020281b
- People watching this port, also watch:: unzip, arc, autoconf, bzip, zip
- Also Listed In: java
- License: GPLv2+
- WWW:
- https://fastjar.sourceforge.net/
- Description:
- Fastjar is a version of Sun's `jar' utility, written entirely in C, and
therefore quite a bit faster. Fastjar can be up to 100x faster than the
stock `jar' program running without a JIT. Currently, the author is
working on adding all the features present in the Sun utility. At the
moment, implemented features are:
* Archive creation
* Verbose/quiet output
* stdout vs. file output
* Manifest file support
* Deflation or storage
* Changing to directory and adding files (-C)
* Archive content listing (-t)
* Archive extraction (-x)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fastjar>0:archivers/fastjar
- To install the port:
- cd /usr/ports/archivers/fastjar/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/fastjar
- pkg install fastjar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fastjar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fastjar-0.93.20060808.tar.bz2) = ba13e60bcffd782ac23383e24a1f50a92a30789944615f86a3f5c945abe2fe4e
SIZE (fastjar-0.93.20060808.tar.bz2) = 112355
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- 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:
- ===> The following configuration options are available for fastjar-0.93.20060808_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- archivers_fastjar
- USES:
- gmake makeinfo perl5 tar:bzip2
- 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.93.20060808_4 30 Mar 2024 05:36:18 |
Alexey Dokuchaev (danfe) |
archivers/fastjar: remove undue deprecation of maintained port
Despite its age the program still works fine and is indeed much
faster than reference implementation: e.g., packing the game's
resources for `games/sokobano' port can take over half a second
with /usr/local/openjdk8/bin/jar on my laptop, depending on the
system's load, while it's ~0.03 with fastjar. |
0.93.20060808_4 25 Feb 2024 19:44:39 |
Daniel Engberg (diizzy) |
archivers/fastjar: Deprecate and set expiration date to 2024-03-31
Abandonware, last release in 2006 and is no longer being developed
PR: 276957
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.93.20060808_4 20 Feb 2024 22:10:18 |
Muhammad Moinur Rahman (bofh) |
archivers/fastjar: Moved man to share/man
Approved by: portmgr (blanket) |
0.93.20060808_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
0.93.20060808_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 ) |
0.93.20060808_3 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.93.20060808_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.93.20060808_3 28 May 2019 06:38:48 |
tobik |
archivers/fastjar: Spell USES_PERL5 correctly
Remove bogus Perl run dependency. |
0.93.20060808_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.93.20060808_1 11 Mar 2018 11:20:43 |
rene |
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr |
0.93.20060808_1 13 Feb 2017 16:52:44 |
tijl |
Remove -fPIC and fix the real problem where end_of_entries is sometimes
declared as unsigned int and sometimes as off_t which have a different
size and alignment. |
0.93.20060808 09 Feb 2017 18:53:12 |
linimon |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket) |
0.93.20060808 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.93.20060808 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.93.20060808 01 Jun 2014 07:59:15 |
ohauer |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
0.93.20060808 04 Jan 2014 18:42:50 |
bapt |
Support stage |
0.93.20060808 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.93.20060808 30 Aug 2013 01:02:57 |
bapt |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
0.93.20060808 21 Dec 2012 07:09:03 |
danfe |
- Trim Makefile header per new bylaws
- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2), install couple of extra docs
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove pretty obvious pkg-message, sort some knobs
- Reformat port description
Approved by: maintainer (maho) |
0.93.20060808 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.93.20060808 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.93.20060808 02 Sep 2006 04:09:07 |
maho |
* Fix pkg-plist (actually Makefile)
* make portlint happy
Submitted by: kris [1] |
0.93.20060808 31 Aug 2006 16:13:34 |
kris |
BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this. |
0.93.20060808 10 Aug 2006 05:31:36 |
maho |
A build fix via pointyhat.
Submitted by: kris |
0.93.20060808 09 Aug 2006 00:10:34 |
maho |
* Update to 20060808 cvs checkout of fastjar proect
which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/)
(According to http://gcc.gnu.org/java/
April 4, 2006
fastjar has been removed from the GCC source tree and made into a
separate project....)
* FastJar from gcc4 (now at savannah) seems to be the superset
of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time.
According fastjar-0.93/CHANGES
> 0.93 01/11/2001 Integrated GNU gcc patches to mainline fastjar
> codebase. Should compile on more platforms.
> Ignore nutty errors.
* gcc42 will depend on this jar
* take over the maintainer ship until this situation become settle. |
0.93_1 01 Apr 2006 12:29:09 |
edwin |
Use SUB_FILES |
0.93_1 23 Nov 2005 23:37:45 |
pav |
- Add SHA256 |
0.93_1 27 May 2005 04:31:55 |
danfe |
- Improve on port description [1]
- Put space after `WWW:', not tab
Obtained from: NetBSD [1] |
0.93_1 06 Aug 2004 16:24:04 |
arved |
Fix build with gcc 3.4 |
0.93_1 27 Feb 2004 12:10:37 |
clement |
- Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit) |
0.93_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.93 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.93 26 Oct 2003 21:47:10 |
kris |
portlint (fix whitespace) |
0.93 21 Oct 2003 09:58:09 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
0.93 18 Aug 2003 15:25:42 |
ache |
Upgrade to 0.93 |
0.90 16 Aug 2003 20:04:54 |
knu |
Drop maintainership. Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though) |
0.90 18 Feb 2003 04:17:41 |
knu |
De-pkg-comment. |
10 Feb 2001 13:19:57 |
knu |
Add %%PORTDOCS%%. |
08 Oct 2000 00:02:22 |
asami |
Convert archivers category to new layout. |
14 Jun 2000 14:21:38 |
sobomax |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |