From 3a61dc074a691dc07f8931474d465a4c059358d2 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 27 Mar 1998 11:56:47 +0000 Subject: Import deco port. deco is another Norton Commander clone that seems to be popular in Russia. PR: 5315 Submitted by: Andrey Zakhvatov --- misc/deco/Makefile | 22 ++++++++++++++++++++++ misc/deco/distinfo | 1 + misc/deco/files/patch-aa | 17 +++++++++++++++++ misc/deco/files/patch-ab | 11 +++++++++++ misc/deco/pkg-comment | 1 + misc/deco/pkg-descr | 3 +++ misc/deco/pkg-plist | 27 +++++++++++++++++++++++++++ 7 files changed, 82 insertions(+) create mode 100644 misc/deco/Makefile create mode 100644 misc/deco/distinfo create mode 100644 misc/deco/files/patch-aa create mode 100644 misc/deco/files/patch-ab create mode 100644 misc/deco/pkg-comment create mode 100644 misc/deco/pkg-descr create mode 100644 misc/deco/pkg-plist (limited to 'misc/deco') diff --git a/misc/deco/Makefile b/misc/deco/Makefile new file mode 100644 index 000000000000..5386d6c0205d --- /dev/null +++ b/misc/deco/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: deco +# Version required: 3.8 +# Date created: 16 Dec 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= deco38 +PKGNAME= deco-3.8 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.cronyx.ru/cronyx/deco/ +EXTRACT_SUFX= .tgz + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR}/deco +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --libdir=${PREFIX}/share +MAN1= deco.1 deco-r.1 + +.include diff --git a/misc/deco/distinfo b/misc/deco/distinfo new file mode 100644 index 000000000000..2005598f84ec --- /dev/null +++ b/misc/deco/distinfo @@ -0,0 +1 @@ +MD5 (deco38.tgz) = c51a81a320fb78ed42190d791bf837c7 diff --git a/misc/deco/files/patch-aa b/misc/deco/files/patch-aa new file mode 100644 index 000000000000..e6bb4ad57cdd --- /dev/null +++ b/misc/deco/files/patch-aa @@ -0,0 +1,17 @@ +--- ex.c Sat Jul 12 18:54:34 1997 ++++ /home/andy/tmp/wrk/ex.c Tue Dec 16 12:14:53 1997 +@@ -59,11 +59,11 @@ + #define UMFILE ".menu" + #define INITFILE ".decoini" + #define ULDINITFILE "/usr/lib/deco/initfile" +-#define ULLDINITFILE "/usr/local/lib/deco/initfile" ++#define ULLDINITFILE "/usr/local/share/deco/initfile" + #define ULDUMFILE "/usr/lib/deco/menu" +-#define ULLDUMFILE "/usr/local/lib/deco/menu" ++#define ULLDUMFILE "/usr/local/share/deco/menu" + #define ULDEXFILE "/usr/lib/deco/profile" +-#define ULLDEXFILE "/usr/local/lib/deco/profile" ++#define ULLDEXFILE "/usr/local/share/deco/profile" + + struct ex { + char *pat; diff --git a/misc/deco/files/patch-ab b/misc/deco/files/patch-ab new file mode 100644 index 000000000000..11882f702beb --- /dev/null +++ b/misc/deco/files/patch-ab @@ -0,0 +1,11 @@ +--- help.c Sat Jul 12 18:54:34 1997 ++++ /home/andy/tmp/wrk/help.c Tue Dec 16 12:15:00 1997 +@@ -10,7 +10,7 @@ + + #define CS 34 + #define HELPDIR "/usr/lib/deco/help/" +-#define LCLHELPDIR "/usr/local/lib/deco/help/" ++#define LCLHELPDIR "/usr/local/share/deco/help/" + + struct helptab { + char row; diff --git a/misc/deco/pkg-comment b/misc/deco/pkg-comment new file mode 100644 index 000000000000..a246303e3403 --- /dev/null +++ b/misc/deco/pkg-comment @@ -0,0 +1 @@ +Demos Commander, a free Norton Commander clone diff --git a/misc/deco/pkg-descr b/misc/deco/pkg-descr new file mode 100644 index 000000000000..0c13c98a86fe --- /dev/null +++ b/misc/deco/pkg-descr @@ -0,0 +1,3 @@ + DECO, or Demos Commander, is a visual interface for the +UNIX operating system, developed by the motives of the +widely known Norton Commander. diff --git a/misc/deco/pkg-plist b/misc/deco/pkg-plist new file mode 100644 index 000000000000..64f7a6b987a7 --- /dev/null +++ b/misc/deco/pkg-plist @@ -0,0 +1,27 @@ +bin/deco +man/man1/deco.1.gz +man/man1/deco-r.1.gz +share/deco/help/d.edit +share/deco/help/d.general +share/deco/help/d.hexview +share/deco/help/d.view +share/deco/help/e.edit +share/deco/help/e.general +share/deco/help/e.hexview +share/deco/help/e.view +share/deco/help/f.edit +share/deco/help/f.general +share/deco/help/f.hexview +share/deco/help/f.view +share/deco/help/r.edit +share/deco/help/r.general +share/deco/help/r.hexview +share/deco/help/r.view +share/deco/help/u.edit +share/deco/help/u.general +share/deco/help/u.hexview +share/deco/help/u.view +share/deco/menu +share/deco/profile +@dirrm share/deco/help +@dirrm share/deco -- cgit v1.2.3