summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 09:44:34 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 09:44:34 +0000
commit864a69d10f709369a19bd5df065d2a48ae6fd579 (patch)
treef3ed77a600899004e8f7545e25a53d842a01882b /x11-fm
parentAdded xnc (diff)
File manager for X Window
PR: 9920 Submitted by: Dima Sivachenko <dima@chg.ru>
Notes
Notes: svn path=/head/; revision=18218
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xnc/Makefile60
-rw-r--r--x11-fm/xnc/distinfo1
-rw-r--r--x11-fm/xnc/files/patch-aa10
-rw-r--r--x11-fm/xnc/pkg-comment1
-rw-r--r--x11-fm/xnc/pkg-descr13
-rw-r--r--x11-fm/xnc/pkg-message4
-rw-r--r--x11-fm/xnc/pkg-plist28
7 files changed, 117 insertions, 0 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile
new file mode 100644
index 000000000000..feb8fb71062f
--- /dev/null
+++ b/x11-fm/xnc/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for: xnc
+# Version required: 4.0.8
+# Date created: 5 February 1999
+# Whom: Dima Sivachenko <dima@chg.ru>
+#
+# $Id$
+#
+
+DISTNAME= xnc-4.0.8.src
+PKGNAME= xnc-4.0.8
+CATEGORIES= x11-fm
+MASTER_SITES= ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \
+ ftp://sunsite.unx.edu/pub/Linux/X11/desktop/
+
+MAINTAINER= dima@chg.ru
+
+RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
+ unzip:${PORTSDIR}/archivers/unzip \
+ rpm:${PORTSDIR}/misc/rpm \
+ rar:${PORTSDIR}/archivers/rar \
+ unarj:${PORTSDIR}/archivers/unarj \
+ lha:${PORTSDIR}/archivers/lha \
+ bzip2:${PORTSDIR}/archivers/bzip2
+
+USE_X_PREFIX= yes
+WRKSRC= ${WRKDIR}/${PKGNAME}
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+do-install:
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/findslave.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/users.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/groups.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/rpm.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/zips.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/gzip.xnc ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/bzip.xnc ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin/xnc
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/ives ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/es ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/vs ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xsetup/xncsetup ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xjroot/xjpegroot ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/launch/xnlaunch ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/xnc.1 ${MAN1PREFIX}/man/cat1
+ @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xnc.1
+ @ ${INSTALL_MAN} ${WRKSRC}/ives/ives.1 ${MAN1PREFIX}/man/cat1
+ @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/ives.1
+ @ ${INSTALL_MAN} ${WRKSRC}/xjroot/xjpegroot.1 ${MAN1PREFIX}/man/cat1
+ @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xjpegroot.1
+ @ ${INSTALL_MAN} ${WRKSRC}/launch/xnlaunch.1 ${MAN1PREFIX}/man/cat1
+ @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xnlaunch.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/xnc
+ ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11-fm/xnc/distinfo b/x11-fm/xnc/distinfo
new file mode 100644
index 000000000000..21e8e06d69a5
--- /dev/null
+++ b/x11-fm/xnc/distinfo
@@ -0,0 +1 @@
+MD5 (xnc-4.0.8.src.tar.gz) = fbadf952e02e486c02800001421d5d8e
diff --git a/x11-fm/xnc/files/patch-aa b/x11-fm/xnc/files/patch-aa
new file mode 100644
index 000000000000..838b709bf92e
--- /dev/null
+++ b/x11-fm/xnc/files/patch-aa
@@ -0,0 +1,10 @@
+--- groups.cxx.~1~ Thu Sep 24 22:42:27 1998
++++ groups.cxx Tue Apr 27 23:00:25 1999
+@@ -18,6 +18,7 @@
+ #include <config.h>
+ #endif
+ #include <stdio.h>
++#include <sys/param.h>
+ #include <grp.h>
+
+ void main()
diff --git a/x11-fm/xnc/pkg-comment b/x11-fm/xnc/pkg-comment
new file mode 100644
index 000000000000..8d947394ff77
--- /dev/null
+++ b/x11-fm/xnc/pkg-comment
@@ -0,0 +1 @@
+File manager for X Window
diff --git a/x11-fm/xnc/pkg-descr b/x11-fm/xnc/pkg-descr
new file mode 100644
index 000000000000..c4456425fe98
--- /dev/null
+++ b/x11-fm/xnc/pkg-descr
@@ -0,0 +1,13 @@
+X Northern Captain is a X Window file manager that allows to create, copy,
+move, rename, delete, view and edit files in a Virtual File System (VFS).
+VFS consists from a normal disk space and a Archive File System (AFS).
+All file operations in AFS can be done exactly as in normal file system.
+
+The IVES - file viewer and editor for X Window included, provides a
+comprehensive way to view and edit images in many different formats: GIF,
+JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
+
+http://www.xnc.dubna.su
+
+--Dima
+dima@chg.ru
diff --git a/x11-fm/xnc/pkg-message b/x11-fm/xnc/pkg-message
new file mode 100644
index 000000000000..dfd481dc5fa6
--- /dev/null
+++ b/x11-fm/xnc/pkg-message
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Attention! EVERY user who wants to use xnc should first execute 'xncsetup'
+from X-Window to configure his/her own profile.
+-------------------------------------------------------------------------------
diff --git a/x11-fm/xnc/pkg-plist b/x11-fm/xnc/pkg-plist
new file mode 100644
index 000000000000..a5aeaf6e90d3
--- /dev/null
+++ b/x11-fm/xnc/pkg-plist
@@ -0,0 +1,28 @@
+bin/findslave.xnc
+bin/users.xnc
+bin/groups.xnc
+bin/rpm.xnc
+bin/zips.xnc
+bin/gzip.xnc
+bin/bzip.xnc
+bin/xnc
+bin/ives
+bin/es
+bin/vs
+bin/xncsetup
+bin/xjpegroot
+bin/xnlaunch
+share/doc/xnc/index.html
+share/doc/xnc/doc1.html
+share/doc/xnc/doc2.html
+share/doc/xnc/doc3.html
+share/doc/xnc/doc4.html
+share/doc/xnc/doc5.html
+share/doc/xnc/doc6.html
+share/doc/xnc/doc7.html
+share/doc/xnc/doc8.html
+@dirrm share/doc/xnc
+man/cat1/xnc.1.gz
+man/cat1/ives.1.gz
+man/cat1/xjpegroot.1.gz
+man/cat1/xnlaunch.1.gz