./wip/mcats, Catalog converter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0, Package name: mcats-0.1.0, Maintainer: pehr

MCatS is a Modular Catalog System. The basic idea is to have several
modules (shared libraries) that can be dynamically loaded on demand.

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.
Its flexibility makes it very easy to convert between different formats,
like between "WhereIsIt?" and csv format.

This package includes support for: cdinput, stdout and wii. Additional
iodbc support can be obtained by installing mcats-iodbc package.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: caaa185b9732343c2706eda11e20275cdf5a43bf
Filesize: 163.4 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2005-05-24 12:31:01 by Roland Illig | Files touched by this commit (1)
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
   2004-09-23 07:59:53 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
   2004-08-17 20:30:55 by Todd Vierling | Files touched by this commit (2)
Log message:
Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
   2004-02-17 03:56:18 by Soren Jacobsen | Files touched by this commit (1)
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
   2004-01-25 03:32:44 by grant beattie | Files touched by this commit (1)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.