head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	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
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2
	old_RELEASE_6_0_0:1.2
	old_RELEASE_5_4_0:1.2
	old_RELEASE_4_11_0:1.1
	old_RELEASE_5_3_0:1.1
	old_RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2013.03.23.07.14.34;	author svnexp;	state Exp;
branches;
next	1.11;

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

1.10
date	2009.01.14.06.12.08;	author acm;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.24.15.18.14;	author acm;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.18.18.41.10;	author acm;	state Exp;
branches;
next	1.7;

1.7
date	2006.09.07.21.09.28;	author acm;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.29.02.48.22;	author acm;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.24.11.21.25;	author acm;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.21.16.52.57;	author garga;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.02;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.13.18.28.20;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.03.16.08.11;	author pav;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by:	John Merryweather Cooper
# $FreeBSD: head/security/fpc-hash/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	security lang
PKGNAMESUFFIX=	-hash

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal unit for MD5 hash routines

USE_FPC=	yes

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

.include "${MASTERDIR}/Makefile"
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-md5
# Date created: 			8 February 2004
# Whom: 				John Merryweather Cooper
#
# $FreeBSD: head/security/fpc-hash/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.10
log
@- Update to 2.2.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Use new freepascal stuff
- Bump PORTREVISION
@
text
@d8 1
a8 1
PORTREVISION=	1
d18 1
a18 1
WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
@


1.8
log
@- Add OPTIONS to some freepascal ports. Now, we can install the external libs
  optionally.[1]
- Other tiny modifications

Suggested by:	Ales Catona <almindor__at__gmail.com> [1]
Approved by:	garga(mentor, implicit)
@
text
@d8 1
a8 1
PORTREVISION=	0
d15 1
a15 1
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
@


1.7
log
@- New port:
@
text
@a19 1
HAVE_EXAMPLES=	true
@


1.6
log
@- Added post-extract on Makefiles.units. It remove the svn directories from
  some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:	garga (mentor)
@
text
@d8 1
a8 1
PORTREVISION=	1
d10 1
a10 1
PKGNAMESUFFIX=	-md5
d18 1
a18 1
WRKUNITDIR=	${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
@


1.5
log
@- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils

Approved by:	garga (mentor)
@
text
@d8 1
@


1.4
log
@- Update fpc to 2.0.2

PR:		98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
		98654, 98656, 98657, 98658, 98720, 98724
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
@
text
@d11 1
a11 1
MAINTAINER=	acardenas@@bsd.org.pe
d14 1
a14 1
RUN_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
d17 3
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@a7 2
PORTNAME=	md5
PORTVERSION=	1.0.10
d9 1
a9 2
MASTER_SITES=	http://www.borgsdemons.com/distfiles/
PKGNAMEPREFIX=	fpc-
d11 1
a11 1
MAINTAINER=	ports@@FreeBSD.org
d14 1
a14 2
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
RUN_DEPENDS=	${BUILD_DEPENDS}
d16 1
a16 2
USE_GMAKE=	yes
ONLY_FOR_ARCHS=	i386
d18 1
a18 23
PLIST_SUB+=	PORTVERSION=${PORTVERSION}

MAKE_ENV+=	PATH=${LOCALBASE}/bin:$$PATH \
		FPC=${LOCALBASE}/bin/ppc386 \
		INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
		INSTALL_BINDIR=${PREFIX}/bin \
		GCCLIBDIR=/usr/lib \
		RELEASE=1

post-patch:
# change to alter amount of optimization
	@@${FIND} ${WRKDIR}/packages/base/md5 -name "Makefile*" | \
		${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'

do-build:
	@@${SETENV} ${MAKE_ENV} ${GMAKE} -C \
		${WRKDIR}/packages/base/md5 all

do-install:
	@@${SETENV} ${MAKE_ENV} ${GMAKE} -C \
		${WRKDIR}/packages/base/md5 install

.include <bsd.port.mk>
@


1.2
log
@With portmgr hat on, reset maintainership of these ports.  Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
@
text
@a20 1
USE_REINPLACE=	yes
@


1.1
log
@Add fpc-md5, a Free Pascal module with MD5 hash routines.

PR:		ports/62593
Submitted by:	John Merryweather Cooper <coop9211@@uidaho.edu>
@
text
@d14 1
a14 1
MAINTAINER=	coop9211@@uidaho.edu
@

