1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add bbdb for Emacs, Insidious Big Brother Database.

Reviewed by:	knu(mentor)
This commit is contained in:
Yoichi NAKAYAMA 2001-12-12 12:34:33 +00:00
parent 3367fa61aa
commit 3ffbe6ce35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51397
6 changed files with 89 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#
SUBDIR += adodb
SUBDIR += bbdb
SUBDIR += cdb
SUBDIR += db
SUBDIR += db3

35
databases/bbdb/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: bbdb (for emacs21)
# Date Created: 12 Dec 2001
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bbdb
PORTVERSION= 2.32
CATEGORIES= databases elisp
MASTER_SITES= http://bbdb.sourceforge.net/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME?= emacs21
BUILD_WRKSRC= ${WRKSRC}/lisp
ALL_TARGET= bbdb
BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
DIRSECTION= "The Emacs editor and associated tools"
INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database."
PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} \
DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
do-install:
${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info ${PREFIX}/info
${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info-? ${PREFIX}/info
install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/bbdb.info ${PREFIX}/info/dir
.endif
.include <bsd.port.mk>

1
databases/bbdb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bbdb-2.32.tar.gz) = 34eded55b8c86148afe2badcc8985bde

View File

@ -0,0 +1 @@
Big Brother Database

10
databases/bbdb/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
BBDB is a rolodex-like database program for GNU Emacs. BBDB stands
for Insidious Big Brother Database, and is not, repeat, _not_ an
obscure reference to the Buck Rogers TV series.
Put the expression below into your ~/.emacs
(require 'bbdb)
(bbdb-initialize)
WWW: http://bbdb.sourceforge.net/

41
databases/bbdb/pkg-plist Normal file
View File

@ -0,0 +1,41 @@
%%BBDB_LISPDIR%%/bbdb.el
%%BBDB_LISPDIR%%/bbdb.elc
%%BBDB_LISPDIR%%/bbdb-autoloads.el
%%BBDB_LISPDIR%%/bbdb-com.el
%%BBDB_LISPDIR%%/bbdb-com.elc
%%BBDB_LISPDIR%%/bbdb-ftp.el
%%BBDB_LISPDIR%%/bbdb-ftp.elc
%%BBDB_LISPDIR%%/bbdb-gnus.el
%%BBDB_LISPDIR%%/bbdb-gui.el
%%BBDB_LISPDIR%%/bbdb-gui.elc
%%BBDB_LISPDIR%%/bbdb-hooks.el
%%BBDB_LISPDIR%%/bbdb-hooks.elc
%%BBDB_LISPDIR%%/bbdb-merge.el
%%BBDB_LISPDIR%%/bbdb-merge.elc
%%BBDB_LISPDIR%%/bbdb-mhe.el
%%BBDB_LISPDIR%%/bbdb-migrate.el
%%BBDB_LISPDIR%%/bbdb-migrate.elc
%%BBDB_LISPDIR%%/bbdb-print.el
%%BBDB_LISPDIR%%/bbdb-print.elc
%%BBDB_LISPDIR%%/bbdb-reportmail.el
%%BBDB_LISPDIR%%/bbdb-rmail.el
%%BBDB_LISPDIR%%/bbdb-sc.el
%%BBDB_LISPDIR%%/bbdb-sc.elc
%%BBDB_LISPDIR%%/bbdb-snarf.el
%%BBDB_LISPDIR%%/bbdb-snarf.elc
%%BBDB_LISPDIR%%/bbdb-srv.el
%%BBDB_LISPDIR%%/bbdb-vm.el
%%BBDB_LISPDIR%%/bbdb-w3.el
%%BBDB_LISPDIR%%/bbdb-w3.elc
%%BBDB_LISPDIR%%/bbdb-whois.el
%%BBDB_LISPDIR%%/bbdb-whois.elc
%%BBDB_LISPDIR%%/bbdb-xemacs.el
%%BBDB_LISPDIR%%/bbdb-xemacs.elc
@dirrm %%BBDB_LISPDIR%%
%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir
%%PORTDOCS%%info/bbdb.info
%%PORTDOCS%%info/bbdb.info-1
%%PORTDOCS%%info/bbdb.info-2
%%PORTDOCS%%info/bbdb.info-3
%%PORTDOCS%%info/bbdb.info-4
%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir