889c999039
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/
28 lines
713 B
Text
28 lines
713 B
Text
@comment $FreeBSD$
|
|
bin/gpre
|
|
bin/isql-fb
|
|
bin/qli
|
|
include/ib_util.h
|
|
include/ibase.h
|
|
include/iberror.h
|
|
include/perf.h
|
|
lib/libfbclient.so
|
|
lib/libfbclient.so.2
|
|
lib/libfbclient.so.2.5
|
|
lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
|
lib/libfbembed.so
|
|
lib/libfbembed.so.2
|
|
lib/libfbembed.so.2.5
|
|
lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
|
lib/libgds.so
|
|
lib/libgds.so.2
|
|
lib/libgds.so.2.5
|
|
lib/libib_util.so
|
|
@unexec if cmp -s %D/%%CONFDIR%%/firebird.conf %D/%%CONFDIR%%/firebird.conf.sample; then rm -f %D/%%CONFDIR%%/firebird.conf; fi
|
|
%%CONFDIR%%/firebird.conf.sample
|
|
@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf
|
|
@dirrmtry %%CONFDIR%%
|
|
%%DATADIR%%/de_DE.msg
|
|
%%DATADIR%%/firebird.msg
|
|
%%DATADIR%%/fr_FR.msg
|
|
@dirrm %%DATADIR%%
|