head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.12
	RELEASE_4_8_0:1.12
	RELEASE_5_0_0:1.11
	RELEASE_4_7_0:1.11
	RELEASE_4_6_2:1.11
	RELEASE_4_6_1:1.11
	RELEASE_4_6_0:1.11
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.9
	RELEASE_4_1_1:1.9
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.9
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.2
	v3_4:1.1.1.1
	GJC:1.1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2009.11.22.19.49.41;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.19.17.51.36;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.10.09.18.33;	author jkoshy;	state Exp;
branches;
next	1.13;

1.13
date	2003.08.28.00.01.08;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2003.03.07.06.05.36;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2002.05.04.21.27.18;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2001.09.03.08.32.43;	author jkoshy;	state Exp;
branches;
next	1.9;

1.9
date	2000.06.16.21.51.25;	author asami;	state Exp;
branches;
next	1.8;

1.8
date	2000.06.16.08.18.55;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.06.15.17.59.24;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.12.06.20.33;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.09.08.04.24.00;	author jkoshy;	state Exp;
branches;
next	1.4;

1.4
date	99.08.31.06.47.04;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.06.35.24;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.05.06.05.21.19;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	99.04.28.09.45.37;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.28.09.45.37;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:   siod
# Date created:        28 April 1999
# Whom:                jkoshy
#
# $FreeBSD: head/lang/siod/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	siod
PORTVERSION=	3.4
CATEGORIES=	lang scheme
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
DISTNAME=	siod
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A small footprint implementation of the Scheme programming language

USE_LDCONFIG=	yes

NO_WRKSUBDIR=	yes
MAKEFILE=	makefile
ALL_TARGET=	freebsd
MAKE_ENV=	LD_LIBRARY_PATH=.
MAKE_JOBS_UNSAFE=	yes

MAN1=	siod.1 snapshot-dir.1 snapshot-compare.1 http-get.1 \
	cp-build.1 ftp-cp.1 csiod.1 ftp-put.1 ftp-test.1 ftp-get.1 \
	http-stress.1 proxy-server.1

.include <bsd.port.mk>
@


1.16
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d25 1
@


1.14
log
@Reset maintainership.
@
text
@d19 1
a19 1
INSTALLS_SHLIB=	yes
@


1.13
log
@Use the virtual category "scheme" (part ii)

	Add the virtual category "scheme" to the maintained ports
	(except sxm). I guess no maintainer would deny this trivial
	change.

PR:		ports/56052
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d16 1
a16 1
MAINTAINER=	jkoshy@@FreeBSD.org
@


1.12
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
CATEGORIES=	lang
@


1.11
log
@The two primary MASTER_SITES no longer host this distfile, and the
project homepage has also disappeared; remove them and leave only the
MASTER_SITE_LOCAL fallback.

Noticed by:	bento
@
text
@d17 1
@


1.10
log
@Update MASTER_SITES.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.9 2000/06/16 21:51:25 asami Exp $
d11 1
a11 3
MASTER_SITES=	http://people.delphi.com/gjc/\
		http://siag.nu/online-docs/siod/ \
		${MASTER_SITE_LOCAL}
@


1.9
log
@Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.8 2000/06/16 08:18:55 sobomax Exp $
d12 3
a14 2
		ftp://ftp.std.com/pub/gjc/ \
		http://freefall.freebsd.org/~jkoshy/PORTS/
@


1.8
log
@Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.7 2000/06/15 17:59:24 sobomax Exp $
d19 1
a19 1
INSTALLS_SHLIBS=	yes
@


1.7
log
@Third round of INSTALL_SHLIBS=yes fixes.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.6 2000/04/12 06:20:33 obrien Exp $
d19 1
a19 1
INSTALL_SHLIBS=	yes
@


1.6
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.5 1999/09/08 04:24:00 jkoshy Exp $
d19 3
a21 1
NO_WRKSUBDIR=	true
a28 3

post-install:
	${LDCONFIG} -m ${PREFIX}/lib
@


1.5
log
@Add a backup MASTER_SITE.
@
text
@a1 1
# Version required:    3.4
d5 1
a5 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.4 1999/08/31 06:47:04 mharo Exp $
d8 2
a9 2
DISTNAME=	siod
PKGNAME=	siod-3.4
d14 1
@


1.4
log
@FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/siod/Makefile,v 1.3 1999/08/25 06:35:24 obrien Exp $
d13 2
a14 1
		ftp://ftp.std.com/pub/gjc/
@


1.3
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	jkoshy@@FreeBSD.ORG
@


1.2
log
@Fix build breakage.

Detected by:	PW's automated build tools.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/04/28 09:45:37 jkoshy Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d21 1
@


1.1.1.1
log
@Scheme in one Day/Defun, a small footprint implementation of Scheme with
some database, unix programming and cgi scripting extensions.

Requested by:	 Philippe Laliberte <arsphl@@oeil.qc.ca> on -ports
@
text
@@
