head	1.25;
access;
symbols
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.22
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.19
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5;
locks; strict;
comment	@# @;


1.25
date	2011.05.02.09.11.33;	author bapt;	state dead;
branches;
next	1.24;

1.24
date	2011.03.15.20.40.32;	author bapt;	state Exp;
branches;
next	1.23;

1.23
date	2010.09.15.18.34.26;	author ade;	state Exp;
branches;
next	1.22;

1.22
date	2010.05.13.23.02.27;	author johans;	state Exp;
branches;
next	1.21;

1.21
date	2009.11.20.22.53.02;	author pav;	state Exp;
branches;
next	1.20;

1.20
date	2009.11.12.04.56.13;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2009.08.16.18.04.35;	author novel;	state Exp;
branches;
next	1.18;

1.18
date	2008.12.26.04.32.41;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2008.08.20.00.56.42;	author ade;	state Exp;
branches;
next	1.16;

1.16
date	2008.03.03.11.57.05;	author novel;	state Exp;
branches;
next	1.15;

1.15
date	2007.09.30.04.46.50;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2007.07.01.08.56.13;	author novel;	state Exp;
branches;
next	1.13;

1.13
date	2007.01.02.08.54.07;	author novel;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.06.17.41.18;	author novel;	state Exp;
branches;
next	1.11;

1.11
date	2006.01.09.16.34.16;	author novel;	state Exp;
branches;
next	1.10;

1.10
date	2005.11.15.06.49.14;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.09.15.42.27;	author clement;	state Exp;
branches;
next	1.8;

1.8
date	2004.12.11.21.52.27;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.30.21.25.02;	author clement;	state Exp;
branches;
next	1.6;

1.6
date	2004.06.11.21.42.16;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.16.21.46.01;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.16.21.08.30;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.15.16.08.50;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.24.00.38.52;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.19.02.38.22;	author clement;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Remove unmaintained expired ports from ftp

2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available
2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:	moftpd
# Date created:				Mar 19, 2004
# Whom:					Clement Laforet <clement@@FreeBSD>org>
#
# $FreeBSD: ports/ftp/moftpd/Makefile,v 1.24 2011/03/15 20:40:32 bapt Exp $
#

PORTNAME=	moftpd
PORTVERSION=	1.2.3
PORTREVISION=	9
CATEGORIES=	ftp ipv6
MASTER_SITES=	ftp://ftp.morth.org/moftpd/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	clement

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A powerful FTP server supporting IPv6, TLS, and much more

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

USE_RC_SUBR=	moftpd
USE_PERL5_BUILD=yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LIBS="${LIBS}" CFLAGS="${CFLAGS}"
CONFIGURE_ARGS=	--localstatedir=/var
MAKE_JOBS_UNSAFE=	yes

MAN8=		moftpd.8 moftpadmin.8
LIBS+=		-lcrypt

.if defined(WITHOUT_TLS)
CONFIGURE_ARGS+=	--without-tls
.elif defined(WITH_GNUTLS)
CONFIGURE_ARGS+=	--without-openssl
LIB_DEPENDS+=		gnutls.40:${PORTSDIR}/security/gnutls
LIBS=			-L${LOCALBASE}/lib -lgnutls
CFLAGS+=		-I${LOCALBASE}/include
.else
USE_OPENSSL=	yes
CONFIGURE_ARGS+=	--without-gnutls
.endif

.if defined(WITH_MYSQL)
CFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib/mysql
.else
CONFIGURE_ARGS+=	--without-sql
.endif

.include <bsd.port.mk>
@


1.24
log
@Deprecate unmaintained ports from ftp where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.23
log
@Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
@
text
@d19 3
@


1.22
log
@Remove unnecessary dependency on autoconf/gmake
@
text
@d10 1
a10 1
PORTREVISION=	8
@


1.21
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@a18 2
USE_AUTOTOOLS=	autoconf:262
USE_GMAKE=	yes
d21 1
@


1.20
log
@Reset clement@@FreeBSD.org due to long absence from FreeBSD.

Hat:		portmgr
@
text
@d25 1
@


1.19
log
@Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
@
text
@d16 1
a16 1
MAINTAINER=	clement@@FreeBSD.org
@


1.18
log
@- rename files/moftpd.sh -> files/moftpd.in
- move load_config above variables checks
- Bump PORTREVISION

PR:             ports/125651
Submitted by:   pgollucci
Approved by:    araujo (mentor, implicit), maintainer timeout (clement 5 months)
@
text
@d10 1
a10 1
PORTREVISION=	7
d33 1
a33 1
LIB_DEPENDS+=		gnutls.26:${PORTSDIR}/security/gnutls
@


1.17
log
@Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)
@
text
@d10 1
a10 1
PORTREVISION=	6
d21 1
a21 1
USE_RC_SUBR=	yes
a27 1
RC_SCRIPTS_SUB=	PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
a47 7
post-patch:
	@@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
	${FILESDIR}/moftpd.sh > ${WRKDIR}/moftpd.sh

post-install:
	@@${INSTALL_SCRIPT} ${WRKDIR}/moftpd.sh ${PREFIX}/etc/rc.d/

@


1.16
log
@- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	autoconf:261
@


1.15
log
@Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe
@
text
@d10 1
a10 1
PORTREVISION=	5
d34 1
a34 1
LIB_DEPENDS+=		gnutls.13:${PORTSDIR}/security/gnutls
@


1.14
log
@Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
@
text
@d10 1
a10 1
PORTREVISION=	4
d19 1
a19 1
USE_AUTOTOOLS=	autoconf:259
@


1.13
log
@- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
@
text
@d10 1
a10 1
PORTREVISION=	3
d34 1
a34 1
LIB_DEPENDS+=		gnutls.15:${PORTSDIR}/security/gnutls
@


1.12
log
@Chase gnutls shlib version change.
@
text
@d10 1
a10 1
PORTREVISION=	2
d34 1
a34 1
LIB_DEPENDS+=		gnutls.13:${PORTSDIR}/security/gnutls
d51 1
a51 1
                ${FILESDIR}/moftpd.sh > ${WRKDIR}/moftpd.sh
@


1.11
log
@Chase gnutls update.
@
text
@d10 1
a10 1
PORTREVISION=	1
d34 1
a34 1
LIB_DEPENDS+=		gnutls.15:${PORTSDIR}/security/gnutls
@


1.10
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
d34 1
a34 1
LIB_DEPENDS+=		gnutls.12:${PORTSDIR}/security/gnutls
@


1.9
log
@- Update to 1.2.3
@
text
@d18 1
a18 1
USE_AUTOCONF_VER=259
@


1.8
log
@- Update to 1.2.2
- Add gnutls support
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
@


1.7
log
@- Update to 1.2.1
- Fix plist
@
text
@d9 1
a9 1
PORTVERSION=	1.2.1
d18 1
a18 2
GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
d22 1
a22 1
CONFIGURE_ENV+=	LIBS="${LIBS}"
d29 12
@


1.6
log
@- Add RCng startup script
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.5
log
@- Add MySQL support
@
text
@d21 1
d24 2
d28 1
d36 7
@


1.4
log
@- Update to 1.2
@
text
@d22 1
a22 1
CONFIGURE_ENV+=	LIBS=-lcrypt
d24 8
@


1.3
log
@- Mirror distfile [1]
- Take back maintainership

Noticed by:	bento via kris [1]
@
text
@d9 1
a9 1
PORTVERSION=	1.1.6
d22 2
a23 2

MAN8=		moftpd.8
@


1.2
log
@- Add USE_PERL5_BUILD to fix the build.

Noticed by:      kris via bento
@
text
@d11 3
a13 1
MASTER_SITES=	ftp://ftp.morth.org/moftpd/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add moftpd 1.1.6.
A powerful FTP server supporting IPv6, virtual hosts, fine
grained permissions, and much more.

WWW: http://www.morth.org/moftpd/
@
text
@d19 1
@

