source: Daodan/MinGW/var/lib/mingw-get/data/msys-sed.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
3
4 <!-- File: msys-sed.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-sed">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="GNU Stream Editor" >
12 <paragraph>sed is a stream editor. A stream editor is used to
13 perform basic text transformations on an input stream (a file or
14 input from a pipeline). While in some ways similar to an editor
15 which permits scripted edits (such as ed), sed works by making
16 only one pass over the input(s), and is consequently more
17 efficient. But it is sed's ability to filter text in a pipeline
18 which particularly distinguishes it from other types of editors.
19 </paragraph>
20 </description>
21
22 <source tarname="sed-%-msys-%-src.tar.%" />
23 <licence tarname="sed-%-msys-%-lic.tar.%" />
24
25 <component class="bin">
26 <release tarname="sed-4.2.1-2-msys-1.0.13-bin.tar.lzma" >
27 <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
28 </release>
29 <requires eq="msys-core-*-msys-*-bin.tar" />
30 </component>
31
32 <component class="lang">
33 <release tarname="sed-4.2.1-2-msys-1.0.13-lang.tar.lzma" />
34 </component>
35
36 <component class="doc">
37 <release tarname="sed-4.2.1-2-msys-1.0.13-doc.tar.lzma" />
38 </component>
39
40 <component class="lic">
41 <release tarname="sed-4.2.1-2-msys-1.0.13-lic.tar.lzma" />
42 </component>
43 </package>
44
45 </package-collection>
46</software-distribution>
47<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.