head	1.24;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.22
	RELEASE_8_1_0:1.22
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.22
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.21
	RELEASE_6_3_0:1.21
	PRE_XORG_7:1.21
	RELEASE_4_EOL:1.21
	RELEASE_6_2_0:1.21
	RELEASE_6_1_0:1.19
	RELEASE_5_5_0:1.19
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.24
date	2013.01.27.06.41.41;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2008.08.21.06.18.14;	author rafan;	state Exp;
branches;
next	1.21;

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

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

1.19
date	2006.02.02.23.12.05;	author marcus;	state Exp;
branches;
next	1.18;

1.18
date	2005.07.22.09.33.34;	author vsevolod;	state Exp;
branches;
next	1.17;

1.17
date	2005.07.21.09.43.26;	author sem;	state Exp;
branches;
next	1.16;

1.16
date	2005.07.11.08.26.19;	author sem;	state Exp;
branches;
next	1.15;

1.15
date	2005.04.12.03.26.27;	author obrien;	state Exp;
branches;
next	1.14;

1.14
date	2005.04.11.08.03.53;	author obrien;	state Exp;
branches;
next	1.13;

1.13
date	2005.02.11.21.11.51;	author sem;	state Exp;
branches;
next	1.12;

1.12
date	2004.07.02.20.01.15;	author eik;	state Exp;
branches;
next	1.11;

1.11
date	2004.01.30.19.20.43;	author eik;	state Exp;
branches;
next	1.10;

1.10
date	2003.11.14.00.29.48;	author eik;	state Exp;
branches;
next	1.9;

1.9
date	2003.09.27.17.25.54;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.18.59.04;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.12.26.16.47.01;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.01.29.11.58.40;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2001.09.21.15.09.25;	author sf;	state Exp;
branches;
next	1.4;

1.4
date	2001.08.14.08.59.08;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.13.15.40.06;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.12.09.22.41;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.09.21.24.49;	author trevor;	state Exp;
branches;
next	;


desc
@@


1.24
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311049
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: trevor
# $FreeBSD: head/security/digest/Makefile 311049 2013-01-27 05:55:20Z tabthorpe $

PORTNAME?=	digest
PORTVERSION?=	20050323
PORTREVISION=	1
CATEGORIES?=	security sysutils
MASTER_SITES?=	${MASTER_SITE_NETBSD}
MASTER_SITE_SUBDIR=	../../misc/digest

MAINTAINER?=	ports@@FreeBSD.org
COMMENT?=	Message digest wrapper utility

CONFLICTS?=	emboss-[0-9]* qmail-ldap2-*

GNU_CONFIGURE=	yes

MAN1?=		${PORTNAME}.1

PLIST_FILES?=	bin/${PORTNAME}

.include <bsd.port.pre.mk>

test: build
	@@${ECHO_MSG} "No news is good news"
	@@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} DIGESTCMD=${PORTNAME} ${SH} ./regress.sh
	@@${ECHO_MSG} "All tests completed"

.include <bsd.port.post.mk>
@


1.23
log
@Switch exporter over
@
text
@d1 2
a2 7
# New ports collection makefile for:	digest
# Date created:				2001-03-09
# Whom:					trevor
#
# $NetBSD: Makefile,v 1.37 2003/07/17 22:52:13 grant Exp $
# $FreeBSD: head/security/digest/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.22
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.21
log
@- Switch to the vendor's MASTER_SITES
- Update distinfo, the content of tarball is identical (verified)
@
text
@a26 2
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

@


1.20
log
@Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:		portmgr
@
text
@d13 2
a14 1
MASTER_SITES?=	http://highsecure.ru/
@


1.19
log
@Remove CONFLICTS with nss.
@
text
@d15 1
a15 1
MAINTAINER?=	vsevolod@@FreeBSD.org
@


1.18
log
@Update my email address.

Approved by:	perky (mentor)
@
text
@d18 1
a18 1
CONFLICTS?=	nss-[0-9]* emboss-[0-9]* qmail-ldap2-*
@


1.17
log
@- Fix a bug in SHA256

PR:		ports/76289
Reported by:	Kenichi Morioka <morioka@@openloop.co.jp>
Fixed by:	Vsevolod Stakhov <vsevolod@@highsecure.ru> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER?=	vsevolod@@highsecure.ru
@


1.16
log
@- Update to latest NetBSD snapshot
- Use tarball instead of set of files
- Pass maintainership to submitter

PR:		ports/83180
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru>
Approved by:	eik MIA
@
text
@d11 1
@


1.15
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d10 1
a10 1
PORTVERSION?=	${VERSION}
d12 1
a12 2
MASTER_SITES=	#
DISTFILES=
d14 1
a14 1
MAINTAINER?=	eik@@FreeBSD.org
a19 1
NO_WRKSUBDIR=	yes
a28 7
VERSION!=	${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
			${FILESDIR}/configure

post-extract:
	@@${CP} -Rp ${FILESDIR}/* ${WRKSRC}
	@@${CHMOD} +x ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

@


1.14
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d27 1
a27 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.13
log
@- Add (or fix) CONFLICTS line. The ports install bin/digest.

Approved by:	portmgr (krion)
@
text
@d27 1
a27 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.12
log
@Adjusted makefile for rdigest slave port.

Forgotten by:	me
Noticed by:	kris
@
text
@d18 1
a18 1
CONFLICTS?=	nss-[0-9]* emboss-[0-9]*
@


1.11
log
@use CONFLICTS and PLIST_FILES
@
text
@d9 3
a11 3
PORTNAME=	digest
PORTVERSION=	${VERSION}
CATEGORIES=	security sysutils
d15 2
a16 2
MAINTAINER=	eik@@FreeBSD.org
COMMENT=	Message digest wrapper utility
d18 1
a18 1
CONFLICTS=	nss-[0-9]* emboss-[0-9]*
d23 1
a23 1
MAN1=		digest.1
d25 1
a25 1
PLIST_FILES=	bin/digest
d32 1
a32 1
		${FILESDIR}/configure
d36 1
a36 1
	@@${CHMOD} +x ${WRKSRC}/configure
d39 3
a41 3
	@@${ECHO} "No news is good news"
	@@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
	@@${ECHO} "All tests completed"
@


1.10
log
@switch my ports to my FreeBSD address

Approved by:	marcus (mentor)
@
text
@d18 2
d24 2
@


1.9
log
@- update sources and Makefile to latest NetBSD release
  (usage bug fixed, misc. improvements)
- grab maintainership

PR:		56656
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d15 1
a15 1
MAINTAINER=	eikemeier@@fillmore-labs.com
@


1.8
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $NetBSD: Makefile,v 1.4 2001/03/07 23:03:19 kim Exp $
d10 1
a10 2
PORTVERSION=	20010807
PORTREVISION=	2
a13 1
EXTRACT_ONLY=
d15 5
a19 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	MD5/SHA-1/RIPEMD-160 checksumming utility
a20 3
MAKE_ENV+=	BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man/man
MAKE_ARGS=	VERSION="${PORTVERSION}"
MANCOMPRESSED=	yes
a21 2
PLIST=		${WRKDIR}/pkg-plist
WRKSRC=		${WRKDIR}
d23 10
a32 3
do-extract:
	${MKDIR} ${WRKSRC}
	cd ${FILESDIR} && pax -r -w * ${WRKSRC}
d34 4
a37 2
pre-install:
	${ECHO_CMD} bin/digest > ${PLIST}
d39 1
a39 1
.include <bsd.port.mk>
@


1.7
log
@Fix installation: MANCOMPRESSED=yes

Prompted by:	Paulo Rodrigo <rodrigo_paulo@@yahoo.com.br>
@
text
@d18 1
@


1.6
log
@Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
@
text
@d21 1
@


1.5
log
@install manpage correctly.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/digest/Makefile,v 1.4 2001/08/14 08:59:08 knu Exp $
d30 1
a30 1
	${ECHO} bin/digest > ${PLIST}
@


1.4
log
@Fix the manpage to make previous versions of nroff(1) happy.

Submitted by:	Jason Harris <jharris@@widomaker.com>
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/digest/Makefile,v 1.3 2001/08/13 15:40:06 knu Exp $
d11 1
a11 1
PORTREVISION=	1
d19 1
a19 1
MAKE_ENV+=	BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
a30 3

post-install:
	${INSTALL_MAN} ${FILESDIR}/digest.1 ${PREFIX}/man/man1/
@


1.3
log
@Synchronize with NetBSD. (20010807)
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/digest/Makefile,v 1.2 2001/08/12 09:22:41 trevor Exp $
d11 1
@


1.2
log
@Drop maintainership.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/digest/Makefile,v 1.1 2001/03/09 21:24:49 trevor Exp $
d10 1
a10 1
PORTVERSION=	20010302
a17 1
CFLAGS+=	"-DVERSION=${PORTVERSION}"
d19 1
@


1.1
log
@new port of digest 20010302, an MD5/SHA-1/RIPEMD-160 checksumming
utility

Obtained from:	NetBSD pkgsrc/pkgtools/digest
@
text
@d6 1
a6 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	trevor@@FreeBSD.org
@

