[ITP] ccrypt: A utility for encrypting and decrypting files and streams

2003-12-14 Thread Andreas Seidl
I would like to contribute and maintain ccrypt: * http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/ (Homepage) * http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/ccrypt-1.6.tar.gz (Download) Obtaining this package for review:

Re: Pending Packages List, 2004-01-23

2004-01-29 Thread Andreas Seidl
As said in http://cygwin.com/ml/cygwin-apps/2004-01/msg00112.html the version is now 1.6-2, please change the package and the file names: Package: ccrypt 1.6-1 [2003-12-14] http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.6-1.tar.bz2

Re: Pending Packages List, 2004-01-23

2004-01-30 Thread Andreas Seidl
Igor Pechtchanski wrote: $ tar tjf ccrypt-1.6-2.tar.bz2 etc/ etc/postinstall/ [snip usr/bin/*] usr/doc/ [snip usr/share/*] Andreas. Hmm, why is there an empty /usr/doc, then? I don't think this should hold up uploading package, but in the future versions, could

[ITP] TeXmacs: A scientific wysiwyg Editor and Interface for Computer Algebra Systems

2004-02-01 Thread Andreas Seidl
Someone wanted more X-applications? I would like to contribute and maintain TeXmacs: * http://texmacs.org (Homepage) * ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.3.2-src.tar.gz (Download) Obtaining this package for review: wget

Re: ccrypt review [Was: Pending Packages List, 2003-12-19]

2004-02-02 Thread Andreas Seidl
Lapo Luchini wrote: Ops, sorry... I had flu. (very bad, 1 week and I still suffer...) Get well soon! This seems a perfectly packaged package now, only doubt I have is that I don't know how to check these: usr/share/emacs/site-lisp/jka-compr-ccrypt.el

Re: ccrypt review [Was: Pending Packages List, 2003-12-19]

2004-02-02 Thread Andreas Seidl
Lapo Luchini wrote: BTW: I wonder why the program is not symmetric, doesn't it use AES in CTR-mode? No, the manual page states: ccrypt implements a stream cipher by operating the Rijndael block cipher in CFB mode. Andreas. -- http://www.fmi.uni-passau.de/~seidl/

Re: [Review - Almost GTG] TeXmacs: A scientific wysiwyg Editor and Interface for Computer Algebra Systems

2004-02-02 Thread Andreas Seidl
Volker, first of all many thanks for this in-depth review and for pointing out the sore spots. The package is GOOD TO GO from my side if the following issues get addressed. For your convinience I include a small patch at the end of the mail which fixes the following o remove empty

Re: [Review - Almost GTG] TeXmacs: A scientific wysiwyg Editor and Interface for Computer Algebra Systems

2004-02-03 Thread Andreas Seidl
Igor Pechtchanski wrote: $ cygcheck -svr | grep gcc Found: C:\cygwin\bin\gcc.exe gcc 3.2-3 gcc-mingw-core 20031020-1 You're missing the gcc-g++ package. Install it, and you should be fine. Okay: $ cygcheck -svr | grep gcc Found: C:\cygwin\bin\gcc.exe gcc

Re: [Review - Almost GTG] TeXmacs: A scientific wysiwyg Editor and Interface for Computer Algebra Systems

2004-02-03 Thread Andreas Seidl
Dr. Volker Zell wrote: As Igor already pointed out you haven't installed g++. Try installing it and make a new release. I'll review that version. Okay: $ cygcheck -svr | grep gcc Found: C:\cygwin\bin\gcc.exe gcc 3.3.1-3 gcc-g++ 3.3.1-3 gcc-mingw-core

TeXmacs problems resolved, package ready

2004-02-16 Thread Andreas Seidl
TeXmacs compiles now for me as well nicely with gcc 3.3.1 and cygwin 1.5.7. I've made new packages based on the latest version, which is 1.0.3.3 now. From my perspective there are no remaining hold-ups, and as the required 3 votes are obtained, it might be time now to roll out the package: wget \

Re: TeXmacs problems resolved, package ready

2004-02-17 Thread Andreas Seidl
Dr. Volker Zell wrote: Andreas From my perspective there are no remaining hold-ups, and as the required Andreas 3 votes are obtained, it might be time now to roll out the package: If you like I can make a final review tomorrow during the day. That would be great! Ciao, Andreas. --

Re: [Good to go] TeXmacs

2004-02-18 Thread Andreas Seidl
Dr. Volker Zell wrote: Okidoki this is good to go now. Builds and installs fine. The binary package also looks good. @Daniel Reed: This refers to the version 1.0.3.3-1, links to the package are given in http://cygwin.com/ml/cygwin-apps/2004-02/msg00140.html Maybe for the next release, there is

a script to remove empty directories

2004-02-19 Thread Andreas Seidl
Igor Pechtchanski wrote: On Wed, 18 Feb 2004, Andreas Seidl wrote: Hmm, wouldn't the generic build script be the place to add functionality to remove empty directories? Doing it by hand adds work, and even worse, is a possible source for bugs, as a newer release might have actually files

Re: a script to remove empty directories

2004-02-19 Thread Andreas Seidl
. Your version is much faster (but has problems with spaces) than my version and the version posted by Volker. (e.g. 4s versus 50s). - begin - #!/usr/bin/bash # rmed -- remove empty directories recursively # Andreas Seidl -- http://www.fmi.uni-passau.de/~seidl/ -- 19.02.2004 # usage: rmed

Re: a script to remove empty directories

2004-02-19 Thread Andreas Seidl
Dr. Volker Zell wrote: Here is another one from o http://www.shelldorado.com/scripts/categories.html I searched with Google, but did not find it... --- cut here --- : # rmemptydir - remove empty directories # Heiner Steven ([EMAIL PROTECTED]), 2000-07-17 # #

Possible legal problem with ccrypt? [Was: Re: Pending Packages List, 2004-02-13]

2004-02-22 Thread Andreas Seidl
Lapo wrote: Daniel Reed wrote: | Package: ccrypt 1.6-2 [2004-01-20] | Description: A utility for encrypting and decrypting files and streams |Proposer: Andreas Seidl |Proposal: http://cygwin.com/ml/cygwin-apps/2004-01/msg00112.html |Release directory (for use with setup.exe

Re: a script to remove empty directories

2004-02-22 Thread Andreas Seidl
Igor Pechtchanski wrote: Here's a variant of the above that works with spaces in filenames (but doesn't delete directories that contain only empty directories): find $ROOT -depth -type d -empty -print0 |xargs -0 rmdir -f However, does anyone care to submit a patch to the generic-build-script?

Re: Possible legal problem with ccrypt? [Was: Re: Pending Packages List, 2004-02-13]

2004-02-23 Thread Andreas Seidl
Volker Quetschke wrote: Hmm, I had the 1.2.4 version ready for a while, but forgot to mention it. Now it's too late. Anyone here with a bit web/ftp space to host the cygwin package? (Preferably in europe?) Volker (Former cygwin gnupg mainainer) Feel free to post the links or to email me the

Please upload new package: TeXmacs-1.0.3.3-1

2004-03-05 Thread Andreas Seidl
The TeXmacs package has acquired the necessary 3 votes and a good to go review (http://sources.redhat.com/ml/cygwin-apps/2004-02/msg00158.html) more than two weeks ago. So please upload at you earliest convenience: - begin - mkdir TeXmacs cd TeXmacs wget \

Re: ITP moratorium

2004-03-06 Thread Andreas Seidl
Christopher Faylor wrote: I'm imposing a moratorium on ITPs for now. Does this mean no new ITPs or does this even mean that ITPs which are already in the pipeline are stalled? Andreas. -- http://www.fmi.uni-passau.de/~seidl/

Please update: TeXmacs-1.0.4-3

2004-08-12 Thread Andreas Seidl
Pleas upload the new stable release: http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-3-src.tar.bz2 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-3.tar.bz2 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/setup.hint and remove the

Please upload: ccrypt-1.7-1: A utility for encrypting and decrypting files

2004-08-21 Thread Andreas Seidl
Based on my 1.6 package, which received 3 votes, was thoroughly reviewed, but never uploaded for unknown reasons, I've made a new package of the new 1.7 version. http://alice.fmi.uni-passau.de/~seidl/cygwin/release/ccrypt/ccrypt-1.7-1-src.tar.bz2

forwarding of announcements disabled?

2004-08-23 Thread Andreas Seidl
It seems mails are no longer forwarded (and prefixed with [ANNOUNCEMENT]) from the cygwin-announce list to the cygwin list anymore. So I have to send mails to both lists? Andreas -- http://www.fmi.uni-passau.de/~seidl/

Please upload: TeXmacs-1.0.4-4

2004-09-02 Thread Andreas Seidl
Please upload http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-4-src.tar.bz2 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/TeXmacs-1.0.4-4.tar.bz2 http://alice.fmi.uni-passau.de/~seidl/cygwin/release/TeXmacs/setup.hint and remove the -3 revison. Andreas --

Re: forwarding of announcements disabled?

2004-09-04 Thread Andreas Seidl
CGF notified me that fowarding another of your announcements failed in the same manner. I took a closer look and found his procmail recipe is failing for subjects that contain embedded newlines. This has happened four times since I took over the forwarding; three of which were yours :-(. I

Re: Guile misbehavior

2005-11-18 Thread Andreas Seidl
Jan Nieuwenhuizen schrieb: Andreas Seidl writes: $ cd /tmp $ guile --version ERROR: In procedure make-struct-layout: ERROR: Wrong type argument in position 1 (expecting STRINGP): pw Any ideas what causes this? No, it works for me. What does pwd say in the directories where it doesn't

Please upload: TeXmacs-1.0.6-1

2005-12-18 Thread Andreas Seidl
Please upload the new stable version: http://andreasseidl.com/cygwin/release/TeXmacs/TeXmacs-1.0.6-1-src.tar.bz2 http://andreasseidl.com/cygwin/release/TeXmacs/TeXmacs-1.0.6-1.tar.bz2 http://andreasseidl.com/cygwin/release/TeXmacs/setup.hint and delete the old version. As usual, in 48h I'll

Re: Please upload: TeXmacs-1.0.6-1

2005-12-18 Thread Andreas Seidl
Christopher Faylor schrieb: I've uploaded the new version but are you sure you don't want to just keep the old version around just in case? There is just one old version in the TeXmacs directory now so there is no hardship involved in keeping it around and it does allow people to drop back if