diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-14 06:18:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-14 06:18:16 +0000 |
commit | 3e6cf309071e5af9f3c27f5205fea746d571b9eb (patch) | |
tree | 913e2cdb350d056b547505bd389d18b78263d625 /palm/mdbconv | |
parent | 8fc36b393c50f756c1cfb15aa8b203758d394117 (diff) |
Add mdbconv, CSV-to-MobileDB-database converter.
Notes
Notes:
svn path=/head/; revision=29589
Diffstat (limited to 'palm/mdbconv')
-rw-r--r-- | palm/mdbconv/Makefile | 25 | ||||
-rw-r--r-- | palm/mdbconv/distinfo | 1 | ||||
-rw-r--r-- | palm/mdbconv/files/Makefile | 6 | ||||
-rw-r--r-- | palm/mdbconv/pkg-comment | 1 | ||||
-rw-r--r-- | palm/mdbconv/pkg-descr | 4 | ||||
-rw-r--r-- | palm/mdbconv/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
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 |