Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 1997 13:01:24 +0300 (MSK)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5315: New port: deco-3.8
Message-ID:  <199712161001.NAA18702@icc.surw.chel.su>
Resent-Message-ID: <199712161000.CAA12671@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5315
>Category:       ports
>Synopsis:       New port: deco-3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 02:00:01 PST 1997
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

  This is a port of the Demos Commander, a free Norton Commander clone

  DECO,  or  Demos  Commander, is a visual interface for the
UNIX  operating  system, developed by  the  motives  of  the
widely known Norton Commander.


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	deco-3.8
#	deco-3.8/files
#	deco-3.8/files/md5
#	deco-3.8/pkg
#	deco-3.8/pkg/COMMENT
#	deco-3.8/pkg/DESCR
#	deco-3.8/pkg/PLIST
#	deco-3.8/Makefile
#	deco-3.8/patches
#	deco-3.8/patches/patch-ab
#	deco-3.8/patches/patch-aa
#
echo c - deco-3.8
mkdir -p deco-3.8 > /dev/null 2>&1
echo c - deco-3.8/files
mkdir -p deco-3.8/files > /dev/null 2>&1
echo x - deco-3.8/files/md5
sed 's/^X//' >deco-3.8/files/md5 << 'END-of-deco-3.8/files/md5'
XMD5 (deco38.tgz) = c51a81a320fb78ed42190d791bf837c7
END-of-deco-3.8/files/md5
echo c - deco-3.8/pkg
mkdir -p deco-3.8/pkg > /dev/null 2>&1
echo x - deco-3.8/pkg/COMMENT
sed 's/^X//' >deco-3.8/pkg/COMMENT << 'END-of-deco-3.8/pkg/COMMENT'
XDemos Commander, a free Norton Commander clone
END-of-deco-3.8/pkg/COMMENT
echo x - deco-3.8/pkg/DESCR
sed 's/^X//' >deco-3.8/pkg/DESCR << 'END-of-deco-3.8/pkg/DESCR'
X  DECO,  or  Demos  Commander, is a visual interface for the
XUNIX  operating  system, developed by  the  motives  of  the
Xwidely known Norton Commander.
END-of-deco-3.8/pkg/DESCR
echo x - deco-3.8/pkg/PLIST
sed 's/^X//' >deco-3.8/pkg/PLIST << 'END-of-deco-3.8/pkg/PLIST'
Xbin/deco
Xman/man1/deco.1.gz
Xman/man1/deco-r.1.gz
Xshare/deco/help/d.edit
Xshare/deco/help/d.general
Xshare/deco/help/d.hexview
Xshare/deco/help/d.view
Xshare/deco/help/e.edit
Xshare/deco/help/e.general
Xshare/deco/help/e.hexview
Xshare/deco/help/e.view
Xshare/deco/help/f.edit
Xshare/deco/help/f.general
Xshare/deco/help/f.hexview
Xshare/deco/help/f.view
Xshare/deco/help/r.edit
Xshare/deco/help/r.general
Xshare/deco/help/r.hexview
Xshare/deco/help/r.view
Xshare/deco/help/u.edit
Xshare/deco/help/u.general
Xshare/deco/help/u.hexview
Xshare/deco/help/u.view
Xshare/deco/menu
Xshare/deco/profile
X@dirrm share/deco/help
X@dirrm share/deco
END-of-deco-3.8/pkg/PLIST
echo x - deco-3.8/Makefile
sed 's/^X//' >deco-3.8/Makefile << 'END-of-deco-3.8/Makefile'
X# New ports collection makefile for:	deco
X# Version required:			3.8
X# Date created:				16 Dec 1997
X# Whom:					Andrey Zakhvatov
X#
X#
X#
X
XDISTNAME=		deco38
XPKGNAME=		deco-3.8
XCATEGORIES=		misc
XMASTER_SITES=		ftp://ftp.cronyx.ru/cronyx/deco/
XEXTRACT_SUFX=		.tgz
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XWRKSRC=			${WRKDIR}/deco
XGNU_CONFIGURE=		yes
XCONFIGURE_ARGS=		--libdir=${PREFIX}/share
XMAN1=			deco.1 deco-r.1
X
X.include <bsd.port.mk>
END-of-deco-3.8/Makefile
echo c - deco-3.8/patches
mkdir -p deco-3.8/patches > /dev/null 2>&1
echo x - deco-3.8/patches/patch-ab
sed 's/^X//' >deco-3.8/patches/patch-ab << 'END-of-deco-3.8/patches/patch-ab'
X--- help.c	Sat Jul 12 18:54:34 1997
X+++ /home/andy/tmp/wrk/help.c	Tue Dec 16 12:15:00 1997
X@@ -10,7 +10,7 @@
X 
X #define CS              34
X #define HELPDIR         "/usr/lib/deco/help/"
X-#define LCLHELPDIR      "/usr/local/lib/deco/help/"
X+#define LCLHELPDIR      "/usr/local/share/deco/help/"
X 
X struct helptab {
X 	char row;
END-of-deco-3.8/patches/patch-ab
echo x - deco-3.8/patches/patch-aa
sed 's/^X//' >deco-3.8/patches/patch-aa << 'END-of-deco-3.8/patches/patch-aa'
X--- ex.c	Sat Jul 12 18:54:34 1997
X+++ /home/andy/tmp/wrk/ex.c	Tue Dec 16 12:14:53 1997
X@@ -59,11 +59,11 @@
X #define UMFILE ".menu"
X #define INITFILE ".decoini"
X #define ULDINITFILE "/usr/lib/deco/initfile"
X-#define ULLDINITFILE "/usr/local/lib/deco/initfile"
X+#define ULLDINITFILE "/usr/local/share/deco/initfile"
X #define ULDUMFILE "/usr/lib/deco/menu"
X-#define ULLDUMFILE "/usr/local/lib/deco/menu"
X+#define ULLDUMFILE "/usr/local/share/deco/menu"
X #define ULDEXFILE "/usr/lib/deco/profile"
X-#define ULLDEXFILE "/usr/local/lib/deco/profile"
X+#define ULLDEXFILE "/usr/local/share/deco/profile"
X 
X struct ex {
X 	char *pat;
END-of-deco-3.8/patches/patch-aa
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712161001.NAA18702>