head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.35.05;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.21.06.18.20;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.20.20.29.04;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.06.13.12.19;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.04.05.08.51;	author marcus;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.10.23.14.44.33;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.04.03.39.58;	author petef;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sha
# Date created:		20 August 2001
# Whom:			asaddi@@philosophysw.com
#
# $FreeBSD: head/security/sha/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sha
PORTVERSION=	1.0.4
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	allan@@saddi.com
COMMENT=	Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=		sha.1
PLIST_FILES=	bin/sha

.include <bsd.port.mk>
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.6
log
@- Update to 1.0.4

PR:		ports/81297
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	Allan Saddi <allan@@saddi.com> (maintainer)
@
text
@a19 2
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

@


1.5
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d9 1
a9 2
PORTVERSION=	1.0.3
PORTREVISION=	1
d20 2
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d22 1
@


1.3
log
@De-pkg-comment.
@
text
@d10 1
@


1.2
log
@Update to 1.0.3 and change maintainer (new email).

PR:		ports/44368
Submitted by:	maintainer
@
text
@d15 1
@


1.1
log
@Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512

PR:		29907
Submitted by:	Allan Saddi <asaddi@@philosophysw.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
d14 1
a14 1
MAINTAINER=	asaddi@@philosophysw.com
@

