Index: head/databases/recutils/Makefile =================================================================== --- head/databases/recutils/Makefile (revision 528627) +++ head/databases/recutils/Makefile (revision 528628) @@ -1,48 +1,52 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= recutils PORTVERSION= 1.8 CATEGORIES= databases MASTER_SITES= GNU MAINTAINER= zeus@ibs.dn.ua COMMENT= Tools and libraries to access human-editable, plain text databases LICENSE= GPLv3+ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= charsetfix libtool makeinfo readline +USES= charsetfix libtool makeinfo pkgconfig readline GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check INFO= rec-mode recutils PORTDOCS= AUTHORS ChangeLog NEWS README -OPTIONS_DEFINE= DOCS CURL GCRYPT NLS +OPTIONS_DEFINE= DOCS CURL GCRYPT MDB NLS OPTIONS_DEFAULT= GCRYPT OPTIONS_SUB= yes CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ENV_OFF= ac_cv_lib_curl_curl_global_init=no GCRYPT_DESC= Encryption support via GNU crypt GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error GCRYPT_CONFIGURE_OFF= --disable-encryption + +MDB_DESC= MS Access database (.mdb) support +MDB_LIB_DEPENDS= libmdb.so:databases/mdbtools +MDB_CONFIGURE_ENV_OFF= ac_cv_lib_mdb_mdb_init=no NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls post-install: ${INSTALL_DATA} ${WRKSRC}/etc/*.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/databases/recutils/pkg-plist =================================================================== --- head/databases/recutils/pkg-plist (revision 528627) +++ head/databases/recutils/pkg-plist (revision 528628) @@ -1,36 +1,38 @@ bin/csv2rec +%%MDB%%bin/mdb2rec bin/rec2csv bin/recdel bin/recfix bin/recfmt bin/recinf bin/recins bin/recsel bin/recset include/rec.h lib/librec.a lib/librec.so lib/librec.so.1 lib/librec.so.1.0.0 man/man1/csv2rec.1.gz +%%MDB%%man/man1/mdb2rec.1.gz man/man1/rec2csv.1.gz man/man1/recdel.1.gz man/man1/recfix.1.gz man/man1/recfmt.1.gz man/man1/recinf.1.gz man/man1/recins.1.gz man/man1/recsel.1.gz man/man1/recset.1.gz share/emacs/site-lisp/ob-rec.el share/emacs/site-lisp/rec-mode.el %%NLS%%share/locale/de/LC_MESSAGES/recutils.mo %%NLS%%share/locale/es/LC_MESSAGES/recutils.mo %%NLS%%share/locale/fi/LC_MESSAGES/recutils.mo %%NLS%%share/locale/fr/LC_MESSAGES/recutils.mo %%NLS%%share/locale/nl/LC_MESSAGES/recutils.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/recutils.mo %%NLS%%share/locale/sr/LC_MESSAGES/recutils.mo %%NLS%%share/locale/sv/LC_MESSAGES/recutils.mo %%NLS%%share/locale/uk/LC_MESSAGES/recutils.mo %%NLS%%share/locale/vi/LC_MESSAGES/recutils.mo share/recutils/etc/FSD.rec