head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	old_RELEASE_8_1_0:1.5
	old_RELEASE_7_3_0:1.4
	old_RELEASE_8_0_0:1.4
	old_RELEASE_7_2_0:1.3
	old_RELEASE_7_1_0:1.3
	old_RELEASE_6_4_0:1.3
	old_RELEASE_5_EOL:1.3
	old_RELEASE_7_0_0:1.3
	old_RELEASE_6_3_0:1.3
	old_PRE_XORG_7:1.3
	old_RELEASE_4_EOL:1.3
	old_RELEASE_6_2_0:1.3
	old_RELEASE_6_1_0:1.3
	old_RELEASE_5_5_0:1.3
	old_RELEASE_6_0_0:1.3
	old_RELEASE_5_4_0:1.3
	old_RELEASE_4_11_0:1.2
	old_RELEASE_5_3_0:1.2
	old_RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


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

1.8
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.22.12.07.14;	author scheidell;	state Exp;
branches;
next	1.6;

1.6
date	2010.09.07.13.53.58;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.06.17.00.56;	author bms;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.24.31;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.12.15.53.47;	author bms;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.21.34;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.08.19.00.36;	author bms;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313182
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	ficl
# Date created:		23 August 2002
# Whom:			Bruce M Simpson
#
# $FreeBSD: head/lang/ficl/Makefile 313182 2013-03-02 03:55:25Z eadler $
#

PORTNAME=	ficl
PORTVERSION=	4.1.0
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION:C/([[:digit:]]+\.[[:digit:]]+)\.0/\1/}

MAINTAINER=	pavelivolkov@@googlemail.com
COMMENT=	Forth Inspired Command Language

LICENSE=	unknown
LICENSE_NAME=	BSD-style
LICENSE_TEXT=	Description of the license can be obtained from the following URL: http://ficl.sourceforge.net/license.html
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

MAKE_JOBS_UNSAFE=	YES

ONLY_FOR_ARCHS=	i386 amd64
ONLY_FOR_ARCHS_REASON=	this port is not tested on anything other than i386 and amd64

USE_LDCONFIG=	YES

ALL_TARGET=	lib ${PORTNAME}

PLIST_FILES=	bin/${PORTNAME} lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.${PORTVERSION} lib/lib${PORTNAME}.a

PORTDOCS=	*

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.a ${PREFIX}/lib
	${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so.${PORTVERSION} ${PREFIX}/lib
	cd ${PREFIX}/lib && ${LN} -sf lib${PORTNAME}.so.${PORTVERSION} lib${PORTNAME}.so
.if !defined(NOPORTDOCS)
	${INSTALL_DATA} -d -m 0755 ${DOCSDIR} ${DOCSDIR}/articles ${DOCSDIR}/graphics
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.ico ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/articles/* ${DOCSDIR}/articles
	${INSTALL_DATA} ${WRKSRC}/doc/graphics/* ${DOCSDIR}/graphics
.endif

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/ficl/Makefile 300896 2012-07-14 13:54:48Z beat $
d19 1
a19 1
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
@


1.7
log
@- Update to 4.1.0
- Pass maintainership to submitter

PR:		ports/166292
Submitted by:	Pavel I Volkov <pavelivolkov@@googlemail.com> (maintainer)
Approved by:	Pavel I Volkov <pavelivolkov@@googlemail.com> (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Forced commit to note repocopy from ficl-devel to ficl
@
text
@d9 3
a11 5
PORTVERSION=	4.0.31
PORTREVISION=	1
CATEGORIES=	lang devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION}
DISTNAME=	${PORTNAME}${PORTVERSION}
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 4
a19 2
NO_WRKSUBDIR=	defined
NOMAN=		defined
d21 1
a21 1
ONLY_FOR_ARCHS=	i386
d23 2
a24 1
USE_GMAKE=	yes
d26 1
a26 1
ALL_TARGET=	everything
d28 1
a28 3
DOCS=	releases.html parsesteps.html oop.html locals.html links.html \
	license.html index.html api.html ficl.html favicon.ico dpans.html \
	debugger.html upgrading.html
d30 3
a32 6
DOCS_ARTICLES=	sigplan9906.doc oo_in_c.html jwsforml.pdf ficlddj.pdf
DOCS_GRAPHICS=	sourceforge.jpg ficl_top.jpg ficl_oop.jpg ficl.4.96.jpg \
		ficl.4.64.jpg ficl.4.128.jpg 4ring.gif
DOCS_SOURCE=	upgrading.ht releases.ht parsesteps.ht oop.ht locals.ht \
		links.ht license.ht index.ht generate.py ficl.ht dpans.ht \
		debugger.ht api.ht
d35 4
a38 3
	${INSTALL_PROGRAM} ${WRKSRC}/ficl ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/libficl.so.4 ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/libficl.a ${PREFIX}/lib
d40 4
a43 14
	${MKDIR} ${DOCSDIR}
	${MKDIR} ${DOCSDIR}/source ${DOCSDIR}/articles ${DOCSDIR}/graphics
.for doc in ${DOCS}
	${INSTALL_MAN} ${WRKSRC}/doc/${doc} ${DOCSDIR}
.endfor
.for doc in ${DOCS_ARTICLES}
	${INSTALL_MAN} ${WRKSRC}/doc/articles/${doc} ${DOCSDIR}/articles
.endfor
.for doc in ${DOCS_GRAPHICS}
	${INSTALL_MAN} ${WRKSRC}/doc/graphics/${doc} ${DOCSDIR}/graphics
.endfor
.for doc in ${DOCS_SOURCE}
	${INSTALL_MAN} ${WRKSRC}/doc/source/${doc} ${DOCSDIR}/source
.endfor
@


1.5
log
@Drop maintainership for these ports.

Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
@
text
@@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d15 1
a15 1
MAINTAINER=	bms@@FreeBSD.org
@


1.3
log
@Update my email address in MAINTAINER and comment fields.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=     ${PORTNAME}
@


1.2
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d16 1
a16 1
MAINTAINER=	bms@@spc.org
@


1.1
log
@New port: Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and development prototyping
language.

FreeBSD uses ficl in its loader. So far we haven't done much more in
this area, perhaps importing a port will encourage further fruitful
exploitation of this valuable tool.
@
text
@d10 1
@

