1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add g-cows 1.7, scripting language for creation of web sites.

PR:		ports/93334
Submitted by:	Andrea Sozzi <as@g-cows.dot.org>
This commit is contained in:
Vanilla I. Shu 2006-03-24 16:13:11 +00:00
parent c52b0fafec
commit eb41129dfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158071
4 changed files with 49 additions and 0 deletions

View File

@ -142,6 +142,7 @@
SUBDIR += frontpage-zh
SUBDIR += fswiki
SUBDIR += fxhtml
SUBDIR += g-cows
SUBDIR += g-gcl
SUBDIR += galeon
SUBDIR += gallery

22
www/g-cows/Makefile Normal file
View File

@ -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>

3
www/g-cows/distinfo Normal file
View File

@ -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

23
www/g-cows/pkg-descr Normal file
View File

@ -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/