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
	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.12
date	2013.03.23.07.13.21;	author svnexp;	state Exp;
branches;
next	1.11;

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

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

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

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

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

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

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

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

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

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

1.1
date	2004.04.12.21.54.29;	author thierry;	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/archivers/fpc-paszlib/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	archivers devel
PKGNAMESUFFIX=	-paszlib

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal unit for native compression IO

USE_FPC=	hash

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:	FreeVision
# Date created: 			9 February 2004
# Whom: 				John Merryweather Cooper
#
# $FreeBSD: head/archivers/fpc-paszlib/Makefile 300895 2012-07-14 12:56:14Z 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 2
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc \
		${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash
a16 1
UNITSDIR=	${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
@


1.7
log
@- Update to 2.0.4
- Add new dependencies to editors/lazarus

Approved by:	garga (mentor,implicit)
@
text
@a21 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
d15 2
a16 1
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
d18 1
d20 1
a20 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 ports in categories starting with A.
@
text
@a7 2
PORTNAME=	paszlib
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 24
.include <bsd.port.pre.mk>

PLIST_SUB+=	INSTDIR=lib/fpc/${PORTVERSION}/units/freebsd/paszlib \
		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}/paszlib -name "Makefile*" | ${XARGS} \
		${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'

do-build:
	@@${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib all

do-install:
	@@${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib install

.include <bsd.port.post.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-paszlib 1.0.10, Free Pascal unit for native compression IO.

PR:		62612
Submitted by:	John Merryweather Cooper
Approved by:	pav (mentor).
@
text
@d14 1
a14 1
MAINTAINER=	coop9211@@uidaho.edu
@

