[22880] trunk/dports/editors

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 17 09:49:36 PDT 2007


Revision: 22880
          http://trac.macosforge.org/projects/macports/changeset/22880
Author:   pipping at macports.org
Date:     2007-03-17 09:49:36 -0700 (Sat, 17 Mar 2007)

Log Message:
-----------
 * new port: ed

Added Paths:
-----------
    trunk/dports/editors/ed/
    trunk/dports/editors/ed/Portfile

Added: trunk/dports/editors/ed/Portfile
===================================================================
--- trunk/dports/editors/ed/Portfile	                        (rev 0)
+++ trunk/dports/editors/ed/Portfile	2007-03-17 16:49:36 UTC (rev 22880)
@@ -0,0 +1,29 @@
+# $Id: $
+
+PortSystem 1.0
+name            ed
+version         0.5
+categories      editors
+maintainers     nomaintainer at macports.org
+platforms       darwin
+description     ed is a line-oriented text editor.
+long_description \
+    ed is a line-oriented text editor. It is used to create, display,       \
+    modify and otherwise manipulate text files, both interactively and via  \
+    shell scripts. A restricted version of ed, red, can only edit files in  \
+    the current directory and cannot execute shell commands. ed is the      \
+    standard text editor in the sense that it is the original editor for    \
+    Unix, and thus widely available. For most purposes, however, it is      \
+    superseded by full-screen editors such as Emacs.
+
+homepage        http://www.gnu.org/software/ed/
+master_sites    gnu
+use_bzip2       yes
+checksums       md5 4ee21e9dcc9b5b6012c23038734e1632 \
+                sha1 29cd330a2d4335ed1732240aa9bc6823acfa07c4 \
+                rmd160 5faad03c8cc2faf799b2ad6312bb71c94f3ecd8f
+
+test.run        yes
+test.target     check
+
+destroot.target-append  install-man

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


More information about the macports-changes mailing list