Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
sysutils/xfe/DESCR Normal file
View File

@@ -0,0 +1,3 @@
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X win Commander.
Xfe aims to be the file manager of choice for all the Unix Addicts!

30
sysutils/xfe/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.45 2013/06/06 12:55:06 wiz Exp $
DISTNAME= xfe-1.04
PKGREVISION= 12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://roland65.free.fr/xfe/
COMMENT= Fast MS-Explorer like filemanager for X
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
LDFLAGS.DragonFly= -lXft -lX11
PTHREAD_AUTO_VARS= yes
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_FILES.conf= src/XFileExplorer.cc
SUBST_SED.conf= -e "s|/usr/local|${PREFIX}|"
SUBST_MESSAGE.conf= Fixing hardcoded path.
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/fox/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2057
sysutils/xfe/PLIST Normal file

File diff suppressed because it is too large Load Diff

6
sysutils/xfe/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.10 2007/09/12 20:44:20 xtraeme Exp $
SHA1 (xfe-1.04.tar.gz) = 0a81c0a98312f48ba7c1fd208edf53516e743511
RMD160 (xfe-1.04.tar.gz) = beb1226548152406ac5b7031597590926886ef4c
Size (xfe-1.04.tar.gz) = 1663117 bytes
SHA1 (patch-ac) = 001140df584ef01d52e0737a57e0babbc574a0b4

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-ac,v 1.2 2007/04/13 05:47:15 xtraeme Exp $
--- intl/Makefile.in.orig 2007-04-13 06:43:46.000000000 +0200
+++ intl/Makefile.in 2007-04-13 06:44:07.000000000 +0200
@@ -356,7 +356,6 @@
if test @GLIBC21@ = no; then \
orig=charset.alias; \
sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \
fi; \
fi; \
@@ -367,7 +366,6 @@
temp=$(DESTDIR)$(localedir)/t-locale.alias; \
dest=$(DESTDIR)$(localedir)/locale.alias; \
sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \
else \
: ; \