From owner-freebsd-ports Mon Oct 11 5:50:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DF514BFF for ; Mon, 11 Oct 1999 05:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA62717; Mon, 11 Oct 1999 05:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shelly.fgg.uni-lj.si (shelly.fgg.uni-lj.si [193.2.92.25]) by hub.freebsd.org (Postfix) with ESMTP id E21C914CB0 for ; Mon, 11 Oct 1999 05:47:06 -0700 (PDT) (envelope-from zturk@shelly.fgg.uni-lj.si) Received: (from root@localhost) by shelly.fgg.uni-lj.si (8.9.3/8.9.3) id OAA77385; Mon, 11 Oct 1999 14:59:28 +0200 (CEST) (envelope-from zturk) Message-Id: <199910111259.OAA77385@shelly.fgg.uni-lj.si> Date: Mon, 11 Oct 1999 14:59:28 +0200 (CEST) From: ziga.turk@fgg.uni-lj.si Reply-To: ziga.turk@fgg.uni-lj.si To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14260: A new freeBSD port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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