aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcabinet
Commit message (Collapse)AuthorAgeFilesLines
* - Remove dead WWWPav Lucistnik2004-05-291-2/+0
| | | | Notes: svn path=/head/; revision=110333
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Note that all the mastersites have disappeared, according to the distfileMark Linimon2003-10-261-2/+3
| | | | | | | | survey; note that archivers/cabextract still seems to be in active development. Notes: svn path=/head/; revision=92185
* Follow up by Simon Barner <barner@in.tum.de>Edwin Groothuis2003-09-051-9/+14
| | | | | | | | | | | | Thanks for committing my patch. However, the port does not build at the present (I think we must include <inttypes.h>, but I don't know whether it is present on -current). This patch (pls. replace old patch file) works on -stable with both gcc 2.95.4 and 3.3.1. Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88591
* [patch] Unbreak port: archivers/libcabinetEdwin Groothuis2003-08-3115-25/+298
| | | | | | | | | | | | | | | | | | | This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88198
* Make more fetchable.Maxim Sobolev2003-05-221-2/+3
| | | | | | | | | | PR: 47843 Submitted by: osa Drop maintainership. Notes: svn path=/head/; revision=81752
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* Fix breakage caused by values.h deorbiting.Maxim Sobolev2002-10-011-0/+47
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67277
* Fix build on -CURRENT.Ruslan Ermilov2002-07-211-4/+5
| | | | Notes: svn path=/head/; revision=63319
* - Add missed INSTALLS_SHLIB;Maxim Sobolev2000-12-042-3/+6
| | | | | | | | | - disable profiled library building. Submitted by: knu (INSTALLS_SHLIB) Notes: svn path=/head/; revision=35648
* Add libcabinet - a library and utility to use (create, modify etc.) MicrosoftMaxim Sobolev2000-11-307-0/+78
cabinet (.cab) files. Notes: svn path=/head/; revision=35555