ITP: duff -- Duplicate file finder

2012-10-09 Thread Jari Aalto

wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/duff/duff-0.5.2-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/duff/duff-0.5.2-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/duff/setup.hint

# To check packaging

cd duff
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Included in Debian:

http://packages.debian.org/duff

Jari

[ setup.hint ]

sdesc: Duplicate file finder
ldesc: 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.
category: Utils
requires: libintl8


ITP: buthead -- Copy all but the first few lines

2012-10-09 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/buthead/buthead-1.1-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/buthead/buthead-1.1-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/buthead/setup.hint

# To check packaging

cd buthead
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Included in Debian:

http://packages.debian.org/buthead

Jari

[ setup.hint ]

sdesc: Copy all but the first few lines
ldesc: Utility to copy all but the first N lines of stdin to stdout.
category: Utils
requires: cygwin


Re: [ITA] w32api-3.0b_svn5368-1

2012-10-09 Thread Corinna Vinschen
On Oct  2 16:54, JonY wrote:
 On 9/24/2012 12:27, Yaakov (Cygwin/X) wrote:
  On 2012-08-20 07:15, JonY wrote:
  New version up. Was the first uploaded?
  
  jturney, did you patch(es) get committed yet?
  
  Unfortunately, I did find another regression, this time with bind.  The
  mingw-w64 inaddr.h header conflicts with Cygwin's netinet/in.h:
  
  In file included from /usr/include/w32api/ras.h:11:0,
   from /usr/include/w32api/mprapi.h:10,
   from /usr/include/w32api/iprtrmib.h:9,
   from /usr/include/w32api/iphlpapi.h:13,
   from test.c:4:
  /usr/include/w32api/inaddr.h:17:16: error: redefinition of ‘struct in_addr’
  /usr/include/cygwin/in.h:116:8: note: originally defined here
  
  
  Yaakov
  
  
 
 Ping, anything new?

Why does bind include iphlpapi.h at all?  As a Cygwin application it's not
supposed to use Windows and Cygwin network functions in parallel.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [PATCH] setup.exe build instructions outdated; build doesn't bootstrap cleanly

2012-10-09 Thread Corinna Vinschen
On Sep 13 11:26, Christopher Faylor wrote:
 On Wed, Sep 12, 2012 at 10:08:36PM -0600, Eric Blake wrote:
 On 09/12/2012 09:42 PM, Warren Young wrote:
  On 9/12/2012 9:28 PM, Christopher Faylor wrote:
 
  If you're going to do that you really should (re)learn how to submit a
  proper patch.  A patch uses diff -u format and contains a ChangeLog.
  
  It's been a decade since I last used cvs diff.  I forgot that it
  doesn't include -u, since svn diff does it by default.
 
 cvs does it automatically if you supply your ~/.cvsrc with correct
 contents... What I miss is that even with ~/.cvsrc, you still don't get
 the automatic paging that 'git diff' gives by default.
 
 Yes, cygwin is one of the last holdouts still using CVS, making it more
 likely that you don't notice an incomplete ~/.cvsrc on new machines as
 fast.  I'd certainly welcome a conversion to git (and tolerate a
 conversion to svn); especially since I know that newlib recently enabled
 a git mirror.  And there's ways of using git as your frontend to a CVS
 (or svn) repository.
 
 I did spend a lot of time getting a standalone git repository ready for
 Cygwin a while ago.  I didn't do anything with setup though.
 
 Since nothing really relies on cygwin-apps, I wouldn't mind moving it over
 to git as long as Corinna agrees.

Since everybody seem to like git more than CVS, go ahead.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: RFU: bmp2png 1.62-2 -- Convert BMP images to PNG and vice versa

2012-10-09 Thread Corinna Vinschen
On Sep 25 18:05, Jari Aalto wrote:
 2012-09-25 17:52 Jari Aalto
 
 Correction: not an ITP, but a RFU to upgrade to latest libpng15:
 
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/bmp2png/bmp2png-1.62-2-src.tar.bz2
 \
 http://cante.net/~jaalto/tmp/cygwin/bmp2png/bmp2png-1.62-2.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/bmp2png/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: RFU: jlint 3.1.2-1

2012-10-09 Thread Corinna Vinschen
On Sep 27 01:01, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/jlint/jlint-3.1.2-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/jlint/jlint-3.1.2-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/jlint/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: RFU: bcrypt 1.1-2

2012-10-09 Thread Corinna Vinschen
On Sep 27 10:50, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/setup.hint

Doesn't work.  While setup.hint exists, I get a 404 Not Found for the
bcrypt-1.1-2* files.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] doxygen-1.8.0-1

2012-10-09 Thread Corinna Vinschen
On Oct  4 22:31, David Stacey wrote:
 
 wget \
   http://www.drstacey.talktalk.net/doxygen-1.8.0-1.tar.bz2 \
   http://www.drstacey.talktalk.net/doxygen-1.8.0-1-src.tar.bz2 \
   http://www.drstacey.talktalk.net/setup.hint \
   http://www.drstacey.talktalk.net/md5.sum

Uploaded.  Please send an announcement to the cygwin-announce ML
as described on http://cygwin.com/setup.html#submitting


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: RFU: tig 1.0+20121001+git690c03d-1

2012-10-09 Thread Corinna Vinschen
On Oct  2 22:40, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/tig/setup.hint \
 
 http://cante.net/~jaalto/tmp/cygwin/tig/tig-1.0+20121001+git690c03d-1-src.tar.bz2
  \
 
 http://cante.net/~jaalto/tmp/cygwin/tig/tig-1.0+20121001+git690c03d-1.tar.bz2

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU] lapack-3.4.2-1

2012-10-09 Thread Corinna Vinschen
On Oct  6 17:23, marco atzeri wrote:
 updated upstream bugfix release.
 
 To download (remove the index.html's) :
 
 wget -r -np -nH --cut-dirs=1 \
 http://matzeri.altervista.org/cygwin-1.7/lapack/index.html
 
 find lapack -name index.html -o -name md5.sum | xargs rm
 
 
 File list:
 lapack-3.4.2-1-src.tar.bz2
 lapack-3.4.2-1.tar.bz2
 liblapack-devel/liblapack-devel-3.4.2-1.tar.bz2
 liblapack-devel/setup.hint
 liblapack-doc/liblapack-doc-3.4.2-1.tar.bz2
 liblapack-doc/setup.hint
 liblapack0/liblapack0-3.4.2-1.tar.bz2
 liblapack0/setup.hint
 setup.hint

Uploaded.

 remove lapack-3.4.0-3

Done.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU] w3m.0.5.3-1

2012-10-09 Thread Corinna Vinschen
On Oct  8 18:05, Bob Heckel wrote:
 New upstream release.  Please upload w3m-0.5.3-1 as current, leave
 w3m-0.5.2-2 as previous and delete w3m-0.5.2-1.
 
 wget -x -nH --cut-dirs=2 \
 http://bheckel.sdf.org/cygwin/w3m/w3m-0.5.3-1-src.tar.bz2 \
 http://bheckel.sdf.org/cygwin/w3m/w3m-0.5.3-1.tar.bz2 \
 http://bheckel.sdf.org/cygwin/w3m/setup.hint \
 http://bheckel.sdf.org/cygwin/w3m/w3m-img/w3m-img-0.5.3-1.tar.bz2 \
 http://bheckel.sdf.org/cygwin/w3m/w3m-img/setup.hint \
 http://bheckel.sdf.org/cygwin/w3m/w3m-debuginfo/w3m-debuginfo-0.5.3-1.tar.bz2 
 \
 http://bheckel.sdf.org/cygwin/w3m/w3m-debuginfo/setup.hint

Uploaded.  I added external-source: w3m entries to the w3m-img/setup.hint and
w3m-debuginfo/setup.hint files.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [SECURITY] lighttpd

2012-10-09 Thread Corinna Vinschen
Lapo?  Ping?  Are you still with us?


On Aug 14 20:52, Yaakov (Cygwin/X) wrote:
 On Thu, 2012-03-29 at 13:39 -0500, Yaakov (Cygwin/X) wrote:
  On 2012-03-29 09:58, Lapo Luchini wrote:
   Yaakov (Cygwin/X) wrote:
   BLODA?
  
   Not that I know of:
  
   WindowsDefender is deactivated (and I checked the service is not
   running), and only other stuff in the BLODA is nVidia, some version
   but I can't really do much to avoid that. I wonder.
  
  So do I, because:
  
   configure.ac:57: error: possibly undefined macro: AC_CHECK_HEADERS
   configure.ac:71: error: possibly undefined macro: AC_DEFINE
   configure.ac:108: error: possibly undefined macro: AC_CHECK_LIB
   configure.ac:112: error: possibly undefined macro: AC_MSG_ERROR
   autoreconf-2.68: /usr/bin/autoconf-2.68 failed with exit status: 1
   *** ERROR: autoreconf failed
  
   Then something is wrong with your installation or environment.  I'll
   need your `cygcheck -srv' output.
  
   Same goes for a fresh install on real hardware (Win7 box in my office).
  
  Nothing obvious in the cygcheck.  But as these macros are part of 
  autoconf itself, if autoconf can't find them, it means that aclocal 
  silently failed.  In any case, this is an issue with your system 
  (probably BLODA or rebase), not with cygport.
 
 Ping?  lighttpd 1.4.31 is available now.
 
 
 Yaakov


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-10-09 Thread Corinna Vinschen
On Sep 22 13:46, marco atzeri wrote:
 On 9/22/2012 11:41 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint
  
|
 Included in Debian:
 
http://packages.debian.org/cgdb
 
 To check packaging:
 
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
 
 Jari
 
 
 
 GTG. it builds and runs fine

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: svn-load -- An enhanced import facility for Subversion

2012-10-09 Thread Corinna Vinschen
On Sep 28 22:08, marco atzeri wrote:
 On 9/22/2012 9:08 PM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/svn-load/setup.hint \
  http://cante.net/~jaalto/tmp/cygwin/svn-load/svn-load-1.3-1-src.tar.bz2 
  \
  http://cante.net/~jaalto/tmp/cygwin/svn-load/svn-load-1.3-1.tar.bz2
 
 Included in Debian:
 
http://packages.debian.org/svn-load
 
 To check packaging:
 
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
 
 Jari
 
 
 
 package fine. GTG
 
 Marco

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: pax -- Portable Archive Interchange

2012-10-09 Thread Corinna Vinschen
On Sep 28 21:55, marco atzeri wrote:
 On 9/23/2012 9:37 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/pax/pax-20120606-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/pax/pax-20120606-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/pax/setup.hint
 
 Included in Debian:
 
http://packages.debian.org/pax
 
 To check packaging:
 
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
 
 Jari
 
 build and package fine.
 
 GTG
 
 REgards
 Marco

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: ytree -- Curses-based file manager similar to DOS Xtree(tm)

2012-10-09 Thread Corinna Vinschen
On Sep 28 22:29, marco atzeri wrote:
 On 9/28/2012 7:47 PM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/ytree/setup.hint \
  http://cante.net/~jaalto/tmp/cygwin/ytree/ytree-1.97-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/ytree/ytree-1.97-1.tar.bz2
 
 Included in Debian:
 
http://packages.debian.org/ytree
 
 To check packaging:
 
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
 
 Jari
 
 build and run fine. GTG
 
 Regards
 Marco

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: linklint -- A fast link checker and web site maintenance tool

2012-10-09 Thread Corinna Vinschen
On Sep 29 12:59, marco atzeri wrote:
 On 9/29/2012 11:14 AM, Jari Aalto wrote:
 
 wget --recursive --no-host-directories --cut-dirs=3 \
  
  http://cante.net/~jaalto/tmp/cygwin/linklint/linklint-2.3.5-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/linklint/linklint-2.3.5-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/linklint/setup.hint
 
 Included in Debian:
 
http://packages.debian.org/linklint
 
 To check packaging:
 
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
 
 Jari
 
 
 build and package fine.
 Very nice for testing my home site
 
 GTG
 
 Regards
 Marco

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: most -- Pager program similar to more and less

2012-10-09 Thread Corinna Vinschen
On Sep 29 12:52, marco atzeri wrote:
 On 9/29/2012 12:00 PM, Jari Aalto wrote:
 
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/most/most-5.0.0.1-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/most/most-5.0.0.1-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/most/setup.hint
 
  # To check packaging
 
  cd most
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 Included in Debian:
 
http://packages.debian.org/most
 
 Jari
 
 
 package and build fine
 GTG
 
 REgards
 Marco
 

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cscope -- Interactively examine a C program source

2012-10-09 Thread Corinna Vinschen
On Oct  8 13:44, marco atzeri wrote:
 On 9/30/2012 11:20 AM, Jari Aalto wrote:
 
 wget --recursive --no-host-directories --cut-dirs=3 \
  
  http://cante.net/~jaalto/tmp/cygwin/cscope/cscope-15.8.0.1-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/cscope/cscope-15.8.0.1-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/cscope/setup.hint
 
  # To check packaging
 
  cd cscope
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 Included in Debian:
 
  http://packages.debian.org/cscope
 
 Notes:
 
  This is the original version released 2012-08-04. The mlscope included
  in Cygwin is probably from 2006[*]
 
 Jari
 
 
 it builds and packages fine. GTG
 
 Regards
 Marco
 

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cscope -- Interactively examine a C program source

2012-10-09 Thread Corinna Vinschen
Hi guys,

On Oct  7 08:26, Dave And Diane wrote:
 Hi Jari,
 
 Yes, mlcscope was from 2006, and it also came from the Lucent
 exptools source tree which is a different version than the gnu
 cscope. Lucent has since stopped distributing mlcscope so I think
 putting cscope in the packaging is a good thing. I've thought about
 doing it myself - but hadn't got to it - glad you have followed this
 path.

does that mean cscope obsoletes mlcscope?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: newmail -- Notificator for incoming mail

2012-10-09 Thread Corinna Vinschen
On Oct  8 14:11, marco atzeri wrote:
 On 10/3/2012 5:42 PM, Jari Aalto wrote:
 On 2012-10-03 15:10, Dr. Volker Zell wrote:
 | gpg: Can't check signature: public key not found
 | -- [WARN] signature check(s) failed.
 | ./newmail-0.5-1.sh: line 144: read: `Still continue? (y/N) ': not a valid
 | identifier
 
 Fixed.
 
 Thanks,
 Jari
 
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/newmail/newmail-0.5-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/newmail/newmail-0.5-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/newmail/setup.hint
 
  # To check packaging
 
  cd newmail
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 
 
 it builds and packages fine. GTG
 
 Marco

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: qiv -- Quick image viewer for X

2012-10-09 Thread Corinna Vinschen
On Oct  8 11:46, marco atzeri wrote:
 On 10/7/2012 9:20 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/qiv/qiv-2.2.4-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/qiv/qiv-2.2.4-1.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/qiv/setup.hint
 
  # To check packaging
 
  cd qiv
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 Included in Debian:
 
  http://packages.debian.org/qiv
 
 Jari
 
 [ setup.hint ]
 
 sdesc: Quick image viewer for X
 ldesc: 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/right,
 flip, delete (move to .qiv-trash/), jump to image x, jump
 forward/backward x images, filename filter, and you can use qiv to set
 your X11-Desktop background.
 category: Graphics
 requires: libpng14 zlib0 libImlib2_1 libX11_6 libXinerama1 
 libgdk_pixbuf2.0_0 libgtk2.0_0 libglib2.0_0 libMagickCore5 libpango1.0_0
 
 
 
 build fine, runs, but [...]

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU] w3m.0.5.3-1

2012-10-09 Thread Corinna Vinschen
Hi Bob,

On Oct  9 12:54, Corinna Vinschen wrote:
 On Oct  8 18:05, Bob Heckel wrote:
  New upstream release.  Please upload w3m-0.5.3-1 as current, leave
  w3m-0.5.2-2 as previous and delete w3m-0.5.2-1.
  
  wget -x -nH --cut-dirs=2 \
  http://bheckel.sdf.org/cygwin/w3m/w3m-0.5.3-1-src.tar.bz2 \
  http://bheckel.sdf.org/cygwin/w3m/w3m-0.5.3-1.tar.bz2 \
  http://bheckel.sdf.org/cygwin/w3m/setup.hint \
  http://bheckel.sdf.org/cygwin/w3m/w3m-img/w3m-img-0.5.3-1.tar.bz2 \
  http://bheckel.sdf.org/cygwin/w3m/w3m-img/setup.hint \
  http://bheckel.sdf.org/cygwin/w3m/w3m-debuginfo/w3m-debuginfo-0.5.3-1.tar.bz2
   \
  http://bheckel.sdf.org/cygwin/w3m/w3m-debuginfo/setup.hint
 
 Uploaded.  I added external-source: w3m entries to the w3m-img/setup.hint 
 and
 w3m-debuginfo/setup.hint files.

Here's another problem:

  upset: *** setup.ini: warning - package w3m requires non-existent package
  xdg-utils

I removed xdg-utils from the setup.hint requires line, but is that right?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-09 Thread Corinna Vinschen
On Oct  8 16:12, Jari Aalto wrote:
 2012-10-08 14:58 marco atzeri
 |  requires: libncurses9
 | 
 | requires: libncurses10
 |
 | for the rest it builds and compiles fine
 
 setup.hint updated.

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: renameutils -- Programs to make file renaming easier

2012-10-09 Thread Corinna Vinschen
On Oct  8 16:07, Jari Aalto wrote:
 2012-10-08 13:28 marco atzeri
 |  requires: libintl8 libncursesw10 libreadline7
 | 
 |
 | it builds and runs fine.
 |
 | libncursesw10 is an indirect dependency
 
 Adjusted setup.hint
 
 Thanks,
 Jari

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: tnftp -- Enhanced ftp client

2012-10-09 Thread Corinna Vinschen
On Oct  8 12:06, marco atzeri wrote:
 On 10/8/2012 11:04 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/setup.hint \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1.tar.bz2
 
  # To check packaging
 
  cd tnftp
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 Included in Debian:
 
  http://packages.debian.org/tnftp
 
 Jari
 
 
 build and run fine. GTG
 
 Regards
 MArco
 

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


ITP: phplint -- Lint tool for PHP code (VOTE)

2012-10-09 Thread Jari Aalto

wget --recursive --no-host-directories --cut-dirs=3 \

http://cante.net/~jaalto/tmp/cygwin/phplint/phplint-1.1.20120402-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/phplint/phplint-1.1_20120402-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/phplint/phplint-1.1.20120402-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/phplint/setup.hint

# To check packaging

cd phplint
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Notes

Not yet included in any distributions, so needs votes.

Jari

[ setup.hint ]

sdesc: Lint tool for PHP code
ldesc: A validator and documentator for PHP programs. PHPLint extends
the PHP language through transparent meta-code that can drive the
parser to a even more strict check of the source. You can build your
programs from PHPLint in mind, or you can check and fix existing
programs, or you can follow the quick-and-dirty PHP programming way
and then add the PHPLint meta-code later once the program is finished.
Whatever is the strategy you choose, PHPLint makes your programs
safer, more secure, well documented and with less bugs.
category: Devel
requires: cygwin


Re: ITP: cscope -- Interactively examine a C program source

2012-10-09 Thread Jari Aalto
On 2012-10-09 13:07, Corinna Vinschen wrote:
| Hi guys,
|
| On Oct  7 08:26, Dave And Diane wrote:
|  Hi Jari,
| 
|  Yes, mlcscope was from 2006, and it also came from the Lucent
|  exptools source tree which is a different version than the gnu
|  cscope. Lucent has since stopped distributing mlcscope so I think
|  putting cscope in the packaging is a good thing. I've thought about
|  doing it myself - but hadn't got to it - glad you have followed this
|  path.
|
| does that mean cscope obsoletes mlcscope?

Not knowing mlscope, so I'm guessing, but it probably does as mlscope was a
spin-off.

Jari


Re: RFU: bcrypt 1.1-2

2012-10-09 Thread Jari Aalto
2012-10-09 13:23 Corinna Vinschen
corinna-cygwin-rdbxbdvo6bxqt0dzr+a...@public.gmane.org:
| On Sep 27 10:50, Jari Aalto wrote:
|
| Doesn't work.  While setup.hint exists, I get a 404 Not Found for the
| bcrypt-1.1-2* files.

wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/bcrypt/setup.hint

Files refreshed,
Jari


Re: [ITA] w32api-3.0b_svn5368-1

2012-10-09 Thread JonY
On 10/9/2012 18:06, Corinna Vinschen wrote:
 On Oct  2 16:54, JonY wrote:
 On 9/24/2012 12:27, Yaakov (Cygwin/X) wrote:
 On 2012-08-20 07:15, JonY wrote:
 New version up. Was the first uploaded?

 jturney, did you patch(es) get committed yet?

 Unfortunately, I did find another regression, this time with bind.  The
 mingw-w64 inaddr.h header conflicts with Cygwin's netinet/in.h:

 In file included from /usr/include/w32api/ras.h:11:0,
  from /usr/include/w32api/mprapi.h:10,
  from /usr/include/w32api/iprtrmib.h:9,
  from /usr/include/w32api/iphlpapi.h:13,
  from test.c:4:
 /usr/include/w32api/inaddr.h:17:16: error: redefinition of ‘struct in_addr’
 /usr/include/cygwin/in.h:116:8: note: originally defined here


 Yaakov



 Ping, anything new?
 
 Why does bind include iphlpapi.h at all?  As a Cygwin application it's not
 supposed to use Windows and Cygwin network functions in parallel.
 
 
 Corinna
 

I gathered from Yaakov that he wanted some fallback to the Windows DNS
settings when /etc/resolv.conf isn't found.




signature.asc
Description: OpenPGP digital signature


Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-09 Thread Corinna Vinschen
On Oct  9 13:12, Corinna Vinschen wrote:
 On Oct  8 16:12, Jari Aalto wrote:
  2012-10-08 14:58 marco atzeri
  |  requires: libncurses9
  | 
  | requires: libncurses10

Btw., shouldn't newer packages use libncursesw?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: RFU: bcrypt 1.1-2

2012-10-09 Thread Corinna Vinschen
On Oct  9 14:29, Jari Aalto wrote:
 2012-10-09 13:23 Corinna Vinschen
 corinna-cygwin-rdbxbdvo6bxqt0dzr+a...@public.gmane.org:
 | On Sep 27 10:50, Jari Aalto wrote:
 |
 | Doesn't work.  While setup.hint exists, I get a 404 Not Found for the
 | bcrypt-1.1-2* files.
 
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/bcrypt-1.1-2.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/bcrypt/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITA] w32api-3.0b_svn5368-1

2012-10-09 Thread Corinna Vinschen
On Oct  9 19:48, JonY wrote:
 On 10/9/2012 18:06, Corinna Vinschen wrote:
  On Oct  2 16:54, JonY wrote:
  On 9/24/2012 12:27, Yaakov (Cygwin/X) wrote:
  On 2012-08-20 07:15, JonY wrote:
  New version up. Was the first uploaded?
 
  jturney, did you patch(es) get committed yet?
 
  Unfortunately, I did find another regression, this time with bind.  The
  mingw-w64 inaddr.h header conflicts with Cygwin's netinet/in.h:
 
  In file included from /usr/include/w32api/ras.h:11:0,
   from /usr/include/w32api/mprapi.h:10,
   from /usr/include/w32api/iprtrmib.h:9,
   from /usr/include/w32api/iphlpapi.h:13,
   from test.c:4:
  /usr/include/w32api/inaddr.h:17:16: error: redefinition of ‘struct 
  in_addr’
  /usr/include/cygwin/in.h:116:8: note: originally defined here
 
 
  Yaakov
 
 
 
  Ping, anything new?
  
  Why does bind include iphlpapi.h at all?  As a Cygwin application it's not
  supposed to use Windows and Cygwin network functions in parallel.
  
  
  Corinna
  
 
 I gathered from Yaakov that he wanted some fallback to the Windows DNS
 settings when /etc/resolv.conf isn't found.

In that case bind should use the Cygwin-provided POSIX resolver
functions, IMHO.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU] w3m.0.5.3-1

2012-10-09 Thread Bob Heckel
On Tue, Oct 9, 2012 at 7:11 AM, Corinna Vinschen wrote:
 Uploaded.  I added external-source: w3m entries to the w3m-img/setup.hint 
 and
 w3m-debuginfo/setup.hint files.

Re-reading Advanced Options in Package Contrib Guide I see I should
have added that.  Good to know.

 Here's another problem:

   upset: *** setup.ini: warning - package w3m requires non-existent package
   xdg-utils

 I removed xdg-utils from the setup.hint requires line, but is that right?

Removing it is correct.  I relied on a .cygport that included support for
handling file and email links inside the browser.  I see now that I don't have
xdg-utils installed.  I will remove all references to xdg in future versions.

Thanks Corinna and sorry about all the troubles.

Bob


ITP: pstotext -- Extract text from PostScript and PDF files

2012-10-09 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/pstotext/pstotext-1.9-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/pstotext/pstotext-1.9-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/pstotext/setup.hint

# To check packaging

cd pstotext
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Included in Debian:

http://packages.debian.org/pstotext

Notes:

Program uses ghostscript for processing.

Jari

[ setup.hint ]

sdesc: Extract text from PostScript and PDF files
ldesc: 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 comes with ghostscript. The output of pstotext
is however better than that of ps2ascii, because pstotext deals better
with punctuation and ligatures.
category: Utils
requires: ghostscript


Re: ITP: pstotext -- Extract text from PostScript and PDF files

2012-10-09 Thread marco atzeri

On 10/9/2012 5:29 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/pstotext/pstotext-1.9-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/pstotext/pstotext-1.9-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/pstotext/setup.hint

 # To check packaging

 cd pstotext
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

Included in Debian:

 http://packages.debian.org/pstotext

Notes:

 Program uses ghostscript for processing.

Jari


it builds and runs fine. GTG

Regards
Marco



Re: ITP: xloadimage -- Graphics file viewer under X11

2012-10-09 Thread marco atzeri

On 10/8/2012 3:01 PM, Jari Aalto wrote:

2012-10-08 15:27 marco atzeri
On 2012-10-08 14:27, marco atzeri wrote:
|
| /tmp/ITP/xloadimage/xloadimage-4.1/.build/build/configure:
| Permission denied

I believe an added check now handles this. Repackaged.

Thanks,
Jari

wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/xloadimage/setup.hint \
  
http://cante.net/~jaalto/tmp/cygwin/xloadimage/xloadimage-4.1-1-src.tar.bz2
  \
  http://cante.net/~jaalto/tmp/cygwin/xloadimage/xloadimage-4.1-1.tar.bz2

  # To check packaging

  cd xloadimage
  tar -xf *-src.tar.bz2




it builds and packages fine. GTG

there is a spurious
usr/share/doc/xloadimage/VMS_BUILD.COM
probably already upstream

Regards
Marco



Re: ITP: xloadimage -- Graphics file viewer under X11

2012-10-09 Thread Jari Aalto
2012-10-09 19:37 marco atzeri
| 
| it builds and packages fine. GTG
| 
| there is a spurious usr/share/doc/xloadimage/VMS_BUILD.COM

Repackaged without it.

Thanks,
Jari


upload protocol

2012-10-09 Thread Christopher Faylor
Would it make sense to always wait for an RFU after an ITP?
As an uploader, I'd rather not have to scan conversations for clues
for when a package is ready for upload.

I was actually waiting for Jari to send an RFU for the packages that
he'd recently ITP'ed but, now that I think of it, maybe that's not
what we usually do.

I'd like to propose that we always require an RFU.

cgf


Re: ITP: duff -- Duplicate file finder

2012-10-09 Thread marco atzeri

On 10/9/2012 9:37 AM, Jari Aalto wrote:


wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/duff/duff-0.5.2-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/duff/duff-0.5.2-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/duff/setup.hint

 # To check packaging

 cd duff
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

Included in Debian:

 http://packages.debian.org/duff

Jari

[ setup.hint ]

sdesc: Duplicate file finder
ldesc: 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.
category: Utils
requires: libintl8



it builds runs and packages fine.
GTG

Marco



Re: upload protocol (Use of GTG?)

2012-10-09 Thread Jari Aalto

On 2012-10-09 12:58, Christopher Faylor wrote:
| Would it make sense to always wait for an RFU after an ITP?
| As an uploader, I'd rather not have to scan conversations for clues
| for when a package is ready for upload.

Perhaps appending GTG to a end of subject would be all that is
needed to mark the thread finished.

Jari


Re: ITP: pstotext -- Extract text from PostScript and PDF files (GTG)

2012-10-09 Thread Jari Aalto
2012-10-09 19:15 marco atzeri
| it builds and runs fine. GTG

Subject updated,
Jari


Re: ITP: duff -- Duplicate file finder (GTG)

2012-10-09 Thread Jari Aalto
2012-10-09 20:00 marco atzeri
marco.atzeri-re5jqeeqqe8avxtiumw...@public.gmane.org:
| it builds runs and packages fine.
| GTG

Subject updated,
Jari


Re: ITP: tree -- Display graphical directory tree (GTG)

2012-10-09 Thread Jari Aalto
On 2012-10-09 19:19, marco atzeri wrote:
| GTG
|
| Marco

Subject updated,
Jari


Re: ITP: makeself -- Utility to generate self-extractable archives

2012-10-09 Thread David Sastre Medina
On Mon, Oct 08, 2012 at 04:02:30PM +0300, Jari Aalto wrote:
 2012-10-08 07:41 Steven Monai:
 | makeself is already in the Cygwin archive.
 Ok, good.

Jari,

If you want to take over mantainership of makeself, I have no
objections. According to its git log, there have been some minor improvements 
during 
this year.

P.S. keychain (also a simple shell script) is orphaned, and there's a
new version upstream, just in case you're interested.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Re: upload protocol (Use of GTG?)

2012-10-09 Thread Christopher Faylor
On Tue, Oct 09, 2012 at 09:30:30PM +0300, Jari Aalto wrote:

On 2012-10-09 12:58, Christopher Faylor wrote:
| Would it make sense to always wait for an RFU after an ITP?
| As an uploader, I'd rather not have to scan conversations for clues
| for when a package is ready for upload.

Perhaps appending GTG to a end of subject would be all that is
needed to mark the thread finished.

I meant to mention that one of my reasons for asking is that I'm very
slowly working on automating the upload process.  I'd rather just scan
for one format of email and not have to look for something else.

I think it also is important that just because someone says GTG it
doesn't necessarily mean that the package should be uploaded.  That
really shoulr require the package owner to initiate the action.  IMO.

cgf


Re: ITP: pstotext -- Extract text from PostScript and PDF files (GTG)

2012-10-09 Thread Christopher Faylor
On Tue, Oct 09, 2012 at 09:32:29PM +0300, Jari Aalto wrote:
2012-10-09 19:15 marco atzeri
| it builds and runs fine. GTG

Subject updated,

How about if we reach a consensus before you adopt a new standard?

FWIW, you could have just have easily added a RFU to the beginning
of the subject.


Re: upload protocol

2012-10-09 Thread marco atzeri

On 10/9/2012 6:58 PM, Christopher Faylor wrote:

Would it make sense to always wait for an RFU after an ITP?
As an uploader, I'd rather not have to scan conversations for clues
for when a package is ready for upload.

I was actually waiting for Jari to send an RFU for the packages that
he'd recently ITP'ed but, now that I think of it, maybe that's not
what we usually do.

I'd like to propose that we always require an RFU.

cgf



fine for me

Marco



Re: [ITP] yasm -- a complete rewrite of the NASM assembler

2012-10-09 Thread David Stacey

On 08/10/12 21:14, Jari Aalto wrote:

On 2012-10-08 19:42, David Stacey wrote:
| On 08/10/12 10:23, Jari Aalto wrote:
| On 2012-10-07 22:01, David Stacey wrote:
| |
| | yasm...
| 
| Builds ok, GTG. It would be nice to also to have manual pages[*] for
| all binaries. These don't have one:
| 
|  usr/bin/vsyasm.exe
|  usr/bin/ytasm.exe
| 
| Jari
| 
| [*] FYI Debian includes manual pages for those and they are freely
| dstributable.http://packages.debian.org/unstable/yasm
|
| The man page is extremely minimalistic...

However minimalistic, everyone want's to access help with:

   man command


Revised version, containing the ytasm.1 man page from Debian:

wget --no-host-directories --force-directories --cut-dirs=1 \
  http://www.drstacey.talktalk.net/yasm/yasm-1.2.0-1.tar.bz2 \
  http://www.drstacey.talktalk.net/yasm/yasm-1.2.0-1-src.tar.bz2 \
  http://www.drstacey.talktalk.net/yasm/setup.hint \
http://www.drstacey.talktalk.net/yasm/yasm-devel/yasm-devel-1.2.0-1.tar.bz2 
\

  http://www.drstacey.talktalk.net/yasm/yasm-devel/setup.hint \
http://www.drstacey.talktalk.net/yasm/yasm-debuginfo/yasm-debuginfo-1.2.0-1.tar.bz2 
\

  http://www.drstacey.talktalk.net/yasm/yasm-debuginfo/setup.hint

Jari: Does your GTG still stand, or do you want to look at this again?

Cheers,

Dave.




Re: RFE: Cygw32 GNU Emacs Port

2012-10-09 Thread Ken Brown

[Redirecting from cygwin to cygwin-apps.]

On 10/9/2012 10:19 PM, Daniel Colascione wrote:

GNU Emacs 24.3, due out in about a month, will have a new
configuration option: --with-w32.  When built this way, Cygwin Emacs
uses native Win32 widgets instead of X11. The resulting cygw32 Emacs
looks just like NT Emacs, but is a native Cygwin application with full
support for Cygwin paths, ptys, and so on.

The default is still to build Emacs for X11.

When we release Emacs 24.3 packages for Cygwin, would it be possible
to add a package for users who want to use cygw32 Emacs?


It would be easy enough for me to do, assuming it builds without a 
problem.  But I have a couple of qualms about it:


1. This strikes me as going against the spirit of Cygwin, which tries to 
emulate Linux.  Why shouldn't users who want a GUI version of emacs just 
use emacs-X11, as they would on Linux?  We don't provide Win32 versions 
of other X11 programs as far as I know.


2. Because there is so much Windows-specific code in it, I wouldn't feel 
competent to support it if users have problems.  I'm not at all familiar 
with that kind of programming.


I'd like to hear what others think, especially cgf and Corinna.

Ken


Re: RFE: Cygw32 GNU Emacs Port

2012-10-09 Thread Christopher Faylor
On Tue, Oct 09, 2012 at 10:45:01PM -0400, Ken Brown wrote:
[Redirecting from cygwin to cygwin-apps.]

On 10/9/2012 10:19 PM, Daniel Colascione wrote:
 GNU Emacs 24.3, due out in about a month, will have a new
 configuration option: --with-w32.  When built this way, Cygwin Emacs
 uses native Win32 widgets instead of X11. The resulting cygw32 Emacs
 looks just like NT Emacs, but is a native Cygwin application with full
 support for Cygwin paths, ptys, and so on.

 The default is still to build Emacs for X11.

 When we release Emacs 24.3 packages for Cygwin, would it be possible
 to add a package for users who want to use cygw32 Emacs?

It would be easy enough for me to do, assuming it builds without a 
problem.  But I have a couple of qualms about it:

1. This strikes me as going against the spirit of Cygwin, which tries to 
emulate Linux.  Why shouldn't users who want a GUI version of emacs just 
use emacs-X11, as they would on Linux?  We don't provide Win32 versions 
of other X11 programs as far as I know.

2. Because there is so much Windows-specific code in it, I wouldn't feel 
competent to support it if users have problems.  I'm not at all familiar 
with that kind of programming.

I'd like to hear what others think, especially cgf and Corinna.

I had similar mild concerns about the un-Cygwinness of it.  But, we do have
other packages like mintty which have specific Windows code in them and, even
the X package has to have Windows code.

So, I'd leave the decision entirely up to your competent hands.  I'm
amazed that you do such a good job supporting such a complicated package
already so I'd expect that you could pick up the Windows stuff
eventually.  The only question is really if you want to take on the
added support costs.

Maybe you could release it as a test package and see just how much bother
it could be?

Otherwise, I could say ABSOLUTELY NOT and you could blame me.  :-)

cgf


Re: RFE: Cygw32 GNU Emacs Port

2012-10-09 Thread Daniel Colascione
On 10/9/12 7:45 PM, Ken Brown wrote:
 [Redirecting from cygwin to cygwin-apps.]

I sent it to the Cygwin list because the last Emacs thread --- the one
about mouse support --- was on that list. I thought -apps was for
release management and such, not general discussion. Apologies.

 It would be easy enough for me to do, assuming it builds without a
 problem.  But I have a couple of qualms about it:
 
 1. This strikes me as going against the spirit of Cygwin, which tries
 to emulate Linux.  Why shouldn't users who want a GUI version of emacs
 just use emacs-X11, as they would on Linux?

If I wanted to emulate Linux, I'd run VirtualBox. The entire point of
using Cygwin is to *integrate*, to the greatest extent possible, tools
from POSIXland into Windows. Making that integration work better has
been a common theme of everything I've done --- winln, injob, assorted
other things (including a readline-based PowerShell host), and now
cygw32 Emacs. I don't think the goal of Cygwin should be to become
reincarnated POSIX subsystem that, although it might run on the same
kernel as the Win32 GUI stuff, can't interact with regular Windows
applications.

  We don't provide Win32 versions of other X11 programs as far as I know.

That's true, but only because most programs don't have a Win32 mode
that works under Cygwin. There's also precedent in mintty, which we
provide so that users don't have to run an X11 terminal emulator or
use the deplorable built-in Windows conhost.

 2. Because there is so much Windows-specific code in it, I wouldn't
 feel competent to support it if users have problems.  I'm not at all
 familiar with that kind of programming.

The vast majority of the GUI code is identical to the NT-native Emacs
port, which has a large userbase and which is well-supported. The
Cygwin underpinnings are identical to the ones in regular Cygwin
Emacs. I'll support the little bit of glue that sits between them. If
I get hit by a bus, just yank the cygw32 port, and we'll be no worse
off than we were before.



signature.asc
Description: OpenPGP digital signature


Re: [ITA] w32api-3.0b_svn5368-1

2012-10-09 Thread Yaakov (Cygwin/X)
On Tue, 2012-10-09 at 12:06 +0200, Corinna Vinschen wrote:
 Why does bind include iphlpapi.h at all?  As a Cygwin application it's not
 supposed to use Windows and Cygwin network functions in parallel.

Because you asked me to make it so:

http://www.cygwin.com/ml/cygwin-apps/2009-01/msg00097.html

So I hacked the code to do exactly that:

http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/bind;a=blob;f=9.7.1-lwconfig-win32.patch;h=d05c009

Perhaps a solution is for cygwin/in.h to #define s_addr s_addr to
trigger inaddr.h's include guard?


Yaakov




RFU: makeself -- Utility to generate self-extractable archives

2012-10-09 Thread Jari Aalto
2012-10-09 21:49 David Sastre Medina
|
| If you want to take over mantainership of makeself, I have no
| objections. According to its git log, there have been some minor improvements 
during
| this year.

Ok; packaged from Git:

wget --recursive --no-host-directories --cut-dirs=3 \

http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5+20120813+gitdcbe778-1-src.tar.bz2
 \

http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5+20120813+gitdcbe778-1.tar.bz2
 \
http://cante.net/~jaalto/tmp/cygwin/makeself/setup.hint

Thank you for your work,
Jari


Re: RFE: Cygw32 GNU Emacs Port

2012-10-09 Thread d. henman
Though just a cygwin user, I use emacs extensively.  I would like to
say that I agree with cfg's ideas to make a test package and let it
have a try out.  I'm willing to do so.  From a strictly  user's
viewpoint, emacs should behave the same, only faster and consume less
resources if they don't have to load X11 packages as well, I would
venture.

On Tue, Oct 9, 2012 at 8:16 PM, Daniel Colascione dan...@dancol.org wrote:
 On 10/9/12 7:45 PM, Ken Brown wrote:
 [Redirecting from cygwin to cygwin-apps.]

 I sent it to the Cygwin list because the last Emacs thread --- the one
 about mouse support --- was on that list. I thought -apps was for
 release management and such, not general discussion. Apologies.

 It would be easy enough for me to do, assuming it builds without a
 problem.  But I have a couple of qualms about it:

 1. This strikes me as going against the spirit of Cygwin, which tries
 to emulate Linux.  Why shouldn't users who want a GUI version of emacs
 just use emacs-X11, as they would on Linux?

 If I wanted to emulate Linux, I'd run VirtualBox. The entire point of
 using Cygwin is to *integrate*, to the greatest extent possible, tools
 from POSIXland into Windows. Making that integration work better has
 been a common theme of everything I've done --- winln, injob, assorted
 other things (including a readline-based PowerShell host), and now
 cygw32 Emacs. I don't think the goal of Cygwin should be to become
 reincarnated POSIX subsystem that, although it might run on the same
 kernel as the Win32 GUI stuff, can't interact with regular Windows
 applications.

  We don't provide Win32 versions of other X11 programs as far as I know.

 That's true, but only because most programs don't have a Win32 mode
 that works under Cygwin. There's also precedent in mintty, which we
 provide so that users don't have to run an X11 terminal emulator or
 use the deplorable built-in Windows conhost.

 2. Because there is so much Windows-specific code in it, I wouldn't
 feel competent to support it if users have problems.  I'm not at all
 familiar with that kind of programming.

 The vast majority of the GUI code is identical to the NT-native Emacs
 port, which has a large userbase and which is well-supported. The
 Cygwin underpinnings are identical to the ones in regular Cygwin
 Emacs. I'll support the little bit of glue that sits between them. If
 I get hit by a bus, just yank the cygw32 port, and we'll be no worse
 off than we were before.



Re: RFE: Cygw32 GNU Emacs Port

2012-10-09 Thread Christopher Faylor
On Tue, Oct 09, 2012 at 08:16:41PM -0700, Daniel Colascione wrote:
On 10/9/12 7:45 PM, Ken Brown wrote:
1.  This strikes me as going against the spirit of Cygwin, which tries
to emulate Linux.  Why shouldn't users who want a GUI version of emacs
just use emacs-X11, as they would on Linux?

If I wanted to emulate Linux, I'd run VirtualBox.

What you want is completely irrelevant.  The project has goals and
guidelines.  Ken was asking for some guidance given those factors.  He
wasn't asking what you wanted since that was completely clear.

The I'd run VirtualBox is a tired and tedious argument and will
not sway anyone.

cgf


RFU: keychain 2.7.1-1 (ITA: new maintainer)

2012-10-09 Thread Jari Aalto
2012-10-09 21:49 David Sastre Medina
|
| P.S. keychain (also a simple shell script) is orphaned, and there's a
| new version upstream, just in case you're interested.

New upstream release:

wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/keychain/keychain-2.7.1-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/keychain/keychain-2.7.1-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/keychain/setup.hint

Jari