This is SWIG - an interface generator for TCL/Python/PERL/Guile/etc.

This commit is contained in:
Jordan K. Hubbard 1996-04-19 18:44:04 +00:00
parent 1e64ec96cf
commit 7d6d1ac26d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3009
25 changed files with 175 additions and 0 deletions

16
devel/SWIG-devel/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: SWIG
# Version required: 1.0b1
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
#
DISTNAME= swig1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
MAINTAINER= jkh@FreeBSD.org
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (swig1.0b1.tar.gz) = 5394fe8254ca8da761a06aba19724ecb

View File

@ -0,0 +1 @@
SWIG (Simplified Wrapper and Interface Generator)

View File

@ -0,0 +1,13 @@
SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Perl4
- Perl5
- Guile-iii
- Python 1.3
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.

View File

@ -0,0 +1,4 @@
bin/wrap
lib/libswig.a
include/swig.h
lib/swig_lib

16
devel/SWIG/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: SWIG
# Version required: 1.0b1
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
#
DISTNAME= swig1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
MAINTAINER= jkh@FreeBSD.org
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>

1
devel/SWIG/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (swig1.0b1.tar.gz) = 5394fe8254ca8da761a06aba19724ecb

1
devel/SWIG/pkg-comment Normal file
View File

@ -0,0 +1 @@
SWIG (Simplified Wrapper and Interface Generator)

13
devel/SWIG/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Perl4
- Perl5
- Guile-iii
- Python 1.3
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.

4
devel/SWIG/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/wrap
lib/libswig.a
include/swig.h
lib/swig_lib

16
devel/swig11/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: SWIG
# Version required: 1.0b1
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
#
DISTNAME= swig1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
MAINTAINER= jkh@FreeBSD.org
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>

1
devel/swig11/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (swig1.0b1.tar.gz) = 5394fe8254ca8da761a06aba19724ecb

1
devel/swig11/pkg-comment Normal file
View File

@ -0,0 +1 @@
SWIG (Simplified Wrapper and Interface Generator)

13
devel/swig11/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Perl4
- Perl5
- Guile-iii
- Python 1.3
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.

4
devel/swig11/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/wrap
lib/libswig.a
include/swig.h
lib/swig_lib

16
devel/swig13/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: SWIG
# Version required: 1.0b1
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
#
DISTNAME= swig1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
MAINTAINER= jkh@FreeBSD.org
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>

1
devel/swig13/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (swig1.0b1.tar.gz) = 5394fe8254ca8da761a06aba19724ecb

1
devel/swig13/pkg-comment Normal file
View File

@ -0,0 +1 @@
SWIG (Simplified Wrapper and Interface Generator)

13
devel/swig13/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Perl4
- Perl5
- Guile-iii
- Python 1.3
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.

4
devel/swig13/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/wrap
lib/libswig.a
include/swig.h
lib/swig_lib

16
devel/swig20/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: SWIG
# Version required: 1.0b1
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
#
DISTNAME= swig1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
MAINTAINER= jkh@FreeBSD.org
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>

1
devel/swig20/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (swig1.0b1.tar.gz) = 5394fe8254ca8da761a06aba19724ecb

1
devel/swig20/pkg-comment Normal file
View File

@ -0,0 +1 @@
SWIG (Simplified Wrapper and Interface Generator)

13
devel/swig20/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Perl4
- Perl5
- Guile-iii
- Python 1.3
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.

4
devel/swig20/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/wrap
lib/libswig.a
include/swig.h
lib/swig_lib