mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
10
sysutils/ciso/files/patch-ciso.c
Normal file
10
sysutils/ciso/files/patch-ciso.c
Normal 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"
|
||||
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue