diff options
author | wg <wg@FreeBSD.org> | 2013-06-07 06:49:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-07 06:49:51 +0800 |
commit | f0650d8ca22c65104524a25670394101795dda23 (patch) | |
tree | 21cccdf22e4fd53aff857d4fc62f0dd8c421a0f1 /editors/hexedit | |
parent | b77971c30f419bd32f9f86e84b899628997059b3 (diff) | |
download | freebsd-ports-gnome-f0650d8ca22c65104524a25670394101795dda23.tar.gz freebsd-ports-gnome-f0650d8ca22c65104524a25670394101795dda23.tar.zst freebsd-ports-gnome-f0650d8ca22c65104524a25670394101795dda23.zip |
- Update to 1.2.13 [1]
- Add LICENSE (GPLv2) [1]
- Fix MASTER_SITES [2]
- Update WWW to new site
- Unmute install commands
PR: ports/178462 [1]
Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1]
PR: ports/175447 [2]
Submitted by: Sean DuBois <sean@siobud.com> [2]
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 22 | ||||
-rw-r--r-- | editors/hexedit/distinfo | 4 | ||||
-rw-r--r-- | editors/hexedit/files/patch-hexedit.h | 10 | ||||
-rw-r--r-- | editors/hexedit/pkg-descr | 6 |
4 files changed, 14 insertions, 28 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index e38e82a0f7fc..5c86e5d34671 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,30 +1,26 @@ -# ex:ts=8 -# New ports collection makefile for: hexedit -# Date created: 5 August 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= hexedit -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 CATEGORIES= editors -MASTER_SITES= http://people.mandriva.com/~prigaux/ \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= obrien/:local -DISTFILES= ${DISTNAME}.src.tgz:DEFAULT,local +MASTER_SITES= http://rigaux.org/ +DISTFILES= ${DISTNAME}.src.tgz MAINTAINER= obrien@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//} + GNU_CONFIGURE= yes MAN1= hexedit.1 PLIST_FILES= bin/hexedit do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/editors/hexedit/distinfo b/editors/hexedit/distinfo index 109cb97f32b8..fc35145edf1b 100644 --- a/editors/hexedit/distinfo +++ b/editors/hexedit/distinfo @@ -1,2 +1,2 @@ -SHA256 (hexedit-1.2.12.src.tgz) = bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f -SIZE (hexedit-1.2.12.src.tgz) = 65802 +SHA256 (hexedit-1.2.13.src.tgz) = 6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7 +SIZE (hexedit-1.2.13.src.tgz) = 68778 diff --git a/editors/hexedit/files/patch-hexedit.h b/editors/hexedit/files/patch-hexedit.h deleted file mode 100644 index f0f4a237ad22..000000000000 --- a/editors/hexedit/files/patch-hexedit.h +++ /dev/null @@ -1,10 +0,0 @@ ---- hexedit.h.ORI Tue Nov 8 17:16:47 2005 -+++ hexedit.h Sat Jul 29 15:23:36 2006 -@@ -5,6 +5,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/param.h> - #include <sys/types.h> - #include <sys/stat.h> - #if HAVE_FCNTL_H diff --git a/editors/hexedit/pkg-descr b/editors/hexedit/pkg-descr index 62c431280ec6..3c34a0975423 100644 --- a/editors/hexedit/pkg-descr +++ b/editors/hexedit/pkg-descr @@ -1,8 +1,8 @@ Hexedit view and edit files in hexadecimal or in ASCII. -hexedit shows a file both in ASCII and in hexadecimal. -The file can be a device as the file is not whole read. +hexedit shows a file both in ASCII and in hexadecimal. +The file can be a device as the file is not whole read. You can modify the file and search through it. You have also copy&paste, and save to file functions. Modifications are shown in bold. -WWW: http://merd.sourceforge.net/pixel/ +WWW: http://rigaux.org/hexedit.html |