Re: mintty: Ctrl-Q does not work?

2012-10-20 Thread Christopher Faylor
On Sun, Oct 21, 2012 at 05:38:11AM +0100, Andy Koppe wrote: >On 19 October 2012 16:00, Christopher Faylor wrote: >> On Fri, Oct 19, 2012 at 02:17:29PM +0200, Corinna Vinschen wrote: >>>On Oct 19 12:26, Andy Koppe wrote: On 13 October 2012 16:38, Christopher Faylor wrote: > On Sat, Oct 06,

Re: Fwd: re cygwin on windows 7 missing linux header files

2012-10-20 Thread marco atzeri
On 10/21/2012 12:20 AM, spaceranger ranger wrote: Hello using cygwin on windows 7 and missing these files when running make sys/socket.h , netinet/in_system.h, netinet/in.h,netinet/ip.h, arpa/inet.h, netdb.h, what to do!? to build what ? How ? in general use the search at http://cygw

Re: mintty: Ctrl-Q does not work?

2012-10-20 Thread Andy Koppe
On 19 October 2012 16:00, Christopher Faylor wrote: > On Fri, Oct 19, 2012 at 02:17:29PM +0200, Corinna Vinschen wrote: >>On Oct 19 12:26, Andy Koppe wrote: >>> On 13 October 2012 16:38, Christopher Faylor wrote: >>> > On Sat, Oct 06, 2012 at 05:48:44AM +0100, Andy Koppe wrote: >>> >>The issue isn'

Re: w32api-headers-3.0b_svn5431-1: _WIN32 no longer set on Cygwin

2012-10-20 Thread JonY
On 10/21/2012 01:31, Christian Franke wrote: > Kai Tietz wrote: >> 2012/10/20 JonY wrote: >>> On 10/20/2012 21:12, Christian Franke wrote: Just for Info: The new /usr/include/w32api/windef.h does no longer define _WIN32. This may require compile fixes for some sources which

Re: CP and Ln can't parse windows path ending in wildcard

2012-10-20 Thread Gary Johnson
On 2012-10-20, Lawrence Mayer wrote: > CP and Ln can't parse windows path ending in wildcard > > e.g. > > ln WINDOWS PATH\* DIRECTORY (3rd form) > ln -t DIRECTORY WINDOWS PATH\*  (4th form) > cp -l WINDOWS PATH\* DIRECTORY > > all fail returning error message > > 'cannot stat `WINDOWS PATH\\*':

Re: Cp can't hardlink unqualified wildcard

2012-10-20 Thread Eric Blake
On 10/20/2012 02:34 PM, Lawrence Mayer wrote: > On 121020 12:35, Eric Blake wrote: >> On 10/20/2012 12:50 PM, Lawrence Mayer wrote: >>> Cp can't hardlink unqualified wildcard >>> >>> cp -l * DIRECTORY >>> >>> fails with error 'cp: target `file' is not a directory' >> >> Most likely, this is not an

Re: Cp can't hardlink unqualified wildcard

2012-10-20 Thread Lawrence Mayer
On 121020 12:35, Eric Blake wrote: On 10/20/2012 12:50 PM, Lawrence Mayer wrote: Cp can't hardlink unqualified wildcard cp -l * DIRECTORY fails with error 'cp: target `file' is not a directory' Most likely, this is not an error in cp, but a misunderstanding on your part about how globbing op

Re: Cp can't hardlink unqualified wildcard

2012-10-20 Thread Eric Blake
On 10/20/2012 12:50 PM, Lawrence Mayer wrote: > Cp can't hardlink unqualified wildcard > > cp -l * DIRECTORY > > fails with error 'cp: target `file' is not a directory' Most likely, this is not an error in cp, but a misunderstanding on your part about how globbing operates. I bet you have a fil

Re: Ln can't hard link into named directory

2012-10-20 Thread Eric Blake
On 10/20/2012 12:22 PM, Lawrence Mayer wrote: > Ln can't hard link into named directory. > > e.g. > > Ln ... TARGET... DIRECTORY (3rd form) > > and > > ln ... -t DIRECTORY TARGET... (4th form) > > both fail when DIRECTORY is named (but appear to work when DIRECTORY = '.' > (current directory

Re: CP and Ln can't parse windows path ending in wildcard

2012-10-20 Thread Christopher Faylor
On Sat, Oct 20, 2012 at 03:06:45PM -0400, Lawrence Mayer wrote: >CP and Ln can't parse windows path ending in wildcard > >e.g. > >ln WINDOWS PATH\* DIRECTORY (3rd form) >ln -t DIRECTORY WINDOWS PATH\* ??(4th form) >cp -l WINDOWS PATH\* DIRECTORY > >all fail returning error message > >'cannot stat `

CP and Ln can't parse windows path ending in wildcard

2012-10-20 Thread Lawrence Mayer
CP and Ln can't parse windows path ending in wildcard e.g. ln WINDOWS PATH\* DIRECTORY (3rd form) ln -t DIRECTORY WINDOWS PATH\*  (4th form) cp -l WINDOWS PATH\* DIRECTORY all fail returning error message 'cannot stat `WINDOWS PATH\\*': No such file or directory' Workaround: ln WINDOWS PATH/*

Cp can't hardlink unqualified wildcard

2012-10-20 Thread Lawrence Mayer
Cp can't hardlink unqualified wildcard cp -l * DIRECTORY fails with error 'cp: target `file' is not a directory' But the equivalent cp -l ./* DIRECTORY AND cp -l PATH OF WORKING DIRECTORY/* DIRECTORY both appear to work fine. -- Problem reports: http://cygwin.com/problems.html FAQ:

Ln can't hard link into named directory

2012-10-20 Thread Lawrence Mayer
Ln can't hard link into named directory. e.g. Ln ... TARGET... DIRECTORY (3rd form) and ln ... -t DIRECTORY TARGET...  (4th form) both fail when DIRECTORY is named (but appear to work when DIRECTORY = '.' (current directory)) returning error message 'ln: Cannot create a file when that file

Re: w32api-headers-3.0b_svn5431-1: _WIN32 no longer set on Cygwin

2012-10-20 Thread Christian Franke
Kai Tietz wrote: 2012/10/20 JonY wrote: On 10/20/2012 21:12, Christian Franke wrote: Just for Info: The new /usr/include/w32api/windef.h does no longer define _WIN32. This may require compile fixes for some sources which check only for _WIN32 and not for __CYGWIN__ after windows.h is included

Re: w32api-headers-3.0b_svn5431-1: _WIN32 no longer set on Cygwin

2012-10-20 Thread Kai Tietz
2012/10/20 JonY wrote: > On 10/20/2012 21:12, Christian Franke wrote: >> Just for Info: >> >> The new /usr/include/w32api/windef.h does no longer define _WIN32. >> >> This may require compile fixes for some sources which check only for >> _WIN32 and not for __CYGWIN__ after windows.h is included. >

Re: w32api-headers-3.0b_svn5431-1: _WIN32 no longer set on Cygwin

2012-10-20 Thread JonY
On 10/20/2012 21:12, Christian Franke wrote: > Just for Info: > > The new /usr/include/w32api/windef.h does no longer define _WIN32. > > This may require compile fixes for some sources which check only for > _WIN32 and not for __CYGWIN__ after windows.h is included. > > Christian I can't imagin

[ANNOUNCEMENT] Updated: Cygwin 1.7.17

2012-10-20 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released Cygwin 1.7.17. This is mainly a bugfix release. What's new: === - Support the "e" flag to fopen(3). This is a Glibc extension which allows to fopen the file with the O_CLOEXEC flag set. - Support the "x" flag to fopen(3). This is a Gli

[ANNOUNCEMENT] New package: xloadimage 4.1-1 -- Graphics file viewer under X11

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/xloadimage License : Custom ("...unlimited permission to copy, modify...") Can view png, jpeg, gif, tiff, niff, sunraster, fbm, cmuraster, pbm, faces, rle, xwd, vff, mcidas, vicar, pcx, gem, macpaint, xpm and xbm files.

[ANNOUNCEMENT] Updated: keychain 2.7.1-1 -- Key manager for OpenSSH

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: https://github.com/funtoo/keychain License : GPL Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When keychain is run, it checks for a running ssh-agent, otherwise it starts one. It saves the ssh-agent environment variable

[ANNOUNCEMENT] New package: ytree 1.97-1 -- curses-based file manager similar to DOS Xtree(tm)

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/ytree License : GPL-2+ A file manager that has separate panes for files and directories; you can select and manage files from different directories. It works on black and white or color terminals and is UTF-8 locales

[ANNOUNCEMENT] New package: renameutils 0.12.0 -- Programs to make file renaming easier

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/renameutils License : GPL-3+ The file renaming utilities (renameutils for short) are a set of programs designed to make renaming of files faster and less cumbersome. Includes five utilities: qmv (edit names with an e

[ANNOUNCEMENT] New package: linklint 2.3.5-1 -- A fast link checker and web site maintenance tool

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.linklint.org License : GPL A Perl program for checking HTML links: both local and remote site checking, cross referenced and fully hyperlinked output reports, the ability to check password protected areas, support for all standard serv

[ANNOUNCEMENT] updated: makeself 2.1.5+20120813+gitdcbe778-1 -- Utility to generate self-extractable archives

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.megastep.org/makeself License : GPL-2+ A small utility to generate a self-extractable archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive wil

[ANNOUNCEMENT] Updated: ncftp 3.2.5-1 -- An improved FTP client

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.ncftp.com License : ClArtistic (see ) Ncftp allows a user to transfer files to and from a remote network site, and offers additional features that are not found in the standard interface, ftp. Includes command

[ANNOUNCEMENT] New package: pstotext 1.9-1 -- Extract text from PostScript and PDF files

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/pstotext License : Custom ("grant ... free of charge") Extract text (in the ISO 8859-1 character set) from a PostScript or PDF (Portable Document Format) file. Thus, pstotext is similar to the ps2ascii program that co

[ANNOUNCEMENT] New package: duff 0.5.2-1 -- Duplicate file finder

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/duff License : Zlib, BSD, GPL-3+ A command-line utility for identifying duplicates in a given set of files. It attempts to be usably fast and uses the SHA family of message digests as a part of the comparisons. CHANG

[ANNOUNCEMENT] New package: newmail 0.5-1 -- Notificator for incoming mail

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.infodrom.org/projects/newmail License : GPL-2+ A small utility that stays in the background and helps you keep track of your incoming mail. It is used to monitor an arbitrary amount of mailboxes and display the subject when new mail ar

[ANNOUNCEMENT] New package: shed 1.15-1 -- A simple hex editor with nano-style interface

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/shed License : GPL-2+ An easy application for viewing and editing files in hex, octal, binary, or ascii text using ncurses. The interface is inspired by pico, another ncurses based text editor. CHANGES SINCE LAST REL

[ANNOUNCEMENT] New package: tnftp 20100108-1 -- Enhanced ftp client

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/tnftp License : BSD This is the por' of the NetBSD ftp client. The enhancements over the standard ftp client in 4.4BSD include: command-line editing within ftp, command-line fetching of URLS, including support for pro

[ANNOUNCEMENT] New package: qiv 2.2.4-1 -- Quick image viewer for X

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/qiv License : GPL A very small and pretty fast GDK/Imlib image viewer. Features include zoom, maxpect, scale down, fullscreen, brightness/contrast/gamma correction, slideshow, pan with keyboard and mouse, rotate left/

[ANNOUNCEMENT] New package: most 5.0.0.1-1 -- decription

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/most License : GPL A paging program that displays, one windowful at a time, the contents of a file on a terminal. Unlike other well-known paging programs most supports multiple windows and can scroll left and right. A

[ANNOUNCEMENT] New package: pax 20120606-1 -- Portable Archive Interchange

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/sid/pax License : BSD pax is an implementation of an archiving utility that reads and writes several formats - traditional ones, the extended formats specified in IEEE 1003.1, and the ar(5) format. The pax interface was

[ANNOUNCEMENT] New package: svn-load 1.3-1 -- An enhanced import facility for Subversion

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/svn-load License : Custom ("AS IS") A free replacement for svn_load_dirs, an enhanced import facility for Subversion. The utility will commit a single changeset that alters a repository subtree to match a local directo

[ANNOUNCEMENT] New package: cgdb 0.6.6-1 -- A curses-based interface to the GNU Debugger (GDB)

2012-10-20 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://sourceforge.net/projects/cgdb License : GPL-2+ The goal of program is to be lightweight and responsive; not encumbered with unnecessary features. The interface is designed to deliver the familiar GDB text interface, with a split screen sho

w32api-headers-3.0b_svn5431-1: _WIN32 no longer set on Cygwin

2012-10-20 Thread Christian Franke
Just for Info: The new /usr/include/w32api/windef.h does no longer define _WIN32. This may require compile fixes for some sources which check only for _WIN32 and not for __CYGWIN__ after windows.h is included. Christian -- Problem reports: http://cygwin.com/problems.html FAQ: