aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
commit39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch)
tree1f76ce335d709053111226d0016b68e447fbd0ab /x11-fm
parentaafa744d0fba9c50a8846ab406390c74cd0e9937 (diff)
downloadports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.tar.gz
ports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/xnc/Makefile65
-rw-r--r--x11-fm/xnc/distinfo2
-rw-r--r--x11-fm/xnc/files/patch-IMG_png.c35
-rw-r--r--x11-fm/xnc/files/patch-Make.common.in11
-rw-r--r--x11-fm/xnc/files/patch-ac11
-rw-r--r--x11-fm/xnc/files/patch-make-jobs-safe183
-rw-r--r--x11-fm/xnc/pkg-descr8
-rw-r--r--x11-fm/xnc/pkg-message4
-rw-r--r--x11-fm/xnc/pkg-plist54
10 files changed, 0 insertions, 374 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index cf326ad115b1..8096599bca92 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -38,7 +38,6 @@
SUBDIR += xdiskusage
SUBDIR += xfe
SUBDIR += xfm
- SUBDIR += xnc
SUBDIR += xplore
.include <bsd.port.subdir.mk>
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile
deleted file mode 100644
index 48525ad1dc50..000000000000
--- a/x11-fm/xnc/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Dima Sivachenko <dima@chg.ru>
-# $FreeBSD$
-
-PORTNAME= xnc
-PORTVERSION= 5.0.4
-PORTREVISION= 8
-CATEGORIES= x11-fm
-MASTER_SITES= # http://www.xnc.dubna.su/src-5/
-DISTNAME= ${PORTNAME}-${PORTVERSION}.src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= File manager for X11 similar to Norton Commander
-
-LICENSE= GPLv2
-
-DEPRECATED= Latest release from 2005, upstream disappeared, does not build
-EXPIRATION_DATE= 2013-12-01
-
-NO_STAGE= yes
-# xnc will use the following programs if you have them installed:
-#RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
-# unzip:${PORTSDIR}/archivers/unzip \
-# rpm:${PORTSDIR}/archivers/rpm \
-# rar:${PORTSDIR}/archivers/rar \
-# unarj:${PORTSDIR}/archivers/unarj \
-# lha:${PORTSDIR}/archivers/lha
-LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff
-
-USES= gettext
-GNU_CONFIGURE= yes
-USE_XORG= x11 xext xt
-CONFIGURE_ARGS= --with-pty=BSD --with-libintl-prefix=${LOCALBASE}
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-MAN1= ives.1 xjpegroot.1 xnc.1 xnlaunch.1 iedit.1 iview.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|make |$$(MAKE) |' \
- ${WRKSRC}/src/launch/makefile.in \
- ${WRKSRC}/src/plugins/aqua/makefile.in \
- ${WRKSRC}/src/plugins/five/makefile.in \
- ${WRKSRC}/src/plugins/theme/makefile.in \
- ${WRKSRC}/src/xjroot/makefile.in \
- ${WRKSRC}/src/xsetup/makefile.in
-
-post-configure:
- @${REINPLACE_CMD} -e 's|-I$$(MYSRCDIR)/intl|| ; \
- s|$${top_builddir}/intl/libintl.a|-lintl|' \
- ${WRKSRC}/src/ives/makefile \
- ${WRKSRC}/src/launch/makefile \
- ${WRKSRC}/src/xsetup/makefile \
- ${WRKSRC}/src/makefile
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/x11-fm/xnc/distinfo b/x11-fm/xnc/distinfo
deleted file mode 100644
index 029c0180f4d6..000000000000
--- a/x11-fm/xnc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xnc-5.0.4.src.tar.gz) = 9b603c632f1304d92ee78d3e14ba1fd941b39c5fe0718e94486762da1b594e51
-SIZE (xnc-5.0.4.src.tar.gz) = 2130633
diff --git a/x11-fm/xnc/files/patch-IMG_png.c b/x11-fm/xnc/files/patch-IMG_png.c
deleted file mode 100644
index 3c90061eb505..000000000000
--- a/x11-fm/xnc/files/patch-IMG_png.c
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/lib/image2/sdl_image/IMG_png.c.orig 2002-08-05 12:43:09.000000000 +0200
-+++ src/lib/image2/sdl_image/IMG_png.c 2012-05-06 16:16:38.000000000 +0200
-@@ -70,6 +70,7 @@
- #define MACOS
- #endif
- #include <png.h>
-+#include <pngpriv.h>
-
- #define PNG_BYTES_TO_CHECK 4
-
-@@ -87,7 +88,7 @@
- }
-
- /* Load a PNG type image from an SDL datasource */
--static void png_read_data(png_structp ctx, png_bytep area, png_size_t size)
-+static void local_png_read_data(png_structp ctx, png_bytep area, png_size_t size)
- {
- SDL_RWops *src;
-
-@@ -138,13 +139,13 @@
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in png_create_read_struct() earlier.
- */
-- if ( setjmp(png_ptr->jmpbuf) ) {
-+ if ( setjmp(png_jmpbuf(png_ptr)) ) {
- IMG_SetError("Error reading the PNG file.");
- goto done;
- }
-
- /* Set up the input control */
-- png_set_read_fn(png_ptr, src, png_read_data);
-+ png_set_read_fn(png_ptr, src, local_png_read_data);
-
- /* Read PNG header info */
- png_read_info(png_ptr, info_ptr);
diff --git a/x11-fm/xnc/files/patch-Make.common.in b/x11-fm/xnc/files/patch-Make.common.in
deleted file mode 100644
index 8099918d351b..000000000000
--- a/x11-fm/xnc/files/patch-Make.common.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Make.common.in.orig Thu Jan 9 13:02:52 2003
-+++ Make.common.in Thu Jan 9 13:03:11 2003
-@@ -44,7 +44,7 @@
- INSTDIR=$(bindir)
- INSTMAN=$(mandir)/man$(manext)
- INSTPLUG=$(libdir)/xnc
--INSTDOCDIR = ${prefix}/share/doc/xnc-$(XNCVERSION)
-+INSTDOCDIR = ${prefix}/share/doc/xnc
- INSTICONDIR = $(datadir)/pixmaps
- INSTDESKDIR1= $(datadir)/gnome/apps/Applications
- INSTDESKDIR2= $(datadir)/applnk/System
diff --git a/x11-fm/xnc/files/patch-ac b/x11-fm/xnc/files/patch-ac
deleted file mode 100644
index b64bdbb6eb3e..000000000000
--- a/x11-fm/xnc/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/filedir/makefile.in.orig Thu Jan 9 12:17:27 2003
-+++ src/lib/filedir/makefile.in Thu Jan 9 12:17:45 2003
-@@ -33,7 +33,7 @@
- PROGRAM = $(MYLIBDIR)/libxncfiledir.a
-
- VERSION = 3.20.1
--MAGIC = /usr/share/magic
-+MAGIC = /usr/share/misc/magic
-
- CINCLUDES=-DMAGIC='"$(MAGIC)"' -DMAGIC_FOR_XNC $(DEFS) $(DEB) $(STRIPPING)
-
diff --git a/x11-fm/xnc/files/patch-make-jobs-safe b/x11-fm/xnc/files/patch-make-jobs-safe
deleted file mode 100644
index b02a6d0dfdab..000000000000
--- a/x11-fm/xnc/files/patch-make-jobs-safe
+++ /dev/null
@@ -1,183 +0,0 @@
---- src/lib/makefile.in.orig 2002-09-19 22:36:34.000000000 +0800
-+++ src/lib/makefile.in 2013-07-31 14:57:28.000000000 +0800
-@@ -34,10 +34,10 @@
- all:: compile
-
- compile:
-- for i in $(PDIRS); do cd $$i && make compile; cd ..; done
-+ for i in $(PDIRS); do $(MAKE) -C $$i compile; done
-
- clean:
-- for i in $(PDIRS); do cd $$i && make clean; cd ..; done
-+ for i in $(PDIRS); do $(MAKE) -C $$i clean; done
-
- FORCE:
-
---- src/plugins/makefile.in.orig 2002-07-08 23:21:54.000000000 +0800
-+++ src/plugins/makefile.in 2013-07-31 14:59:12.000000000 +0800
-@@ -5,15 +5,11 @@
-
- plugins:
- @for dir in ${ALLDIRS}; do \
-- cd $$dir; \
-- ${MAKE} all || exit 1; \
-- cd .. ;\
-+ ${MAKE} -C $$dir all || exit 1; \
- done
-
- clean:
- @for dir in ${ALLDIRS}; do \
-- cd $$dir; \
-- ${MAKE} clean || exit 1; \
-- cd .. ;\
-+ ${MAKE} -C $$dir clean || exit 1; \
- done
-
---- src/makefile.in.orig 2003-01-30 22:52:43.000000000 +0800
-+++ src/makefile.in 2013-07-31 14:59:54.000000000 +0800
-@@ -101,16 +101,16 @@
- all:: compile
-
- compile:
-- for i in $(PDIRS); do cd $$i && make compile; cd ..; done
-- make $(MYBINDIR)/xnc
-- make $(MYBINDIR)/xncloader
-- make compile-$(PLUGINS)
-+ for i in $(PDIRS); do $(MAKE) -C $$i compile; done
-+ $(MAKE) $(MYBINDIR)/xnc
-+ $(MAKE) $(MYBINDIR)/xncloader
-+ $(MAKE) compile-$(PLUGINS)
-
- compile-:
- echo nothing
-
- compile-gui_plugins:
-- cd plugins && make
-+ $(MAKE) -C plugins
-
- config: FORCE
- ./configure
-@@ -135,21 +135,21 @@
-
- clean:
- pwd_v=`pwd`; \
-- for i in $(PDIRS); do cd $$i && make clean; cd $$pwd_v; done
-+ for i in $(PDIRS); do $(MAKE) -C $$i clean; done
- $(RMF) $(MYBINDIR)/xnc
- $(RMF) $(XNCOBJS)
- $(RMF) helpers/resloader.o
-- make clean-$(PLUGINS)
-+ $(MAKE) clean-$(PLUGINS)
-
- clean-:
- echo nothing
-
- clean-gui_plugins:
-- cd plugins && make clean
-+ $(MAKE) -C plugins clean
-
- fast:
- $(RMF) *.o
-- make compile
-+ $(MAKE) compile
-
- tags:
- etags $(TAGFILES)
---- Makefile.in.orig 2003-02-04 20:52:38.000000000 +0800
-+++ Makefile.in 2013-07-31 15:00:18.000000000 +0800
-@@ -31,15 +31,15 @@
-
- compile:
- ./newcomp $(XNCVERSION)
-- cd intl && make
-- for i in $(PDIRS); do cd $$i && make compile; cd $(FULLDIR); done
-- make compile-$(PO_MAKE_DIR)
-+ $(MAKE) -C intl
-+ for i in $(PDIRS); do $(MAKE) -C $$i compile; done
-+ $(MAKE) compile-$(PO_MAKE_DIR)
-
- compile-:
- @echo "Skipping..."
-
- compile-po:
-- cd po && make compile
-+ $(MAKE) -C po compile
-
- config: FORCE
- ./configure
-@@ -77,7 +77,7 @@
- $(INSTALL_DATA) ./desktop/xnc.desktop $(DESTDIR)$(INSTDESKDIR1)
- $(INSTALL_DATA) ./desktop/X_Northern_Captain.desktop $(DESTDIR)$(INSTDESKDIR2)
- $(INSTALL_DATA) ./desktop/xnc-gnome2.desktop $(DESTDIR)$(INSTDESKDIR3)
-- make install-$(PO_MAKE_DIR)
-+ $(MAKE) install-$(PO_MAKE_DIR)
- @echo "Don't foget run 'xncsetup' before starting XNC"
- @echo "And add $(DESTDIR)$(INSTDIR) into your PATH environment variable"
-
-@@ -91,7 +91,7 @@
- @echo "Skipping..."
-
- install-po:
-- cd po && make install
-+ $(MAKE) -C po install
-
- uninstall:
- $(RMF) $(DESTDIR)$(INSTDIR)/users.xnc
-@@ -119,13 +119,13 @@
-
- clean:
- pwd_v=`pwd`; \
-- for i in $(PDIRS); do cd $$i && make clean; cd $$pwd_v; done
-+ for i in $(PDIRS); do $(MAKE) -C $$i clean; done
-
- fast:
-- cd src && make fast
-+ $(MAKE) -C src fast
-
- tags:
-- cd src && make tags
-+ $(MAKE) -C src tags
-
- FORCE:
-
---- src/ives/makefile.in.orig 2003-12-25 20:43:18.000000000 +0800
-+++ src/ives/makefile.in 2013-07-31 15:06:35.000000000 +0800
-@@ -54,9 +54,9 @@
- all:: compile
-
- compile:
-- make $(MYBINDIR)/iview
-- make $(MYBINDIR)/iedit
-- make $(MYBINDIR)/ives
-+ $(MAKE) $(MYBINDIR)/iview
-+ $(MAKE) $(MYBINDIR)/iedit
-+ $(MAKE) $(MYBINDIR)/ives
-
- $(MYBINDIR)/ives: $(IVESOBJS) $(IVESLIBS) $(JDEP) $(PNGDEP) $(ZDEP)
- $(CXX) -o $@ $(IVESOBJS) $(IVESLIBS) $(LOCAL_LIBRARIES) $(JLIB) \
-@@ -72,13 +72,13 @@
-
-
- $(JDEP):
-- cd $(MYSRCDIR)/lib/jpeg && make
-+ $(MAKE) -C $(MYSRCDIR)/lib/jpeg
-
- $(PNGDEP):
-- cd $(MYSRCDIR)/lib/libpng && make
-+ $(MAKE) -C $(MYSRCDIR)/lib/libpng
-
- $(ZDEP):
-- cd $(MYSRCDIR)/lib/zlib && make
-+ $(MAKE) -C $(MYSRCDIR)/lib/zlib
-
- clean:
- $(RMF) *.o
-@@ -88,7 +88,7 @@
-
- fast:
- $(RMF) *.o
-- make compile
-+ $(MAKE) compile
-
- FORCE:
-
diff --git a/x11-fm/xnc/pkg-descr b/x11-fm/xnc/pkg-descr
deleted file mode 100644
index 58414a62b9fc..000000000000
--- a/x11-fm/xnc/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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.
diff --git a/x11-fm/xnc/pkg-message b/x11-fm/xnc/pkg-message
deleted file mode 100644
index 8f0bce96dcef..000000000000
--- a/x11-fm/xnc/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-| Attention! EVERY user who wants to use xnc should first execute 'xncsetup' |
-| from X11 to configure his/her own profile. |
--------------------------------------------------------------------------------
diff --git a/x11-fm/xnc/pkg-plist b/x11-fm/xnc/pkg-plist
deleted file mode 100644
index 8345b052d433..000000000000
--- a/x11-fm/xnc/pkg-plist
+++ /dev/null
@@ -1,54 +0,0 @@
-bin/bzip.xnc
-bin/groups.xnc
-bin/gzip.xnc
-bin/ives
-bin/iedit
-bin/iview
-bin/rpm.xnc
-bin/users.xnc
-bin/view.xnc
-bin/xjpegroot
-bin/xnc
-bin/xnc-en
-bin/xncloader
-bin/xncsetup
-bin/xncsetup-en
-bin/xnlaunch
-bin/zips.xnc
-lib/xnc/libxncaqua.so
-lib/xnc/libxncfive.so
-share/locale/cs/LC_MESSAGES/xnc.mo
-share/locale/es/LC_MESSAGES/xnc.mo
-share/locale/fr/LC_MESSAGES/xnc.mo
-share/locale/hu/LC_MESSAGES/xnc.mo
-share/locale/it/LC_MESSAGES/xnc.mo
-share/locale/nl/LC_MESSAGES/xnc.mo
-share/locale/pl/LC_MESSAGES/xnc.mo
-share/locale/pt/LC_MESSAGES/xnc.mo
-share/locale/ro/LC_MESSAGES/xnc.mo
-share/locale/ru/LC_MESSAGES/xnc.mo
-share/locale/sr/LC_MESSAGES/xnc.mo
-share/locale/sp/LC_MESSAGES/xnc.mo
-share/pixmaps/xnc.png
-share/pixmaps/xnc.xpm
-share/gnome/apps/Applications/xnc.desktop
-share/applnk/System/X_Northern_Captain.desktop
-share/applications/xnc-gnome2.desktop
-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
-share/doc/xnc/index.html
-@dirrmtry share/locale/sp/LC_MESSAGES
-@dirrmtry share/locale/sp
-@dirrmtry share/gnome/apps/Applications
-@dirrmtry share/gnome/apps
-@dirrmtry share/gnome
-@dirrmtry share/applnk/System
-@dirrmtry share/applnk
-@dirrm share/doc/xnc
-@dirrm lib/xnc