View | Details | Raw Unified | Return to bug 179461
Collapse All | Expand All

(-)Makefile (-9 / +8 lines)
Lines 1-19 Link Here
1
# New ports collection makefile for:	zutils
1
# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
2
# Date created:		2011-04-12
3
# Whom:			Albert Vernon <f3cun3c02@sneakemail.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	zutils
4
PORTNAME=	zutils
9
PORTVERSION=	0.9
5
PORTVERSION=	1.0
10
CATEGORIES=	archivers
6
CATEGORIES=	archivers
11
MASTER_SITES=	SAVANNAH/zutils
7
MASTER_SITES=	SAVANNAH/zutils
12
8
13
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	danilogondolfo@gmail.com
14
COMMENT=	Utilities for searching in bzip2, gzip, lzip, and xz archives
10
COMMENT=	Utilities for searching in bzip2, gzip, lzip, and xz archives
15
11
16
GNU_CONFIGURE=	yes
12
LICENSE=	GPLv3
17
13
18
PLIST_FILES=	bin/zcat \
14
PLIST_FILES=	bin/zcat \
19
		bin/zcmp \
15
		bin/zcmp \
Lines 31-36 Link Here
31
		ztest.1
27
		ztest.1
32
INFO=		zutils
28
INFO=		zutils
33
29
34
LICENSE=	GPLv3
30
GNU_CONFIGURE=	yes
35
31
32
pre-configure:
33
	${REINPLACE_CMD} '23,25d' ${WRKSRC}/configure
34
36
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zutils-0.9.tar.gz) = f1fa775f9d42ccc6716083102bcaa7dd05391db97b4298b368b21f04b920e83b
1
SHA256 (zutils-1.0.tar.gz) = 7eff74e89a135480472359a239b71ff0a75db529f813cb1193071de39ed60d04
2
SIZE (zutils-0.9.tar.gz) = 66382
2
SIZE (zutils-1.0.tar.gz) = 69558

Return to bug 179461