From 6f0cab7362fb9e29e41f792955f79a329397cc1f Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Mon, 23 Apr 2007 20:16:02 +0000 Subject: 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 --- www/Makefile | 1 + www/vee/Makefile | 26 ++++++++++++++++++++++++++ www/vee/distinfo | 3 +++ www/vee/pkg-descr | 6 ++++++ 4 files changed, 36 insertions(+) create mode 100644 www/vee/Makefile create mode 100644 www/vee/distinfo create mode 100644 www/vee/pkg-descr (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 0614fcfa46ba..e04660650dc0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1161,6 +1161,7 @@ SUBDIR += usermanager SUBDIR += validator SUBDIR += varnish + SUBDIR += vee SUBDIR += visitors SUBDIR += vtiger SUBDIR += vtiger4 diff --git a/www/vee/Makefile b/www/vee/Makefile new file mode 100644 index 000000000000..8de97ad26948 --- /dev/null +++ b/www/vee/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: vee +# Date created: 24 April 2007 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= vee +PORTVERSION= 0.9.9.a +CATEGORIES= www +MASTER_SITES= CENKES + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Tiny CLI blogging tool + +USE_BZIP2= yes +NO_BUILD= yes +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/${PORTNAME} + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include diff --git a/www/vee/distinfo b/www/vee/distinfo new file mode 100644 index 000000000000..32f5075cc3a5 --- /dev/null +++ b/www/vee/distinfo @@ -0,0 +1,3 @@ +MD5 (vee-0.9.9.a.tar.bz2) = 70396951816a49b17d580532b2d1a97a +SHA256 (vee-0.9.9.a.tar.bz2) = ee9dddd32b323282c8063d1d50099ecde02347c9185cfad3a26af8df7c73c99a +SIZE (vee-0.9.9.a.tar.bz2) = 5628 diff --git a/www/vee/pkg-descr b/www/vee/pkg-descr new file mode 100644 index 000000000000..187a9a322838 --- /dev/null +++ b/www/vee/pkg-descr @@ -0,0 +1,6 @@ +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 -- cgit v1.2.3