View | Details | Raw Unified | Return to bug 127500
Collapse All | Expand All

(-)vee/Makefile (+27 lines)
Line 0 Link Here
1
# New ports collection makefile for:	vee
2
# Date created:		19 September 2008 	
3
# Whom:			B. Estrade <estrabd@gmail.com> 	
4
#
5
# $FreeBSD: ports/www/vee/Makefile,v 1.2 2007/09/10 16:15:06 sat Exp $
6
#
7
8
PORTNAME=	vee
9
DISTVERSION=	0.9.9-zeta
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.0x743.com/vee/ CENKES
12
# Also here: http://code.google.com/p/vee/
13
EXTRACT_SUFX=	.tgz
14
15
MAINTAINER= 	estrabd@gmail.com	
16
COMMENT=	Tiny CLI blogging tool
17
18
NO_BUILD=	yes
19
PLIST_FILES=	bin/${PORTNAME}
20
21
post-patch:
22
	@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}
23
24
do-install:
25
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
26
27
.include <bsd.port.mk>
(-)vee/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (vee-0.9.9-zeta.tgz) = 4993bd7ede7f635e4402845456149e2c
2
SHA256 (vee-0.9.9-zeta.tgz) = 3798eb25a39c790f245d22c8ff1c8f86030f884e019d6f8dd151f64ff77772be
3
SIZE (vee-0.9.9-zeta.tgz) = 9024
(-)vee/pkg-descr (+6 lines)
Line 0 Link Here
1
vee is a zero configuration, command line blog tool that is written in
2
Bourne shell in a single file. It uses vi as the editor, but this can
3
be changed out.
4
5
WWW: http://www.0x743.com/vee/
6
Author: B. Estrade <estrabd at gmail>

Return to bug 127500