diff options
author | sat <sat@FreeBSD.org> | 2007-04-24 04:16:02 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-24 04:16:02 +0800 |
commit | 80299818aa824abc1643be129a04e0245256ceec (patch) | |
tree | ccf9771985c28376a5118e8277eaaf03914bf78a | |
parent | 152cc0866c0f7b36460336024e7aebcbfc126242 (diff) | |
download | freebsd-ports-gnome-80299818aa824abc1643be129a04e0245256ceec.tar.gz freebsd-ports-gnome-80299818aa824abc1643be129a04e0245256ceec.tar.zst freebsd-ports-gnome-80299818aa824abc1643be129a04e0245256ceec.zip |
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>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/vee/Makefile | 26 | ||||
-rw-r--r-- | www/vee/distinfo | 3 | ||||
-rw-r--r-- | www/vee/pkg-descr | 6 |
4 files changed, 36 insertions, 0 deletions
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 <infofarmer@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 <estrabd+vee at gmail> |