Revision: 22876 http://sourceforge.net/p/gar/code/22876 Author: opk Date: 2014-01-24 12:03:57 +0000 (Fri, 24 Jan 2014) Log Message: ----------- update hexedit to 1.2.13 and build it in gar
Added Paths: ----------- csw/mgar/pkg/hexedit/ csw/mgar/pkg/hexedit/Makefile csw/mgar/pkg/hexedit/branches/ csw/mgar/pkg/hexedit/tags/ csw/mgar/pkg/hexedit/trunk/ csw/mgar/pkg/hexedit/trunk/Makefile csw/mgar/pkg/hexedit/trunk/checksums csw/mgar/pkg/hexedit/trunk/files/ Added: csw/mgar/pkg/hexedit/Makefile =================================================================== --- csw/mgar/pkg/hexedit/Makefile (rev 0) +++ csw/mgar/pkg/hexedit/Makefile 2014-01-24 12:03:57 UTC (rev 22876) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/hexedit/trunk =================================================================== --- csw/mgar/pkg/hexedit/trunk 2014-01-23 20:50:45 UTC (rev 22875) +++ csw/mgar/pkg/hexedit/trunk 2014-01-24 12:03:57 UTC (rev 22876) Property changes on: csw/mgar/pkg/hexedit/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/hexedit/trunk/Makefile =================================================================== --- csw/mgar/pkg/hexedit/trunk/Makefile (rev 0) +++ csw/mgar/pkg/hexedit/trunk/Makefile 2014-01-24 12:03:57 UTC (rev 22876) @@ -0,0 +1,24 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = hexedit +VERSION = 1.2.13 +GARTYPE = v2 + +DESCRIPTION = View and edit files in hexadecimal or in ASCII +define BLURB + hexedit shows a file both in ASCII and in hexadecimal. The file can + be a device as the file is read a piece at a time. You can modify the + file and search through it. +endef + +MASTER_SITES = http://rigaux.org/ +DISTFILES = $(DISTNAME)-$(VERSION).src.tgz +DISTNAME = hexedit + +RUNTIME_DEP_PKGS = CSWlibncurses5 + +CONFIGURE_ARGS = $(DIRPATHS) CPPFLAGS="-I/opt/csw/include -I/opt/csw/include/ncurses" +TEST_SCRIPTS = + +include gar/category.mk Property changes on: csw/mgar/pkg/hexedit/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/hexedit/trunk/checksums =================================================================== --- csw/mgar/pkg/hexedit/trunk/checksums (rev 0) +++ csw/mgar/pkg/hexedit/trunk/checksums 2014-01-24 12:03:57 UTC (rev 22876) @@ -0,0 +1 @@ +a5af1378d028512a9cad27a5ba3e15f9 hexedit-1.2.13.src.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.