From 014ad9c25780be23559da3f665c72403933e550e Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 25 Nov 1996 09:36:11 +0000 Subject: [PATCH] Import of xmaddressbook. Closes PR 1527. Submitted by: Andreas Kohout --- deskutils/xmaddressbook/Makefile | 21 ++++++++++++++++++++ deskutils/xmaddressbook/distinfo | 1 + deskutils/xmaddressbook/files/patch-aa | 27 ++++++++++++++++++++++++++ deskutils/xmaddressbook/pkg-comment | 1 + deskutils/xmaddressbook/pkg-descr | 5 +++++ deskutils/xmaddressbook/pkg-plist | 4 ++++ 6 files changed, 59 insertions(+) create mode 100644 deskutils/xmaddressbook/Makefile create mode 100644 deskutils/xmaddressbook/distinfo create mode 100644 deskutils/xmaddressbook/files/patch-aa create mode 100644 deskutils/xmaddressbook/pkg-comment create mode 100644 deskutils/xmaddressbook/pkg-descr create mode 100644 deskutils/xmaddressbook/pkg-plist diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile new file mode 100644 index 000000000000..4d2737ceabe8 --- /dev/null +++ b/deskutils/xmaddressbook/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xmaddressbook +# Version required: 1.5.3 +# Date created: 31 Jul 1996 +# Whom: shanee@rabbit.augusta.de +# +# $Id$ +# + +DISTNAME= xmaddressbook-1.5.3 +CATEGORIES= misc x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= office/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= shanee@rabbit.augusta.de + +REQUIRES_MOTIF= yes +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xmaddressbook + +.include diff --git a/deskutils/xmaddressbook/distinfo b/deskutils/xmaddressbook/distinfo new file mode 100644 index 000000000000..6cd38b02d67b --- /dev/null +++ b/deskutils/xmaddressbook/distinfo @@ -0,0 +1 @@ +MD5 (xmaddressbook-1.5.3.tar.Z) = d7d86feacdac99eaec1294f540d7af5a diff --git a/deskutils/xmaddressbook/files/patch-aa b/deskutils/xmaddressbook/files/patch-aa new file mode 100644 index 000000000000..79d71899f72d --- /dev/null +++ b/deskutils/xmaddressbook/files/patch-aa @@ -0,0 +1,27 @@ +*** Imakefile.orig Fri Jul 21 00:17:40 1995 +--- Imakefile Tue Nov 19 17:22:06 1996 +*************** +*** 16,26 **** + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 +- +- /* uncomment this if you are using X11R6 +- LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + */ + + + ComplexProgramTarget(xmaddressbook) +--- 16,26 ---- + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + ++ /* uncomment this if you are using < X11R6 + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 + */ ++ ++ LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + + + ComplexProgramTarget(xmaddressbook) diff --git a/deskutils/xmaddressbook/pkg-comment b/deskutils/xmaddressbook/pkg-comment new file mode 100644 index 000000000000..25690a5d6a42 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-comment @@ -0,0 +1 @@ +XmAddressbook is a X11/Motif based addressbook program. diff --git a/deskutils/xmaddressbook/pkg-descr b/deskutils/xmaddressbook/pkg-descr new file mode 100644 index 000000000000..8934791711a3 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-descr @@ -0,0 +1,5 @@ + XmAddressbook is a X11/Motif based address book program. + It allows the user to enter addressbook type information. + It saves its data in a text file. It can output the + addressbook in Postscript. It also has a Curses interface + for searching and viewing the address book. diff --git a/deskutils/xmaddressbook/pkg-plist b/deskutils/xmaddressbook/pkg-plist new file mode 100644 index 000000000000..a1863b856412 --- /dev/null +++ b/deskutils/xmaddressbook/pkg-plist @@ -0,0 +1,4 @@ +bin/xmaddressbook +lib/X11/app-defaults/XmAddressBook +lib/X11/xmaddressbook/xmaddressbook.hlp +man/man1/xmaddressbook.1.gz