Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98240 - aws-2.0p.ebuild (New Package)
Summary: aws-2.0p.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
: 70675 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-07 10:02 UTC by Tupone Alfredo
Modified: 2017-05-01 09:05 UTC (History)
2 users (show)

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


Attachments
Ada Web Server ebuild (aws-2.0p.ebuild,743 bytes, text/plain)
2005-07-07 10:03 UTC, Tupone Alfredo
Details
ebuild for aws (aws-2.0p.ebuild,733 bytes, text/plain)
2005-08-28 11:39 UTC, Tupone Alfredo
Details
Ada Web Server ebuild (aws-2.3.0.ebuild,2.74 KB, text/plain)
2008-04-29 22:22 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tupone Alfredo gentoo-dev 2005-07-07 10:02:09 UTC
Hi!

Please find attached aws-2.0p.ebuild

AWS is the Ada Web Server. 

AWS is a complete framework to develop Web based applications. The main part of the framework is the embedded Web server. This small yet powerful Web server can be embedded into your application so your application will be able to talk with a standard Web browser like Microsoft Internet Explorer or Netscape Communicator for example. Around this Web server a lot of services have been developed.
Comment 1 Tupone Alfredo gentoo-dev 2005-07-07 10:03:30 UTC
Created attachment 62853 [details]
Ada Web Server ebuild
Comment 2 Tupone Alfredo gentoo-dev 2005-07-08 03:25:56 UTC
I guess this should be reassigned to ada@gentoo.org
Comment 3 Maurice van der Pot (RETIRED) gentoo-dev 2005-07-08 09:11:13 UTC
We assign this to maintainer-wanted, because it is a new ebuild in need of a 
developer to take up maintenance. We do however want to put possibly interested 
parties on the cc of this bug, so they can keep an eye on it or pick it up if 
they want to. Per your suggestion, I added the ada herd.

Thanks
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-08-27 09:22:13 UTC
1/ License is invalid.
2/ Empty RDEPEND is redundant.
Comment 5 Tupone Alfredo gentoo-dev 2005-08-28 11:39:47 UTC
Created attachment 67100 [details]
ebuild for aws

fixing license and RDEPEND
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2007-02-15 14:22:50 UTC
Will try to get around to this soon (sorry, my remembered search for ada bugs did not look for ada in CC), reassigning.

George
Comment 7 George Shapovalov (RETIRED) gentoo-dev 2007-02-15 14:27:20 UTC
*** Bug 70675 has been marked as a duplicate of this bug. ***
Comment 8 gentoo 2008-04-29 22:22:57 UTC
Created attachment 151370 [details]
Ada Web Server ebuild

This is a new release and uses the great new framework. Tested with gnat-gcc-4.3 and gnat-gpl.4.1. There's still a problem left with gnat-gcc and the gnutls and xml USE-flags.

You can use the AWS packages with an project file like this:
with "aws";
project hello_world is
   for Main use ("hello_world.adb");
end Simple;

Have fun!
Comment 9 George Shapovalov (RETIRED) gentoo-dev 2008-05-06 12:04:05 UTC
Thanks!
I am trying to test this. .The ebuild looks good, but I am hitting a build error, here is the tail:

gnatgcc -c -fPIC -gnat05 -gnatwcfijkmruv -gnaty3abcefhiklmnoprstx -Wall -O2 -gnatn -I- -gnatA /var/tmp/portage/dev-ada/aws-2.3.0/work/LocalSource/xsrc/aws-jabber.adb
aws-jabber.ads:139:34: current instance must be a limited type
gnatmake: "/var/tmp/portage/dev-ada/aws-2.3.0/work/LocalSource/xsrc/aws-jabber.adb" compilation error

is this one of the "problems with xml use flag"? I'll try to rebuild it without xml (gnutls was not enabled in this run).
Comment 10 George Shapovalov (RETIRED) gentoo-dev 2008-05-06 12:54:47 UTC
Ok, without xml it did finish. Looks Ok in general, however I'll need to clean up a bit installation. In particular, I did not spot any binaries, it this a pure library? If yes, then there is no point in the bin directory and setting PATH. Also, the .gpr files, do they require any adjustment? (they may, if they specify any paths, for libdir/objdir per-profile adjustment in lib_install may be needed btw).
Comment 11 Tupone Alfredo gentoo-dev 2017-05-01 09:05:06 UTC
dev-ada/aws-2016 is in portage now