head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.23.00.47.59;	author wxs;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.07.00.18.54;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.10.16.15.06;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.23.20.16.02;	author sat;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	vee
# Date created:		24 April 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/vee/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	vee
DISTVERSION=	0.9.9-zeta
CATEGORIES=	www
MASTER_SITES=	http://www.0x743.com/vee/ CENKES
# Also here: http://code.google.com/p/vee/
EXTRACT_SUFX=	.tgz

MAINTAINER=	estrabd@@gmail.com
COMMENT=	Tiny CLI blogging tool

NO_BUILD=	yes
PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}

do-install:
	@@${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.4
log
@- Update to 0.9.9-zeta
- Pass maintainership to submitter
- Fix email address in pkg-descr

PR:		ports/127500
Submitted by:	"B. Estrade" <estrabd@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d9 1
a9 1
DISTVERSION=	0.9.9-epsilon
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@- Update 0.9.9-epsilon
@
text
@d15 1
a15 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.1
log
@Add port www/vee:

vee is a zero configuration, command line blog tool that is written in
Bourne shell in a single file. It uses vi as the editor, but this can
be changed out.

WWW: http://www.0x743.com/vee/
Author: Brett D. Estrade <estrabd+vee at gmail>
@
text
@d9 1
a9 1
PORTVERSION=	0.9.9.a
d11 3
a13 1
MASTER_SITES=	CENKES
a17 1
USE_BZIP2=	yes
d22 1
a22 1
	@@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/${PORTNAME}
d25 1
a25 1
	@@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@

