From e20553ea28a40531babd59e7f43571caebb6bf74 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 11 Aug 1997 08:54:43 +0000 Subject: Import of libdnd port. libdnd is an X11-lib for drag-and-drop operations used by some office applications. PR: 4250 Submitted by: Kostya Lukin --- x11/libdnd/Makefile | 27 +++++++++++++++++++++++++++ x11/libdnd/distinfo | 1 + x11/libdnd/files/patch-aa | 14 ++++++++++++++ x11/libdnd/pkg-comment | 1 + x11/libdnd/pkg-descr | 3 +++ x11/libdnd/pkg-plist | 10 ++++++++++ 6 files changed, 56 insertions(+) create mode 100644 x11/libdnd/Makefile create mode 100644 x11/libdnd/distinfo create mode 100644 x11/libdnd/files/patch-aa create mode 100644 x11/libdnd/pkg-comment create mode 100644 x11/libdnd/pkg-descr create mode 100644 x11/libdnd/pkg-plist (limited to 'x11/libdnd') diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile new file mode 100644 index 000000000000..b6aa87eaebba --- /dev/null +++ b/x11/libdnd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: libDnd +# Version required: 1.1 +# Date created: 8 August 1997 +# Whom: lukin@okbmei.msk.su +# +# $Id$ +# + +DISTNAME= dnd.1.1 +PKGNAME= libdnd-1.1 +CATEGORIES= x11 +MASTER_SITES= http://leb.net/OffiX/ +EXTRACT_SUFX= .tgz + +MAINTAINER= lukin@okbmei.msk.su + +WRKSRC= ${WRKDIR}/DND/DNDlib +GNU_CONFIGURE= yes +ALL_TARGET= libC libCpp + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/libdnd + ${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd +.endif + +.include diff --git a/x11/libdnd/distinfo b/x11/libdnd/distinfo new file mode 100644 index 000000000000..5f0a4e6e542e --- /dev/null +++ b/x11/libdnd/distinfo @@ -0,0 +1 @@ +MD5 (dnd.1.1.tgz) = 0d6b2a44801396e99e36831c87c25d6e diff --git a/x11/libdnd/files/patch-aa b/x11/libdnd/files/patch-aa new file mode 100644 index 000000000000..aec629d77530 --- /dev/null +++ b/x11/libdnd/files/patch-aa @@ -0,0 +1,14 @@ +--- Makefile.in.orig Fri May 23 06:18:22 1997 ++++ Makefile.in Fri Aug 8 20:11:37 1997 +@@ -29,9 +29,9 @@ + + install: libCpp libC + install -d $(INC_DIR) +- install DragAndDrop.h DragAndDropTypes.h $(INC_DIR) ++ install -m 644 DragAndDrop.h DragAndDropTypes.h $(INC_DIR) + install -d $(LIB_DIR) +- install libDnd.a libDnd++.a $(LIB_DIR) ++ install -m 644 libDnd.a libDnd++.a $(LIB_DIR) + + libC: libDnd.a + diff --git a/x11/libdnd/pkg-comment b/x11/libdnd/pkg-comment new file mode 100644 index 000000000000..a4905e49074e --- /dev/null +++ b/x11/libdnd/pkg-comment @@ -0,0 +1 @@ +Drag and drop library. diff --git a/x11/libdnd/pkg-descr b/x11/libdnd/pkg-descr new file mode 100644 index 000000000000..1923470dafcf --- /dev/null +++ b/x11/libdnd/pkg-descr @@ -0,0 +1,3 @@ +This library allows to use drag and drop protocol with any X program. +The protocol in question - DND - is developed by Cesar Crucius. OffiX +applications use this protocol, for example. diff --git a/x11/libdnd/pkg-plist b/x11/libdnd/pkg-plist new file mode 100644 index 000000000000..f7f65e933b0f --- /dev/null +++ b/x11/libdnd/pkg-plist @@ -0,0 +1,10 @@ +include/OffiX/DragAndDrop.h +include/OffiX/DragAndDropTypes.h +lib/libDnd.a +lib/libDnd++.a +share/doc/libdnd/DND.dvi +share/doc/libdnd/DNDa4.ps +share/doc/libdnd/DNDletter.ps +share/doc/libdnd/README +@dirrm include/OffiX +@dirrm share/doc/libdnd -- cgit v1.2.3