aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-01-01 01:35:17 +0800
committerrene <rene@FreeBSD.org>2011-01-01 01:35:17 +0800
commitff32110ad1ae4249cafc08e82470e39fcfcfee1d (patch)
tree1d6e356e768d2e1ed9d7fa0e6003c793e3907e88 /lang
parent2dbccfb962f342f7ff3a8e950fa41b91b6a7cee1 (diff)
downloadfreebsd-ports-gnome-ff32110ad1ae4249cafc08e82470e39fcfcfee1d.tar.gz
freebsd-ports-gnome-ff32110ad1ae4249cafc08e82470e39fcfcfee1d.tar.zst
freebsd-ports-gnome-ff32110ad1ae4249cafc08e82470e39fcfcfee1d.zip
Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared 2010-12-30 devel/php-dbg2: No upstream support 2010-12-30 dns/fourcdns: upstream has disapeared 2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available 2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. 2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010. 2010-12-30 ftp/ftpq: upstream has disapeared 2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream 2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared 2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware 2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware 2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead. 2010-12-31 security/hostsentry: Project is dead. 2010-12-31 sysutils/kcube: Project has vanished 2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) 2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium 2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium 2010-12-30 x11-clocks/xtu: Looks like abandonware Leave java/tya in for now, as it has outstanding PRs.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/scriba/Makefile156
-rw-r--r--lang/scriba/distinfo3
-rw-r--r--lang/scriba/files/patch-commands-environ.c13
-rw-r--r--lang/scriba/files/patch-extensions-bdb-interface.c20
-rw-r--r--lang/scriba/files/patch-extensions-curl-interface.c24
-rw-r--r--lang/scriba/files/patch-extensions-curses-interface.c11
-rw-r--r--lang/scriba/files/patch-extensions-psql-interface.c11
-rw-r--r--lang/scriba/files/patch-extensions-re-regex.h11
-rw-r--r--lang/scriba/files/patch-make_gcc.jim23
-rw-r--r--lang/scriba/files/patch-memory.c15
-rw-r--r--lang/scriba/files/patch-scriba.c11
-rw-r--r--lang/scriba/files/patch-setup.pl75
-rw-r--r--lang/scriba/pkg-descr11
-rw-r--r--lang/scriba/pkg-plist48
15 files changed, 0 insertions, 433 deletions
diff --git a/lang/Makefile b/lang/Makefile
index a7e07d595116..430d77edbf3f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -323,7 +323,6 @@
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm
- SUBDIR += scriba
SUBDIR += scsh
SUBDIR += sdcc
SUBDIR += sdcc-devel
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile
deleted file mode 100644
index e4b13e82ed5a..000000000000
--- a/lang/scriba/Makefile
+++ /dev/null
@@ -1,156 +0,0 @@
-# New ports collection makefile for: scriba
-# Date created: 07 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scriba
-PORTVERSION= 20b0
-PORTREVISION= 3
-CATEGORIES= lang
-MASTER_SITES= http://www.scriptbasic.com/download/
-DISTNAME= ${PORTNAME}-v2.0b0-source
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A scripting implementation of the BASIC language
-
-DEPRECATED= Does not compile with gcc 4.2+, looks like abandonware
-EXPIRATION_DATE= 2010-12-30
-NO_WRKSUBDIR= yes
-USE_PERL5= yes
-CFLAGS+= -fPIC
-PORTDOCS= *
-
-# Extensions that depend on external libs default to off
-
-OPTIONS= BDB "Berkeley DB extension" off \
- CURL "CURL extension" off \
- GD "gd extension" off \
- MYSQL "MySQL extension (3.2.3 only)" off \
- ODBC "ODBC extension" off \
- PGSQL "PostgreSQL extension" off \
- XML "libxml2 extension" off
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN= fails to compile
-.endif
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not install
-.endif
-
-# Dependencies for port options
-
-.if defined(WITH_BDB)
-LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
-PLIST_SUB+= BDB=""
-.else
-PLIST_SUB+= BDB="@comment "
-.endif
-
-.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
-PLIST_SUB+= CURL=""
-.else
-PLIST_SUB+= CURL="@comment "
-.endif
-
-.if defined(WITH_GD)
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
-PLIST_SUB+= GD=""
-.else
-PLIST_SUB+= GD="@comment "
-.endif
-
-.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-PLIST_SUB+= MYSQL=""
-.else
-PLIST_SUB+= MYSQL="@comment "
-.endif
-
-.if defined(WITH_ODBC)
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
-PLIST_SUB+= ODBC=""
-.else
-PLIST_SUB+= ODBC="@comment "
-.endif
-
-.if defined(WITH_PGSQL)
-USE_PGSQL= yes
-PLIST_SUB+= PGSQL=""
-.else
-PLIST_SUB+= PGSQL="@comment "
-.endif
-
-.if defined(WITH_XML)
-LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
-PLIST_SUB+= XML=""
-.else
-PLIST_SUB+= XML="@comment "
-.endif
-
-post-patch:
- # Put esd.pm in a directory where perl will find it
- cd ${WRKSRC} && ${MKDIR} jamal && ${CP} esd.pm jamal
- ${GREP} -Rl '^#!.*bin/perl' ${WRKSRC} | \
- ${XARGS} ${REINPLACE_CMD} -e 's,^#!.*bin/perl,#!${PERL},'
- ${REINPLACE_CMD} \
- -e 's,%%PREFIX%%,${PREFIX},g' \
- -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
- -e 's,%%DOCSDIR%%,${DOCSDIR},g' \
- -e 's,%%DATADIR%%,${DATADIR},g' \
- -e 's,%%CC%%,${CC},g' \
- -e 's,%%CFLAGS%%,${CFLAGS},g' \
- -e 's,%%LDFLAGS%%,${LDFLAGS},g' \
- -e 's,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g' \
- -e 's,root:root,root:wheel,g' \
- ${WRKSRC}/setup.pl ${WRKSRC}/scriba.c ${WRKSRC}/make_gcc.jim
-.if ${ARCH} == "amd64"
- ${REINPLACE_CMD} -e 's, -Bstatic,,g' ${WRKSRC}/make_gcc.jim
-.endif
-
-# Remove extensions not selected as options
-
-.if !defined(WITH_BDB)
- @${RM} -rf ${WRKSRC}/extensions/bdb
-.endif
-
-.if !defined(WITH_CURL)
- @${RM} -rf ${WRKSRC}/extensions/curl
-.endif
-
-.if !defined(WITH_GD)
- @${RM} -rf ${WRKSRC}/extensions/gd
-.endif
-
-.if !defined(WITH_MYSQL)
- @${RM} -rf ${WRKSRC}/extensions/mysql
-.endif
-
-.if !defined(WITH_ODBC)
- @${RM} -rf ${WRKSRC}/extensions/odbc
-.endif
-
-.if !defined(WITH_PGSQL)
- @${RM} -rf ${WRKSRC}/extensions/psql
-.endif
-
-.if !defined(WITH_XML)
- @${RM} -rf ${WRKSRC}/extensions/xml
-.endif
-
-do-build:
-# -I allows script to include the Jamal preprocessor
- cd ${WRKSRC} && export PERL5OPT='-I${WRKSRC}' && \
- ${PERL} setup.pl --unix
-
-do-install:
- cd ${WRKSRC} && \
- ${PERL} setup.pl --unix --no-install-interactive --install && \
- ${SH} install.sh
-
-.include <bsd.port.post.mk>
diff --git a/lang/scriba/distinfo b/lang/scriba/distinfo
deleted file mode 100644
index c876a3f0e9f7..000000000000
--- a/lang/scriba/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (scriba-v2.0b0-source.tar.gz) = c3cf4d8af5e4a3af46180c8237805ee2
-SHA256 (scriba-v2.0b0-source.tar.gz) = f3fa87b54efc5c8e516bb8f27458e180813874dae70d51710e7c23704e656c3b
-SIZE (scriba-v2.0b0-source.tar.gz) = 1246794
diff --git a/lang/scriba/files/patch-commands-environ.c b/lang/scriba/files/patch-commands-environ.c
deleted file mode 100644
index 1f316fcbfcd1..000000000000
--- a/lang/scriba/files/patch-commands-environ.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- commands/environ.c.orig Tue Mar 1 23:04:45 2005
-+++ commands/environ.c Tue Mar 1 23:06:19 2005
-@@ -27,6 +27,10 @@
- #define _environ environ
- #endif
-
-+#ifdef __FreeBSD__
-+#define _environ environ
-+#endif
-+
- extern char **_environ;
-
- /**ENVIRON
diff --git a/lang/scriba/files/patch-extensions-bdb-interface.c b/lang/scriba/files/patch-extensions-bdb-interface.c
deleted file mode 100644
index 81e117867d94..000000000000
--- a/lang/scriba/files/patch-extensions-bdb-interface.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- extensions/bdb/interface.c.orig Tue Mar 1 18:07:08 2005
-+++ extensions/bdb/interface.c Tue Mar 1 19:36:14 2005
-@@ -11,7 +11,7 @@
-
- These lines are needed by the configurator to generate the file 'libraries.jim'
- NTLIBS: libdb41s.lib
--UXLIBS: -lbdb
-+UXLIBS: -ldb41
-
- */
- #include <sys/types.h>
-@@ -22,7 +22,7 @@
- #include <stdlib.h>
- #include <string.h>
-
--#include <db.h>
-+#include <db41/db.h>
-
- #include "../../basext.h"
-
diff --git a/lang/scriba/files/patch-extensions-curl-interface.c b/lang/scriba/files/patch-extensions-curl-interface.c
deleted file mode 100644
index ddac9c98500f..000000000000
--- a/lang/scriba/files/patch-extensions-curl-interface.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- extensions/curl/interface.c.orig Tue Mar 1 19:38:05 2005
-+++ extensions/curl/interface.c Tue Mar 1 19:47:08 2005
-@@ -18,7 +18,7 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- NTLIBS: libcurl.lib ws2_32.lib
--UXLIBS: -lcurl -lssl -lcrypto -ldl -lc
-+UXLIBS: -lcurl -lssl -lcrypto -lc
-
- */
- #include <stdio.h>
-@@ -1352,10 +1352,10 @@
- if( Argument == NULL )return COMMAND_ERROR_ARGUMENT_RANGE;
- Argument = besCONVERT2STRING(Argument);
- if( STRLEN(Argument) == 10 && memcmp(STRINGVALUE(Argument),"IFMODSINCE",10) == 0 ){
-- value = TIMECOND_IFMODSINCE;
-+ value = CURL_TIMECOND_IFMODSINCE;
- }else
- if( STRLEN(Argument) == 12 && memcmp(STRINGVALUE(Argument),"IFUNMODSINCE",12) == 0 ){
-- value = TIMECOND_IFUNMODSINCE;
-+ value = CURL_TIMECOND_IFUNMODSINCE;
- }else return COMMAND_ERROR_ARGUMENT_RANGE;
- res = curl_easy_setopt(pCon->myConnection,CURLOPT_TIMECONDITION,value);
- if( res == CURLE_OK ) return COMMAND_ERROR_SUCCESS;
diff --git a/lang/scriba/files/patch-extensions-curses-interface.c b/lang/scriba/files/patch-extensions-curses-interface.c
deleted file mode 100644
index 390e0d64997e..000000000000
--- a/lang/scriba/files/patch-extensions-curses-interface.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- extensions/curses/interface.c.orig Tue Mar 1 19:38:05 2005
-+++ extensions/curses/interface.c Tue Mar 1 19:51:22 2005
-@@ -25,7 +25,7 @@
-
- */
- #include <curses.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- /**
- =H the module CURSES
diff --git a/lang/scriba/files/patch-extensions-psql-interface.c b/lang/scriba/files/patch-extensions-psql-interface.c
deleted file mode 100644
index 5c3f6d1e21d0..000000000000
--- a/lang/scriba/files/patch-extensions-psql-interface.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- extensions/psql/interface.c.orig Tue Mar 1 21:47:06 2005
-+++ extensions/psql/interface.c Tue Mar 1 22:08:58 2005
-@@ -24,7 +24,7 @@
- #define PTS_MODULE "pgsqlinterf.c"
-
- /* vvv Debian GNU/Linux: /usr/include/postgresql/libpq-fe.h */
--#include <postgresql/libpq-fe.h>
-+#include <libpq-fe.h>
- #include "../../basext.h"
- #include <stdio.h> /* simple debugging */
- #include <string.h> /* memcmp() */
diff --git a/lang/scriba/files/patch-extensions-re-regex.h b/lang/scriba/files/patch-extensions-re-regex.h
deleted file mode 100644
index b7997b6ac0b6..000000000000
--- a/lang/scriba/files/patch-extensions-re-regex.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- extensions/re/regex.h.orig Tue Mar 1 22:12:11 2005
-+++ extensions/re/regex.h Tue Mar 1 22:14:55 2005
-@@ -53,6 +53,8 @@
- #define __stdcall
- #endif
-
-+#include <unistd.h>
-+
- /* types */
- typedef off_t regoff_t;
-
diff --git a/lang/scriba/files/patch-make_gcc.jim b/lang/scriba/files/patch-make_gcc.jim
deleted file mode 100644
index 25037c488dbd..000000000000
--- a/lang/scriba/files/patch-make_gcc.jim
+++ /dev/null
@@ -1,23 +0,0 @@
---- make_gcc.jim.orig Tue Mar 1 22:15:45 2005
-+++ make_gcc.jim Tue Mar 1 22:18:31 2005
-@@ -15,7 +15,7 @@
- -I where the include directories are
- -L where the libraries are
- }
--{#define cc=gcc -w}
-+{#define cc=cc -w %%CFLAGS%% -L%%LOCALBASE%%/lib -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/libxml2 -L%%LOCALBASE%%/lib/mysql }
- {#define CcOptOutput/X=-o X}
- {#define CcOptInput/X=X}
- {#define CcOptCompile=-c}
-@@ -26,9 +26,9 @@
- {#define LibOptOutput/X=-r X}
- {#define LibOptInput/X=X}
-
--{#define ld=ld -shared -Bstatic}
-+{#define ld=ld %%LDFLAGS%% -shared -Bstatic -L%%LOCALBASE%%/lib -L%%LOCALBASE%%/lib/mysql }
- {#define LdOptOutput/X=-o X}
- {#define LdOptInput/X=X}
-
- {@comment the standard libraries that we need}
--{#define StandardLibraries=-lc -lm -ldl -lpthread}
-+{#define StandardLibraries=-lc -lm %%PTHREAD_LIBS%%}
diff --git a/lang/scriba/files/patch-memory.c b/lang/scriba/files/patch-memory.c
deleted file mode 100644
index 42460616ed84..000000000000
--- a/lang/scriba/files/patch-memory.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- memory.c.orig Mon Apr 22 01:40:39 2002
-+++ memory.c Tue Mar 1 22:11:42 2005
-@@ -19,7 +19,11 @@
-
- TO_HEADER:
-
--typedef unsigned char BYTE, *PBYTE;
-+#ifndef BYTE_TYPE_ALREADY_DEFINED
-+typedef unsigned char BYTE;
-+#endif
-+
-+typedef unsigned char *PBYTE;
-
- typedef struct _FixSizeMemoryObject {
-
diff --git a/lang/scriba/files/patch-scriba.c b/lang/scriba/files/patch-scriba.c
deleted file mode 100644
index 87e1d6d34bf8..000000000000
--- a/lang/scriba/files/patch-scriba.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- scriba.c.orig Tue Mar 1 23:06:45 2005
-+++ scriba.c Wed Mar 2 01:07:07 2005
-@@ -98,7 +98,7 @@
- #define CONFIG_FILE "SCRIBA.INI"
- #else
- #define CONFIG_ENVIR "SCRIBACONF"
--#define CONFIG_FILE "/etc/scriba/basic.conf"
-+#define CONFIG_FILE "%%PREFIX%%/etc/scriba/basic.conf"
- #endif
-
-
diff --git a/lang/scriba/files/patch-setup.pl b/lang/scriba/files/patch-setup.pl
deleted file mode 100644
index 720f3539956b..000000000000
--- a/lang/scriba/files/patch-setup.pl
+++ /dev/null
@@ -1,75 +0,0 @@
---- setup.pl.orig Wed Mar 2 19:06:18 2005
-+++ setup.pl Wed Mar 2 19:08:02 2005
-@@ -176,7 +176,6 @@
- #
- $esdlocation = undef;
- for (@INC){
-- next if /\./;
- if( -e "$_/jamal/esd.pm" ){
- $esdlocation = "$_/jamal/esd.pm";
- }
-@@ -1152,7 +1151,7 @@
- let ERRCOUNT = \$ERRCOUNT+1
- fi
-
--chown $owner:$owner $to 2>/dev/null
-+chown $owner $to 2>/dev/null
- if [ \$? -ne 0 ] ; then
- echo "###ERROR setting the owner of the file $to to $owner"
- let ERRCOUNT = \$ERRCOUNT+1
-@@ -1186,7 +1185,7 @@
- let ERRCOUNT = \$ERRCOUNT+1
- fi
-
--chown $owner:$owner $tofils 2>/dev/null
-+chown $owner $tofils 2>/dev/null
- if [ \$? -ne 0 ] ; then
- echo "###ERROR setting the owner of the file $tofils to $owner"
- let ERRCOUNT = \$ERRCOUNT+1
-@@ -1410,7 +1409,7 @@
- print F <<ENDSHELL;
- #!/bin/sh
- #
--# Start/stops the ScriptBasic httpd daemon (/usr/bin/sbhttpd)
-+# Start/stops the ScriptBasic httpd daemon (%%PREFIX%%/bin/sbhttpd)
- #
-
- PIDFILE=$LOG/pid.txt
-@@ -1453,7 +1452,7 @@
- echo "\$0 \$ARG: sbhttpd (pid \$PID) already running"
- continue
- fi
-- if /usr/bin/sbhttpd -start ; then
-+ if %%PREFIX%%/bin/sbhttpd -start ; then
- echo "\$0 \$ARG: sbhttpd started"
- else
- echo "\$0 \$ARG: sbhttpd could not be started"
-@@ -1795,17 +1794,17 @@
- #
- # UNIX installation default configuration values
- #
--$INSTALL_DEFAULT_CONFIGDIR='/etc/scriba';
--$INSTALL_DEFAULT_INCLUDE ='/usr/share/scriba/include';
--$INSTALL_DEFAULT_SOURCE ='/usr/share/scriba/source';
--$INSTALL_DEFAULT_MODULE ='/usr/local/lib/scriba';
--$INSTALL_DEFAULT_DOCU ='/usr/share/scriba/source';
--$INSTALL_DEFAULT_LIB ='/usr/local/lib';
--$INSTALL_DEFAULT_CACHE ='/var/cache/scriba/cache';
--$INSTALL_DEFAULT_HEBTEMP ='/var/cache/scriba/hebtemp';
--$INSTALL_DEFAULT_BIN ='/usr/bin';
--$INSTALL_DEFAULT_LOG ='/var/log/scriba';
--$INSTALL_DEFAULT_ETC ='/etc/init.d';
-+$INSTALL_DEFAULT_CONFIGDIR='%%PREFIX%%/etc/scriba';
-+$INSTALL_DEFAULT_INCLUDE ='%%PREFIX%%/include/scriba';
-+$INSTALL_DEFAULT_SOURCE ='%%DATADIR%%/source';
-+$INSTALL_DEFAULT_MODULE ='%%PREFIX%%/lib/scriba';
-+$INSTALL_DEFAULT_DOCU ='%%DOCSDIR%%';
-+$INSTALL_DEFAULT_LIB ='%%PREFIX%%/lib';
-+$INSTALL_DEFAULT_CACHE ='%%PREFIX%%/var/cache/scriba/cache';
-+$INSTALL_DEFAULT_HEBTEMP ='%%PREFIX%%/var/cache/scriba/hebtemp';
-+$INSTALL_DEFAULT_BIN ='%%PREFIX%%/bin';
-+$INSTALL_DEFAULT_LOG ='%%PREFIX%%/var/log/scriba';
-+$INSTALL_DEFAULT_ETC ='%%PREFIX%%/etc/rc.d';
-
- %INSTALL_DEFAULT = (
- '--install-configdir' => $INSTALL_DEFAULT_CONFIGDIR,
diff --git a/lang/scriba/pkg-descr b/lang/scriba/pkg-descr
deleted file mode 100644
index e0efc0bcffd9..000000000000
--- a/lang/scriba/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-ScriptBasic is a scripting implementation of the BASIC language. The
-aim of this implementation is to provide a general and widely used
-tool for the simple programmer. One of the reason behind the success
-of the Microsoft operating systems is VisualBasic, which is built into
-many of the applications Microsoft delivers. Why are UNIX and other
-non-Microsoft operating system users prohibited to use the simplest
-programming language?
-
-ScriptBasic is a BASIC implementation, which aims not less than
-becoming the most widely used scripting tool on UNIX systems. It is
-portable, it is BASIC, it is a scripting tool and it is GNU LGPL.
diff --git a/lang/scriba/pkg-plist b/lang/scriba/pkg-plist
deleted file mode 100644
index 855456abd17e..000000000000
--- a/lang/scriba/pkg-plist
+++ /dev/null
@@ -1,48 +0,0 @@
-bin/sbhttpd
-bin/scriba
-etc/rc.d/sbhttpd
-etc/scriba/basic.conf
-%%BDB%%include/scriba/bdb.bas
-include/scriba/cgi.bas
-%%CURL%%include/scriba/curl.bas
-include/scriba/curses.bas
-include/scriba/dbg.bas
-include/scriba/error.bas
-%%GD%%include/scriba/gd.bas
-include/scriba/hash.bas
-include/scriba/modinst.bas
-include/scriba/mt.bas
-%%MYSQL%%include/scriba/mysql.bas
-%%ODBC%%include/scriba/odbc.bas
-%%PGSQL%%include/scriba/psql.bas
-include/scriba/re.bas
-include/scriba/time.bas
-include/scriba/t.bas
-include/scriba/trial.bas
-include/scriba/ux.bas
-%%XML%%include/scriba/xml.bas
-include/scriba/zlib.bas
-lib/libscriba.a
-%%BDB%%lib/scriba/bdb.so
-lib/scriba/cgi.so
-%%CURL%%lib/scriba/curl.so
-lib/scriba/curses.so
-lib/scriba/dbg.so
-%%GD%%lib/scriba/gd.so
-lib/scriba/hash.so
-lib/scriba/mt.so
-%%MYSQL%%lib/scriba/mysql.so
-%%ODBC%%lib/scriba/odbc.so
-%%PGSQL%%lib/scriba/psql.so
-lib/scriba/re.so
-lib/scriba/t.so
-lib/scriba/trial.so
-lib/scriba/ux.so
-%%XML%%lib/scriba/xml.so
-lib/scriba/zlib.so
-%%DATADIR%%/source/heber.bas
-@dirrm etc/scriba
-@dirrm include/scriba
-@dirrm lib/scriba
-@dirrm share/scriba/source
-@dirrm share/scriba