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
+9
View File
@@ -0,0 +1,9 @@
Normally, xteddy just sits around doing nothing. After
all, that's what teddy bears are for. Look at him, talk to
him, place heavy windows on top of him, zap him around
until he becomes dizzy, do what you like; he will always
be your true (albeit virtual) friend.
Unlike the original version by Stefan Gustavson, this
version can display other image formats, and comes with a
number of other images - see xteddy_test.
+28
View File
@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.40 2013/02/16 11:25:33 wiz Exp $
DISTNAME= xteddy-2.0.1
PKGREVISION= 19
CATEGORIES= x11 games
MASTER_SITES= http://staffwww.itn.liu.se/~stegu/xteddy/
MAINTAINER= johnam@mail.kemper.org
HOMEPAGE= http://staffwww.itn.liu.se/~stegu/xteddy/
COMMENT= Teddy bear for your desktop
CONFLICTS+= xteddy-1.*
GNU_CONFIGURE= yes
USE_TOOLS+= ksh:run
REPLACE_KSH+= xtoys
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= configure xteddy_test xtoys
SUBST_SED.prefix= -e 's|@PREFIX@|${PREFIX}|g'
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+17
View File
@@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:19 joerg Exp $
bin/xteddy
bin/xteddy_test
bin/xtoys
man/man1/xteddy.1
share/xteddy/teddy.png
share/xteddy/xalex.png
share/xteddy/xbobo.png
share/xteddy/xbrummi.png
share/xteddy/xduck.png
share/xteddy/xklitze.png
share/xteddy/xnamu.png
share/xteddy/xorca.png
share/xteddy/xpenguin.png
share/xteddy/xruessel.png
share/xteddy/xteddy.png
share/xteddy/xtuxxy.png
+8
View File
@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.6 2006/03/09 14:50:32 ghen Exp $
SHA1 (xteddy-2.0.1.tar.gz) = 371810d7a509cbf6ffd3a4d94c87412ae68022d8
RMD160 (xteddy-2.0.1.tar.gz) = 20d5f696e5815bf81cf9f2eba0d6ff83313181e2
Size (xteddy-2.0.1.tar.gz) = 348055 bytes
SHA1 (patch-aa) = 69425a7ccae41c7852c2ccfed7d029a7b93ada6c
SHA1 (patch-ab) = af66f8f31baf8581b7b9a115eab6f513cd0c5e5e
SHA1 (patch-ac) = 6d09bef66d1cb78f842349afa7dcad9ed47add89
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2000/12/05 22:54:03 hubertf Exp $
--- configure Mon Aug 2 01:08:06 1999
+++ configure Wed Sep 8 21:53:59 1999
@@ -1957,7 +1957,7 @@
fi
-PIXMAP_PATH="/usr/share/xteddy"
+PIXMAP_PATH="@PREFIX@/share/xteddy"
trap '' 1 2 15
+23
View File
@@ -0,0 +1,23 @@
$NetBSD: patch-ab,v 1.1.1.1 2000/12/05 22:54:03 hubertf Exp $
--- xteddy_test.orig Mon Mar 29 16:04:35 1999
+++ xteddy_test
@@ -1,15 +1,8 @@
#!/bin/sh
i=0
-if [ -d /usr/share/xteddy ] ; then
- for img in `ls /usr/share/xteddy` ; do
+if [ -d @PREFIX@/share/xteddy ] ; then
+ for img in `ls @PREFIX@/share/xteddy` ; do
i=`expr $i + 50`
- xteddy -F/usr/share/xteddy/$img -geometry +$i+$i &
+ xteddy -F@PREFIX@/share/xteddy/$img -geometry +$i+$i &
done
fi
-if [ -d /usr/local/share/xteddy ] ; then
- for img in `ls /usr/local/share/xteddy` ; do
- i=`expr $i + 50`
- xteddy -F/usr/local/share/xteddy/$img -geometry +$i+$i &
- done
-fi
-
+11
View File
@@ -0,0 +1,11 @@
$NetBSD: patch-ac,v 1.2 2006/03/09 14:50:32 ghen Exp $
--- xtoys.orig 2006-03-09 15:44:03.000000000 +0100
+++ xtoys
@@ -1,5 +1,5 @@
#!/bin/bash
-ximg="`ls /usr/share/xteddy` `ls /usr/local/share/xteddy`"
+ximg="`ls @PREFIX@/share/xteddy`"
NUM=0
for i in $ximg ; do
NUM=`expr $NUM + 1`