View | Details | Raw Unified | Return to bug 222569 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 8-21 Link Here
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	Useful tools for dealing with hex files
9
COMMENT=	Useful tools for dealing with hex files
10
10
11
LICENSE=	HEXTOOLS
12
LICENSE_NAME=	License of hextools
13
LICENSE_FILE=	${FILESDIR}/LICENSE
14
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
15
11
NO_WRKSUBDIR=yes
16
NO_WRKSUBDIR=yes
12
17
13
PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz
18
PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz
14
ALL_TARGET=	build
19
ALL_TARGET=	build
15
20
16
#not strictly true - it uses a self-styled license
17
#LICENSE=	BSD
18
19
do-install:
21
do-install:
20
	${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin
22
	${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin
21
	${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex
23
	${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex
(-)files/LICENSE (+9 lines)
Line 0 Link Here
1
(Following sentences are from hex2bin.c of hextools-1.1.tar.gz.)
2
3
Copyright (c) 1996 by   Andreas Leitgeb (AvL) <avl@logic.tuwien.ac.at>
4
5
Permission to use, copy, modify, and distribute this software and its
6
documentation for any purpose and without fee is hereby granted,
7
provided that the above copyright notice appear in all copies and that
8
both that copyright notice and this permission notice appear in
9
supporting documentation. 

Return to bug 222569