From nobody@FreeBSD.org  Mon Sep 12 06:28:57 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A272316A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2005 06:28:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B64643D49
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2005 06:28:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C6SvSO071945
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2005 06:28:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j8C6SvcE071944;
	Mon, 12 Sep 2005 06:28:57 GMT
	(envelope-from nobody)
Message-Id: <200509120628.j8C6SvcE071944@www.freebsd.org>
Date: Mon, 12 Sep 2005 06:28:57 GMT
From: Micho Durdevich <micho@matem.unam.mx>
To: freebsd-gnats-submit@FreeBSD.org
Subject: A new FreeBSD port of Open Object REXX
X-Send-Pr-Version: www-2.3

>Number:         86005
>Category:       ports
>Synopsis:       new port: lang/oorexx, Open Object REXX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 06:30:07 GMT 2005
>Closed-Date:    Mon Sep 12 17:41:26 GMT 2005
>Last-Modified:  Mon Sep 12 17:41:26 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Mon Sep 12 16:38:49 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86005 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Mon Sep 12 17:40:03 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

Please make sure to always respect ${PREFIX}, ${CC}, ${CFLAGS}, ${CXX}, 
${CXXFLAGS}, ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}. See the Porter's Handbook 
for more details. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86005 
>Unformatted:
