Date: Mon, 6 Mar 2006 09:50:09 GMT From: Andrea Sozzi <as@g-cows.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/93334: New port: www/g-cows Scripting language for creation of web sites Message-ID: <200603060950.k269o9V1080606@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93334; it has been noted by GNATS. From: Andrea Sozzi <as@g-cows.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/93334: New port: www/g-cows Scripting language for creation of web sites Date: Mon, 06 Mar 2006 10:49:11 +0100 This problem report is obsolete since a new version of the software has just been relased. An updated version of the port follows. as # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # g-cows # g-cows/distinfo # g-cows/Makefile # g-cows/pkg-descr # echo c - g-cows mkdir -p g-cows > /dev/null 2>&1 echo x - g-cows/distinfo sed 's/^X//' >g-cows/distinfo << 'END-of-g-cows/distinfo' XMD5 (g-cows-1.7.tar.gz) = d1f739ff8b91f8b428e6459fe56ecbd5 XSHA256 (g-cows-1.7.tar.gz) = 99c1030289d73a732daee8a23c9b714eeaba234f9bbf28f18d72855e8bdf0c53 XSIZE (g-cows-1.7.tar.gz) = 179374 END-of-g-cows/distinfo echo x - g-cows/Makefile sed 's/^X//' >g-cows/Makefile << 'END-of-g-cows/Makefile' X# New ports collection makefile for: g-cows X# Date created: 6 March 2006 X# Whom: Andrea Sozzi <as@g-cows.org> X# X# $FreeBSD$ X# X XPORTNAME= g-cows XPORTVERSION= 1.7 XCATEGORIES= www XMASTER_SITES= http://www.g-cows.org/download/1.7/ X XMAINTAINER= as@g-cows.org XCOMMENT= Scripting language for creation of web sites X XUSE_FLEX= YES XGNU_CONFIGURE= YES X XPLIST_FILES= bin/cows \ X bin/cows-mkgen X X.include <bsd.port.mk> END-of-g-cows/Makefile echo x - g-cows/pkg-descr sed 's/^X//' >g-cows/pkg-descr << 'END-of-g-cows/pkg-descr' XThis is a port of G-Cows, a software project consisting in: X- definition of a scripting language designed for creation of web sites (Cows); X- interpreter for the scripting language (cows); X- a makefile generator (cows-mkgen). X XCows is a scripting language whose main goal is to make the creation Xand updating of a web site faster, more flexible and less prone to Xerrors without relying on server-side technologies. X XCows allows to use your Unix background and your favorite tools while Xcreating a site: you can traverse the whole directory tree with X`find', extract informations with `grep', build complex pipelines, Xinclude external scripts and programs written in every language whose Xinterpreter or compiler is installed on your system. X XEven if you use server side technology, you can still appreciate Cows Xfor every task not relying on dynamic change of your site's contents Xmixing Cows, PHP, custom Apache modules, application servers etc. X XCows gives the best results when used in conjunction with the Make Xutility, available on all Unix systems. X XWWW: http://www.g-cows.org/ END-of-g-cows/pkg-descr exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603060950.k269o9V1080606>