1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Add LSDB (The Lovely Sister Database), a lightweight replacement of

BBDB for SEMI based MUAs.
This commit is contained in:
Yoichi NAKAYAMA 2002-05-05 06:53:49 +00:00
parent 0c6d14dd35
commit 9319227afd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58571
6 changed files with 51 additions and 0 deletions

View File

@ -38,6 +38,7 @@
SUBDIR += libodbc++
SUBDIR += libsdb
SUBDIR += libudbc
SUBDIR += lsdb
SUBDIR += mdbtools
SUBDIR += metakit
SUBDIR += mird

37
databases/lsdb/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: lsdb (for emacs21)
# Date Created: 27 Apr 2002
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lsdb
PORTVERSION= 0.5
CATEGORIES= databases elisp
MASTER_SITES= http://deisui.org/~ueno/emacs-lisp/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yoichi@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${DEPPORT_SUFFIX}
EMACS_PORT_NAME?= emacs21
.if (${EMACS_PORT_NAME} == emacs21)
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
FLIM_COOKIE= flim-${EMACS_PORT_NAME}-1.14.FreeBSD-packages
ALL_TARGET= elc
MAKE_ARGS= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/bbdb-to-lsdb.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
databases/lsdb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lsdb-0.5.tar.gz) = b30804af1b7433551460ed158d92598d

View File

@ -0,0 +1 @@
Lovely Sister Database

6
databases/lsdb/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
LSDB (The Lovely Sister Database) is a rolodex-like database program
for SEMI based MUA. It intends to be a lightweight replacement for
BBDB (The Insidious Big Brother Database). Unfortunately, it
currently doesn't support the all features of BBDB.
WWW: http://sourceforge.jp/projects/lsdb/

5
databases/lsdb/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
%%EMACS_VERSION_SITE_LISPDIR%%/lsdb/lsdb.el
%%EMACS_VERSION_SITE_LISPDIR%%/lsdb/lsdb.elc
%%EMACS_VERSION_SITE_LISPDIR%%/lsdb/bbdb-to-lsdb.el
%%PORTDOCS%%share/doc/lsdb/README
%%PORTDOCS%%@dirrm share/doc/lsdb