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>
This commit is contained in:
parent
a5239ce43a
commit
3a61dc074a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10327
7 changed files with 82 additions and 0 deletions
22
misc/deco/Makefile
Normal file
22
misc/deco/Makefile
Normal file
|
@ -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>
|
1
misc/deco/distinfo
Normal file
1
misc/deco/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (deco38.tgz) = c51a81a320fb78ed42190d791bf837c7
|
17
misc/deco/files/patch-aa
Normal file
17
misc/deco/files/patch-aa
Normal file
|
@ -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;
|
11
misc/deco/files/patch-ab
Normal file
11
misc/deco/files/patch-ab
Normal file
|
@ -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;
|
1
misc/deco/pkg-comment
Normal file
1
misc/deco/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Demos Commander, a free Norton Commander clone
|
3
misc/deco/pkg-descr
Normal file
3
misc/deco/pkg-descr
Normal file
|
@ -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.
|
27
misc/deco/pkg-plist
Normal file
27
misc/deco/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue