Date: Mon, 12 Sep 2005 06:28:57 GMT From: Micho Durdevich <micho@matem.unam.mx> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/86005: A new FreeBSD port of Open Object REXX Message-ID: <200509120628.j8C6SvcE071944@www.freebsd.org> Resent-Message-ID: <200509120630.j8C6U8w8092687@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86005 >Category: ports >Synopsis: A new FreeBSD port of Open Object REXX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 12 06:30:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Micho Durdevich >Release: 4.11, 5.4 >Organization: Institute of Mathematics, UNAM >Environment: >Description: This is a FreeBSD/DragonFly port of Open Object Rexx, a powerful object-oriented scripting language. The interpreter is almost fully compatible with the original Object Rexx by IBM. The port is derived from the generic Unix source code, with the idea to add BSD-specific enhancements over time and also to develop modules that would allow to run the most of OS/2 Object Rexx code on BSD platforms. >How-To-Repeat: >Fix: # 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-plist # ./pkg-descr # ./Makefile # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/rexx Xbin/rexxc Xbin/rxmigrate Xbin/rxqueue Xbin/rxsubcom Xbin/rxdelipc Xbin/rexx.cat Xbin/rexx.img Xlib/librexxapi.so Xlib/librexx.so Xlib/librexxutil.so Xlib/librxmath.so Xlib/librxregexp.so Xlib/librxsock.so Xoorexx/rxtests/aspitest1.rex Xoorexx/rxtests/aspitest2.rex Xoorexx/rxtests/aspitest3.rex Xoorexx/rxtests/callrexx1 Xoorexx/rxtests/callrexx2 Xoorexx/rxtests/del_macro.rex Xoorexx/rxtests/example.rex Xoorexx/rxtests/librexxasp1.so Xoorexx/rxtests/librexxasp2.so Xoorexx/rxtests/librexxasp3.so Xoorexx/rxtests/load_macro.rex Xoorexx/rxtests/macros.rex Xoorexx/rxtests/startrx1.rex Xoorexx/rxtests/startrx2.rex Xoorexx/rxtests/startrx3.rex Xoorexx/rxtests/trexx Xoorexx/rxtests/README Xoorexx/samples/ccreply.rex Xoorexx/samples/complex.rex Xoorexx/samples/factor.rex Xoorexx/samples/greply.rex Xoorexx/samples/guess.rex Xoorexx/samples/ktguard.rex Xoorexx/samples/makestring.rex Xoorexx/samples/month.rex Xoorexx/samples/pipe.rex Xoorexx/samples/qdate.rex Xoorexx/samples/qtime.rex Xoorexx/samples/rexxcps.rex Xoorexx/samples/rexxtry.rex Xoorexx/samples/rxftp.cls Xoorexx/samples/rxregexp.cls Xoorexx/samples/semcls.rex Xoorexx/samples/stack.rex Xoorexx/samples/usecomp.rex Xoorexx/samples/usepipe.rex X@dirrm oorexx/samples X@dirrm oorexx/rxtests X@dirrm oorexx END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is a FreeBSD/DragonFly port of Open Object Rexx, a powerful Xobject-oriented scripting language. The interpreter is almost fully Xcompatible with the original Object Rexx by IBM. The port is derived Xfrom the generic Unix source code, with the idea to add BSD-specific Xenhancements over time and also to develop modules that would allow Xto run the most of OS/2 Object Rexx code on BSD platforms. X XWWW: http://www.oorexx.org X X- Micho Xmicho@matem.unam.mx END-of-./pkg-descr echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ooRexx X# Date created: 04 Jun 2005 X# Whom: Micho X# X# $FreeBSD$ X# X XPORTNAME= oorexx XPORTVERSION= 3.0.0 XCATEGORIES= lang XMASTER_SITES= http://www.matem.unam.mx/~micho/download/ X XMAINTAINER= micho@matem.unam.mx XCOMMENT= A powerful typeless object-oriented scripting language X XMAN1= rexx.1 rexxc.1 rxmigrate.1 rxsubcom.1 rxqueue.1 X X.include <bsd.port.mk> END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (oorexx-3.0.0.tar.gz) = 1467698724b3e3bdf70a0d4fc92eff93 XSIZE (oorexx-3.0.0.tar.gz) = 1158894 END-of-./distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509120628.j8C6SvcE071944>