OSDN Git Service

Added msys-sed.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Thu, 20 May 2010 21:48:23 +0000 (21:48 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Thu, 20 May 2010 21:48:23 +0000 (21:48 +0000)
msys/msys-sed.xml [new file with mode: 0644]

diff --git a/msys/msys-sed.xml b/msys/msys-sed.xml
new file mode 100644 (file)
index 0000000..0cfc08f
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+    <package name="msys-sed">
+      <affiliate group="MSYS Developer Toolkit" />
+      <description lang="en" title="sed: GNU Stream Editor" >
+        <paragraph>sed is a stream editor. A stream editor is used to
+          perform basic text transformations on an input stream (a file or
+          input from a pipeline). While in some ways similar to an editor
+          which permits scripted edits (such as ed), sed works by making
+          only one pass over the input(s), and is consequently more
+          efficient. But it is sed's ability to filter text in a pipeline
+          which particularly distinguishes it from other types of editors.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="sed-4.2.1-1-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="sed-4.2.1-2-msys-1.0.13-bin.tar.lzma" >
+          <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="lang">
+        <release tarname="sed-4.2.1-2-msys-1.0.13-lang.tar.lzma" />
+      </component>
+      <component class="doc">
+        <release tarname="sed-4.2.1-1-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="sed-4.2.1-2-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="sed-4.2.1-1-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="sed-4.2.1-2-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="sed-%-msys-%-lic.tar" />
+      <source tarname="sed-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+