Date: Fri, 5 Feb 1999 23:36:11 +0300 (MSK) From: Dima Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9920: New port - file manager for X Message-ID: <199902052036.XAA03274@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 9920 >Category: ports >Synopsis: New port - file manager for X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 12:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./files/make.conf # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xnc X# Version required: 4.0.8 X# Date created: 5 February 1999 X# Whom: Dima Sivachenko <dima@chg.ru> X# X# $Id$ X# X XDISTNAME= xnc-4.0.8.src XPKGNAME= xnc-4.0.8 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \ X ftp://sunsite.unx.edu/pub/Linux/X11/desktop/ X XMAINTAINER= dima@chg.ru X XLIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ X tiff:${PORTSDIR}/graphics/tiff \ X png:${PORTSDIR}/graphics/png X X#Neither of this RUN_DEPENDS are REALLY needed. If you do not want to view files X#of particular type and don't want to install the package, disable it. XRUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ X unzip:${PORTSDIR}/archivers/unzip \ X rpm:${PORTSDIR}/misc/rpm \ X rar:${PORTSDIR}/archivers/rar \ X unarj:${PORTSDIR}/archivers/unarj \ X lha:${PORTSDIR}/archivers/lha \ X bzip2:${PORTSDIR}/archivers/bzip2 X XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/${PKGNAME} XGNU_CONFIGURE= yes X XMAN1= xnc.1 ives.1 xjpegroot.1 xnlaunch.1 X Xpost-configure: X @ ${SED} -e 's#!!PREFIX!!#${LOCALBASE}#' ${FILESDIR}/make.conf \ X > ${WRKSRC}/make.conf Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/findslave.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/users.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/groups.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/rpm.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/zips.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/gzip.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/bzip.xnc ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin/xnc X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/ives ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/es ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/vs ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/xsetup/xncsetup ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/xjroot/xjpegroot ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/launch/xnlaunch ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/xnc.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/ives/ives.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/xjroot/xjpegroot.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/launch/xnlaunch.1 ${MAN1PREFIX}/man/man1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/xnc X ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc X.endif X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (xnc-4.0.8.src.tar.gz) = fbadf952e02e486c02800001421d5d8e END-of-./files/md5 echo x - ./files/make.conf sed 's/^X//' >./files/make.conf << 'END-of-./files/make.conf' XNO_ALT= XPSEUDO=-DPSEUDOCOLOR XOPSEUDO=24to8.o XJLOC=!!PREFIX!!/lib/libjpeg.a XJLIB=-L!!PREFIX!!/lib -ljpeg XJINC=-I!!PREFIX!!/include XJDEP= XXBM=-DXBMSUPPORT XOXBM=xbm.o XBMP=-DBMPSUPPORT XOBMP=bmp.o XXPM=-DXPMSUPPORT XOXPM=xpm.o XPCX=-DPCXSUPPORT XOPCX=pcxr.o XTGA=-DTGASUPPORT XOTGA=targa.o XTIFF=-DTIFFSUPPORT XOTIFF=tiffr.o XTLIB=-L!!PREFIX!!/lib -ltiff XPCD=-DPCD_SUPPORT XOPCDS=file.o huff.o yuv2rgb.o inter.o pcdr.o XPNG=-DPNG_SUPPORT XOPNGS=png.o XPNGLIB=!!PREFIX!!/lib/libpng.a /usr/lib/libz.a XPNGDEP=/usr/lib/libz.a !!PREFIX!!/lib/libpng.a END-of-./files/make.conf echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/findslave.xnc Xbin/users.xnc Xbin/groups.xnc Xbin/rpm.xnc Xbin/zips.xnc Xbin/gzip.xnc Xbin/bzip.xnc Xbin/xnc Xbin/ives Xbin/es Xbin/vs Xbin/xncsetup Xbin/xjpegroot Xbin/xnlaunch Xshare/doc/xnc/index.html Xshare/doc/xnc/doc1.html Xshare/doc/xnc/doc2.html Xshare/doc/xnc/doc3.html Xshare/doc/xnc/doc4.html Xshare/doc/xnc/doc5.html Xshare/doc/xnc/doc6.html Xshare/doc/xnc/doc7.html Xshare/doc/xnc/doc8.html X@dirrm share/doc/xnc END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XFile manager for X Window END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XX Northern Captain is a X Window file manager that allows to create, copy, Xmove, rename, delete, view and edit files in a Virtual File System (VFS). XVFS consists from a normal disk space and a Archive File System (AFS). XAll file operations in AFS can be done exactly as in normal file system. X XThe IVES - file viewer and editor for X Window included, provides a Xcomprehensive way to view and edit images in many different formats: GIF, XJPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG. X Xhttp://www.xnc.dubna.su X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XAttention! EVERY user who wants to use xnc should first execute 'xncsetup' Xfrom X-Window to configure his/her own profile. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902052036.XAA03274>