Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-09-11 Thread Peter A. Castro

On Wed, 30 Aug 2006, Dave  Diane wrote:

I actually use this tool for my work at work, and so I think officially
having it in the distribution would be great.

I give it a GTG and +1 vote, too.


Thanks Reini!

Volker already voted, are there 3 more votes out there?

Cheers
Dave
Reini Urban wrote:


Dave  Diane schrieb:

Could you take another look at the mlcscope packages and let me know if 
anything else needs work?


http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint



GTG and +1 vote from me.


Cheers
Dave
Dave  Diane wrote:


Reini,

Can you take a look at the lattest archives I made available? I hope this 
latest version is GTG.


All, Any other votes for mlcscope?

Cheers
Dave
Reini Urban wrote:


Dave  Diane schrieb:


Hello!

I would like to propose a new package, mlcscope for cygwin. I would 
like
to become the maintainer of this package. I have resolved the issues 
that Reini raised and am ready for another try...


I'm including the setup.hint:

$ cat setup.hint
# comment
sdesc: Lucent version of cscope for multiple languages (mlcscope)
ldesc: Lucent version of cscope for multiple languages (mlcscope).
mlcscope is a source code browser tool allowing developers to simplify
searching source code. mlcscope differs from cscope by using
separate parsers for C/C++ and Java. mlcscope is developed by
Lucent Technologies.
requires: cygwin libncurses8
category: Devel


As far as I am aware, mlcscope is not available in any major Linux
distribution.

I have placed the packages to be reviewed at
http://www.lowtechnet.com/cscope :

http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint





[no GTG] There's still no README in CYGWIN-PATCHES and no instructions 
how to build from src. You have to look into the binary packaged

/usr/share/doc/Cygwin/mlcscope-14.1.8.README to get a hint.

[good] The binary is now correspondent to cscope, that is does recurse 
into the given dir to scan for all know sourcefile extensions.
Previously you had to prepend this with a find pipe, which was awkward 
given that it should have known about multiple languages.


[minor] There's still the empty homepage dir in the src pkg and also 
under src/homepage.


[no GTG] Following the build instructions in mlcscope-14.1.8.README:
  From /usr/src unpack mlcscope-X-src.tar.bz2
if you use setup to install this src package, it will be
 unpacked under /usr/src automatically
  cd /usr/src/mlcscope-X/src
  make build install
$ tar xfj mlcscope-14.1.8-1-src.tar.bz2
$ cd mlcscope-14.1.8-1/src
$ make build
make: *** No rule to make target `build'.  Stop.

That has to fixed into
  cd /usr/src/mlcscope-X
  make build install

[minor] We prefer now to have the html docs in
/usr/share/doc/mlcscope-14.1.8/html

So please fix the README and add it to the src package.

BTW: It still would be much easier to use cygport.
The cscope-15.5-1.cygport file is this:
DESCRIPTION=developer's tool for browsing source code
HOMEPAGE=http://cscope.sourceforge.net/;
SRC_URI=http://puzzle.dl.sourceforge.net/sourceforge/cscope/${PN}-${PV}.tar.gz; 


cygport cscope-15.5-1.cygport get almostall








--
Peter A. Castro [EMAIL PROTECTED] or [EMAIL PROTECTED]
Cats are just autistic Dogs -- Dr. Tony Attwood


Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-08-30 Thread Reini Urban

Dave  Diane schrieb:
Could you take another look at the mlcscope packages and let me know if 
anything else needs work?


http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint


GTG and +1 vote from me.


Cheers
Dave
Dave  Diane wrote:


Reini,

Can you take a look at the lattest archives I made available? I hope 
this latest version is GTG.


All, Any other votes for mlcscope?

Cheers
Dave
Reini Urban wrote:


Dave  Diane schrieb:


Hello!

I would like to propose a new package, mlcscope for cygwin. I would 
like
to become the maintainer of this package. I have resolved the issues 
that Reini raised and am ready for another try...


I'm including the setup.hint:

$ cat setup.hint
# comment
sdesc: Lucent version of cscope for multiple languages (mlcscope)
ldesc: Lucent version of cscope for multiple languages (mlcscope).
mlcscope is a source code browser tool allowing developers to simplify
searching source code. mlcscope differs from cscope by using
separate parsers for C/C++ and Java. mlcscope is developed by
Lucent Technologies.
requires: cygwin libncurses8
category: Devel


As far as I am aware, mlcscope is not available in any major Linux
distribution.

I have placed the packages to be reviewed at
http://www.lowtechnet.com/cscope :

http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint




[no GTG] There's still no README in CYGWIN-PATCHES and no 
instructions how to build from src. You have to look into the binary 
packaged

/usr/share/doc/Cygwin/mlcscope-14.1.8.README to get a hint.

[good] The binary is now correspondent to cscope, that is does 
recurse into the given dir to scan for all know sourcefile extensions.
Previously you had to prepend this with a find pipe, which was 
awkward given that it should have known about multiple languages.


[minor] There's still the empty homepage dir in the src pkg and also 
under src/homepage.


[no GTG] Following the build instructions in mlcscope-14.1.8.README:
  From /usr/src unpack mlcscope-X-src.tar.bz2
if you use setup to install this src package, it will be
 unpacked under /usr/src automatically
  cd /usr/src/mlcscope-X/src
  make build install
$ tar xfj mlcscope-14.1.8-1-src.tar.bz2
$ cd mlcscope-14.1.8-1/src
$ make build
make: *** No rule to make target `build'.  Stop.

That has to fixed into
  cd /usr/src/mlcscope-X
  make build install

[minor] We prefer now to have the html docs in
/usr/share/doc/mlcscope-14.1.8/html

So please fix the README and add it to the src package.

BTW: It still would be much easier to use cygport.
The cscope-15.5-1.cygport file is this:
DESCRIPTION=developer's tool for browsing source code
HOMEPAGE=http://cscope.sourceforge.net/;
SRC_URI=http://puzzle.dl.sourceforge.net/sourceforge/cscope/${PN}-${PV}.tar.gz; 



cygport cscope-15.5-1.cygport get almostall

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/
http://helsinki.at/  http://spacemovie.mur.at/


Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-08-09 Thread Dr. Volker Zell
 Dave  Diane writes:

 No we haven't - I was hoping that once Reini was satisfied, the other
 votes would quickly follow...

+1 from me.

 Thanks for checking though.

 Cheers
 Dave

Ciao
  Volker



Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-08-07 Thread Dave Diane

Reini,




I have placed the packages to be reviewed at
http://www.lowtechnet.com/cscope :

http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint



[no GTG] There's still no README in CYGWIN-PATCHES and no instructions 
how to build from src. You have to look into the binary packaged

/usr/share/doc/Cygwin/mlcscope-14.1.8.README to get a hint.


Fixed.

[good] The binary is now correspondent to cscope, that is does recurse 
into the given dir to scan for all know sourcefile extensions.
Previously you had to prepend this with a find pipe, which was awkward 
given that it should have known about multiple languages.


I never changed anything in this department. I'm just repackaging 
mlcscope and applying the patch to change cscope: to mlcscope: in the 
output. I don't understand why this is working differently for you now.


[minor] There's still the empty homepage dir in the src pkg and also 
under src/homepage.



Have removed the empty dirs.


[no GTG] Following the build instructions in mlcscope-14.1.8.README:
  From /usr/src unpack mlcscope-X-src.tar.bz2
if you use setup to install this src package, it will be
 unpacked under /usr/src automatically
  cd /usr/src/mlcscope-X/src
  make build install
$ tar xfj mlcscope-14.1.8-1-src.tar.bz2
$ cd mlcscope-14.1.8-1/src
$ make build
make: *** No rule to make target `build'.  Stop.

That has to fixed into
  cd /usr/src/mlcscope-X
  make build install


Oh stupid me. Fixed.


[minor] We prefer now to have the html docs in
/usr/share/doc/mlcscope-14.1.8/html


Fixed.


So please fix the README and add it to the src package.


I created a  
usr/src/mlcscope-14.1.8-1/CYGWIN-PATCHES/mlcscope-14.1.8.README file 
with the build instructions and some info about what the patch does.




BTW: It still would be much easier to use cygport.
The cscope-15.5-1.cygport file is this:
DESCRIPTION=developer's tool for browsing source code
HOMEPAGE=http://cscope.sourceforge.net/;
SRC_URI=http://puzzle.dl.sourceforge.net/sourceforge/cscope/${PN}-${PV}.tar.gz; 



cygport cscope-15.5-1.cygport get almostall


I am not trying to package the sourceforge version of cscope. I am 
packaging the Lucent version of mlcscope. Given the state of the source 
package from Lucent, I do not think that cygport is sufficent. For 
example, it can't automatically change the source to output mlcscope as 
the program name, and delete the cscalls and cscope man pages as you 
requested.


I tried using cygport on mlcscope:

$ cat mlcscope-14.1.8.cygport
DESCRIPTION=developer's tool for browsing source code
HOMEPAGE=http://www1.bell-labs.com/project/wwexptools/cscope/;
SRC_URI=http://www1.bell-labs.com/cgi-user/wwexptools/gensnapshot/i686-pc-cygwin/cscope.tar.gz;


[EMAIL PROTECTED] /usr/src/newcscope/cygport
$ cygport mlcscope-14.1.8.cygport get almostall
--23:40:29--  
http://www1.bell-labs.com/cgi-user/wwexptools/gensnapshot/i686-pc-cygwin/cscope.tar.gz

  = `cscope.tar.gz'
Resolving www1.bell-labs.com... 204.178.16.43
Connecting to www1.bell-labs.com|204.178.16.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]

   [  =] 
1,492,307150.22K/s


23:40:41 (137.47 KB/s) - `cscope.tar.gz' saved [1492307]

 Preparing mlcscope-14.1.8-mlcscope-mlcscope-14.1.8
*** Info: gnupg must be installed in order to check signatures.
 Unpacking source cscope.tar.gz
 Mirroring sources
 Compiling mlcscope-14.1.8-mlcscope-mlcscope-14.1.8
autoreconf-2.5x: Entering directory `.'
autoreconf-2.5x: `configure.ac' or `configure.in' is required
*** ERROR: autoreconf-2.5x failed
 Installing mlcscope-14.1.8-mlcscope-mlcscope-14.1.8
make: *** No rule to make target `install'.  Stop.
*** ERROR: make install DESTDIR failed
 Packaging mlcscope-14.1.8-mlcscope-mlcscope-14.1.8
 Creating binary package(s)
mlcscope-14.1.8-mlcscope-mlcscope-14.1.8.tar.bz2
tar: *: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
*** ERROR: Binary package creation failed

This is why I creating my own packaging script for mlcscope. For me, 
creating my own packaging script was easier than repackaging the source 
so that cygport worked. I'm sure cygport works great for sourceforge 
cscope, but that is not what I'm porting, and offering to become the 
maintainer of at this time. Maybe I can take on that challenge at a 
later date.


I have updated the packages on the website if you could find the time to 
take another look.


Cheers
Dave


--

Diane  Dave
http://www.velvetstarbears.com/  http://www.kringlecottage.com/
Fortune: The difference between America and England is that the
English think 100 miles is a long distance and the Americans
think 100 years is a long time.



Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-08-06 Thread Reini Urban

Dave  Diane schrieb:

Hello!

I would like to propose a new package, mlcscope for cygwin. I would like
to become the maintainer of this package. I have resolved the issues 
that Reini raised and am ready for another try...


I'm including the setup.hint:

$ cat setup.hint
# comment
sdesc: Lucent version of cscope for multiple languages (mlcscope)
ldesc: Lucent version of cscope for multiple languages (mlcscope).
mlcscope is a source code browser tool allowing developers to simplify
searching source code. mlcscope differs from cscope by using
separate parsers for C/C++ and Java. mlcscope is developed by
Lucent Technologies.
requires: cygwin libncurses8
category: Devel


As far as I am aware, mlcscope is not available in any major Linux
distribution.

I have placed the packages to be reviewed at
http://www.lowtechnet.com/cscope :

http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint


[no GTG] There's still no README in CYGWIN-PATCHES and no instructions 
how to build from src. You have to look into the binary packaged

/usr/share/doc/Cygwin/mlcscope-14.1.8.README to get a hint.

[good] The binary is now correspondent to cscope, that is does recurse 
into the given dir to scan for all know sourcefile extensions.
Previously you had to prepend this with a find pipe, which was awkward 
given that it should have known about multiple languages.


[minor] There's still the empty homepage dir in the src pkg and also 
under src/homepage.


[no GTG] Following the build instructions in mlcscope-14.1.8.README:
  From /usr/src unpack mlcscope-X-src.tar.bz2
if you use setup to install this src package, it will be
 unpacked under /usr/src automatically
  cd /usr/src/mlcscope-X/src
  make build install
$ tar xfj mlcscope-14.1.8-1-src.tar.bz2
$ cd mlcscope-14.1.8-1/src
$ make build
make: *** No rule to make target `build'.  Stop.

That has to fixed into
  cd /usr/src/mlcscope-X
  make build install

[minor] We prefer now to have the html docs in
/usr/share/doc/mlcscope-14.1.8/html

So please fix the README and add it to the src package.

BTW: It still would be much easier to use cygport.
The cscope-15.5-1.cygport file is this:
DESCRIPTION=developer's tool for browsing source code
HOMEPAGE=http://cscope.sourceforge.net/;
SRC_URI=http://puzzle.dl.sourceforge.net/sourceforge/cscope/${PN}-${PV}.tar.gz;

cygport cscope-15.5-1.cygport get almostall
--
Reini


Re: [ITP] mlcscope-14.1.8 (Attempt 2)

2006-08-06 Thread Christopher Faylor
On Sun, Aug 06, 2006 at 04:25:27PM +0200, Reini Urban wrote:
Dave  Diane schrieb:
Hello!

I would like to propose a new package, mlcscope for cygwin. I would like
to become the maintainer of this package. I have resolved the issues 
that Reini raised and am ready for another try...

I'm including the setup.hint:

$ cat setup.hint
# comment
sdesc: Lucent version of cscope for multiple languages (mlcscope)
ldesc: Lucent version of cscope for multiple languages (mlcscope).
mlcscope is a source code browser tool allowing developers to simplify
searching source code. mlcscope differs from cscope by using
separate parsers for C/C++ and Java. mlcscope is developed by
Lucent Technologies.
requires: cygwin libncurses8
category: Devel


As far as I am aware, mlcscope is not available in any major Linux
distribution.

I have placed the packages to be reviewed at
http://www.lowtechnet.com/cscope :

http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1-src.tar.bz2
http://www.lowtechnet.com/cscope/mlcscope-14.1.8-1.tar.bz2
http://www.lowtechnet.com/cscope/setup.hint

[no GTG] There's still no README in CYGWIN-PATCHES and no instructions 
how to build from src. You have to look into the binary packaged
/usr/share/doc/Cygwin/mlcscope-14.1.8.README to get a hint.

Please excuse my ignorance but have we gotten the requisite number of
votes for this package?

I'm just mentioning this to set expectations.  I don't want anyone to
assume that a GTG would mean inclusion in the distribution if we haven't
gotten the right number of votes.

cgf