Bug 5315 - New port: deco-3.8
Summary: New port: deco-3.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-12-16 10:00 UTC by Andrey Zakhvatov
Modified: 1998-03-27 11:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zakhvatov 1997-12-16 10:00:01 UTC
  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

Fix: 

Please, check and commit this port.
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1998-03-27 11:57:18 UTC
State Changed
From-To: open->closed

Imported, thanks.