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
+4
View File
@@ -0,0 +1,4 @@
Xtraceroute is a graphical version of the traceroute program, which
traces the route your IP packets travel to their destination.
This version shows that on a rotating globe, as a series of yellow
lines between 'sites', shown as small balls of different colors.
+46
View File
@@ -0,0 +1,46 @@
# $NetBSD: Makefile,v 1.57 2013/01/26 21:38:39 adam Exp $
#
DISTNAME= xtraceroute-0.8.14
PKGREVISION= 13
CATEGORIES= net x11
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
ndg_files.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html
COMMENT= Graphical version of traceroute, which traces the route IP packets go
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
USE_FEATURES= snprintf
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
# XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE
# and xtraceroute doesn't have a switch to tell it so (yet?), we abuse
# the --with-GL-prefix switch for this.
CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE:Q}
CONFIGURE_ARGS+= --with-lib-MesaGL
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute
.endif
INSTALLATION_DIRS+= share/xtraceroute
post-install:
${INSTALL_DATA} ${WRKDIR}/hosts.cache ${DESTDIR}${PREFIX}/share/xtraceroute/hosts.cache
${INSTALL_DATA} ${WRKDIR}/networks.cache ${DESTDIR}${PREFIX}/share/xtraceroute/networks.cache
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/gtkglarea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+9
View File
@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:31 jlam Exp $
bin/xtraceroute
man/man1/xtraceroute.1
share/xtraceroute/earth.tif
share/xtraceroute/hosts.cache
share/xtraceroute/networks.cache
share/locale/es/LC_MESSAGES/xtraceroute.mo
share/locale/fr/LC_MESSAGES/xtraceroute.mo
share/locale/ja/LC_MESSAGES/xtraceroute.mo
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: distinfo,v 1.4 2010/02/11 23:26:12 joerg Exp $
SHA1 (xtraceroute-0.8.14.tar.gz) = f7e21072fb653842aaed7ae2be5a0d33573bb654
RMD160 (xtraceroute-0.8.14.tar.gz) = b468783f00afdc9e346dabcb9ccc4b4ecdba1536
Size (xtraceroute-0.8.14.tar.gz) = 981579 bytes
SHA1 (ndg_files.tar.gz) = 994aeb804dd063f6fd2bf499addd4b5e8aca81cc
RMD160 (ndg_files.tar.gz) = a86ab4ab5c981f8f53910dd816e4dcac9896628f
Size (ndg_files.tar.gz) = 90437 bytes
SHA1 (patch-aa) = f2477f850ffd683fc6c6ef7fd7040ecff20ffa97
SHA1 (patch-ab) = 752713d3ec6d013987f6b8c48f3a2e59636b421c
SHA1 (patch-ac) = 7dbf4818d90c6cf85e06ae423daf56e2e1f1df66
SHA1 (patch-ad) = f9eccd1d4fd9223f436de3b669c7f265a01ae271
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.3 2000/01/10 01:24:41 wiz Exp $
--- Makefile.in.orig Mon Mar 1 20:38:59 1999
+++ Makefile.in Tue Mar 2 21:57:17 1999
@@ -103,7 +103,7 @@
DEFS = @DEFS@ -DDATADIR=\"${xtraceroutedatadir}\" -DLOCALEDIR=\"${xtraceroutelocaledir}\"
-LIBS = @INTLLIBS@ @LIBS@
+LIBS = @INTLLIBS@ @LIBS@ -L${LOCALSRC}/lib -ljpeg
man_MANS = xtraceroute.1
+40
View File
@@ -0,0 +1,40 @@
$NetBSD: patch-ab,v 1.5 2000/11/03 00:15:49 itojun Exp $
--- configure- Fri Nov 3 09:13:56 2000
+++ configure Fri Nov 3 09:13:58 2000
@@ -2310,2 +2310,3 @@
gt_cv_func_gettext_libintl=yes
+ LIBS="$LIBS -lintl"
else
@@ -3424,4 +3425,4 @@
-echo $ac_n "checking for glBegin in -lMesaGL""... $ac_c" 1>&6
-echo "configure:3427: checking for glBegin in -lMesaGL" >&5
+echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6
+echo "configure:3427: checking for glBegin in -lGL" >&5
ac_lib_var=`echo MesaGL'_'glBegin | sed 'y%./+-%__p_%'`
@@ -3431,3 +3432,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-lMesaGL $GTK_LIBS $GL_LDOPTS $LIBS"
+LIBS="-lGL $GTK_LIBS $GL_LDOPTS $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3556,3 +3557,3 @@
if test "x$have_MesaGL" = "xyes"; then
- GL_LIBS="$GL_LDOPTS -lMesaGLU -lMesaGL"
+ GL_LIBS="$GL_LDOPTS -lGLU -lGL"
else
@@ -3566,3 +3567,3 @@
elif test "x$have_MesaGL" = "xyes"; then
- GL_LIBS="$GL_LDOPTS -lMesaGLU -lMesaGL"
+ GL_LIBS="$GL_LDOPTS -lGLU -lGL"
else
@@ -3632,3 +3633,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-ltiff $LIBS"
+LIBS="-ltiff -ljpeg -lz $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3668,3 +3669,3 @@
else
- LIBS="$LIBS -ltiff"
+ LIBS="$LIBS -ltiff -ljpeg -lz"
fi
+10
View File
@@ -0,0 +1,10 @@
$NetBSD: patch-ac,v 1.1 2000/11/03 00:15:49 itojun Exp $
--- aclocal.m4- Sun Feb 28 13:56:12 1999
+++ aclocal.m4 Fri Nov 3 09:13:10 2000
@@ -178,3 +178,4 @@
[AC_CHECK_LIB(intl, gettext,
- gt_cv_func_gettext_libintl=yes,
+ [gt_cv_func_gettext_libintl=yes
+ LIBS="$LIBS -lintl"],
gt_cv_func_gettext_libintl=no)],
+25
View File
@@ -0,0 +1,25 @@
$NetBSD: patch-ad,v 1.1 2010/02/11 23:26:12 joerg Exp $
--- po/Makefile.in.in.orig 2010-02-11 23:24:45.000000000 +0000
+++ po/Makefile.in.in
@@ -111,16 +111,16 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
+ $(MKINSTALLDIRS) ${DESTDIR}$(datadir); \
else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
+ $(SHELL) $(top_srcdir)/mkinstalldirs ${DESTDIR}$(datadir); \
fi
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *.gmo) destdir=${DESTDIR}$(gnulocaledir);; \
+ *) destdir=${DESTDIR}$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \