[1046] | 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-cygutils.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 | <package name="msys-cygutils">
|
---|
| 9 | <description lang="en" title="A collection of simple utilities" >
|
---|
| 10 | <paragraph>The cygutils package contains a collection of simple
|
---|
| 11 | utilities from various sources. It provides mkshortcut and
|
---|
| 12 | readshortcut, for creating and reading windows-style shortcuts.
|
---|
| 13 | It provides getclip and putclip, for copying between stdin/stdout
|
---|
| 14 | and the Windows clipboard. It also provides lpr-basic.
|
---|
| 15 | </paragraph>
|
---|
| 16 | <paragraph>A note about lpr-basic: lpr-basic spools a file to the
|
---|
| 17 | specified printer device. MSYS provides two separate
|
---|
| 18 | implementations: lpr-basic.exe and lpr-enhanced (the latter is a
|
---|
| 19 | script, not a binary executable, and is available in the
|
---|
| 20 | msys-lpr-enhanced package). lpr-basic.exe is suitable for most
|
---|
| 21 | simple printing needs; it can send "raw" data to any installed
|
---|
| 22 | Windows printer. This is most useful for raw text, for sending
|
---|
| 23 | plain PostScript files to PostScript-compatible printers, and for
|
---|
| 24 | re-sending .prn files generated using Windows' own print-to-file
|
---|
| 25 | capabilities to the specific printer for which the .prn file was
|
---|
| 26 | generated. For more information, see `man lpr-basic'. On the other
|
---|
| 27 | hand, lpr-enhanced is an MSYS extension which supports many of the
|
---|
| 28 | advanced capabilities of a true Unix-style lpr implementation.
|
---|
| 29 | However, it is more difficult to configure. See the documentation
|
---|
| 30 | embedded within the lpr-enhanced script for more information.
|
---|
| 31 | </paragraph>
|
---|
| 32 | <paragraph>The msys-cygutils package provides many of the utilities
|
---|
| 33 | included in the cygutils distribution. Note that the 'dos2unix'
|
---|
| 34 | utilities are NOT provided by this package; the separate msys-dos2unix
|
---|
| 35 | package provides versions of those utilities derived from alternate
|
---|
| 36 | sources.
|
---|
| 37 | </paragraph>
|
---|
| 38 | </description>
|
---|
| 39 |
|
---|
| 40 | <source tarname="cygutils-%-msys-%-src.tar.%" />
|
---|
| 41 | <licence tarname="cygutils-%-msys-%-lic.tar.%" />
|
---|
| 42 |
|
---|
| 43 | <component class="bin">
|
---|
| 44 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 45 | <release tarname="cygutils-1.3.4-4-msys-1.0.13-bin.tar.lzma">
|
---|
| 46 | <requires eq="msys-libpopt-*-msys-*-dll-0.tar" />
|
---|
| 47 | </release>
|
---|
| 48 | </component>
|
---|
| 49 |
|
---|
| 50 | <component class="doc">
|
---|
| 51 | <release tarname="cygutils-1.3.4-4-msys-1.0.13-doc.tar.lzma" />
|
---|
| 52 | </component>
|
---|
| 53 |
|
---|
| 54 | <component class="lic">
|
---|
| 55 | <release tarname="cygutils-1.3.4-4-msys-1.0.13-lic.tar.lzma" />
|
---|
| 56 | </component>
|
---|
| 57 | </package>
|
---|
| 58 |
|
---|
| 59 | </package-collection>
|
---|
| 60 | </software-distribution>
|
---|
| 61 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|