On Fri, Apr 11, 2008 at 06:35:46PM -0400, Okan Demirmen wrote:
> On Fri 2008.04.11 at 22:54 +0300, Paul Irofti wrote:
> > On Fri, Apr 11, 2008 at 10:26:17PM +0300, Paul Irofti wrote:
> > > On Fri, Apr 11, 2008 at 06:31:51PM +0200, Bernd Ahlers wrote:
> > > > Paul Irofti [Fri, Apr 11, 2008 at 07:09:42PM +0300] wrote:
> > > > >pkg/DESCR:
> > > > >HT is a file editor/viewer/analyzer for executables. The goal is to 
> > > > >combine the low-level functionality of a debugger and the usability of
> > > > >IDEs. We plan to implement all (hex-)editing features and support of 
> > > > >the
> > > > >most important file formats.
> > > > >
> > > > >
> > > > >Please test and comment, this is most useful for exec in-depth 
> > > > >analysis.
> > > > >
> > > > There's a port for ht in editors/ht. This one could use an update. :)
> > > > 
> > > 
> > > Heh, my make search key didn't return any useful results when I first
> > > checked. I'll update the port and get back to you. Thanks both of you
> > > for heads-up.
> > 
> > And here's the diff. Proposal: in order to eliminate the conflict with
> > texlive can we rename the ht executable to hte? The project is named
> > this way on sf.net. On another note I removed the patches and tested on
> > both i386 and amd64. I've added myself as maintainer as this port seemed
> > to miss one. Cheers!
> 
> i think we'd love to actually *see* the diff ;)
> 

Yeah, that would be pretty cool!
? ht.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ht/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    6 Nov 2007 06:33:51 -0000       1.9
+++ Makefile    11 Apr 2008 19:51:49 -0000
@@ -2,10 +2,11 @@
 
 COMMENT=               file editor/viewer/analyzer for executables
 
-DISTNAME=              ht-0.7.4
-PKGNAME=               ${DISTNAME}p1
+DISTNAME=              ht-2.0.12
 CATEGORIES=            editors
 
+MAINTAINER=            Paul Irofti <[EMAIL PROTECTED]>
+
 HOMEPAGE=              http://hte.sourceforge.net/
 
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=hte/}
@@ -18,7 +19,6 @@
 WANTLIB=               c m ncurses stdc++
 
 CONFIGURE_STYLE=       gnu
-USE_GMAKE=             Yes
 
 FLAVORS=               no_x11
 FLAVOR?=
@@ -34,11 +34,13 @@
 .endif
 
 DOCS=                  README ht.html
+INFO=                  ht.info hthelp.info
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ht
        cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOCS} \
-         ${PREFIX}/share/doc/ht 
+         ${PREFIX}/share/doc/ht && ${INSTALL_DATA} ${INFO} \
+         ${PREFIX}/info/
 
 NO_REGRESS=            Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ht/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    5 Apr 2007 15:38:07 -0000       1.6
+++ distinfo    11 Apr 2008 19:51:49 -0000
@@ -1,5 +1,5 @@
-MD5 (ht-0.7.4.tar.gz) = zbe0LLja7fEiQlQGuzzP3g==
-RMD160 (ht-0.7.4.tar.gz) = zXv7Gxj/yRRdcjYQ+z/7F+wIfgU=
-SHA1 (ht-0.7.4.tar.gz) = 8Dkgkr7iRPda5KREal17YmKLVTA=
-SHA256 (ht-0.7.4.tar.gz) = ONZpYiHuGoAQkrKfbs41kwbtSLjOMtSfYnIIaGefLPk=
-SIZE (ht-0.7.4.tar.gz) = 809899
+MD5 (ht-2.0.12.tar.gz) = K3BPCklG2gLeuHl7DVAJRg==
+RMD160 (ht-2.0.12.tar.gz) = pB6nwjXIq3hLAcCHyXurtjz2l60=
+SHA1 (ht-2.0.12.tar.gz) = RcaxzTGSfNQ+l1PiX9MkLXdA0kY=
+SHA256 (ht-2.0.12.tar.gz) = sUgSO60vS9MHJfeMTBdQeaeF7pxM8+eC8ZYa0bZDTwQ=
+SIZE (ht-2.0.12.tar.gz) = 1046455
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/ht/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   6 Nov 2007 06:33:51 -0000       1.3
+++ pkg/PLIST   11 Apr 2008 19:51:49 -0000
@@ -1,6 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.3 2007/11/06 06:33:51 bernd Exp $
 @conflict texlive_base-*
 bin/ht
+info/ht.info
+info/hthelp.info
 share/doc/ht/
 share/doc/ht/README
 share/doc/ht/ht.html

Reply via email to