1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add support for FreeBSD 6.x precompiled binaries

- Add one official mirror
- portlint
- Take maintainership

PR:		ports/93600
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
This commit is contained in:
Renato Botelho 2006-02-21 10:22:48 +00:00
parent 2cc1a41798
commit 5b09fe91a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156571
3 changed files with 11 additions and 8 deletions

View File

@ -8,10 +8,11 @@
PORTNAME= ncftpd
PORTVERSION= 2.8.2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/
MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ \
ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export
MAINTAINER= ports@FreeBSD.org
MAINTAINER= rainer.alves@gmail.com
COMMENT= A well known commercial FTP daemon with a 30-day evaluation license
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@ -19,16 +20,18 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ONLY_FOR_ARCHS= i386
NO_BUILD= YES
LICENSE= shareware
RESTRICTED= "30 day evaluation license"
RESTRICTED= 30 day evaluation license
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
.if ${OSVERSION} >= 600000
BINVER= 6.0
.elif ${OSVERSION} >= 500000
BINVER= 5.3
.elif ${OSVERSION} >= 480000
BINVER= 4.8
.else
BROKEN= "FreeBSD version too old"
BROKEN= FreeBSD version too old
.endif
do-install:

View File

@ -4,3 +4,6 @@ SIZE (ncftpd-2.8.2-freebsd4.8-i386-export.tar.gz) = 379724
MD5 (ncftpd-2.8.2-freebsd5.3-i386-export.tar.gz) = 5d55c58cda7e9a846a695ba0aca48c49
SHA256 (ncftpd-2.8.2-freebsd5.3-i386-export.tar.gz) = 1b8e7e335325f2b6f65a7628b05e7c23ddf93b168a9dee484f1be87ea6b29a3f
SIZE (ncftpd-2.8.2-freebsd5.3-i386-export.tar.gz) = 383029
MD5 (ncftpd-2.8.2-freebsd6.0-i386-export.tar.gz) = 2b2e0727fe7039e86ab09f8bd9d8e97a
SHA256 (ncftpd-2.8.2-freebsd6.0-i386-export.tar.gz) = b6508ee7b3b5d78bf9edba72e957b70d9754896ba6164110eb68ec54f9416331
SIZE (ncftpd-2.8.2-freebsd6.0-i386-export.tar.gz) = 383490

View File

@ -2,6 +2,3 @@ A well known commercial FTP daemon with a restrictive 30-day
evaluation license. NcFTPd is fast, secure, and supports virtual-hosts.
WWW: http://www.ncftp.com/ncftpd/
- jus
jus@security.za.net