head	1.20;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.19
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.17
	RELEASE_4_11_0:1.17
	RELEASE_5_3_0:1.17
	RELEASE_4_10_0:1.17
	RELEASE_5_2_1:1.16
	RELEASE_5_2_0:1.16
	RELEASE_4_9_0:1.16
	RELEASE_5_1_0:1.16
	RELEASE_4_8_0:1.16
	RELEASE_5_0_0:1.15
	RELEASE_4_7_0:1.15
	RELEASE_4_6_2:1.15
	RELEASE_4_6_1:1.15
	RELEASE_4_6_0:1.15
	RELEASE_5_0_DP1:1.15
	RELEASE_4_5_0:1.14
	RELEASE_4_4_0:1.14
	RELEASE_4_3_0:1.14
	RELEASE_4_2_0:1.13
	RELEASE_4_1_1:1.13
	RELEASE_4_1_0:1.13
	RELEASE_3_5_0:1.13
	RELEASE_4_0_0:1.12
	RELEASE_3_4_0:1.12
	RELEASE_3_3_0:1.12
	RELEASE_3_2_0:1.11
	RELEASE_3_1_0:1.11
	RELEASE_2_2_8:1.11
	RELEASE_3_0_0:1.11
	RELEASE_2_2_7:1.11
	RELEASE_2_2_6:1.11
	RELEASE_2_2_5:1.11
	RELEASE_2_2_1:1.10
	RELEASE_2_2_2:1.11
	p2c:1.1.1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2008.11.29.00.11.53;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2006.01.26.20.36.12;	author jmz;	state Exp;
branches;
next	1.17;

1.17
date	2004.04.13.00.17.26;	author jmz;	state Exp;
branches;
next	1.16;

1.16
date	2003.03.07.06.05.32;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2002.02.22.23.12.20;	author jmz;	state Exp;
branches;
next	1.14;

1.14
date	2000.12.08.13.52.45;	author jmz;	state Exp;
branches;
next	1.13;

1.13
date	2000.04.12.06.19.42;	author obrien;	state Exp;
branches;
next	1.12;

1.12
date	99.08.25.06.35.08;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	97.04.15.20.59.13;	author ache;	state Exp;
branches;
next	1.10;

1.10
date	96.11.18.14.02.52;	author asami;	state Exp;
branches;
next	1.9;

1.9
date	96.11.17.06.12.37;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	96.11.12.02.18.46;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	95.11.22.13.12.58;	author asami;	state Exp;
branches;
next	1.6;

1.6
date	95.04.16.21.24.49;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	95.04.15.05.44.43;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	95.04.11.02.00.50;	author jmz;	state Exp;
branches;
next	1.3;

1.3
date	95.04.01.12.47.03;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	94.10.20.01.51.40;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	94.10.04.04.10.04;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.04.04.10.05;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p2c
# Date created:         4 October 1994
# Whom:                 jmz
#
# $FreeBSD: head/lang/p2c/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	p2c
PORTVERSION=	1.21a
PORTREVISION=	2
CATEGORIES=	lang
MASTER_SITES=	http://darkstar.ist.utl.pt/slackware/slackware_source/d/p2c/ \
		http://www.slackware.at/data/slackware-10.0/source/d/p2c/
DISTFILES=	p2c-1.21alpha2.tar.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Pascal to C translator

WRKSRC=		${WRKDIR}/p2c-1.21alpha-07.Dec.93
MAN1=		p2c.1 p2cc.1

pre-install: build
	@@${MKDIR} ${PREFIX}/bin
	@@${MKDIR} ${PREFIX}/lib
	@@${MKDIR} ${PREFIX}/man/man1
	@@${MKDIR} ${PREFIX}/include/p2c
	@@${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1

.include <bsd.port.mk>
@


1.19
log
@Reset jmz@@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Fix mastersite, now it's fetchable again.

PR:		ports/92385
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@d16 1
a16 1
MAINTAINER=	jmz@@FreeBSD.org
@


1.17
log
@Install the source instead of the cat-file in ${PREFIX}/man/man1

PR:		65456
@
text
@d12 2
a13 3
MASTER_SITES=   ftp://ftp.clara.net/pub/mirrors/gnu/hurd/ \
		ftp://ftp.u-aizu.ac.jp/pub/lang/netsw/Pascal/ \
		ftp://ftp.simcb.ru/pub/unix/src/
@


1.16
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.15
log
@Add a few functions in p2clib. This fixes bugs occuring with some pascal code.

Submitted by:	joerg
@
text
@d18 1
@


1.14
log
@Update MASTER_SITES
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p2c/Makefile,v 1.13 2000/04/12 06:19:42 obrien Exp $
d10 1
@


1.13
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p2c/Makefile,v 1.12 1999/08/25 06:35:08 obrien Exp $
d11 3
a13 3
MASTER_SITES=   ftp://ftp.pal.xgw.fi/pub/gnu/alpha/gnu/ \
		ftp://ftp.clara.net/pub/mirrors/gnu/hurd/ \
		ftp://ftp.obspm.fr/pub1/computing/gnu/hurd/
@


1.12
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:     1.21alpha-07.Dec.93
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	p2c-1.21alpha-07.Dec.93
PKGNAME=	p2c-1.21a
d18 1
@


1.11
log
@Main site remove distfile, so add few another sites with this distfile
instead
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.10 1996/11/18 14:02:52 asami Exp $
@


1.10
log
@Compress a bunch of manpages.  Remove unnecessary @@ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.9 1996/11/17 06:12:37 obrien Exp $
d12 3
a14 1
MASTER_SITES=	ftp://src.doc.ic.ac.uk/gnu/hurd/
@


1.9
log
@Converted to MAN[1-9NL]
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.8 1996/11/12 02:18:46 obrien Exp $
d17 1
a17 1
MAN1=		p2cc.1
@


1.8
log
@CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.7 1995/11/22 13:12:58 asami Exp $
d17 2
a26 1

@


1.7
log
@Change category nome from "languages" to "lang".  Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1995/04/16 21:24:49 asami Exp $
d11 1
a11 1
CATEGORIES+=	lang
d18 5
a22 5
	@@mkdir -p ${PREFIX}/bin
	@@mkdir -p ${PREFIX}/lib
	@@mkdir -p ${PREFIX}/man/man1
	@@mkdir -p ${PREFIX}/include/p2c
	@@cp ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1
@


1.6
log
@Make various install and pre-install targets depend on build.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1995/04/15 05:44:43 asami Exp $
d11 1
a11 1
CATEGORIES+=	languages
@


1.5
log
@Update of lang Makefiles....
@
text
@d6 1
a6 1
# $Id$
d17 1
a17 1
pre-install:
@


1.4
log
@Add MAINTAINER= jmz@@FreeBSD.org
@
text
@d1 8
d10 3
d14 1
a14 2
MASTER_SITES=	ftp://src.doc.ic.ac.uk/gnu/hurd/
CATEGORIES+=	languages
@


1.3
log
@Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
@
text
@d5 1
@


1.2
log
@Changes from Jean-Marc Zucconi to obey PREFIX properly.
Submitted by:	jmz
@
text
@d4 1
@


1.1
log
@Initial revision
@
text
@d6 5
a10 4
	@@mkdir -p /usr/local/lib
	@@mkdir -p /usr/local/man/man1
	@@mkdir -p /usr/local/include/p2c
	@@cp ${WRKSRC}/src/p2cc.man /usr/local/man/man1/p2cc.1
@


1.1.1.1
log
@p2c - Pascal to C translator.  By Jean-Marc Zucconi.
Submitted by:	jmz
@
text
@@
