Date: Mon, 11 Oct 1999 14:59:28 +0200 (CEST) From: ziga.turk@fgg.uni-lj.si To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14260: A new freeBSD port Message-ID: <199910111259.OAA77385@shelly.fgg.uni-lj.si>
next in thread | raw e-mail | index | archive | help
>Number: 14260 >Category: ports >Synopsis: WODA - A Web Oriented Database System >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 11 05:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ziga Turk >Release: Any >Organization: University of Ljubljana, Slovenia >Environment: # 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: # # . # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XWeb oriented database system and application generator.END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X XWODA is a Perl program that manages web-oriented, semi-relational, Xmultimedia databases. It allows them to be defined, maintained, Xadded-to, modified, and queried entirely through the WWW and without Xprogramming. X XIt includes file upload/download, industry standard search syntax, query Xgenerator, relations among tables, password protection of records, user Xmanagement, different access privileges, sending of serial email, agent Xreporting new items by email, export/import from Windows, shopping Xbasket etc. etc. Advanced users can use Perl programming to enhance its Xfunctionality. In fact it is a poor man's RAD (Rapid Application XDevelopment) system for web database applications. X XFreeBSD port by the author. X XWWW: http://itc.fgg.uni-lj.si/woda/ X X-Ziga Xziga.turk@fgg.uni-lj.si END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' X@exec perl install X@unexec perl install -u END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: woda X# Version required: 3-400 X# Date created: 11 October 99 X# Whom: zturk X# X# # X XDISTNAME= woda-uk-3-400-pl XCATEGORIES= www databases perl XMASTER_SITES= http://itc.fgg.uni-lj.si/woda/files/archive/ X XMAINTAINER= ziga.turk@fgg.uni-lj.si X XNO_WRKSUBDIR=yes XUSE_PERL5=yes XIS_INTERACTIVE=yes X Xdo-build: X @(cd ${WRKSRC} && perl install) X Xdo-reinstall: X @(cd ${WRKSRC} && perl install) X Xdo-deinstall: X @(cd ${WRKSRC} && perl install -u) X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (woda-uk-3-400-pl.tar.gz) = 9cec5442e37ebb2c0d1f4dd2241df4f5 END-of-./files/md5 exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910111259.OAA77385>