summaryrefslogtreecommitdiff
path: root/archivers/zip-ada (follow)
Commit message (Collapse)AuthorAgeFilesLines
* archivers/zip-ada: Upgrade version 51 => 52John Marino2016-10-093-27/+50
| | | | | | | Several new programs were identified and installed. Notes: svn path=/head/; revision=423623
* archivers/zip-ada: Upgrade version 50_f1 => 51John Marino2016-08-273-31/+39
| | | | Notes: svn path=/head/; revision=421002
* archivers/zip-ada: set portscout to ignore 50_f1John Marino2016-05-091-0/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=414830
* Change Ada Framework foundation from gcc5-aux to gcc6-auxJohn Marino2016-04-301-1/+1
| | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=414332
* archivers/zip-ada: Delta upgrade to version 50John Marino2016-04-292-3/+4
| | | | | | | | A "f1" version of version 50 was released, so keep the same version number but change tarball and bump portrevision. Notes: svn path=/head/; revision=414290
* archivers/zip-ada: Upgrade version 49 => 50John Marino2016-04-103-3/+11
| | | | Notes: svn path=/head/; revision=412969
* archivers/zip-ada: Upgrade version 48 => 49John Marino2015-04-213-14/+19
| | | | | | | | | | 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. Notes: svn path=/head/; revision=384467
* archivers/zip-ada: Unmask install commands and remove @dirrm linesJohn Marino2014-10-162-15/+11
| | | | Notes: svn path=/head/; revision=370988
* archivers/zip-ada: Upgrade version 46 => 48John Marino2014-08-073-6/+12
| | | | Notes: svn path=/head/; revision=364311
* Convert archivers to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347400
* Convert from USE_DOS2UNIX to USES=dos2unixBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347354
* archivers/zip-ada: Update from version 45 to 46John Marino2014-02-123-14/+3
| | | | Notes: svn path=/head/; revision=343906
* archivers/zip-ada: Convert to stagingJohn Marino2013-11-101-18/+15
| | | | | | | Also remove extract depends on unzip; base tar can do this. Notes: svn path=/head/; revision=333370
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* florist-gpl, zip-ada: Add trailing slash for WWW field.John Marino2013-08-231-1/+1
| | | | | | | | | | These trailing slashes may be required as web site does not appear on FreshPorts entries. Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=325250
* Add new port: archivers/zip-adaJohn Marino2013-08-226-0/+163
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) Notes: svn path=/head/; revision=325243