sysutils/ciso: unbreak, de-deprecate

I mistaken thought Rodrigo was the maintainer of ciso.  He straightened that
out.  Vasiliy, the maintainer, states that ciso in practical terms is still the
latest version, and provided a patch to fix the fetch breakage.  The expiration
and deprecation has been removed.

PR:		181558
Submitted by:	blttll (Vasiliy the maintainer)
This commit is contained in:
John Marino 2013-09-10 09:08:24 +00:00
parent fc2a99aab5
commit c61d8f4abe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326879
4 changed files with 14 additions and 7 deletions

View file

@ -5,14 +5,11 @@ PORTNAME= ciso
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://ciso.tenshu.fr/
MASTER_SITES= SF
MAINTAINER= blttll@gmail.com
COMMENT= A tool to compress ISO images to CSO format
BROKEN= Unfetchable, site '${MASTER_SITES}' is permanently gone
DEPRECATED= Development stopped in 2007, should be replaced by cisoplus
EXPIRATION_DATE= 2013-10-01
USE_DOS2UNIX= yes
PLIST_FILES= bin/ciso

View file

@ -1,2 +1,2 @@
SHA256 (ciso-1.0.0.tar.gz) = 640dbd70f54f7857610f6e82c53893f468964d43c7a4d183efaa71f94b7b692a
SIZE (ciso-1.0.0.tar.gz) = 9287
SHA256 (ciso-1.0.0.tar.gz) = 2191dc3b12dc00678e8ed12f1276fc387fc95e2d00319a7ea81983892abf695b
SIZE (ciso-1.0.0.tar.gz) = 9271

View file

@ -0,0 +1,10 @@
--- ciso.c-orig 2013-09-08 13:47:13.000000000 +0000
+++ ciso.c 2013-09-08 13:48:03.000000000 +0000
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <zlib.h> /* /usr(/local)/include/zlib.h */
#include <zconf.h>
+#include <string.h>
#include "ciso.h"

View file

@ -1,4 +1,4 @@
CISO - tiny and easy to use tool to convert ISO images
in CSO (compressed ISO) format.
WWW: http://ciso.tenshu.fr/
WWW: http://sourceforge.net/projects/ciso/