Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1867 - I API for accessing sockets, threading, file access, etc
Summary: I API for accessing sockets, threading, file access, etc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL: http://www.gnu.org/software/commonc++/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-17 01:22 UTC by Michael M Nazaroff (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for Commonc++ (commonc++-1.9.5.ebuild,1003 bytes, application/octet-stream)
2002-04-17 01:22 UTC, Michael M Nazaroff (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael M Nazaroff (RETIRED) gentoo-dev 2002-04-17 01:22:08 UTC
This is a gnu package that provides a C++ framework for portable support of
threading, sockets, file access, daemons, persistence, serial I/O, XML
parsing,and system services.

Anyways Thanx

Micheal Nazaroff
Naz
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-04-17 01:22:46 UTC
Created attachment 587 [details]
Ebuild for Commonc++
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-17 03:46:09 UTC
Naz, just about perfect.  For your next ebuilds, don't forget to change the
copyright year to 2002 from 2000.  And, in the configure step, I like to do
something like this:

./configure \
<tab> --with-blah=blahblah \
<tab> --with-foo=bad \
<tab> ${myconf} || die

same for the make and make install steps.   But that is just an aesthetics issue.