diff options
author | tg <tg@FreeBSD.org> | 1998-03-27 11:56:47 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-27 11:56:47 +0000 |
commit | 9741bbab1eff2e06cae7816cf107b41929550e9b (patch) | |
tree | b9a3250707ff3f47c27d8948b8714d0f7701fab2 /misc/deco | |
parent | 1772905125bbb9a58ea2dfefcf118dd5de3e9eb0 (diff) | |
download | FreeBSD-ports-9741bbab1eff2e06cae7816cf107b41929550e9b.zip FreeBSD-ports-9741bbab1eff2e06cae7816cf107b41929550e9b.tar.gz |
Import deco port. deco is another Norton Commander clone that
seems to be popular in Russia.
PR: 5315
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'misc/deco')
-rw-r--r-- | misc/deco/Makefile | 22 | ||||
-rw-r--r-- | misc/deco/distinfo | 1 | ||||
-rw-r--r-- | misc/deco/files/patch-aa | 17 | ||||
-rw-r--r-- | misc/deco/files/patch-ab | 11 | ||||
-rw-r--r-- | misc/deco/pkg-comment | 1 | ||||
-rw-r--r-- | misc/deco/pkg-descr | 3 | ||||
-rw-r--r-- | misc/deco/pkg-plist | 27 |
7 files changed, 82 insertions, 0 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile new file mode 100644 index 0000000..5386d6c --- /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 <bsd.port.mk> diff --git a/misc/deco/distinfo b/misc/deco/distinfo new file mode 100644 index 0000000..2005598 --- /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 0000000..e6bb4ad --- /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 0000000..11882f7 --- /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 0000000..a246303 --- /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 0000000..0c13c98 --- /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 0000000..64f7a6b --- /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 |