public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: ANN: das blinkenlights 0.0.1 cygwin distro
@ 1999-12-02 14:18 Marc van Woerkom
  1999-12-02 18:26 ` Christopher Faylor
  1999-12-31 13:28 ` Marc van Woerkom
  0 siblings, 2 replies; 18+ messages in thread
From: Marc van Woerkom @ 1999-12-02 14:18 UTC (permalink / raw)
  To: varshar; +Cc: cygwin

Nothing against your effort.

However it would be more useful for me to have a "nice"
source distribution instead of a nice binary distribution.

"nice" meaning of course a public read access CVS server
with source of the full system and not just the kernel
(well in this case the cygwin DLL).

Something like is very useful for development, as it
allows easy retrieval of versions, makes spotting
differences easy etc.

There are some CVS trees available over at Cygnus (I remember
the egcs tree) - but I haven't found Cygwin there yet.

Will this change?

Regards,
Marc

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: ANN: das blinkenlights 0.0.1 cygwin distro
@ 1999-12-02 16:48 varun sharma
  1999-12-31 13:28 ` varun sharma
  0 siblings, 1 reply; 18+ messages in thread
From: varun sharma @ 1999-12-02 16:48 UTC (permalink / raw)
  To: van.woerkom; +Cc: cygwin, dj, tolj

Hello Marc,

I can but ask the people over at cygnus (hi, dj!)
for cvs access to place the source into.

This would be pretty handy for me as well. At
present I have to track down relevant ports.
It would automate a lot of my grunt work.

Eventually, I'm looking at having a distribution 
w/ 1. A base system (something like 0.0.1)
   2. Optional ports (emacs, x, et alia - not
      just as kept separately at ftp.franken.de,
      but combined, tested, and available as 
      binary + source (but ofcourse))

I hope this is not at odds with the Cygwin CD 1.0
and the `net-release' dj & chris are planning.

Regards,
- varun

PS: Stipe also mentioned doing a distro once.

--- Marc van Woerkom <van.woerkom@netcologne.de>
wrote:
> Nothing against your effort.
> 
> However it would be more useful for me to have a
> "nice"
> source distribution instead of a nice binary
> distribution.
> 
> "nice" meaning of course a public read access CVS
> server
> with source of the full system and not just the
> kernel
> (well in this case the cygwin DLL).
> 
> Something like is very useful for development, as it
> allows easy retrieval of versions, makes spotting
> differences easy etc.
> 
> There are some CVS trees available over at Cygnus (I
> remember
> the egcs tree) - but I haven't found Cygwin there
> yet.
> 
> Will this change?
> 
> Regards,
> Marc
> 



__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 18+ messages in thread
* ANN: das blinkenlights 0.0.1 cygwin distro
@ 1999-11-24 16:29 varun sharma
  1999-11-30 23:39 ` varun sharma
  0 siblings, 1 reply; 18+ messages in thread
From: varun sharma @ 1999-11-24 16:29 UTC (permalink / raw)
  To: cygwin

Hi Everyone,

I got tired waiting for it so put together `das 
blinkenlights'' - a cygwin distro. The aim being a 
fully functional cygwin install with the minimum of 
fuss.

It includes full.exe from Cygnus, a customized
.bashrc & a cygnus.bat replacement. Some ports from 
Andy Piper, vim 5.3, rgrep, the cygwin-b20.1 dll, and 
an installer script called cygwin-bootstrap (read it 
before running it ;-)

Attached are the cygwin-bootstrap script, .bashrc &
cygnus.bat files.

Any feedback would be appreciated.

Regards,
- varun

cygwin-bootstrap:
-----------------
#!/bin/bash

# ``das blinkenlights'' is a cygwin distro. The aim is
to have
# a fully functional cygwin install with the minimum
of fuss.
# It includes full.exe from Cygnus, customizable
.bashrc & a
# cygnus.bat replacement. Some ports from Andy Piper,
vim 5.3,
# rgrep, the cygwin-b20.1 dll, and an installer script
called
# cygwin-bootstrap (read it before running it ;-)

# Contact varshar@yahoo.com for any suggestions, bugs
etc.

# Preparation:
#
# 1. plan to keep / & ~ on the same drive, and do not
install full.exe
#    under a directory with spaces in its name e.g.
``Program Files''
# 2. assuming / & ~ are to be on the e: drive, set the
follg environment
#    variables from the Control Panel
#    2.1 CYGWIN_HOME_DRIVE = e:
#    2.2 CYGWIN = title strip_title binmode glob tty
# 3. delete all the cygwin-related ``Cygnus
Solutions'' Registry entries
# 4. with this version of das-blinkenlights, the
full.exe should be 
#    installed directly below CYGWIN_HOME_DRIVE. this
limitation will go
#    away real soon now

# Base:
# 1. unzip das-blinkenlights.0.0.1.zip into e.g.
d:\temp
# 2. run d:\temp\full.exe
# 3. start the bash shell(ignore any warnings)
# 4. cd to d:\temp & run this script e.g. $ bash
./cygwin-bootstrap
rm -f /.bash_history
umount /
mount -f $CYGWIN_HOME_DRIVE / 
cp ./cygnus.bat /cygnus/cygwin-b20/cygnus.bat
cp ./.bashrc /.bashrc
mkdir /.deleted
mkdir /tmp
mkdir /bin
mkdir /etc
mkdir /usr
cp /cygnus/cygwin-b20/H-i586-cygwin32/bin/bash.exe
/bin/bash.exe
cp /cygnus/cygwin-b20/H-i586-cygwin32/bin/sh.exe
/bin/sh.exe
cp /cygnus/cygwin-b20/etc/termcap /etc/termcap
cp ./rgrep
/cygnus/cygwin-b20/H-i586-cygwin32/bin/rgrep
bunzip2 ./cygwin1-20.1.dll.bz2
bunzip2 ./cygwin-b20-local.tar.bz2
gunzip ./vim-5.3-cygwin-b20-without-gui-bin.tar.gz
tar -xvf ./cygwin-b20-local.tar --directory=/usr 
tar -xvf ./vim-5.3-cygwin-b20-without-gui-bin.tar
--directory=/

# Additional Ports:
gunzip ./bc-1.05.tar.gz
tar -xvf ./bc-1.05.tar --directory=/

echo "All done.."
echo "Don't forget to replace cygwin1.dll with the one
in $PWD"

.bashrc:
--------
cd ~
export PATH=/usr/local/bin:$PATH
export PS1="[\u@\h] \W [\!] "
alias ls='ls --color'
alias less='less -m'

function rm()
{
  while test $# -gt 0 ; do 
    mv ${1} /.deleted
    shift
  done 
}

cygnus.bat:
-----------
@ECHO OFF
SET MAKE_MODE=UNIX
SET
PATH=%CYGWIN_HOME_DRIVE%\cygnus\CYGWIN~1\H-I586~1\bin;%PATH%
SET TERM=linux
SET HOME=%CYGWIN_HOME_DRIVE%
bash

END

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~1999-12-31 13:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-02 14:18 ANN: das blinkenlights 0.0.1 cygwin distro Marc van Woerkom
1999-12-02 18:26 ` Christopher Faylor
1999-12-04 11:52   ` Marc van Woerkom
1999-12-04 13:24     ` Chris Faylor
1999-12-04 16:44       ` Marc van Woerkom
1999-12-04 16:56         ` Chris Faylor
1999-12-04 17:44           ` Marc van Woerkom
1999-12-31 13:28             ` Marc van Woerkom
1999-12-31 13:28           ` Chris Faylor
1999-12-31 13:28         ` Marc van Woerkom
1999-12-31 13:28       ` Chris Faylor
1999-12-31 13:28     ` Marc van Woerkom
1999-12-31 13:28   ` Christopher Faylor
1999-12-31 13:28 ` Marc van Woerkom
  -- strict thread matches above, loose matches on Subject: below --
1999-12-02 16:48 varun sharma
1999-12-31 13:28 ` varun sharma
1999-11-24 16:29 varun sharma
1999-11-30 23:39 ` varun sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).