aboutsummaryrefslogtreecommitdiff
path: root/www/g-cows
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-03-24 16:13:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-03-24 16:13:11 +0000
commiteb41129dfef53134025c49cc83af9f128e8968e9 (patch)
tree0b5422e693537ff795b438a2cefca9a4f60cab80 /www/g-cows
parentc52b0fafec8d9c3d1dd069a44792d79643879f68 (diff)
downloadports-eb41129dfef53134025c49cc83af9f128e8968e9.tar.gz
ports-eb41129dfef53134025c49cc83af9f128e8968e9.zip
Add g-cows 1.7, scripting language for creation of web sites.
PR: ports/93334 Submitted by: Andrea Sozzi <as@g-cows.dot.org>
Notes
Notes: svn path=/head/; revision=158071
Diffstat (limited to 'www/g-cows')
-rw-r--r--www/g-cows/Makefile22
-rw-r--r--www/g-cows/distinfo3
-rw-r--r--www/g-cows/pkg-descr23
3 files changed, 48 insertions, 0 deletions
diff --git a/www/g-cows/Makefile b/www/g-cows/Makefile
new file mode 100644
index 000000000000..1db4948f545f
--- /dev/null
+++ b/www/g-cows/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: g-cows
+# Date created: 6 March 2006
+# Whom: Andrea Sozzi <as@g-cows.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= g-cows
+PORTVERSION= 1.7
+CATEGORIES= www
+MASTER_SITES= http://www.g-cows.org/download/1.7/
+
+MAINTAINER= as@g-cows.org
+COMMENT= Scripting language for creation of web sites
+
+USE_FLEX= YES
+GNU_CONFIGURE= YES
+
+PLIST_FILES= bin/cows \
+ bin/cows-mkgen
+
+.include <bsd.port.mk>
diff --git a/www/g-cows/distinfo b/www/g-cows/distinfo
new file mode 100644
index 000000000000..98c1d4677c44
--- /dev/null
+++ b/www/g-cows/distinfo
@@ -0,0 +1,3 @@
+MD5 (g-cows-1.7.tar.gz) = d1f739ff8b91f8b428e6459fe56ecbd5
+SHA256 (g-cows-1.7.tar.gz) = 99c1030289d73a732daee8a23c9b714eeaba234f9bbf28f18d72855e8bdf0c53
+SIZE (g-cows-1.7.tar.gz) = 179374
diff --git a/www/g-cows/pkg-descr b/www/g-cows/pkg-descr
new file mode 100644
index 000000000000..fc9d5ade1aef
--- /dev/null
+++ b/www/g-cows/pkg-descr
@@ -0,0 +1,23 @@
+This is a port of G-Cows, a software project consisting in:
+- definition of a scripting language designed for creation of web sites (Cows);
+- interpreter for the scripting language (cows);
+- a makefile generator (cows-mkgen).
+
+Cows is a scripting language whose main goal is to make the creation
+and updating of a web site faster, more flexible and less prone to
+errors without relying on server-side technologies.
+
+Cows allows to use your Unix background and your favorite tools while
+creating a site: you can traverse the whole directory tree with
+`find', extract informations with `grep', build complex pipelines,
+include external scripts and programs written in every language whose
+interpreter or compiler is installed on your system.
+
+Even if you use server side technology, you can still appreciate Cows
+for every task not relying on dynamic change of your site's contents
+mixing Cows, PHP, custom Apache modules, application servers etc.
+
+Cows gives the best results when used in conjunction with the Make
+utility, available on all Unix systems.
+
+WWW: http://www.g-cows.org/