Re: Please Upload: ncftp-3.2.0-1

2006-11-08 Thread Hack Kampbjorn

Corinna Vinschen wrote:

Again, thanks for taking over maintainership!


I second that 8-)

/me waiting for somebody to take over keychain and wget



Corinna




--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: ATTN Harold Hunt - Re: https no longer supported with wget v1.10.1

2005-10-03 Thread Hack Kampbjorn

Harold L Hunt II wrote:
What I wanted to know, though, was historically whether wget has linked 
against the static or shared libs so I would know if I was missing 
something that caused the shared libs to work.


Yes, it has historically used shared libs also for ssl.


Unfortunately, it looks like wget must have always been linking against 
the static ssl libs because it uses a custom 550 line m4 script to find 
the ssl libs and it doesn't seem to know anything about Cygwin or to 
prefer shared over static libs.  I don't know that I want to open that 
can of worms just yet, since I usually end up having to fix about a 
weeks worth of bad autoconf in order to get things working again.  In 
the mean time, I think I'll release the statically linked version to 
maintain the status quo.


They removed libtool support somewhere between 1.9.1 and 1.10.1. This 
seems to have caused this problem. I've tried with different --with-ssl 
arguments but it doesn't seem to consistenly find '-lssl -lcrypto'. The 
easiest thing is to just force it to use the -l libraries over the .a libs


$ diff -u wget-1.10.1/Makefile.in*
--- wget-1.10.1/Makefile.in 2005-10-03 19:56:34.153712800 +0200
+++ wget-1.10.1/Makefile.in.orig2005-06-27 00:06:49.0 +0200
@@ -57,7 +57,7 @@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@ -DSYSTEM_WGETRC=\$(sysconfdir)/wgetrc\ 
-DLOCALEDIR=\$(localedir)\

-LIBS = @LIBS@ @LTLIBSSL@
+LIBS = @LIBS@ @LIBSSL@
 LDFLAGS = @LDFLAGS@
# Note: it's only @LIBSSL@ - @LTLIBSSL@

$ cygcheck wget-1.10.1/.build/src/wget.exe
wget-1.10.1/.build/src/wget.exe
  d:\cygwin\bin\cygcrypto-0.9.8.dll
d:\cygwin\bin\cygwin1.dll
  C:\WINNT\System32\ADVAPI32.DLL
C:\WINNT\System32\NTDLL.DLL
C:\WINNT\System32\KERNEL32.DLL
C:\WINNT\System32\RPCRT4.DLL
  d:\cygwin\bin\cygintl-3.dll
d:\cygwin\bin\cygiconv-2.dll
  d:\cygwin\bin\cygssl-0.9.8.dll



Harold




--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: 1st summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-10-02 Thread Hack Kampbjorn

Corinna Vinschen wrote:

On Sep 23 12:40, Max Bowsher wrote:


Hack Kampbjorn wrote:


Corinna Vinschen wrote:


On Sep 21 20:23, Hack Kampbjorn wrote:



Hack Kampbjorn:
keychain
ncftp
wget

But my last windows computer at home is being hit by a deathstar battle
station. And I will don't read cygwin mail at work even that I do have a
windows desktop there where I use cygwin everyday.



Err... what does that mean?  wget is now Harold's, but what about the 
other

two packages?  Do you continue to maintain them or are they up for grabs?


I continue to maintain them until somebody takes over


How can you maintain them if you never have any free time with a cygwin 
computer? Or is that not what you are saying?



I'd be interested to hear the answer, too.


It seems my attempt at humor was open for misunderstandings. I meant to 
say that my current Windows desktop at home is about to die as it's 
running with an IBM Deskstar 60 GB that has a known defect which earned 
it the nickname deathstar. Even when this happens I will have access to 
Windows systems but only at my work office. (The funny thing is that it 
would give me a service window of at least 8 hours a day which is more 
than I've ever spend at with a cygwin system at home)


What was only implied (at least I thought so) but not said was that when 
it does die my ability to maintain cygwin packages is less than optimal 
and I would not mind somebody else taking over before that time.





Corinna




--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: 2nd summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-10-02 Thread Hack Kampbjorn

Nicholas Wourms wrote:

Corinna,



agetty Up for grabs (so far Sergey Okhapkin)
chkconfig  Up for grabs (so far Sergey Okhapkin)
initscriptsUp for grabs (so far Sergey Okhapkin)
sysvinit   Up for grabs (so far Sergey Okhapkin)
xinetd Up for grabs (so far Sergey Okhapkin)


If Sergey doesn't want these, I've got some local packaged versions
which are more recent.  So I'll bite unless someone else really really
wants them.  Give me a week or so, and I'll see what I can cook up.



keychain   Hack Kampbjorn or up for grabs?
ncftp  Hack Kampbjorn or up for grabs?



If Hack doesn't want these anymore, ditto on these.


I would apreciate that.


Cheers,
Nicholas





--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: 1st summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-09-22 Thread Hack Kampbjorn

Corinna Vinschen wrote:

On Sep 21 20:23, Hack Kampbjorn wrote:


Hack Kampbjorn:
keychain
ncftp
wget

But my last windows computer at home is being hit by a deathstar battle 
station. And I will don't read cygwin mail at work even that I do have a 
windows desktop there where I use cygwin everyday.



Err... what does that mean?  wget is now Harold's, but what about the other
two packages?  Do you continue to maintain them or are they up for grabs?


I continue to maintain them until somebody takes over



Corinna




--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: 1st summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-09-21 Thread Hack Kampbjorn

Hack Kampbjorn:
keychain
ncftp
wget

But my last windows computer at home is being hit by a deathstar battle 
station. And I will don't read cygwin mail at work even that I do have a 
windows desktop there where I use cygwin everyday.


--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Re: 1st summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-09-21 Thread Hack Kampbjorn

Harold L Hunt II wrote:

Hack!

I rerolled wget with the latest version that supports  2 GB files, and 
offerred to accept maintainership if you didn't want it anymore:


http://cygwin.com/ml/cygwin-apps/2005-09/msg00074.html


Chris said to await a response from you:

http://cygwin.com/ml/cygwin-apps/2005-09/msg00075.html


So, could you respond to that please?  Thanks.


You are welcome to take over


Harold



--
Med venlig hilsen / Kind regards

Hack Kampbjørn


Ready for upload: keychain-2.5.3.1-1

2005-03-10 Thread Hack Kampbjorn
http://cygwin.hackdata.org/keychain-2.5.3.1-1/keychain-2.5.3.1-1-src.tar.bz2
http://cygwin.hackdata.org/keychain-2.5.3.1-1/keychain-2.5.3.1-1.tar.bz2
http://cygwin.hackdata.org/keychain-2.5.3.1-1/setup.hint
Note setup.hint has not changed but alot has changed for keychain. It may be 
safer to set it to test for some time.

sdesc: An OpenSSH key manager
ldesc: Keychain is an OpenSSH key manager, typically run from
~/.bash_profile. When run, it will make sure ssh-agent is running; if
not, it will start ssh-agent. It will redirect ssh-agent's output to
~/.ssh-agent, so that cron jobs that need to use ssh-agent keys can
simply source this file and make the necessary passwordless ssh
connections. In addition, when keychain runs, it will check with
ssh-agent and make sure that the ssh RSA/DSA keys that you specified on
the keychain command line have actually been added to ssh-agent. If not,
you are prompted for the appropriate passphrases so that they can be
added by keychain.
category: Utils
# cygwin contains kill and ps
# sh-utils contains uname and whoami
requires: openssh bash grep gawk sh-utils cygwin
* keychain 2.5.3.1 (10 Mar 2005)
  10 Mar 2005; Aron Griffis [EMAIL PROTECTED];
  Fix problem introduced in 2.5.3 wrt adding gpg keys to the agent.  Thanks
  to Azarah for spotting it.
* keychain 2.5.3 (09 Mar 2005)
  09 Mar 2005; Aron Griffis [EMAIL PROTECTED];
  Improve handling of DISPLAY by unsetting if blank.  Call gpg with
  --use-agent explicitly.
* keychain 2.5.2 (06 Mar 2005)
  06 Mar 2005; Aron Griffis [EMAIL PROTECTED];
  Fix bug 78974 keychain errors on Big/IP (x86 BSD variant) by refraining
  from using ! in conditional expressions.  Fix RSA fingerprint extraction
  on Solaris, reported in email by Travis Fitch.  Use $HOSTNAME when
  possible instead of calling uname -n to improve bash_profile
  compatibility.
* keychain 2.5.1 (12 Jan 2005)
  12 Jan 2005; Aron Griffis [EMAIL PROTECTED];
  Don't accidentally inherit a forwarded agent when
  inheritwhich=local-once.  Move the --stop warning after the version
  splash.
* keychain 2.5.0 (07 Jan 2005)
  07 Jan 2005; Aron Griffis [EMAIL PROTECTED];
  Add inheritance support via --inherit.  Add parameters to --stop for
  more control.  Change the default behavior of keychain to inherit if
  there's no keychain agent running (--inherit local-once), and
  refrain from killing other agents unless --stop others is
  specified.
* keychain 2.4.3 (17 Nov 2004)
  17 Nov 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bug 69879: Update findpids to work again on BSD; it has been
  broken since the changes in version 2.4.2.  Now we use OSTYPE (bash)
  or uname to determine the system type and call ps appropriately.
* keychain 2.4.2.1 (30 Sep 2004)
  30 Sep 2004; Aron Griffis [EMAIL PROTECTED];
  Fix minor issues in the test for existing gpg keys wrt DISPLAY
* keychain 2.4.2 (29 Sep 2004)
  29 Sep 2004; Aron Griffis [EMAIL PROTECTED];
  Make gpg support more complete.  Allow adding keys, clearing the
  agent, etc.  Fix --quick support to work properly again; it was
  broken since 2.4.0.  Change default --attempts to 1 since the progs
  ask multiple times anyway.
* keychain 2.4.1 (22 Sep 2004)
  22 Sep 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bugs 64174 and 64178; support Sun SSH, which is really OpenSSH
  in disguise and a few critical outputs changed.  Thanks to Nathan
  Bardsley for lots of help debugging on Solaris 9
  15 Sep 2004; Aron Griffis [EMAIL PROTECTED];
  Fix pod2man output so it formats properly on SGI systems.  Thanks to
  Matthew Moore for reporting the problem.
* keychain 2.4.0 (09 Sep 2004)
  09 Sep 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bug 26970 with first pass at gpg-agent support
  Fix Debian bug 269722; don't filter output of ssh-add
  Fix bug reported by Marko Myllynen regarding keychain and Solaris
  awk's inability to process -F'[ :]'
  Fix bug in now_seconds calculation, noticed by me.
* keychain 2.3.5 (28 Jul 2004)
  28 Jul 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bug 58623 with patch from Daniel Westermann-Clark; don't put an
  extra newline in the output of listmissing
  Generate keychain.spec from keychain.spec.in automatically so that
  the version can be set appropriately.
* keychain 2.3.4 (24 Jul 2004)
  24 Jul 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bug 28599 reported by Bruno Pelaia; ignore defunct processes in
  ps output
* keychain 2.3.3 (30 Jun 2004)
  30 Jun 2004; Aron Griffis [EMAIL PROTECTED];
  Fix bug reported by Matthew S. Moore in email; escape the backticks
  in --help output
  Fix bug reported by Herbie Ong in email; set pidf, cshpidf and lockf
  variables after parsing command-line to honor --dir setting
  Fix bug reported by Stephan Stahl in email; make spaces in filenames
  work throughout keychain, even in pure Bourne shell
  Fix operation on HP-UX with older OpenSSH by interpreting output of
  ssh-add as well as the error status
* keychain 2.3.2 (16 Jun 2004)
  16 Jun 2004; Aron Griffis [EMAIL 

Ready for upload: wget-1.9.1-2

2005-01-24 Thread Hack Kampbjorn
wget http://cygwin.hackdata.org/wget-1.9.1-2/wget-1.9.1-2.tar.bz2
wget http://cygwin.hackdata.org/wget-1.9.1-2/wget-1.9.1-2-src.tar.bz2
wget http://cygwin.hackdata.org/wget-1.9.1-2/setup.hint
NOTE: that setup.hint has changed to libintl3 in the requires line (there is 
still one package using the old libintl2 library). wget-1.9-1 can be 
deleted, this is the first packaging issue reported for wget-1.9.1-1 in over 
a year since it's release.


Changelog:
2005-01-23 Hack Kampbjørn
   - install the sample wgetrc from /usr/share/doc and not /usr/doc
 reported by Pierre A. Humblet
   - updated setup.hint to new libintl package
setup.hint
sdesc: Utility to retrieve files from the WWW via HTTP and FTP
ldesc: GNU Wget is a file retrieval utility which can use either
the HTTP, HTTPS, or FTP protocols. Wget features include the ability
to work in the background while you're logged out, recursive retrieval
of directories, file name wildcard matching, remote file timestamp
storage and comparison, use of Rest with FTP servers and Range with
HTTP servers to retrieve files over slow or unstable connections,
support for Proxy servers, and configurability.
category: Web
requires: openssl libintl3 libiconv2 ash cygwin
--
Med venlig hilsen / Kind regards
Hack Kampbjørn


Re: wget postinstall

2005-01-22 Thread Hack Kampbjorn
Pierre A. Humblet wrote:
wget postinstall tries to copy the configuration file from
/usr/doc/wget-${VERSION}/sample.wgetrc although it's now
under /usr/share/doc
Ops, I'll try to fix that this weekend. And that will bring it up to cygwin 
1.5+ as the current package is from november 2003.
Pierre


--
Med venlig hilsen / Kind regards
Hack Kampbjørn


Re: [ITP] cdrtools-2.01

2004-09-17 Thread Hack Kampbjorn
Ross Smith II wrote:
I want to contribute/maintain cdrtools (cdrecord, mkisofs, etc).
Canonical website:
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Package setup.hint:
===
sdesc: Rip and burn CDs, make ISO files, and related utilities
ldesc: CDRTools is a collection of utilities, that allows one to rip and
burn CD-Rs and CD-RWs.
Also included are utilities to create ISO files, and to convert audio CD
tracks to .wav files.
requires: cygwin
category: Utils
Does anyone see any issues with producing this package?
-0
What about the aspi.dll? When I've used this in the past I've always had to 
download an aspi driver from adaptec or nero. Does this include a distributable 
aspi driver or is it not needed anymore?
I've been compiling cdrecord for some time now for Cygwin, and it compiles
OOTB.
Thanks,
Ross


--
Med venlig hilsen / Kind regards
Hack Kampbjørn


Ready for upload: ncftp-3.1.7-1

2004-06-06 Thread Hack Kampbjorn
curl -O http://cygwin.hackdata.org/setup/ncftp-3.1.7-1/setup.hint
curl -O http://cygwin.hackdata.org/setup/ncftp-3.1.7-1/ncftp-3.1.7-1.tar.bz2
curl -O http://cygwin.hackdata.org/setup/ncftp-3.1.7-1/ncftp-3.1.7-1-src.tar.bz2
Cygwin ChangeLog:
  * build with cygwin-1.5, fixes a problem with uid64k (Who are you?)
  * remove readline support. I cannot find Shane Wegner's patch for 3.1.7
  * no need to run autoheader and autoconf without the readline patch
  * updated to the newest generic build script
  * patched Makefile.in to use DESTDIR
setup.hint:
category: Net
# From the postinstall script:
# sh - ash
# mkdir - fileutils
requires: cygwin libncurses7 terminfo less ash fileutils
sdesc: An improved FTP client
ldesc: Ncftp is an improved FTP client.  Ncftp's improvements include support
for command line editing, command histories, recursive gets, automatic
anonymous logins and more.
The old ncftp-3.1.3-1 package can be deleted. But the ncftp-3.1.4-1 package 
requires libncurses7 and libreadline5, how do I express that in the setup.hint file?

--
Med venlig hilsen / Kind regards
Hack Kampbjørn


Re: ncftp: Who are you?

2004-05-26 Thread Hack Kampbjorn
Corinna Vinschen wrote:
On May  7 23:18, Corinna Vinschen wrote:
On May  7 11:26, Andrew DeFaria wrote:
When I use ncftp I get the following:
Who are you?
You have a user id number of 13307, but no username associated with it.
Problem is my uid is 78843:
78843-13307=65536
That's no coincidence.  ncftp has apparently never been rebuilt under
1.5.x to become 64 bit clean.

Or better:  ...to become 32 bit clean in terms of uids and gids.
Hack, could you please have a look into that issue?
Ok, I'll look into it soon.

Corinna

--
Med venlig hilsen / Kind regards
Hack Kampbjørn


Re: [RFC] foobar-devel or libfoobar?!

2003-12-23 Thread Hack Kampbjorn
Stipe Tolj wrote:

Hi list,

I'm packaging mysql-4.0.17 (without server) for dependency to various
packages that I'll support, ie. mod_auth_mysql for the mysql based
HTTP basic authentication for Apache and the new PHP module.
Now I get into a question: 
According how maintainers do, it seems that libraries, header files
and base client programs are packages as foobar-devel with the same
version-revision tagging. Unfortunatly this is mileading to the things
reflected in the http://cygwin.com/setup.html page, where such a
package is about to be named libfoobar.

So can we have a discurs on how a unique naming scheme can be
entitled?! Should the mysql client programs, libraries and headers be
named mysql-devel or libmysql?
foo-devel for all the developer needed files: headers, link libraries, devel 
documentation ...
libfoo1 for the DLL for ABI version 1 with only the cygfoo1.dll file.
libfoo2 for the DLL for ABI version 2

When I make a new wget package I have to install gettext and gettext-devel.
But those using wget only need libintl2.
BTW, this one was build with a modified generic-build-script (yes, I
took the note cerious that it is not a generic one ;). But I don't see
actually how I can make the libraries build dynamically too. Currently
I do build them pure statically and afterwards use a mkdll.sh script
(should be known on the list) to produce the shared DLLs and the
import libraries. Is there a more convinient way to do this using the
generic-build-script directlty?
Stipe


--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Ready for upload: keychain-2.0.3-2

2003-12-03 Thread Hack Kampbjorn
http://hackdata.com/cygwin/keychain-2.0.3-2/keychain-2.0.3-2.tar.bz2
http://hackdata.com/cygwin/keychain-2.0.3-2/keychain-2.0.3-2-src.tar.bz2
http://hackdata.com/cygwin/keychain-2.0.3-2/setup.hint
ChangLog:
2003-12-03 Karl M
   - remove -e option from ps use. See
   Message-ID: [EMAIL PROTECTED]
setup.hint (same as on cygwin.com, this time with openssh not ssh)
sdesc: An OpenSSH key manager
ldesc: Keychain is an OpenSSH key manager, typically run from
~/.bash_profile. When run, it will make sure ssh-agent is running; if
not, it will start ssh-agent. It will redirect ssh-agent's output to
~/.ssh-agent, so that cron jobs that need to use ssh-agent keys can
simply source this file and make the necessary passwordless ssh
connections. In addition, when keychain runs, it will check with
ssh-agent and make sure that the ssh RSA/DSA keys that you specified on
the keychain command line have actually been added to ssh-agent. If not,
you are prompted for the appropriate passphrases so that they can be
added by keychain.
category: Utils
# cygwin contains kill and ps
# sh-utils contains uname and whoami
requires: openssh bash grep gawk sh-utils cygwin
--
Med venlig hilsen / Kind regards
Hack Kampbjørn




Re: Pending Packages List, 2003-11-26

2003-11-26 Thread Hack Kampbjorn
Daniel Reed wrote:
Package: sgrep 1.99.1-1  [2003-09-15]
Description: Search indexed text regions like SGML, XML and HTML files
   Proposer: Jari Aalto
   HOLD-UPS: Not enough votes (need 1 more). No good to go review.
Vote++

Package: tzcode 2003d-1  [2003-11-10]
Description: The time zone package.
   Proposer: Dr. Volker Zell
Vote++


Package: rdesktop 1.3.0-1  [2003-11-08]
Description: client for Windows terminal server. Remote desktop display
   Proposer: Jari Aalto
   HOLD-UPS: Not enough votes (need 1 more). No good to go review.
Vote++

Package: tzcode 2003d-1  [2003-11-10]
Description: The time zone package.
   Proposer: Dr. Volker Zell
   HOLD-UPS: Not enough votes (need 2 more). No good to go review.
Vote++

Package: cabextract 0.6-1  [2003-11-11]
Description: Program extracts Microsoft cabinet (.CAB) files
   Proposer: Jari Aalto
   HOLD-UPS: Not enough votes (need 3). No good to go review.
Vote++

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Ready for upload: keychain-2.0.3-1

2003-11-22 Thread Hack Kampbjorn
http://hackdata.com/cygwin/keychain-2.0.3-1/keychain-2.0.3-1.tar.bz2
http://hackdata.com/cygwin/keychain-2.0.3-1/keychain-2.0.3-1-src.tar.bz2
http://hackdata.com/cygwin/keychain-2.0.3-1/setup.hint
setup.hint (same as on cygwin.com)
sdesc: An OpenSSH key manager
ldesc: Keychain is an OpenSSH key manager, typically run from
~/.bash_profile. When run, it will make sure ssh-agent is running; if
not, it will start ssh-agent. It will redirect ssh-agent's output to
~/.ssh-agent, so that cron jobs that need to use ssh-agent keys can
simply source this file and make the necessary passwordless ssh
connections. In addition, when keychain runs, it will check with
ssh-agent and make sure that the ssh RSA/DSA keys that you specified on
the keychain command line have actually been added to ssh-agent. If not,
you are prompted for the appropriate passphrases so that they can be
added by keychain.
category: Utils
# cygwin contains kill and ps
# sh-utils contains uname and whoami
requires: ssh bash grep gawk sh-utils cygwin
--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Ready for upload: wget-1.9.1-1

2003-11-22 Thread Hack Kampbjorn
http://hackdata.com/cygwin/wget-1.9.1-1/wget-1.9.1-1.tar.bz2
http://hackdata.com/cygwin/wget-1.9.1-1/wget-1.9.1-1-src.tar.bz2
http://hackdata.com/cygwin/wget-1.9.1-1/setup.hint
setup.hint (same as on cygwin.com):
sdesc: Utility to retrieve files from the WWW via HTTP and FTP
ldesc: GNU Wget is a file retrieval utility which can use either
the HTTP, HTTPS, or FTP protocols. Wget features include the ability
to work in the background while you're logged out, recursive retrieval
of directories, file name wildcard matching, remote file timestamp
storage and comparison, use of Rest with FTP servers and Range with
HTTP servers to retrieve files over slow or unstable connections,
support for Proxy servers, and configurability.
category: Web
requires: openssl libintl2 libiconv2 ash cygwin
--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: Ready for upload: keychain-2.0.3-1

2003-11-22 Thread Hack Kampbjorn
Christopher Faylor wrote:

On Sat, Nov 22, 2003 at 08:10:11PM +0100, Hack Kampbjorn wrote:
setup.hint (same as on cygwin.com)
requires: ssh bash grep gawk sh-utils cygwin
   ^^^
The package name is openssh.
Sorry about that. This should teach me to use diff and not relay on visual 
comparison.
cgf



--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: Maintainers/Packages List, 2003-11-01

2003-11-08 Thread Hack Kampbjorn
Daniel Reed wrote:
Hack Kampbjorn  !!! keychain   !!! ncftp  !!! wget   
wget was updated this week, ncftp and keychain (now that it includes the license 
file) will follow next week.

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Ready for upload: wget-1.9-1

2003-11-06 Thread Hack Kampbjorn
http://hackdata.com/cygwin/wget-1.9-1/wget-1.9-1.tar.bz2
http://hackdata.com/cygwin/wget-1.9-1/wget-1.9-1-src.tar.bz2
http://hackdata.com/cygwin/wget-1.9-1/setup.hint
Setup.hint on cygwin.com has requires openssl096 instead of openssl
Older packages can be deleted.
Cygwin packages changes:
2003-11-05 Hack Kampbjorn
- moved documentation to /usr/share
2003-11-02 Hack Kampbjorn
- updated to version 1.9
- removed CAN-2002-1344 patch (included in v1.9)
- removed init.c and recur.c patches (included in v1.9)
- keep netrc.c and wget.texi patches
- removed info dir update from postinstall script, _update-info-dir
takes care of this now
setup.hint:
sdesc: Utility to retrieve files from the WWW via HTTP and FTP
ldesc: GNU Wget is a file retrieval utility which can use either
the HTTP, HTTPS, or FTP protocols. Wget features include the ability
to work in the background while you're logged out, recursive retrieval
of directories, file name wildcard matching, remote file timestamp
storage and comparison, use of Rest with FTP servers and Range with
HTTP servers to retrieve files over slow or unstable connections,
support for Proxy servers, and configurability.
category: Web
requires: openssl libintl2 libiconv2 ash cygwin
--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: ITP: graphviz (and doxygen?)

2003-09-25 Thread Hack Kampbjorn
Gareth Pearce wrote:
One thing to note is that in debian it is distributed under non-free.  So
perhaps someone might like to comment on if the license is valid for
setup.exe distribution.
If Debian has put it under non-free it does not meet Debian's poliy for main. 
It's problamy not compatible with GPL or the OpenSource Definition
For reference:
http://www.research.att.com/sw/tools/graphviz/license/index.html
http://www.research.att.com/sw/tools/graphviz/download.html
I could not find the license under OSD Approved Licenses. And it's way too 
longer to get an idea about it without spending several hours with a lawyer 8-(
http://www.opensource.org/licenses/index.php

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: [ITP] jgraph

2003-07-13 Thread Hack Kampbjorn
Igor Pechtchanski wrote:

I would like to contribute and maintain jgraph
(http://www.cs.utk.edu/~plank/jgraph/jgraph.html).
Jgraph is a PostScript graph creation filter.  I found it very useful when
working on my dissertation.  The package also contains example files in
/usr/share/jgraph/examples/.
http://cs.nyu.edu/~pechtcha/cygwin/jgraph/jgraph-8.3-1.tar.bz2
http://cs.nyu.edu/~pechtcha/cygwin/jgraph/jgraph-8.3-1-src.tar.bz2
http://cs.nyu.edu/~pechtcha/cygwin/jgraph/setup.hint (also inline below)
sdesc: A Filter for Plotting Graphs in Postscript
ldesc: Jgraph takes a description of a graph or graphs and produces
a Postscript file on the standard output.
Jgraph is ideal for plotting any mixture of scatter point graphs, line
graphs, and/or bar graphs, and embedding the output into LaTeX,
or any other text processing system which can read Postscript.
The graph description language is simple enough to get nice looking
graphs with a minimum of effort, yet powerful enough to give the
user the flexibility to tailor the appearance of the graph to his or
her individual preferences. This includes plotting multiple graphs and
laying them out separately on the page (or pages).
requires: cygwin
category: Publishing
	Igor
+1

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



glimpse not OSD compatible (Was: [UPDATE] Pending package status(11 Jul 2003))

2003-07-13 Thread Hack Kampbjorn
[EMAIL PROTECTED] wrote:
@ glimpse

date   : 02 Jun 2003
version: 4.17.4-1
status : on hold
notes  : http://cygwin.com/ml/cygwin-apps/2003-06/msg00010.html
 http://cygwin.com/ml/cygwin-apps/2003-06/msg00013.html
 http://cygwin.com/ml/cygwin-apps/2003-06/msg00014.html
 http://cygwin.com/ml/cygwin-apps/2003-06/msg00238.html
 http://cygwin.com/ml/cygwin-apps/2003-06/msg00243.html
votes  : 3 (Christopher, Gerrit and Joe)
url: http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1-src.tar.bz2
 http://www.tierra.dyndns.org:81/cygwin/chase/chase-0.5-1.tar.bz2
 http://www.tierra.dyndns.org:81/cygwin/chase/setup.hint
Elfyn McBratney wrote in http://cygwin.com/ml/cygwin-apps/2003-06/msg00222.html
 I'm wondering.. Will it conflict if their license isn't GPL or OSD compatible?
 Regarding linking it with Cygwin and thus automatically making this
 distribution of glimpse GPL'd?
Looking at http://www.opensource.org/docs/definition_plain.html it seems not to 
be an OSD compatible license:
	1. Free Redistribution

	The license shall not restrict any party from selling or giving away the 
software as a component of an aggregate software distribution containing 
programs from several different sources. The license shall not require a 
royalty or other fee for such sale.

So we have no exemption from the GPL for the cygwin stub in the exe files.

I think we should add a comment on the packaging page that only OSD compatible 
packages can become part of the cygwin distribution.

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: glimpse 4.17.4 - a new package for review

2003-06-03 Thread Hack Kampbjorn
HotPop wrote:
Hi, there is new binary and source pacakges available, based on
http://glimpse.cs.arizona.edu/
Upload:

  http://tierra.dyndns.org:81/cygpkg/glimpse-4.17.4-1.tar.bz2
  http://tierra.dyndns.org:81/cygpkg/glimpse-4.17.4-1-src.tar.bz2
Glimpse doesn't seem to be included in debian
http://www.debian.org/distrib/packages#search_packages
Here is proposed setup.hint

  @ glimpse
  sdesc: Tools which include a indexing server and and fast file search progra\
m
  ldesc: GLobal IMPlicit SEarch is a very popular UNIX
  indexing and query system that allows searching through a large set of
  files very quickly.
  skip:
  curr: 4.17.4-1
  # prev: version
  # test: version
  category: Archive
  requires: cygwin
Layout:

  + tar cjvf /usr/src/build2/glimpse-4.17.4-1.tar.bz2 etc usr
  etc/
  etc/postinstall/
  etc/postinstall/glimpse.sh
  usr/
  usr/bin/
  usr/bin/tbuild.exe
  usr/bin/cast.exe
  usr/bin/uncast.exe
  usr/bin/agrep.exe
  usr/bin/buildcast.exe
  usr/bin/glimpseindex.exe
  usr/bin/wgconvert.exe
  usr/bin/glimpse.exe
  usr/bin/glimpseserver.exe
  usr/man/
  usr/man/man1/
  usr/man/man1/glimpse.1
  usr/man/man1/glimpseindex.1
  usr/man/man1/glimpseserver.1
  usr/man/man1/agrep.1
  usr/doc/
  usr/doc/Cygwin/
  usr/doc/Cygwin/glimpse-4.17.4.README
  usr/doc/glimpse-4.17.4/
  usr/doc/glimpse-4.17.4/CHANGES
  usr/doc/glimpse-4.17.4/CONTRIBUTIONS
  usr/doc/glimpse-4.17.4/COPYRIGHT
  usr/doc/glimpse-4.17.4/KNOWN_BUGS
  usr/doc/glimpse-4.17.4/README
  usr/doc/glimpse-4.17.4/README.install
  usr/doc/glimpse-4.17.4/TODO
Please comment if any of these need changes

Btw, I wrote new cyg-build.sh bash script which could be used as a
general Cygwin package build tool. I modified the example script
provided at the http://cygwin.com/setup.html
Jari


-1

http://glimpse.cs.arizona.edu/index.php?dir=sublicensingpage=licensing.html

Are we allowed to redistributed it? Yes, COPYRIGHT grants it on a nonprofit 
basis, and to use it for any purpose (this is unclear any purpose includes 
commercial use). And then clause 4

4. Any commercial use of this software will require a license.

Could this be a problem? Until now all the cygwin packages have been open source 
software allowing commercial use.

I wouldn't touch this without a go from the legal department.

--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: Pending packages status

2003-02-27 Thread Hack Kampbjorn
Igor Pechtchanski wrote:
On Thu, 27 Feb 2003, Pavel Tsekov wrote:


[snip]
10. pdksh
...
votes  : 2 (Christopher and Corinna)
[snip]


Hi,

I don't know if my vote counts, since I'm not actually a maintainer, but
I'd like to see this as an official package.
Igor
+1
In case it needs more votes 8-)
--
Med venlig hilsen / Kind regards
Hack Kampbjørn



Re: Pending packages status

2002-12-23 Thread Hack Kampbjorn
Corinna Vinschen wrote:

On Fri, Dec 20, 2002 at 04:23:26PM +0100, Pavel Tsekov wrote:

5. sunrpc
6. nfs-server



Definitely my vote, too.


Both have my vote


Corinna




--
Med venlig hilsen / Kind regards

Hack Kampbjørn