Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26497 | Differences between
and this patch

Collapse All | Expand All

(-)net-ftp/pure-ftpd.orig/files/digest-pure-ftpd-1.0.16 (+1 lines)
Line 0 Link Here
1
MD5 12f947ffba2f1393f8292a1675bf206a pure-ftpd-1.0.16.tar.bz2 435292
(-)net-ftp/pure-ftpd.orig/Manifest (-2 / +4 lines)
Lines 4-20 Link Here
4
MD5 69962f7d89d738c1151fa15491e3eb7f pure-ftpd-1.0.12.ebuild 1978
4
MD5 69962f7d89d738c1151fa15491e3eb7f pure-ftpd-1.0.12.ebuild 1978
5
MD5 fc9bcedcf23457ad3f51e5929b443c37 pure-ftpd-1.0.13a.ebuild 1881
5
MD5 fc9bcedcf23457ad3f51e5929b443c37 pure-ftpd-1.0.13a.ebuild 1881
6
MD5 347009af58280306b542bf15394b1b0a pure-ftpd-1.0.14.ebuild 2083
6
MD5 347009af58280306b542bf15394b1b0a pure-ftpd-1.0.14.ebuild 2083
7
MD5 9d7d0fa7c682d2a7923e2754dc9de95a pure-ftpd-1.0.15.ebuild 2089
8
MD5 fb4de1fa12d896d1126ae2d6a8d9f50e pure-ftpd-1.0.8-r1.ebuild 1433
7
MD5 fb4de1fa12d896d1126ae2d6a8d9f50e pure-ftpd-1.0.8-r1.ebuild 1433
8
MD5 b8b80384ea255ea252a46ecba3be8c97 pure-ftpd-1.0.16.ebuild 2281
9
MD5 9d7d0fa7c682d2a7923e2754dc9de95a pure-ftpd-1.0.15.ebuild 2089
9
MD5 789aeb3b8762f77d7b4fb3c0739ec081 files/digest-pure-ftpd-1.0.11-r1 69
10
MD5 789aeb3b8762f77d7b4fb3c0739ec081 files/digest-pure-ftpd-1.0.11-r1 69
10
MD5 f95c653478d112a9aa01a877953070be files/digest-pure-ftpd-1.0.12 69
11
MD5 f95c653478d112a9aa01a877953070be files/digest-pure-ftpd-1.0.12 69
11
MD5 f95c653478d112a9aa01a877953070be files/digest-pure-ftpd-1.0.12-r1 69
12
MD5 f95c653478d112a9aa01a877953070be files/digest-pure-ftpd-1.0.12-r1 69
12
MD5 f754dfcdc5e62960e7edf751ef27ef2b files/digest-pure-ftpd-1.0.13a 70
13
MD5 f754dfcdc5e62960e7edf751ef27ef2b files/digest-pure-ftpd-1.0.13a 70
13
MD5 c94d1bc057b01bc03241cd6dfdf58abd files/digest-pure-ftpd-1.0.14 69
14
MD5 c94d1bc057b01bc03241cd6dfdf58abd files/digest-pure-ftpd-1.0.14 69
14
MD5 9e563ab73369a22aac0cd7057d71de87 files/digest-pure-ftpd-1.0.15 69
15
MD5 7a5038168a43f8ec4b72f7af07004bae files/digest-pure-ftpd-1.0.8-r1 67
15
MD5 7a5038168a43f8ec4b72f7af07004bae files/digest-pure-ftpd-1.0.8-r1 67
16
MD5 458b5d7567f55f4257ea1a6bfe3ff150 files/ftpusers 177
16
MD5 458b5d7567f55f4257ea1a6bfe3ff150 files/ftpusers 177
17
MD5 6950e43cd48fea12490706463e0a6f9b files/pure-ftpd.conf_d 2287
17
MD5 6950e43cd48fea12490706463e0a6f9b files/pure-ftpd.conf_d 2287
18
MD5 dbe070c0925148fd40dc60dfea1cd5ed files/pure-ftpd.rc6 753
18
MD5 dbe070c0925148fd40dc60dfea1cd5ed files/pure-ftpd.rc6 753
19
MD5 f8e266b6e509c4af2f1d7c63b0e3d43a files/pure-ftpd.rc6-r1 800
19
MD5 f8e266b6e509c4af2f1d7c63b0e3d43a files/pure-ftpd.rc6-r1 800
20
MD5 86b7638f0ed01530fff30204ba6b5ce7 files/pure-ftpd.xinetd 238
20
MD5 86b7638f0ed01530fff30204ba6b5ce7 files/pure-ftpd.xinetd 238
21
MD5 ac0ed407edef4b1d543f10d468207a19 files/digest-pure-ftpd-1.0.16 69
22
MD5 9e563ab73369a22aac0cd7057d71de87 files/digest-pure-ftpd-1.0.15 69
(-)net-ftp/pure-ftpd.orig/pure-ftpd-1.0.16.ebuild (+71 lines)
Line 0 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2 
3
# $Header: /home/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild,v 1.3 2003/07/29 13:48:42 gmsoft Exp $
4
5
DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server"
6
SRC_URI="ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/${P}.tar.bz2"
7
HOMEPAGE="http://www.pureftpd.org/"
8
DEPEND="virtual/glibc
9
	pam? ( >=sys-libs/pam-0.75 )
10
	mysql? ( >=dev-db/mysql-3* )
11
	postgres? ( >=dev-db/postgresql-7.2.2 )
12
	ldap? ( >=net-nds/openldap-2.0.25 )
13
        crypt? ( >=dev-libs/openssl-0.9.6d )"
14
SLOT="0"
15
# Changed from GPL-2 to BSD 06/09/2003
16
LICENSE="BSD"
17
KEYWORDS="x86 ppc sparc alpha hppa"
18
IUSE="pam mysql postgres ldap crypt"
19
20
src_compile() {
21
	use pam && myconf="${myconf} --with-pam"
22
	use ldap && myconf="${myconf} --with-ldap"
23
	use mysql && myconf="${myconf} --with-mysql"
24
	use postgres && myconf="${myconf} --with-pgsql"
25
	use crypt && myconf="${myconf} --with-tls"        
26
	
27
	econf	--with-altlog --with-extauth \
28
		--with-puredb --with-cookie \
29
		--with-throttling --with-ratios \
30
		--with-quotas --with-ftpwho \
31
		--with-uploadscript --with-virtualhosts \
32
		--with-virtualchroot --with-diraliases \
33
		--with-peruserlimits ${myconf}
34
	emake || die "compile problem"
35
}
36
37
src_install() {
38
	einstall
39
40
	dodoc AUTHORS CONTACT COPYING ChangeLog FAQ HISTORY INSTALL README* NEWS
41
42
	dodir /etc/{conf.d,init.d}
43
	cp ${FILESDIR}/ftpusers ${D}/etc/ftpusers
44
	cp ${FILESDIR}/pure-ftpd.conf_d ${D}/etc/conf.d/pure-ftpd
45
46
	use pam && insinto /etc/pam.d && doins pam/{ftplockout,pure-ftpd}
47
48
	exeinto /etc/init.d
49
	newexe ${FILESDIR}/pure-ftpd.rc6-r1 pure-ftpd
50
51
	insopts -m 644
52
	insinto /etc/xinetd.d
53
	newins ${FILESDIR}/pure-ftpd.xinetd pure-ftpd
54
55
	if [ `use ldap` ]; then
56
		dodir /etc/openldap/schema
57
		insinto /etc/openldap/schema
58
		doins openldap.schema
59
		insinto /etc/openldap
60
		doins pureftpd-ldap.conf
61
	fi
62
}
63
64
pkg_postinst() {
65
	einfo "Before starting Pure-FTPd, you have to edit the /etc/conf.d/pure-ftpd file."
66
	echo
67
	ewarn "It's *really* important to read the README provided with Pure-FTPd."
68
	ewarn "Just point your browser at http://www.pureftpd.org/README"
69
	ewarn "If you plan to use SSL/TLS, also have a look at "
70
        ewarn "http://www.pureftpd.org/README.TLS"
71
}

Return to bug 26497