summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-14 06:18:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-14 06:18:16 +0000
commit3e6cf309071e5af9f3c27f5205fea746d571b9eb (patch)
tree913e2cdb350d056b547505bd389d18b78263d625 /palm
parentIn accordance with the New World Order, move the distfiles that (diff)
Add mdbconv, CSV-to-MobileDB-database converter.
Notes
Notes: svn path=/head/; revision=29589
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/mdbconv/Makefile25
-rw-r--r--palm/mdbconv/distinfo1
-rw-r--r--palm/mdbconv/files/Makefile6
-rw-r--r--palm/mdbconv/pkg-comment1
-rw-r--r--palm/mdbconv/pkg-descr4
-rw-r--r--palm/mdbconv/pkg-plist1
7 files changed, 39 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index da1a48280830..aa5ca074d5ef 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -11,6 +11,7 @@
SUBDIR += jpilot
SUBDIR += kpilot
SUBDIR += malsync
+ SUBDIR += mdbconv
SUBDIR += p5-Palm
SUBDIR += palmos-sdk
SUBDIR += pilot-link
diff --git a/palm/mdbconv/Makefile b/palm/mdbconv/Makefile
new file mode 100644
index 000000000000..1e15438f68bd
--- /dev/null
+++ b/palm/mdbconv/Makefile
@@ -0,0 +1,25 @@
+# ports collection makefile for: mdbconv
+# Date created: 14 June 2000
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mdbconv
+PORTVERSION= 1.6
+CATEGORIES= palm databases
+MASTER_SITES= http://www.mobilegeneration.com/downloads/
+DISTNAME= ${PORTNAME}freebsd3x
+
+MAINTAINER= knu@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+
+pre-build:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+ ${RM} ${WRKSRC}/mdbconv
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mdbconv ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/palm/mdbconv/distinfo b/palm/mdbconv/distinfo
new file mode 100644
index 000000000000..52c443dce09c
--- /dev/null
+++ b/palm/mdbconv/distinfo
@@ -0,0 +1 @@
+MD5 (mdbconvfreebsd3x.tar.gz) = 092f0aa1ec1445c91333f316cc2ed513
diff --git a/palm/mdbconv/files/Makefile b/palm/mdbconv/files/Makefile
new file mode 100644
index 000000000000..0e32be9b235c
--- /dev/null
+++ b/palm/mdbconv/files/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= mdbconv
+NOMAN= yes
+
+.include <bsd.prog.mk>
diff --git a/palm/mdbconv/pkg-comment b/palm/mdbconv/pkg-comment
new file mode 100644
index 000000000000..aee60e2bb850
--- /dev/null
+++ b/palm/mdbconv/pkg-comment
@@ -0,0 +1 @@
+Converts CSV to MobileDB database
diff --git a/palm/mdbconv/pkg-descr b/palm/mdbconv/pkg-descr
new file mode 100644
index 000000000000..c56a9186cb2e
--- /dev/null
+++ b/palm/mdbconv/pkg-descr
@@ -0,0 +1,4 @@
+MobileDB converter - mdbconv converts CSV to MobileDB database.
+
+Author: Peter Kerney <peterk@sydney.sgi.com>
+WWW: http://www.mobilegeneration.com/products/mobiledb_tools/index.htm
diff --git a/palm/mdbconv/pkg-plist b/palm/mdbconv/pkg-plist
new file mode 100644
index 000000000000..7905732a0258
--- /dev/null
+++ b/palm/mdbconv/pkg-plist
@@ -0,0 +1 @@
+bin/mdbconv