Port details |
- zip-ada Zip compressed archive file format library written in Ada
- 55 archivers
=0 55Version 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: 2013-08-22 23:26:05
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: MIT
- WWW:
- http://unzip-ada.sourceforge.net/
- Description:
- The Zip-Ada library is written entirely in Ada, allowing compression
operations without any OS-dependent external calls on streams and files.
In addition to the library and command-line demos, it has these tools:
* zipada - create compressed Zip archive
* comp_zip - utility to compare contents of two Zip archives
* find_zip - utility to search for text stream of Zip archive
* rezip - tool for recompressing Zip archives towards optimal compression
* debzip2 - tool to decompress BZip2 compressed files (.bz2)
WWW: http://unzip-ada.sourceforge.net/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zip-ada>0:archivers/zip-ada
- No installation instructions:
- This port has been deleted.
- PKGNAME: zip-ada
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1550385910
SHA256 (zipada55.zip) = 4309ba2677ca9e11ef29395f8cb569eab79bf63fd45d318fbe63d9fa976310c2
SIZE (zipada55.zip) = 1047285
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:
-
- ada : lang/gcc6-aux
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zip-ada-55:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- archivers_zip-ada
- USES:
- ada perl5 dos2unix 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 |
55 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
55 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
55 18 Feb 2019 20:54:27 |
rigoletto |
archivers/zip-ada: archivers/zip-ada: Update to 55.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19223 |
52_1 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
52_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
52 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
52 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
52 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
52 09 Oct 2016 19:52:11 |
marino |
archivers/zip-ada: Upgrade version 51 => 52
Several new programs were identified and installed. |
51 27 Aug 2016 22:56:15 |
marino |
archivers/zip-ada: Upgrade version 50_f1 => 51 |
50_2 09 May 2016 09:12:27 |
marino |
archivers/zip-ada: set portscout to ignore 50_f1
Zip-ada moved to version 50_f1 using a PORTREVISION bump and portscout
doesn't know how to deal with it. Just ignore the version to clear the
false positive. |
50_2 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
50_1 29 Apr 2016 20:03:20 |
marino |
archivers/zip-ada: Delta upgrade to version 50
A "f1" version of version 50 was released, so keep the same
version number but change tarball and bump portrevision. |
50 10 Apr 2016 15:59:13 |
marino |
archivers/zip-ada: Upgrade version 49 => 50 |
49 21 Apr 2015 21:45:18 |
marino |
archivers/zip-ada: Upgrade version 48 => 49
A few more tools and examples came in. The build instruction was
unmasked, listed were put into alphabetical order. The static library
in now installed with INSTALL_DATA because INSTALL_LIB will strip the
symbols and this causes issues on Ada libraries. |
48 16 Oct 2014 09:43:27 |
marino |
archivers/zip-ada: Unmask install commands and remove @dirrm lines |
48 07 Aug 2014 18:43:20 |
marino |
archivers/zip-ada: Upgrade version 46 => 48 |
46 07 Mar 2014 15:35:40 |
bapt |
Convert archivers to USES=zip |
46 07 Mar 2014 10:31:33 |
bapt |
Convert from USE_DOS2UNIX to USES=dos2unix |
46 12 Feb 2014 11:55:07 |
marino |
archivers/zip-ada: Update from version 45 to 46 |
45 10 Nov 2013 10:16:54 |
marino |
archivers/zip-ada: Convert to staging
Also remove extract depends on unzip; base tar can do this. |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
45 23 Aug 2013 06:57:09 |
marino |
florist-gpl, zip-ada: Add trailing slash for WWW field.
These trailing slashes may be required as web site does not appear on
FreshPorts entries.
Approved by: bapt/culot (mentors, implicit) |
45 22 Aug 2013 23:25:49 |
marino |
Add new port: archivers/zip-ada
The Zip-Ada library is written entirely in Ada, allowing compression
operations without any OS-dependent external calls on streams and files.
Approved by: bapt/culot (mentors, implicit) |