[22441] trunk/dports/sysutils/hexedit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 23:31:36 PST 2007


Revision: 22441
          http://trac.macosforge.org/projects/macports/changeset/22441
Author:   pipping at macports.org
Date:     2007-02-28 23:31:36 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
 * cleanup

Modified Paths:
--------------
    trunk/dports/sysutils/hexedit/Portfile

Modified: trunk/dports/sysutils/hexedit/Portfile
===================================================================
--- trunk/dports/sysutils/hexedit/Portfile	2007-03-01 07:13:13 UTC (rev 22440)
+++ trunk/dports/sysutils/hexedit/Portfile	2007-03-01 07:31:36 UTC (rev 22441)
@@ -1,26 +1,26 @@
 # $Id$
 
-PortSystem		1.0
-name			hexedit
-version			1.2.10
-description		A hexeditor for the console.
-long_description	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.\
-			You can modify the file and search through it.\
-			You have also copy&paste and save to file functions.\
-			Truncating or appending to the file.\
-			Modifications are shown in bold.
-categories		sysutils
-platforms		darwin linux sunos
-maintainers		kristian.peters at korseby.net
-homepage		http://merd.sourceforge.net/pixel/hexedit.html
-master_sites 		http://merd.net/pixel\
-			http://merd.sourceforge.net/pixel\
-			http://www.chez.com/prigaux
-distname		${name}-${version}.src
-extract.suffix		.tgz
-worksrcdir		${name}
-checksums		md5 5d925ab9f0746ccd1d05c80fef628938
-configure.args		--mandir=${prefix}/share/man
-patchfiles		patch-Makefile.in
+PortSystem 1.0
+name            hexedit
+version         1.2.10
+description     A hexeditor for the console.
+long_description \
+    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. You can modify the file and search through  \
+    it. You have also copy&paste and save to file functions. Truncating \
+    or appending to the file. Modifications are shown in bold.
+
+categories      sysutils
+platforms       darwin linux sunos
+maintainers     kristian.peters at korseby.net
+homepage        http://merd.sourceforge.net/pixel/hexedit.html
+master_sites    http://merd.net/pixel \
+                http://merd.sourceforge.net/pixel\
+                http://www.chez.com/prigaux
+distname        ${name}-${version}.src
+extract.suffix  .tgz
+worksrcdir      ${name}
+checksums       md5 5d925ab9f0746ccd1d05c80fef628938
+configure.args  --mandir=${prefix}/share/man
+patchfiles      patch-Makefile.in

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070228/e0f81622/attachment.html


More information about the macports-changes mailing list