diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index f18c2444a35..3ae5bbb5265 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -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 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 diff --git a/editors/hexedit/files/md5 b/editors/hexedit/files/md5 index d158dd8cc62..a109bf6866d 100644 --- a/editors/hexedit/files/md5 +++ b/editors/hexedit/files/md5 @@ -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 diff --git a/editors/hexedit/pkg/DESCR b/editors/hexedit/pkg/DESCR index ba30b4081a9..a30409fa0e5 100644 --- a/editors/hexedit/pkg/DESCR +++ b/editors/hexedit/pkg/DESCR @@ -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} diff --git a/editors/hexedit/pkg/PLIST b/editors/hexedit/pkg/PLIST index 72187b5c79d..17fdb1f411a 100644 --- a/editors/hexedit/pkg/PLIST +++ b/editors/hexedit/pkg/PLIST @@ -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