upgrade to hexedit 1.2.1
This commit is contained in:
parent
93cf29626c
commit
aaceb3cc70
@ -1,14 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2001/05/06 00:29:06 lebel Exp $
|
||||
# $FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2001/10/02 15:45:52 brad Exp $
|
||||
|
||||
COMMENT= "view and edit files in hexadecimal or ASCII"
|
||||
|
||||
DISTNAME= hexedit-1.1.0
|
||||
DISTNAME= hexedit-1.2.1
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.402
|
||||
MASTER_SITES= http://pixel.linuxave.net/
|
||||
NEED_VERSION= 1.460
|
||||
MASTER_SITES= http://www.chez.com/prigaux/
|
||||
EXTRACT_SUFX= .src.tgz
|
||||
|
||||
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -16,13 +17,14 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
|
||||
CONFIGURE_STYLE=gnu dest
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
WRKDIST= ${WRKDIR}/hexedit
|
||||
|
||||
DOCS= COPYING TODO Changes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} COPYING TODO Changes ${PREFIX}/share/doc/hexedit
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/hexedit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hexedit-1.1.0.src.tgz) = 91d610d21288e99092a1498daaa01fc8
|
||||
RMD160 (hexedit-1.1.0.src.tgz) = 2530498cad7f69da79d4965ce0f676536c5ee4ed
|
||||
SHA1 (hexedit-1.1.0.src.tgz) = 82881e3c2dbb7a0d545d0084b7fba3fb4961efac
|
||||
MD5 (hexedit-1.2.1.src.tgz) = fb054afa8c7606c005642e3df8194b19
|
||||
RMD160 (hexedit-1.2.1.src.tgz) = a3019fe17e69c2a9e3b71034b6e060e005ee1565
|
||||
SHA1 (hexedit-1.2.1.src.tgz) = 0b7bc9b92902414240473118b219ff3cc6835748
|
||||
|
@ -5,4 +5,4 @@ You can modify the file and search through it.
|
||||
You have also copy&paste, and save to file functions.
|
||||
Modifications are shown in bold.
|
||||
|
||||
http://www.chez.com/prigaux/hexedit.html
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/10/02 15:45:52 brad Exp $
|
||||
bin/hexedit
|
||||
man/man1/hexedit.1
|
||||
share/doc/hexedit/COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user