head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	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.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2013.01.27.06.41.41;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.02.23.17.49.41;	author wxs;	state Exp;
branches;
next	1.8;

1.8
date	2006.02.11.21.03.07;	author netchild;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.16.16.02.39;	author petef;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.01.14.34.28;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2002.01.29.11.58.41;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2001.08.12.08.00.50;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2001.05.02.01.00.56;	author trevor;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.11
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/outguess/Makefile 311049 2013-01-27 05:55:20Z tabthorpe $

PORTNAME=	outguess
PORTVERSION=	0.2
CATEGORIES=	security
MASTER_SITES=	http://www.outguess.org/ \
		http://www.internet2.edu/~shalunov/mirror/ \
		http://cimarron.river.com/mirrors/www.outguess.org/ \
		http://munitions.vipul.net/software/steganography/ \
		http://the25200-1.gw.connect.com.au/security/steganography/ \
		${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	crypt/stego

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Steganographic tool

DOCDIR=		share/doc/outguess
DOCS=		ChangeLog README STIRMARK-README TODO

CONFLICTS_INSTALL=	csound-*
GNU_CONFIGURE=	yes
MAN1=		outguess.1
PLIST=		${WRKDIR}/pkg-plist
WRKSRC=		${WRKDIR}/outguess

pre-install:
	${ECHO_CMD} bin/extract > ${PLIST}
	${ECHO_CMD} bin/outguess >> ${PLIST}
#	${ECHO_CMD} bin/histogram >> ${PLIST}
.if !defined(NOPORTDOCS)
.for i in ${DOCS}
	${ECHO_CMD} ${DOCDIR}/${i} >> ${PLIST}
.endfor
	${ECHO_CMD} @@dirrm ${DOCDIR} >> ${PLIST}
.endif

do-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/${DOCDIR}
.for i in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR}
.endfor
.endif
	${INSTALL_PROGRAM} ${WRKSRC}/outguess ${PREFIX}/bin
#	${INSTALL_PROGRAM} ${WRKSRC}/histogram ${PREFIX}/bin
	${LN} -sf ${PREFIX}/bin/outguess ${PREFIX}/bin/extract
	${INSTALL_MAN} ${WRKSRC}/outguess.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 8
# New ports collection makefile for:	outguess
# Date created:        			2000-12-31
# Whom:					trevor
# based on the OpenBSD port by Dug Song <dugsong@@monkey.org>
#
# $OpenBSD: Makefile,v 1.7 2000/10/22 15:43:25 espie Exp $
# $FreeBSD: head/security/outguess/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.9
log
@Add CONFLICTS_INSTALL on audio/csound. There is a PR to update audio/csound
to 5.13 and I've asked miwi@@ to add the conflict when he does the update.

While here drop MD5 from distinfo.

Submitted by:	atom@@smasher.org
@
text
@d7 1
a7 1
# $FreeBSD$
@


1.8
log
@Reset maintainership to ports@@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@@gmail.com> [1]
PR:			87985 [1]
@
text
@d27 1
@


1.7
log
@Add MASTER_SITE_PACKETSTORM as an additional mirror.

PR:		52109
Submitted by:	Jim Geovedi <jim@@corebsd.or.id>
Approved by:	various maintainers, timeouts
@
text
@d21 1
a21 1
MAINTAINER=	trevor@@FreeBSD.org
@


1.6
log
@Retire comment file.
@
text
@d17 3
a19 1
		http://the25200-1.gw.connect.com.au/security/steganography/
@


1.5
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
@d20 1
@


1.4
log
@Freshen up master sites with some found on
http://www.outguess.org/download.html .
@
text
@d7 1
a7 1
# $FreeBSD: ports/security/outguess/Makefile,v 1.3 2001/05/02 01:00:56 trevor Exp $
d30 3
a32 3
	${ECHO} bin/extract > ${PLIST}
	${ECHO} bin/outguess >> ${PLIST}
#	${ECHO} bin/histogram >> ${PLIST}
d35 1
a35 1
	${ECHO} ${DOCDIR}/${i} >> ${PLIST}
d37 1
a37 1
	${ECHO} @@dirrm ${DOCDIR} >> ${PLIST}
@


1.3
log
@Remove broken master site.  Fix MAINTAINER line.
@
text
@d7 1
a7 1
# $FreeBSD: ports/security/outguess/Makefile,v 1.2 2001/04/10 01:40:35 trevor Exp $
d14 4
a17 2
		ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/www-sites/www.outguess.org/ \
		http://munitions.vipul.net/software/steganography/
@


1.2
log
@Update to 0.2.  Add a master site.
@
text
@d7 1
a7 1
# $FreeBSD: ports/security/outguess/Makefile,v 1.1 2000/12/31 10:42:46 trevor Exp $
a14 1
		http://www.physnet.uni-hamburg.de/provos/ \
d17 1
a17 1
MAINTAINER=	Trevor Johnson <trevor@@FreeBSD.org>
@


1.1
log
@new port of OutGuess, a steganographic utility for JPEG and PNM images

Obtained from:	OpenBSD
@
text
@d7 1
a7 1
# $FreeBSD$
d11 1
a11 1
PORTVERSION=	0.13b
d13 2
a14 1
MASTER_SITES=	ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/www-sites/www.outguess.org/ \
d29 3
a31 1
	${ECHO} bin/outguess > ${PLIST}
d47 3
a49 1
	${INSTALL_MAN} ${FILESDIR}/outguess.1 ${PREFIX}/man/man1
@

