head	1.11;
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.8
	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.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5;
locks; strict;
comment	@# @;


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

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

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

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

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

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

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

1.4
date	2006.09.07.21.32.28;	author acm;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.29.02.48.25;	author acm;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.24.11.21.19;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.21.15.42.17;	author garga;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/archivers/fpc-unzip/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	archivers lang
PKGNAMESUFFIX=	-unzip

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal routines for unzipping zip files

USE_FPC=	yes

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

OPTIONS_DEFINE=	UNZIP
UNZIP_DESC=	Install unzip tools
OPTIONS_DEFAULT=	UNZIP

.include "${MASTERDIR}/Makefile"
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314133
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 2
# Created by: Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
# $FreeBSD: head/archivers/fpc-unzip/Makefile 314133 2013-03-14 06:32:04Z jgh $
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-unzip
# Date created:		2006-06-05
# Whom:			Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
#
# $FreeBSD: head/archivers/fpc-unzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d17 3
a19 1
OPTIONS=	UNZIP	"Install unzip tools"	on
@


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


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


1.6
log
@- Update to 2.2.0
@
text
@d8 1
a8 1
PORTREVISION=	0
d15 1
a15 2
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc \
		fpcmake:${PORTSDIR}/lang/fpc-utils
@


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


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

Approved by:	garga (mentor,implicit)
@
text
@d8 1
a8 1
PORTREVISION=	0
a16 1
RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
d22 2
@


1.3
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
d20 1
a20 1
WRKUNITDIR=	${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//}
@


1.2
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.1
log
@Add fpc-unzip , free Pascal routines for unzipping zip files.

PR:		ports/98679
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@@bsd.org.pe>
@
text
@d11 1
a11 1
MAINTAINER=	acardenas@@bsd.org.pe
d14 3
a16 2
RUN_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc \
		unzip:${PORTSDIR}/archivers/unzip
d19 2
@

