Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 11:17:26 +0000 (GMT)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33238: new port: devel/vb2c 0.02
Message-ID:  <20011227111726.893622102C@kiowa.dek.spc.org>

next in thread | raw e-mail | index | archive | help

>Number:         33238
>Category:       ports
>Synopsis:       new port: devel/vb2c 0.02
>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:   Thu Dec 27 03:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bruce M Simpson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kiowa.dek.spc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Mon Dec 24 04:57:54 GMT 2001 root@kiowa.dek.spc.org:/usr/src/sys/i386/compile/KIOWA i386

>Description:

This is a very basic tool to convert Visual Basic forms which
use the intrinsic controls to GTK C code.

The author leaves license issues regarding the use of this code
unclear; the code is freely available but has a 'NO GPL' proviso
stamped all over it. Users would be advised to contact the author
before using it.

This particular port has sped up one of my GUI side projects somewhat,
which is why I feel it should receive FreeBSD exposure.

>How-To-Repeat:
>Fix:

--- vb2c.shar begins here ---
# 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:
#
#	vb2c
#	vb2c/files
#	vb2c/files/patch-aa
#	vb2c/pkg-descr
#	vb2c/distinfo
#	vb2c/Makefile
#	vb2c/pkg-comment
#	vb2c/pkg-plist
#
echo c - vb2c
mkdir -p vb2c > /dev/null 2>&1
echo c - vb2c/files
mkdir -p vb2c/files > /dev/null 2>&1
echo x - vb2c/files/patch-aa
sed 's/^X//' >vb2c/files/patch-aa << 'END-of-vb2c/files/patch-aa'
X--- Makefile.orig	Thu Dec 27 11:12:54 2001
X+++ Makefile	Thu Dec 27 11:13:22 2001
X@@ -1,15 +1,11 @@
X+#
X+# $FreeBSD$
X+#
X 
X-vb2c: generate
X-	gcc -o vb2c vb2c.c generate.o
X+PROG=vb2c
X+SRCS=vb2c.c generate.c
X+NOMAN=
X 
X-miketest:
X-	./vb2c miketest
X-	gcc -o miketest miketest.c `gtk-config --cflags` `gtk-config --libs`
X-	./miketest
X-
X-sample:
X-	gcc -o sample sample.c `gtk-config --cflags` `gtk-config --libs`
X-
X-generate:
X-	gcc -c generate.c
X+BINDIR=${PREFIX}/bin
X 
X+.include <bsd.prog.mk>
END-of-vb2c/files/patch-aa
echo x - vb2c/pkg-descr
sed 's/^X//' >vb2c/pkg-descr << 'END-of-vb2c/pkg-descr'
X
XThis is a very basic tool to convert Visual Basic forms which
Xuse the intrinsic controls to GTK C code.
X
XThe author leaves license issues regarding the use of this code
Xunclear; the code is freely available but has a 'NO GPL' proviso
Xstamped all over it. Users would be advised to contact the author
Xbefore using it.
X
XThis particular port has sped up one of my GUI side projects somewhat,
Xwhich is why I feel it should receive FreeBSD exposure.
X
XAuthor:	mike@naken.cc
XWWW: http://www.naken.cc/vb2c/
X
XBruce
Xbms@spc.org
END-of-vb2c/pkg-descr
echo x - vb2c/distinfo
sed 's/^X//' >vb2c/distinfo << 'END-of-vb2c/distinfo'
XMD5 (vb2c-March-1999.tar.gz) = 6288e013a3e79318fb42d8c3f174d873
END-of-vb2c/distinfo
echo x - vb2c/Makefile
sed 's/^X//' >vb2c/Makefile << 'END-of-vb2c/Makefile'
X# New ports collection makefile for:    vb2c
X# Date created:         27 December 2001
X# Whom:                 Bruce M Simpson <bms@spc.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       vb2c
XPORTVERSION=    0.02
XCATEGORIES=     devel
XMASTER_SITES=   http://home.i1.net/~naken/vb2c/
XDISTNAME=	vb2c-March-1999
X
XMAINTAINER=     bms@spc.org
X
XWRKSRC=         ${WRKDIR}/${PORTNAME}
X
XNO_MAN=
X
X.include <bsd.port.mk>
END-of-vb2c/Makefile
echo x - vb2c/pkg-comment
sed 's/^X//' >vb2c/pkg-comment << 'END-of-vb2c/pkg-comment'
XConvert Visual Basic forms to GTK C code
END-of-vb2c/pkg-comment
echo x - vb2c/pkg-plist
sed 's/^X//' >vb2c/pkg-plist << 'END-of-vb2c/pkg-plist'
Xbin/vb2c
END-of-vb2c/pkg-plist
exit
--- vb2c.shar ends here ---


>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?20011227111726.893622102C>