head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3;
locks; strict;
comment	@# @;


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

1.7
date	2008.10.23.22.56.48;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2008.09.30.14.12.35;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.27.04.30.48;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.10.21.13.36;	author sergei;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.28.10.16.43;	author sergei;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.25.20.37.17;	author sergei;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.24.21.41.31;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	execline
# Date created:		2003-06-25
# Whom:			Sergei Kolobov <sergei@@kolobov.com>
#
# $FreeBSD: head/lang/execline/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	execline
PORTVERSION=	1.08
CATEGORIES=	lang shells
MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/

MAINTAINER=	araujo@@FreeBSD.org
COMMENT=	Lightweight non-interactive sh(1)-like scripting language

BUILD_DEPENDS=	${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs

WRKSRC=		${WRKDIR}/admin/${DISTNAME}

DOCS=		package/CHANGES package/README package/THANKS package/TODO \
		doc/*.html

do-configure:
	${ECHO_CMD} "FreeBSD"	> ${WRKSRC}/src/sys/systype
	${ECHO_CMD} "${LOCALBASE}/include/skalibs" \
		> ${WRKSRC}/conf-compile/import
	${ECHO_CMD} "${LOCALBASE}/lib/skalibs" \
		>> ${WRKSRC}/conf-compile/import
	${REINPLACE_CMD} -e 's|superstrip1|#superstrip1|g' \
		${WRKSRC}/conf-compile/conf-stripbins

do-build:
	cd ${WRKSRC} && package/compile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin
	@@${MKDIR} ${PREFIX}/include/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/library/* ${PREFIX}/lib
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/etc/* ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@- Update to 1.08.
- Take maintainership.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 1.07

PR:		127746
Submitted by:	"Beat Gtzi" <beat@@chruetertee.ch>
@
text
@d9 1
a9 1
PORTVERSION=	1.07
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@Reset sergei@@ due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.06
d29 2
@


1.4
log
@- Update to 1.06
@
text
@d13 1
a13 1
MAINTAINER=	sergei@@FreeBSD.org
@


1.3
log
@- Change to my @@FreeBSD.org address

Approved by:	krion (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.05
d24 5
a28 2
	${ECHO_CMD} "${LOCALBASE}/include/skalibs" > ${WRKSRC}/conf-compile/import
	${ECHO_CMD} "${LOCALBASE}/lib/skalibs"    >> ${WRKSRC}/conf-compile/import
@


1.2
log
@- Unbreak build by adding forgotten dependency on devel/skalibs
  Reported  by: bento (kris)

- Reword COMMENT to avoid truncation by pkg_info(1)

Approved by:	krion (implicit)
@
text
@d13 1
a13 1
MAINTAINER=	sergei@@kolobov.com
@


1.1
log
@Add execline 1.05:

execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.

execline features conditional loops, getopt-style option handling,
filename globbing, and more.  Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.

Author: Laurent G. Bercot <ska-skaware@@skarnet.org>
WWW:    http://www.skarnet.org/software/execline/

Approved by:	krion (implicit)
@
text
@d14 3
a16 1
COMMENT=	Lightweight non-interactive scripting language similar to sh(1)
@

