Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1331 - pure-ftpd-1.0.10-r1.ebuild (Update)
Summary: pure-ftpd-1.0.10-r1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-24 09:56 UTC by Manuel Zamora
Modified: 2003-04-04 01:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Zamora 2002-03-24 09:56:40 UTC
An updated ebuild-file for net-ftp/pure-ftpd (version in current tree: 1.0.8). IMHO this is a very  
good ftp-server, very secure, easy to set up - just great ;)  Attached pure-ftpd.tar.gz with the 
ebuild-file and an md5-file. I hope i could help! btw: gentoo is SO great! :) 
 
Manuel
Comment 1 Manuel Zamora 2002-03-24 10:27:05 UTC
cannot attach my archive with updated ebuild-file... 
I tried with all installed browser, bugzilla just said: No file was provided, or
it was empty. 

It is not empty, just small (900Bytes), but it works (tested).

post it in here:

--- snip:  pure-ftpd-1.0.10-r1.ebuild ---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bart Verwilst <verwilst@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild,v
1.1 2002/02/03 12:51:31 verwilst Exp

S="${WORKDIR}/pure-ftpd-1.0.10"
SRC_URI="http://prdownloads.sourceforge.net/pureftpd/${P}.tar.gz"
DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP
server"

DEPEND="virtual/glibc
	pam? ( >=sys-libs/pam-0.75 )
	mysql? ( >=dev-db/mysql-3.23.47 )
	postgres? ( >=dev-db/postgresql-7.1.3 )
	ldap? ( >=net-nds/openldap-2.0.21 )"

src_compile() {

	local myconf
	cd ${S}
	use pam && myconf="${myconf} --with-pam"
	use mysql && myconf="${myconf} --with-mysql"
	use postgres && myconf="${myconf} --with-pgsql"
	use ldap && myconf="${myconf} --with-ldap"
	./configure --prefix=/usr --with-altlog --with-puredb		\
		--with-extauth --with-throttling --with-ratios		\
		--with-quotas --with-cookie				\
		--with-uploadscript --with-virtualhosts			\
		--with-virtualchroot --with-diraliases --with-ftpwho	\
		--host=${CHOST} ${myconf} || die
	emake || die

}

src_install() {

	make DESTDIR=${D} install || die
	mkdir -p ${D}/etc
	cp ${FILESDIR}/ftpusers ${D}/etc/ftpusers
	mkdir -p ${D}/etc/conf.d
	cp ${FILESDIR}/pure-ftpd.conf_d ${D}/etc/conf.d/pure-ftpd
	mkdir -p ${D}/etc/init.d
	cp ${FILESDIR}/pure-ftpd.rc6 ${D}/etc/init.d/pure-ftpd		
	chmod 755 ${D}/etc/init.d/pure-ftpd
	
}

---snap---

file digest-pure-ftpd-1.0.10-r1:

MD5 273076d972c70cee170c78554e8bfba5  pure-ftpd-1.0.10.tar.gz 446836


Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:46 UTC
db fix
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:39 UTC
db fix