This commit is contained in:
Chris Pinnock 2003-04-13 14:51:48 +00:00
parent bf654a191b
commit d6287736da
3 changed files with 16 additions and 17 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/04/13 14:48:23 cjep Exp $
# $NetBSD: Makefile,v 1.2 2003/04/13 14:54:30 cjep Exp $
#
DISTNAME= mcats-0.1.0
@ -7,17 +7,18 @@ CATEGORIES= converters
MASTER_SITES= http://mcats.net/files/
MAINTAINER= pehr@mcats.net
HOMEPAGE= http://mcats.net/
HOMEPAGE= http://mcats.net/
COMMENT= iODBC module for MCatS
DEPENDS+= iodbc>=2.50.3:../../databases/iodbc
#DEPENDS+= mcats>=0.1.0:../../converters/mcats
DEPENDS+= mcats>=0.1.0:../../wip/mcats
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --enable-iodbc
BUILDLINK_DEPENDS.iodbc?= iodbc>=2.50.3
DEPENDS+= mcats>=0.1.0:../../converters/mcats
do-build:
${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/modules/iodbc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
@ -25,5 +26,4 @@ do-build:
do-install:
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src/modules/iodbc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}
.include "../../databases/iodbc/buildlink.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,11 +1,10 @@
MCatS is a Modular Catalog System.
The basic idea is to have several modules (shared libraries) that are dynamicly loaded on demand.
Lets say you want to scan a CD-ROM media and store it in a database, you just specify that you want to read from cd and output to database.
By it's flexibility it makes it very easy to convert between different formats, like between "WhereIsIt?" and csv format.
MCatS is a Modular Catalog System. The basic idea is to have several
modules (shared libraries) that can be dynamically loaded on demand.
This package includes support for:
cdinput
stdout
wii
For example, if you want to scan a CD-ROM and store it in a database,
you just specify that you want to read from CD and output to database.
It's flexibility makes it very easy to convert between different formats,
like between "WhereIsIt?" and csv format.
Additional iodbc support can be obtained by installing mcats-iodbc package.
This package includes support for: cdinput, stdout and wii. Additional
iodbc support can be obtained by installing mcats-iodbc package.

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/04/13 14:47:42 cjep Exp $
# $NetBSD: Makefile,v 1.2 2003/04/13 14:51:48 cjep Exp $
#
DISTNAME= mcats-0.1.0
@ -6,7 +6,7 @@ CATEGORIES= converters
MASTER_SITES= http://mcats.net/files/
MAINTAINER= pehr@mcats.net
HOMEPAGE= http://mcats.net/
HOMEPAGE= http://mcats.net/
COMMENT= Catalog converter
GNU_CONFIGURE= YES