diff options
-rw-r--r-- | palm/Makefile | 1 | ||||
-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 |
7 files changed, 39 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index da1a482..aa5ca07 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 0000000..1e15438 --- /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 0000000..52c443d --- /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 0000000..0e32be9 --- /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 0000000..aee60e2 --- /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 0000000..c56a918 --- /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 0000000..7905732 --- /dev/null +++ b/palm/mdbconv/pkg-plist @@ -0,0 +1 @@ +bin/mdbconv |