Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9971 - net-www/cgiwrap-3.7.1 (new ebuild)
Summary: net-www/cgiwrap-3.7.1 (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-30 11:36 UTC by Paul Belt
Modified: 2003-10-19 09:13 UTC (History)
0 users

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


Attachments
Ebuild for cgiwrap version 3.8 (cgiwrap-3.8.ebuild.tar.bz2,1.21 KB, application/octet-stream)
2003-10-12 20:12 UTC, Gunnlaugur Thor Briem
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-10-30 11:36:35 UTC
# Copyright 2002 Paul Belt
# Distributed under the terms of the GNU General Public License v2
# Author:  Paul Belt <gaarde at users dot sourceforge dot net>

DESCRIPTION="CGIWrap is a gateway program that allows general users to use CGI
scripts and HTML forms without compromising the security of the http server.
Scripts are run with the permissions of the user who owns the script."

HOMEPAGE="http://cgiwrap.unixtools.org/"
SRC_URI="http://download.sourceforge.net/cgiwrap/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="x86"
RDEPEND="virtual/glibc
         net-www/apache"
DEPEND="${RDEPEND}"

src_compile() {
    econf --with-check-shell || die
    emake || die
}

src_install () {
   mv ${S}/unsup/README ${S}/unsup/README.unsup
   dodoc cgiwrap COPYING README doc/* unsup/* htdocs/*

   chgrp apache ${D}/usr/share/doc/${P}/cgiwrap
   chmod 4750 ${D}/usr/share/doc/${P}/cgiwrap

   einfo 'ln -s cgiwrap cgiwrapd'
   einfo 'ln -s cgiwrap nph-cgiwrap'
   einfo 'ln -s cgiwrap nph-cgiwrapd'
}
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-06-17 07:42:40 UTC
copyright must be assigned to gentoo linux and you should have 
posted an attachment.

Comment 2 Gunnlaugur Thor Briem 2003-10-12 20:12:48 UTC
Created attachment 19153 [details]
Ebuild for cgiwrap version 3.8

I'm submitting my own ebuild for cgiwrap here. It is sufficiently different
from the one given here, that Paul's copyright can't be said to cover it
by any
stretch of reason. And as a bonus, one salient difference is that it works.
:)
Comment 3 Paul Belt 2003-10-19 09:13:42 UTC
Forget my copyright... I put that in my version of skel.ebuild and forgot
to change it before copy-pasting.