Initial import
This commit is contained in:
parent
cfa1888219
commit
a853c11149
35 changed files with 879 additions and 0 deletions
1
bacula-docs/DESCR
Normal file
1
bacula-docs/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
HTML documentation for Bacula - The Network Backup Solution
|
28
bacula-docs/Makefile
Normal file
28
bacula-docs/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rel-bacula-doc
|
||||
PKGNAME= bacula-docs-0
|
||||
WRKSRC= ${WRKDIR}/html-manual
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.bacula.org/
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://www.bacula.org/
|
||||
COMMENT= Documentation for Bacula - The Network Backup Solution
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
HTMLDIR= share/doc/${PKGNAME}
|
||||
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
|
||||
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
|
||||
cd ${WRKSRC} && ${PAX} -rw -pe [A-Za-z]* ${PREFIX}/${HTMLDIR}
|
||||
cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
|
||||
cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
|
||||
${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
bacula-docs/PLIST.pre
Normal file
1
bacula-docs/PLIST.pre
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
4
bacula-docs/distinfo
Normal file
4
bacula-docs/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (rel-bacula-doc.tar.gz) = e3380a92c25f3ceffc14ae26a6adc5aef96d9b80
|
||||
Size (rel-bacula-doc.tar.gz) = 745514 bytes
|
7
bacula/DESCR
Normal file
7
bacula/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Bacula is a set of computer programs that permit you (or the system
|
||||
administrator) to manage backup, recovery, and verification of computer data
|
||||
across a network of computers of different kinds. In technical terms, it is
|
||||
a network client/server based backup program. Bacula is relatively easy to
|
||||
use and efficient, while offering many advanced storage management features
|
||||
that make it easy to find and recover lost or damaged files. Bacula source
|
||||
code has been released under the GPL version 2 license.
|
20
bacula/Makefile
Normal file
20
bacula/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bacula-1.32f
|
||||
PKGNAME= ${DISTNAME:S/f//}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://bacula.sourceforge.net/
|
||||
COMMENT= Network Backup Solution
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/bacula
|
||||
|
||||
.include "../../mk/pthread.buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
37
bacula/PLIST
Normal file
37
bacula/PLIST
Normal file
|
@ -0,0 +1,37 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
etc/bacula/bacula
|
||||
etc/bacula/bacula-dir.conf
|
||||
etc/bacula/bacula-fd.conf
|
||||
etc/bacula/bacula-sd.conf
|
||||
etc/bacula/console
|
||||
etc/bacula/console.conf
|
||||
etc/bacula/create_bdb_database
|
||||
etc/bacula/delete_catalog_backup
|
||||
etc/bacula/drop_bacula_tables
|
||||
etc/bacula/drop_bdb_tables
|
||||
etc/bacula/fd
|
||||
etc/bacula/gconsole
|
||||
etc/bacula/grant_mysql_privileges
|
||||
etc/bacula/make_bacula_tables
|
||||
etc/bacula/make_bdb_tables
|
||||
etc/bacula/make_catalog_backup
|
||||
etc/bacula/mtx-changer
|
||||
etc/bacula/query.sql
|
||||
etc/bacula/startmysql
|
||||
etc/bacula/stopmysql
|
||||
sbin/bacula-dir
|
||||
sbin/bacula-fd
|
||||
sbin/bacula-sd
|
||||
sbin/bcopy
|
||||
sbin/bextract
|
||||
sbin/bls
|
||||
sbin/bscan
|
||||
sbin/btape
|
||||
sbin/btraceback
|
||||
sbin/btraceback.gdb
|
||||
sbin/console
|
||||
sbin/dbcheck
|
||||
sbin/smtp
|
||||
@exec ${MKDIR} %D/etc/bacula/working
|
||||
@dirrm etc/bacula/working
|
||||
@dirrm etc/bacula
|
18
bacula/TODO
Normal file
18
bacula/TODO
Normal file
|
@ -0,0 +1,18 @@
|
|||
$Id: TODO,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
*** ACHTUNG *** This package is very raw.
|
||||
|
||||
Does it build / work on NetBSD-stable?
|
||||
|
||||
Does it build / work on NetBSD-current?
|
||||
|
||||
${PREFIX}/etc configuration... now it is a mess. Should install configuration files
|
||||
in pkgsrc-manner . I don't have time to do this right now.
|
||||
|
||||
This package can be compiled with or without gnome support; Same for SQL --
|
||||
it can support MySQL or SQLite. Any ideas how we could add such packages
|
||||
with deps nicely? The one I'm thinking of right now (add 6 different
|
||||
packages: gnome-* and no-gnome-*, where * is nosql, mysql or sqlite) seems
|
||||
quite unreasonable.
|
||||
|
||||
-- dotz@irc.pl
|
4
bacula/distinfo
Normal file
4
bacula/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (bacula-1.32f.tar.gz) = e43c683eb81097ae69eea457aa71ea1704e35122
|
||||
Size (bacula-1.32f.tar.gz) = 3291702 bytes
|
2
kpanta/DESCR
Normal file
2
kpanta/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
KPanta is an AntiChess game. AntiChess is like ordinary chess, but the
|
||||
objective is to loose pieces. KPanta works in KDE environment.
|
24
kpanta/Makefile
Normal file
24
kpanta/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kpanta_1_0
|
||||
PKGNAME= ${DISTNAME:S/_1_0/-1.0/}
|
||||
WRKSRC= ${WRKDIR}/kpanta
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.geocities.com/anil_rvce/kpanta/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://www.geocities.com/anil_rvce/kpanta.html
|
||||
COMMENT= AntiChess - like ordinary chess, but the objective is to loose pieces
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
|
||||
# propably ${TAR} options include extraction to a specified dir
|
||||
# look it up in man :)
|
||||
|
||||
post-extract:
|
||||
${MV} "${WRKDIR}/kpanta - 1.0/" ${WRKDIR}/kpanta
|
||||
|
||||
.include "../../x11/kdelibs3/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
65
kpanta/PLIST
Normal file
65
kpanta/PLIST
Normal file
|
@ -0,0 +1,65 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
bin/kpanta
|
||||
share/applnk/Games/kpanta.desktop
|
||||
share/apps/kpanta/kpantaui.rc
|
||||
share/apps/kpanta/pics/pics0/bbb.bmp
|
||||
share/apps/kpanta/pics/pics0/bbb.gif
|
||||
share/apps/kpanta/pics/pics0/bbw.bmp
|
||||
share/apps/kpanta/pics/pics0/bbw.gif
|
||||
share/apps/kpanta/pics/pics0/bkb.bmp
|
||||
share/apps/kpanta/pics/pics0/bkb.gif
|
||||
share/apps/kpanta/pics/pics0/bkw.bmp
|
||||
share/apps/kpanta/pics/pics0/bkw.gif
|
||||
share/apps/kpanta/pics/pics0/black.bmp
|
||||
share/apps/kpanta/pics/pics0/black.gif
|
||||
share/apps/kpanta/pics/pics0/bnb.bmp
|
||||
share/apps/kpanta/pics/pics0/bnb.gif
|
||||
share/apps/kpanta/pics/pics0/bnw.bmp
|
||||
share/apps/kpanta/pics/pics0/bnw.gif
|
||||
share/apps/kpanta/pics/pics0/bpb.bmp
|
||||
share/apps/kpanta/pics/pics0/bpb.gif
|
||||
share/apps/kpanta/pics/pics0/bpw.bmp
|
||||
share/apps/kpanta/pics/pics0/bpw.gif
|
||||
share/apps/kpanta/pics/pics0/bqb.bmp
|
||||
share/apps/kpanta/pics/pics0/bqb.gif
|
||||
share/apps/kpanta/pics/pics0/bqw.bmp
|
||||
share/apps/kpanta/pics/pics0/bqw.gif
|
||||
share/apps/kpanta/pics/pics0/brb.bmp
|
||||
share/apps/kpanta/pics/pics0/brb.gif
|
||||
share/apps/kpanta/pics/pics0/brw.bmp
|
||||
share/apps/kpanta/pics/pics0/brw.gif
|
||||
share/apps/kpanta/pics/pics0/wbb.bmp
|
||||
share/apps/kpanta/pics/pics0/wbb.gif
|
||||
share/apps/kpanta/pics/pics0/wbw.bmp
|
||||
share/apps/kpanta/pics/pics0/wbw.gif
|
||||
share/apps/kpanta/pics/pics0/white.bmp
|
||||
share/apps/kpanta/pics/pics0/white.gif
|
||||
share/apps/kpanta/pics/pics0/wkb.bmp
|
||||
share/apps/kpanta/pics/pics0/wkb.gif
|
||||
share/apps/kpanta/pics/pics0/wkw.bmp
|
||||
share/apps/kpanta/pics/pics0/wkw.gif
|
||||
share/apps/kpanta/pics/pics0/wnb.bmp
|
||||
share/apps/kpanta/pics/pics0/wnb.gif
|
||||
share/apps/kpanta/pics/pics0/wnw.bmp
|
||||
share/apps/kpanta/pics/pics0/wnw.gif
|
||||
share/apps/kpanta/pics/pics0/wpb.bmp
|
||||
share/apps/kpanta/pics/pics0/wpb.gif
|
||||
share/apps/kpanta/pics/pics0/wpw.bmp
|
||||
share/apps/kpanta/pics/pics0/wpw.gif
|
||||
share/apps/kpanta/pics/pics0/wqb.bmp
|
||||
share/apps/kpanta/pics/pics0/wqb.gif
|
||||
share/apps/kpanta/pics/pics0/wqw.bmp
|
||||
share/apps/kpanta/pics/pics0/wqw.gif
|
||||
share/apps/kpanta/pics/pics0/wrb.bmp
|
||||
share/apps/kpanta/pics/pics0/wrb.gif
|
||||
share/apps/kpanta/pics/pics0/wrw.bmp
|
||||
share/apps/kpanta/pics/pics0/wrw.gif
|
||||
share/doc/HTML/en/kpanta/common
|
||||
share/doc/HTML/en/kpanta/index.cache.bz2
|
||||
share/doc/HTML/en/kpanta/index.docbook
|
||||
share/icons/locolor/16x16/apps/kpanta.png
|
||||
share/icons/locolor/32x32/apps/kpanta.png
|
||||
@dirrm share/doc/HTML/en/kpanta
|
||||
@dirrm share/apps/kpanta/pics/pics0
|
||||
@dirrm share/apps/kpanta/pics
|
||||
@dirrm share/apps/kpanta
|
8
kpanta/TODO
Normal file
8
kpanta/TODO
Normal file
|
@ -0,0 +1,8 @@
|
|||
$Id: TODO,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
Behaves strange (eg. don't work now)
|
||||
|
||||
Installs documentation to share/doc/HTML/ -- should be changed to KDE path
|
||||
(I currently don't have time to look how it is done, sorry)
|
||||
|
||||
-- dotz@irc.pl
|
4
kpanta/distinfo
Normal file
4
kpanta/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (kpanta_1_0.tgz) = cbed1090afeaaf42fe487e9a93eaa7c593e4f5cb
|
||||
Size (kpanta_1_0.tgz) = 604160 bytes
|
5
noiptun/DESCR
Normal file
5
noiptun/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Noiptun is a client-server based application that allows secure
|
||||
communication with computers that do not have an IP address. It was started
|
||||
as an effort to port the control functionality of Hogwash to the newest
|
||||
version but grew into its own project since it doesn't need Hogwash to
|
||||
function.
|
21
noiptun/Makefile
Normal file
21
noiptun/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= noiptun-1.0
|
||||
WRKSRC= ${WRKDIR}/noiptun
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=noiptun/}
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://noiptun.sourceforge.net/
|
||||
COMMENT= Allows communication with computers that do not have an IP address
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= noiptun
|
||||
|
||||
.include "../../devel/libnet/buildlink2.mk"
|
||||
.include "../../net/libpcap/buildlink2.mk"
|
||||
.include "../../security/openssl/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
noiptun/PLIST
Normal file
1
noiptun/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
15
noiptun/TODO
Normal file
15
noiptun/TODO
Normal file
|
@ -0,0 +1,15 @@
|
|||
$Id: TODO,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
Doesn't compile at the time of the writing from standard pkgsrc.
|
||||
**** FIX: Update libnet to 1.1.1 . At the time of the writing it
|
||||
was unavailable from pkgsrc.
|
||||
|
||||
This program is propably now Linux-only, but it could be ported to *BSD and
|
||||
patches sent back to author (he has BSD port in plans)
|
||||
|
||||
Create PLIST when it compiles.
|
||||
|
||||
Use ONLY_FOR_PLATFORM=Linux-*-* propably if porting to NetBSD won't be
|
||||
easy/possible (but it seems it _could_ be done, so I'm leaving it now)
|
||||
|
||||
-- dotz@irc.pl
|
5
noiptun/distinfo
Normal file
5
noiptun/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (noiptun-1.0.tar.gz) = ae242386385706e2d394e6bbc70c954499fcb22f
|
||||
Size (noiptun-1.0.tar.gz) = 63250 bytes
|
||||
SHA1 (patch-aa) = 98c270af736aeca9d5ec368cd01870138f538446
|
25
noiptun/patches/patch-aa
Normal file
25
noiptun/patches/patch-aa
Normal file
|
@ -0,0 +1,25 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
--- common.h.orig Sun Dec 28 19:47:54 2003
|
||||
+++ common.h Thu Jan 1 22:25:32 2004
|
||||
@@ -8,6 +8,8 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <sys/types.h> /* for FreeBSD-STABLE -- dotz@irc.pl */
|
||||
+#include <net/ethernet.h> /* for FreeBSD -- dotz@irc.pl */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
@@ -52,7 +53,10 @@
|
||||
#include <netinet/udp.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
- #include <netinet/in.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <netinet/in_systm.h>
|
||||
+#endif
|
||||
+#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IP_H
|
||||
#include <netinet/ip.h>
|
1
py-Fnorb-docs/DESCR
Normal file
1
py-Fnorb-docs/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Documentation for py-Fnorb in HTML format
|
29
py-Fnorb-docs/Makefile
Normal file
29
py-Fnorb-docs/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Fnorb-Guide.html
|
||||
PKGNAME= py-Fnorb-docs-0
|
||||
WRKSRC= ${WRKDIR}/Fnorb-Guide
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fnorb/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://fnorb.sourceforge.net/
|
||||
COMMENT= Documentation for py-Fnorb in HTML format
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
HTMLDIR= share/doc/${PKGNAME}
|
||||
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
|
||||
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
|
||||
cd ${WRKSRC} && ${PAX} -rw -pe * ${PREFIX}/${HTMLDIR}
|
||||
cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
|
||||
cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
|
||||
${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
py-Fnorb-docs/PLIST.pre
Normal file
1
py-Fnorb-docs/PLIST.pre
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
4
py-Fnorb-docs/distinfo
Normal file
4
py-Fnorb-docs/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (Fnorb-Guide.html.tgz) = a532d771e6878907ae2d1004912ea43f60190146
|
||||
Size (Fnorb-Guide.html.tgz) = 33791 bytes
|
10
py-Fnorb/DESCR
Normal file
10
py-Fnorb/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
Fnorb is a CORBA 2.0 ORB for Python first developed by DSTC. Fnorb's claim
|
||||
to fame is its size and pure Python implementation. These features allow it
|
||||
to be used whever Python may used (for example, within Jython) unlike other
|
||||
ORBs that rely on binary runtimes.
|
||||
|
||||
Unfortunately Fnorb development fell behind other ORBs as research
|
||||
priorities changed at DSTC. Now that it has been open sourced our project
|
||||
aims to take the formerly closed Fnorb source-base and turn it into a pure
|
||||
Python ORB with up-to-date Python mapping and CORBA compliance (including
|
||||
POA support and the latest data-types).
|
20
py-Fnorb/Makefile
Normal file
20
py-Fnorb/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Fnorb-1.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fnorb/}
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://fnorb.sourceforge.net/
|
||||
COMMENT= CORBA 2.0 ORB for Python
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
359
py-Fnorb/PLIST
Normal file
359
py-Fnorb/PLIST
Normal file
|
@ -0,0 +1,359 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
bin/fnidl
|
||||
bin/fnaming
|
||||
bin/fnfeed
|
||||
bin/fngen
|
||||
bin/fnifr
|
||||
bin/fnior
|
||||
bin/fnmkior
|
||||
bin/fnoptions
|
||||
bin/fnping
|
||||
${PYSITELIB}/Fnorb/__init__.py
|
||||
${PYSITELIB}/Fnorb/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/compiler/CodeGenerator.py
|
||||
${PYSITELIB}/Fnorb/compiler/CodeGenerator.pyc
|
||||
${PYSITELIB}/Fnorb/compiler/CodeGenerator.pyo
|
||||
${PYSITELIB}/Fnorb/compiler/IDLCompiler.py
|
||||
${PYSITELIB}/Fnorb/compiler/IDLCompiler.pyc
|
||||
${PYSITELIB}/Fnorb/compiler/IDLCompiler.pyo
|
||||
${PYSITELIB}/Fnorb/compiler/SkelGenerator.py
|
||||
${PYSITELIB}/Fnorb/compiler/SkelGenerator.pyc
|
||||
${PYSITELIB}/Fnorb/compiler/SkelGenerator.pyo
|
||||
${PYSITELIB}/Fnorb/compiler/StubGenerator.py
|
||||
${PYSITELIB}/Fnorb/compiler/StubGenerator.pyc
|
||||
${PYSITELIB}/Fnorb/compiler/StubGenerator.pyo
|
||||
${PYSITELIB}/Fnorb/compiler/__init__.py
|
||||
${PYSITELIB}/Fnorb/compiler/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/compiler/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IFR.py
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IFR.pyc
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IFR.pyo
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRepImpl.py
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRepImpl.pyc
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRepImpl.pyo
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep_skel/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep_skel/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/IntRep_skel/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/interface_repository/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/BindingIterator.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/BindingIterator.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/BindingIterator.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming_skel/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming_skel/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/CosNaming_skel/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingContext.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingContext.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingContext.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingService.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingService.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/NamingService.pyo
|
||||
${PYSITELIB}/Fnorb/cos/naming/__init__.py
|
||||
${PYSITELIB}/Fnorb/cos/naming/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/cos/naming/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Acceptor.py
|
||||
${PYSITELIB}/Fnorb/orb/Acceptor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Acceptor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Any.py
|
||||
${PYSITELIB}/Fnorb/orb/Any.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Any.pyo
|
||||
${PYSITELIB}/Fnorb/orb/BOA.py
|
||||
${PYSITELIB}/Fnorb/orb/BOA.pyc
|
||||
${PYSITELIB}/Fnorb/orb/BOA.pyo
|
||||
${PYSITELIB}/Fnorb/orb/CONV_FRAME.py
|
||||
${PYSITELIB}/Fnorb/orb/CONV_FRAME.pyc
|
||||
${PYSITELIB}/Fnorb/orb/CONV_FRAME.pyo
|
||||
${PYSITELIB}/Fnorb/orb/CORBA.py
|
||||
${PYSITELIB}/Fnorb/orb/CORBA.pyc
|
||||
${PYSITELIB}/Fnorb/orb/CORBA.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Connection.py
|
||||
${PYSITELIB}/Fnorb/orb/Connection.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Connection.pyo
|
||||
${PYSITELIB}/Fnorb/orb/DII.py
|
||||
${PYSITELIB}/Fnorb/orb/DII.pyc
|
||||
${PYSITELIB}/Fnorb/orb/DII.pyo
|
||||
${PYSITELIB}/Fnorb/orb/DSI.py
|
||||
${PYSITELIB}/Fnorb/orb/DSI.pyc
|
||||
${PYSITELIB}/Fnorb/orb/DSI.pyo
|
||||
${PYSITELIB}/Fnorb/orb/EventHandler.py
|
||||
${PYSITELIB}/Fnorb/orb/EventHandler.pyc
|
||||
${PYSITELIB}/Fnorb/orb/EventHandler.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Fixed.py
|
||||
${PYSITELIB}/Fnorb/orb/Fixed.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Fixed.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOP.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOP.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOP.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClient.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClient.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClient.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientManager.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientManager.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientManager.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorker.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorker.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorker.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerReactive.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerReactive.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerReactive.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerThreaded.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerThreaded.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPClientWorkerThreaded.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPConnectionHandler.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPConnectionHandler.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPConnectionHandler.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServer.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServer.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServer.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorker.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorker.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorker.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerReactive.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerReactive.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerReactive.pyo
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerThreaded.py
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerThreaded.pyc
|
||||
${PYSITELIB}/Fnorb/orb/GIOPServerWorkerThreaded.pyo
|
||||
${PYSITELIB}/Fnorb/orb/IIOP.py
|
||||
${PYSITELIB}/Fnorb/orb/IIOP.pyc
|
||||
${PYSITELIB}/Fnorb/orb/IIOP.pyo
|
||||
${PYSITELIB}/Fnorb/orb/IIOPAcceptor.py
|
||||
${PYSITELIB}/Fnorb/orb/IIOPAcceptor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/IIOPAcceptor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/IIOPConnection.py
|
||||
${PYSITELIB}/Fnorb/orb/IIOPConnection.pyc
|
||||
${PYSITELIB}/Fnorb/orb/IIOPConnection.pyo
|
||||
${PYSITELIB}/Fnorb/orb/IIOPProtocol.py
|
||||
${PYSITELIB}/Fnorb/orb/IIOPProtocol.pyc
|
||||
${PYSITELIB}/Fnorb/orb/IIOPProtocol.pyo
|
||||
${PYSITELIB}/Fnorb/orb/IOP.py
|
||||
${PYSITELIB}/Fnorb/orb/IOP.pyc
|
||||
${PYSITELIB}/Fnorb/orb/IOP.pyo
|
||||
${PYSITELIB}/Fnorb/orb/InterfaceRepository.py
|
||||
${PYSITELIB}/Fnorb/orb/InterfaceRepository.pyc
|
||||
${PYSITELIB}/Fnorb/orb/InterfaceRepository.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Limits.py
|
||||
${PYSITELIB}/Fnorb/orb/Limits.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Limits.pyo
|
||||
${PYSITELIB}/Fnorb/orb/LongDouble.py
|
||||
${PYSITELIB}/Fnorb/orb/LongDouble.pyc
|
||||
${PYSITELIB}/Fnorb/orb/LongDouble.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Nudger.py
|
||||
${PYSITELIB}/Fnorb/orb/Nudger.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Nudger.pyo
|
||||
${PYSITELIB}/Fnorb/orb/OctetStream.py
|
||||
${PYSITELIB}/Fnorb/orb/OctetStream.pyc
|
||||
${PYSITELIB}/Fnorb/orb/OctetStream.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Protocol.py
|
||||
${PYSITELIB}/Fnorb/orb/Protocol.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Protocol.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Reactor.py
|
||||
${PYSITELIB}/Fnorb/orb/Reactor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Reactor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/SelectReactor.py
|
||||
${PYSITELIB}/Fnorb/orb/SelectReactor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/SelectReactor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/ThreadPoolQueue.py
|
||||
${PYSITELIB}/Fnorb/orb/ThreadPoolQueue.pyc
|
||||
${PYSITELIB}/Fnorb/orb/ThreadPoolQueue.pyo
|
||||
${PYSITELIB}/Fnorb/orb/ThreadSpecificData.py
|
||||
${PYSITELIB}/Fnorb/orb/ThreadSpecificData.pyc
|
||||
${PYSITELIB}/Fnorb/orb/ThreadSpecificData.pyo
|
||||
${PYSITELIB}/Fnorb/orb/ThreadedReactor.py
|
||||
${PYSITELIB}/Fnorb/orb/ThreadedReactor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/ThreadedReactor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/TkReactor.py
|
||||
${PYSITELIB}/Fnorb/orb/TkReactor.pyc
|
||||
${PYSITELIB}/Fnorb/orb/TkReactor.pyo
|
||||
${PYSITELIB}/Fnorb/orb/TypeCode.py
|
||||
${PYSITELIB}/Fnorb/orb/TypeCode.pyc
|
||||
${PYSITELIB}/Fnorb/orb/TypeCode.pyo
|
||||
${PYSITELIB}/Fnorb/orb/TypeManager.py
|
||||
${PYSITELIB}/Fnorb/orb/TypeManager.pyc
|
||||
${PYSITELIB}/Fnorb/orb/TypeManager.pyo
|
||||
${PYSITELIB}/Fnorb/orb/Util.py
|
||||
${PYSITELIB}/Fnorb/orb/Util.pyc
|
||||
${PYSITELIB}/Fnorb/orb/Util.pyo
|
||||
${PYSITELIB}/Fnorb/orb/__init__.py
|
||||
${PYSITELIB}/Fnorb/orb/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/orb/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/orb/cdrpy.py
|
||||
${PYSITELIB}/Fnorb/orb/cdrpy.pyc
|
||||
${PYSITELIB}/Fnorb/orb/cdrpy.pyo
|
||||
${PYSITELIB}/Fnorb/orb/condvar.py
|
||||
${PYSITELIB}/Fnorb/orb/condvar.pyc
|
||||
${PYSITELIB}/Fnorb/orb/condvar.pyo
|
||||
${PYSITELIB}/Fnorb/orb/dumper.py
|
||||
${PYSITELIB}/Fnorb/orb/dumper.pyc
|
||||
${PYSITELIB}/Fnorb/orb/dumper.pyo
|
||||
${PYSITELIB}/Fnorb/orb/fnorb_thread.py
|
||||
${PYSITELIB}/Fnorb/orb/fnorb_thread.pyc
|
||||
${PYSITELIB}/Fnorb/orb/fnorb_thread.pyo
|
||||
${PYSITELIB}/Fnorb/orb/null_thread.py
|
||||
${PYSITELIB}/Fnorb/orb/null_thread.pyc
|
||||
${PYSITELIB}/Fnorb/orb/null_thread.pyo
|
||||
${PYSITELIB}/Fnorb/orb/uuid.py
|
||||
${PYSITELIB}/Fnorb/orb/uuid.pyc
|
||||
${PYSITELIB}/Fnorb/orb/uuid.pyo
|
||||
${PYSITELIB}/Fnorb/parser/Declarator.py
|
||||
${PYSITELIB}/Fnorb/parser/Declarator.pyc
|
||||
${PYSITELIB}/Fnorb/parser/Declarator.pyo
|
||||
${PYSITELIB}/Fnorb/parser/IDLParser.py
|
||||
${PYSITELIB}/Fnorb/parser/IDLParser.pyc
|
||||
${PYSITELIB}/Fnorb/parser/IDLParser.pyo
|
||||
${PYSITELIB}/Fnorb/parser/Prefix.py
|
||||
${PYSITELIB}/Fnorb/parser/Prefix.pyc
|
||||
${PYSITELIB}/Fnorb/parser/Prefix.pyo
|
||||
${PYSITELIB}/Fnorb/parser/Stack.py
|
||||
${PYSITELIB}/Fnorb/parser/Stack.pyc
|
||||
${PYSITELIB}/Fnorb/parser/Stack.pyo
|
||||
${PYSITELIB}/Fnorb/parser/__init__.py
|
||||
${PYSITELIB}/Fnorb/parser/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/parser/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/parser/cpp.py
|
||||
${PYSITELIB}/Fnorb/parser/cpp.pyc
|
||||
${PYSITELIB}/Fnorb/parser/cpp.pyo
|
||||
${PYSITELIB}/Fnorb/parser/idl.py
|
||||
${PYSITELIB}/Fnorb/parser/idl.pyc
|
||||
${PYSITELIB}/Fnorb/parser/idl.pyo
|
||||
${PYSITELIB}/Fnorb/parser/yappsrt.py
|
||||
${PYSITELIB}/Fnorb/parser/yappsrt.pyc
|
||||
${PYSITELIB}/Fnorb/parser/yappsrt.pyo
|
||||
${PYSITELIB}/Fnorb/runtests.py
|
||||
${PYSITELIB}/Fnorb/runtests.pyc
|
||||
${PYSITELIB}/Fnorb/runtests.pyo
|
||||
${PYSITELIB}/Fnorb/script/__init__.py
|
||||
${PYSITELIB}/Fnorb/script/__init__.pyc
|
||||
${PYSITELIB}/Fnorb/script/__init__.pyo
|
||||
${PYSITELIB}/Fnorb/script/cpp.py
|
||||
${PYSITELIB}/Fnorb/script/cpp.pyc
|
||||
${PYSITELIB}/Fnorb/script/cpp.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnaming.py
|
||||
${PYSITELIB}/Fnorb/script/fnaming.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnaming.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnfeed.py
|
||||
${PYSITELIB}/Fnorb/script/fnfeed.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnfeed.pyo
|
||||
${PYSITELIB}/Fnorb/script/fngen.py
|
||||
${PYSITELIB}/Fnorb/script/fngen.pyc
|
||||
${PYSITELIB}/Fnorb/script/fngen.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnidl.py
|
||||
${PYSITELIB}/Fnorb/script/fnidl.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnidl.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnifr.py
|
||||
${PYSITELIB}/Fnorb/script/fnifr.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnifr.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnior.py
|
||||
${PYSITELIB}/Fnorb/script/fnior.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnior.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnlogger.py
|
||||
${PYSITELIB}/Fnorb/script/fnlogger.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnlogger.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnmetrics.py
|
||||
${PYSITELIB}/Fnorb/script/fnmetrics.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnmetrics.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnmkior.py
|
||||
${PYSITELIB}/Fnorb/script/fnmkior.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnmkior.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnoptions.py
|
||||
${PYSITELIB}/Fnorb/script/fnoptions.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnoptions.pyo
|
||||
${PYSITELIB}/Fnorb/script/fnping.py
|
||||
${PYSITELIB}/Fnorb/script/fnping.pyc
|
||||
${PYSITELIB}/Fnorb/script/fnping.pyo
|
||||
share/doc/Fnorb/CHANGES
|
||||
share/doc/Fnorb/LICENSE.HTML
|
||||
share/doc/Fnorb/MANIFEST.in
|
||||
share/doc/Fnorb/README
|
||||
share/doc/Fnorb/README.jython
|
||||
share/doc/Fnorb/examples/hello-world/HelloWorld.idl
|
||||
share/doc/Fnorb/examples/hello-world/README
|
||||
share/doc/Fnorb/examples/hello-world/client.py
|
||||
share/doc/Fnorb/examples/hello-world/server.py
|
||||
share/doc/Fnorb/examples/misc/Example.idl
|
||||
share/doc/Fnorb/examples/misc/README
|
||||
share/doc/Fnorb/examples/misc/client.py
|
||||
share/doc/Fnorb/examples/misc/server.py
|
||||
share/doc/Fnorb/examples/naming/README
|
||||
share/doc/Fnorb/examples/naming/Thermometer.idl
|
||||
share/doc/Fnorb/examples/naming/client.py
|
||||
share/doc/Fnorb/examples/naming/server.py
|
||||
share/doc/Fnorb/examples/threaded/HelloWorld.idl
|
||||
share/doc/Fnorb/examples/threaded/README
|
||||
share/doc/Fnorb/examples/threaded/client.py
|
||||
share/doc/Fnorb/examples/threaded/server.py
|
||||
share/doc/Fnorb/examples/tkinter/README
|
||||
share/doc/Fnorb/examples/tkinter/TicToc.idl
|
||||
share/doc/Fnorb/examples/tkinter/client.py
|
||||
share/doc/Fnorb/examples/tkinter/server.py
|
||||
share/doc/Fnorb/examples/unions/README
|
||||
share/doc/Fnorb/examples/unions/Unions.idl
|
||||
share/doc/Fnorb/examples/unions/client.py
|
||||
share/doc/Fnorb/examples/unions/server.py
|
||||
share/doc/Fnorb/tests/datatransfer/DataTransferServer.py
|
||||
share/doc/Fnorb/tests/datatransfer/alltests.py
|
||||
share/doc/Fnorb/tests/datatransfer/chartest.py
|
||||
share/doc/Fnorb/tests/datatransfer/datatransfer.idl
|
||||
share/doc/Fnorb/tests/datatransfer/fixedtest.py
|
||||
share/doc/Fnorb/tests/datatransfer/longtest.py
|
||||
share/doc/Fnorb/tests/datatransfer/orbrunner.py
|
||||
share/doc/Fnorb/tests/datatransfer/seqtest.py
|
||||
share/doc/Fnorb/tests/datatransfer/serverrunner.py
|
||||
share/doc/Fnorb/tests/datatransfer/shorttest.py
|
||||
share/doc/Fnorb/tests/datatransfer/wchartest.py
|
||||
share/doc/Fnorb/tests/datatransfer/wstringtest.py
|
||||
share/doc/Fnorb/tests/interop/CharClient.cpp
|
||||
share/doc/Fnorb/tests/interop/CharServer.cpp
|
||||
share/doc/Fnorb/tests/interop/Client.h
|
||||
share/doc/Fnorb/tests/interop/FixedClient.cpp
|
||||
share/doc/Fnorb/tests/interop/FixedServer.cpp
|
||||
share/doc/Fnorb/tests/interop/Makefile.omniorb
|
||||
share/doc/Fnorb/tests/interop/Makefile.orbacus
|
||||
share/doc/Fnorb/tests/interop/Makefile.tao
|
||||
share/doc/Fnorb/tests/interop/README
|
||||
share/doc/Fnorb/tests/interop/Server.h
|
||||
share/doc/Fnorb/tests/interop/TestCharsClient.py
|
||||
share/doc/Fnorb/tests/interop/TestCharsServer.py
|
||||
share/doc/Fnorb/tests/interop/TestChars_impl.cpp
|
||||
share/doc/Fnorb/tests/interop/TestChars_impl.h
|
||||
share/doc/Fnorb/tests/interop/TestFixedClient.py
|
||||
share/doc/Fnorb/tests/interop/TestFixedServer.py
|
||||
share/doc/Fnorb/tests/interop/TestFixed_impl.cpp
|
||||
share/doc/Fnorb/tests/interop/TestFixed_impl.h
|
||||
share/doc/Fnorb/tests/interop/TestInterop.idl
|
||||
share/doc/Fnorb/tests/interop/Utils.cpp
|
||||
share/doc/Fnorb/tests/interop/Utils.h
|
||||
@dirrm ${PYSITELIB}/Fnorb/script
|
||||
@dirrm ${PYSITELIB}/Fnorb/parser
|
||||
@dirrm ${PYSITELIB}/Fnorb/orb
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/naming/CosNaming_skel
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/naming/CosNaming
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/naming
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/interface_repository/IntRep_skel
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/interface_repository/IntRep
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos/interface_repository
|
||||
@dirrm ${PYSITELIB}/Fnorb/cos
|
||||
@dirrm ${PYSITELIB}/Fnorb/compiler
|
||||
@dirrm ${PYSITELIB}/Fnorb
|
||||
@dirrm share/doc/Fnorb/tests/interop
|
||||
@dirrm share/doc/Fnorb/tests/datatransfer
|
||||
@dirrm share/doc/Fnorb/tests
|
||||
@dirrm share/doc/Fnorb/examples/unions
|
||||
@dirrm share/doc/Fnorb/examples/tkinter
|
||||
@dirrm share/doc/Fnorb/examples/threaded
|
||||
@dirrm share/doc/Fnorb/examples/naming
|
||||
@dirrm share/doc/Fnorb/examples/misc
|
||||
@dirrm share/doc/Fnorb/examples/hello-world
|
||||
@dirrm share/doc/Fnorb/examples
|
||||
@dirrm share/doc/Fnorb
|
6
py-Fnorb/TODO
Normal file
6
py-Fnorb/TODO
Normal file
|
@ -0,0 +1,6 @@
|
|||
$Id: TODO,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
Make bin/ scripts install with PYPKGSUFX to allow instalation on more than
|
||||
one python version on single machine (same as py-twisted and py-Pyro)
|
||||
|
||||
-- dotz@irc.pl
|
4
py-Fnorb/distinfo
Normal file
4
py-Fnorb/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (Fnorb-1.3.tar.gz) = 6c33e325386035b1ee016521c257e88042dfe0f6
|
||||
Size (Fnorb-1.3.tar.gz) = 295703 bytes
|
15
py-Pyro/DESCR
Normal file
15
py-Pyro/DESCR
Normal file
|
@ -0,0 +1,15 @@
|
|||
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
|
||||
Distributed Object Technology system written entirely in Python, that is
|
||||
designed to be very easy to use. It resembles Java's Remote Method
|
||||
Invocation (RMI). It is less similar to CORBA - which is a system- and
|
||||
language independent Distributed Object Technology and has much more to
|
||||
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
|
||||
license).
|
||||
|
||||
Get the manual
|
||||
|
||||
from http://pyro.sourceforge.net/pyro-manual/PyroManual.html
|
||||
|
||||
Check quite impressive success stories on
|
||||
|
||||
http://pyro.sourceforge.net/projects.html
|
18
py-Pyro/Makefile
Normal file
18
py-Pyro/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Pyro-3.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyro/}
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://pyro.sourceforge.net/
|
||||
COMMENT= Distributed Object Technology system in Python
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
86
py-Pyro/PLIST
Normal file
86
py-Pyro/PLIST
Normal file
|
@ -0,0 +1,86 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
bin/es
|
||||
bin/genguid
|
||||
bin/ns
|
||||
bin/nsc
|
||||
bin/pyroc
|
||||
bin/rns
|
||||
bin/xnsc
|
||||
bin/wxnsc
|
||||
bin/esd
|
||||
bin/nsd
|
||||
${PYSITELIB}/Pyro/EventService/Clients.py
|
||||
${PYSITELIB}/Pyro/EventService/Clients.pyc
|
||||
${PYSITELIB}/Pyro/EventService/Clients.pyo
|
||||
${PYSITELIB}/Pyro/EventService/Server.py
|
||||
${PYSITELIB}/Pyro/EventService/Server.pyc
|
||||
${PYSITELIB}/Pyro/EventService/Server.pyo
|
||||
${PYSITELIB}/Pyro/EventService/__init__.py
|
||||
${PYSITELIB}/Pyro/EventService/__init__.pyc
|
||||
${PYSITELIB}/Pyro/EventService/__init__.pyo
|
||||
${PYSITELIB}/Pyro/__init__.py
|
||||
${PYSITELIB}/Pyro/__init__.pyc
|
||||
${PYSITELIB}/Pyro/__init__.pyo
|
||||
${PYSITELIB}/Pyro/configuration.py
|
||||
${PYSITELIB}/Pyro/configuration.pyc
|
||||
${PYSITELIB}/Pyro/configuration.pyo
|
||||
${PYSITELIB}/Pyro/constants.py
|
||||
${PYSITELIB}/Pyro/constants.pyc
|
||||
${PYSITELIB}/Pyro/constants.pyo
|
||||
${PYSITELIB}/Pyro/core.py
|
||||
${PYSITELIB}/Pyro/core.pyc
|
||||
${PYSITELIB}/Pyro/core.pyo
|
||||
${PYSITELIB}/Pyro/errors.py
|
||||
${PYSITELIB}/Pyro/errors.pyc
|
||||
${PYSITELIB}/Pyro/errors.pyo
|
||||
${PYSITELIB}/Pyro/ext/BasicNTService.py
|
||||
${PYSITELIB}/Pyro/ext/BasicNTService.pyc
|
||||
${PYSITELIB}/Pyro/ext/BasicNTService.pyo
|
||||
${PYSITELIB}/Pyro/ext/ES_NtService.py
|
||||
${PYSITELIB}/Pyro/ext/ES_NtService.pyc
|
||||
${PYSITELIB}/Pyro/ext/ES_NtService.pyo
|
||||
${PYSITELIB}/Pyro/ext/NS_NtService.py
|
||||
${PYSITELIB}/Pyro/ext/NS_NtService.pyc
|
||||
${PYSITELIB}/Pyro/ext/NS_NtService.pyo
|
||||
${PYSITELIB}/Pyro/ext/ServiceTest.py
|
||||
${PYSITELIB}/Pyro/ext/ServiceTest.pyc
|
||||
${PYSITELIB}/Pyro/ext/ServiceTest.pyo
|
||||
${PYSITELIB}/Pyro/ext/__init__.py
|
||||
${PYSITELIB}/Pyro/ext/__init__.pyc
|
||||
${PYSITELIB}/Pyro/ext/__init__.pyo
|
||||
${PYSITELIB}/Pyro/ext/daemonizer.py
|
||||
${PYSITELIB}/Pyro/ext/daemonizer.pyc
|
||||
${PYSITELIB}/Pyro/ext/daemonizer.pyo
|
||||
${PYSITELIB}/Pyro/ext/remote.py
|
||||
${PYSITELIB}/Pyro/ext/remote.pyc
|
||||
${PYSITELIB}/Pyro/ext/remote.pyo
|
||||
${PYSITELIB}/Pyro/ext/remote_nons.py
|
||||
${PYSITELIB}/Pyro/ext/remote_nons.pyc
|
||||
${PYSITELIB}/Pyro/ext/remote_nons.pyo
|
||||
${PYSITELIB}/Pyro/naming.py
|
||||
${PYSITELIB}/Pyro/naming.pyc
|
||||
${PYSITELIB}/Pyro/naming.pyo
|
||||
${PYSITELIB}/Pyro/nsc.py
|
||||
${PYSITELIB}/Pyro/nsc.pyc
|
||||
${PYSITELIB}/Pyro/nsc.pyo
|
||||
${PYSITELIB}/Pyro/protocol.py
|
||||
${PYSITELIB}/Pyro/protocol.pyc
|
||||
${PYSITELIB}/Pyro/protocol.pyo
|
||||
${PYSITELIB}/Pyro/pyroc.py
|
||||
${PYSITELIB}/Pyro/pyroc.pyc
|
||||
${PYSITELIB}/Pyro/pyroc.pyo
|
||||
${PYSITELIB}/Pyro/util.py
|
||||
${PYSITELIB}/Pyro/util.pyc
|
||||
${PYSITELIB}/Pyro/util.pyo
|
||||
${PYSITELIB}/Pyro/util2.py
|
||||
${PYSITELIB}/Pyro/util2.pyc
|
||||
${PYSITELIB}/Pyro/util2.pyo
|
||||
${PYSITELIB}/Pyro/wxnsc.py
|
||||
${PYSITELIB}/Pyro/wxnsc.pyc
|
||||
${PYSITELIB}/Pyro/wxnsc.pyo
|
||||
${PYSITELIB}/Pyro/xnsc.py
|
||||
${PYSITELIB}/Pyro/xnsc.pyc
|
||||
${PYSITELIB}/Pyro/xnsc.pyo
|
||||
@dirrm ${PYSITELIB}/Pyro/ext
|
||||
@dirrm ${PYSITELIB}/Pyro/EventService
|
||||
@dirrm ${PYSITELIB}/Pyro
|
8
py-Pyro/TODO
Normal file
8
py-Pyro/TODO
Normal file
|
@ -0,0 +1,8 @@
|
|||
$Id: TODO,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
Make scripts installed with ${PYPKGSUFX} so they don't conflict each other
|
||||
when it is installed for >1 versions of Python.
|
||||
|
||||
(same as wip/py-twisted)
|
||||
|
||||
-- dotz@irc.pl
|
5
py-Pyro/distinfo
Normal file
5
py-Pyro/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
SHA1 (Pyro-3.3.tar.gz) = 659ce5104a530520ceef760269f220b623c6d083
|
||||
Size (Pyro-3.3.tar.gz) = 199251 bytes
|
||||
SHA1 (patch-aa) = 3298dd9fe932169dc7914b8d0658ac6ce1506a66
|
18
py-Pyro/patches/patch-aa
Normal file
18
py-Pyro/patches/patch-aa
Normal file
|
@ -0,0 +1,18 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/01/01 22:38:26 mpasternak Exp $
|
||||
|
||||
--- setup.py.orig Tue May 20 21:43:07 2003
|
||||
+++ setup.py Thu Jan 1 21:52:52 2004
|
||||
@@ -33,9 +33,12 @@
|
||||
unattended=cp.get('install-options','unattended')
|
||||
else:
|
||||
unattended=0
|
||||
+ # there is propably a bug, setup.cfg setting won't work!
|
||||
+ # -- dotz@irc.pl
|
||||
+ unattended = True
|
||||
if unattended:
|
||||
scr='y'
|
||||
- loc=cp.get('install','install-scripts')
|
||||
+ loc=os.environ.get("PREFIX", "/usr/pkg") + "/bin"
|
||||
print 'Unattended install. Scripts will go to',loc
|
||||
else:
|
||||
scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
|
Loading…
Reference in a new issue