public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Parag Mehta <pm@gentoo.org>
To: gentoo-dev <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] new ebuilds
Date: Fri Jul 20 03:27:02 2001	[thread overview]
Message-ID: <20010720032605.A19555@cvs.gentoo.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Hi,

can somebody with cvs access commit the attaached the ebuilds for me, please.

the nmap ebuild has been modifed as per suggestions recvd. from ben & achim.
the pure-ftpd ebuild is for the new release of the app and recommended one.

regards,

pm
--
Gentoo Linux Developer


[-- Attachment #2: nmap-2.54_beta26.ebuild --]
[-- Type: text/plain, Size: 818 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>

P=nmap-2.54BETA26
A=${P}.tgz
S=${WORKDIR}/${P}
DESCRIPTION="Portscanner"
SRC_URI="http://www.insecure.org/nmap/dist/"${A}
HOMEPAGE="http://www.insecure.org/nmap/"

DEPEND="virtual/glibc
	gtk? ( >=x11-libs/gtk+-1.2.8 )"

src_compile() {                           
  try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --enable-ipv6
  if [ "`use gtk`" ] ; then
    try make
  else
    try make nmap
  fi
}

src_install() {                               

  try make prefix=${D}/usr mandir=${D}/usr/share/man install

  dodoc CHANGELOG COPYING HACKING README*
  cd docs
  dodoc *.txt
  insinto /usr/share/doc/${PF}/html
  doins *.html
}




[-- Attachment #3: pure-ftpd-0.98.8.ebuild --]
[-- Type: text/plain, Size: 1367 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A Fast Production Quality FTP Server - Bug fixes backported from 0.99 . No new feature. Use this version on production servers."
SRC_URI="http://prdownloads.sourceforge.net/pureftpd/${A}"
HOMEPAGE="http://pureftpd.sourceforge.net"

DEPEND=">=sys-libs/glibc-2.1.3
	>=sys-libs/pam-0.75"

src_compile() {

    cd ${S}
    try ./configure --prefix=/usr  --with-throttling --with-virtualhosts\
	--with-ratios --with-largefile
    try make

}

src_install () {

    cd ${S}
    try make DESTDIR=${D} install
    dodoc COPYING ChangeLog README README.Configuration-File 
    dodoc README.Contrib README.LDAP README.Netfilter
    dodir /etc/pure-ftpd
    echo "Please do no forget to run, the following syntax :"
    echo "ebuild pure-ftpd-0.98.8.ebuild config"
    echo "This will add the necessary post install config to your system."
}

pkg_config() {
	echo "This config script will add pftpd lines to your /etc/xinetd.conf."
	echo "Press control-C to abort, hit Enter to continue."
	echo
	read
	cat ${FILESDIR}/pftpd.inetd >> ${ROOT}etc/inetd.conf
	ln -s /dev/null /etc/pure-ftpd/127.0.0.1
	/etc/rc.d/init.d/svc-xinetd restart
	echo "Modifications applied."
}




             reply	other threads:[~2001-07-20  9:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-20  3:27 Parag Mehta [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-09-19  9:51 [gentoo-dev] New ebuilds Philippe Lafoucrière
2003-09-19 10:02 ` Philippe Lafoucrière
2003-09-19 10:13   ` Georgi Georgiev
2003-09-19 11:42     ` Philippe Lafoucrière
2003-09-19 10:13 ` Georgi Georgiev
2003-09-19 10:47 ` Patrick Kursawe
2003-09-19 11:42   ` Philippe Lafoucrière
2003-09-19 11:54   ` Philippe Lafoucrière
2005-10-24 16:09 Rafael Fernández López

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010720032605.A19555@cvs.gentoo.org \
    --to=pm@gentoo.org \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox