summaryrefslogtreecommitdiffstats
path: root/database/fbcopy/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/fbcopy/DETAILS')
-rwxr-xr-xdatabase/fbcopy/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/database/fbcopy/DETAILS b/database/fbcopy/DETAILS
new file mode 100755
index 0000000000..b47e36bcc7
--- /dev/null
+++ b/database/fbcopy/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=fbcopy
+ VERSION=1.06
+ BUILD_API=2
+ SOURCE=fbcopy-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/fbexport/$SOURCE
+ WEB_SITE=http://fbexport.SourceForge.net/fbcopy.html
+ LICENCE=MPL
+ DOCS="manual.html"
+ MD5[0]=e2c53c286bf4e1edab4c187e415aba78
+ ENTERED=20050220
+ UPDATED=20050220
+SHORT="a command-line tool to copy data between Firebird tables and databases"
+cat << EOF
+ With FBCopy, you can easily copy data between Firebird tables and
+databases. FBCopy is a command-line tool, so you can use it inside batch
+scripts, cron jobs, etc. Currently, Linux and Windows versions are
+available, but I hope it can be built with any compiler that can build IBPP
+library.
+
+EOF