The port is broken because the distfile can't be fetched due to upstream site disappearing. However, development has ceased for 6 years and it is obsolete since similar projects such as cisoplus are still being developed. Hopefully marking it deprecated and due for removal will provoke cisoplus to be made into a port. PR: 181558 Approved by: rodrigo (maintainer)
20 lines
479 B
Makefile
20 lines
479 B
Makefile
# Created by: Vasiliy Ch <blttll@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ciso
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ciso.tenshu.fr/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|