head	1.7;
access;
symbols
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2006.09.07.21.40.37;	author acm;	state dead;
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.7
log
@- Remove security/fpc-md5. It was renamed to security/fpc-hash

Approved by:	garga (mentor, implicit)
@
text
@# New ports collection makefile for:	fpc-md5
# Date created: 			8 February 2004
# Whom: 				John Merryweather Cooper
#
# $FreeBSD: ports/security/fpc-md5/Makefile,v 1.6 2006/07/29 02:48:22 acm Exp $
#

PORTREVISION=	1
CATEGORIES=	security lang
PKGNAMESUFFIX=	-md5

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

BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}
HAVE_EXAMPLES=	true

.include "${MASTERDIR}/Makefile"
@


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
@d5 1
a5 1
# $FreeBSD$
@


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
@

