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

View File

@@ -0,0 +1 @@
Tegaki project integration in the desktop.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.4 2012/10/06 14:25:19 asau Exp $
#
DISTNAME= tegaki-recognize-0.3.1.2
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/0.3.1/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.tegaki.org/
COMMENT= Tegaki project integration in the desktop
LICENSE= gnu-gpl-v2
DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk
USE_LANGUAGES= # none
REPLACE_PYTHON= bin/tegaki-recognize
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
bin/tegaki-recognize
${PYSITELIB}/${EGG_FILE}
share/applications/tegaki-recognize.desktop
share/menu/tegaki-recognize
share/pixmaps/tegaki-recognize.svg

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 12:52:21 obache Exp $
SHA1 (tegaki-recognize-0.3.1.2.tar.gz) = 0638e7a6e12e54d2d28c0e3403ae1dcba6356529
RMD160 (tegaki-recognize-0.3.1.2.tar.gz) = dad34766d6874e9b074cd59b1e539024f565990e
Size (tegaki-recognize-0.3.1.2.tar.gz) = 296765 bytes
SHA1 (patch-aa) = 14451c25380125456d96bf4c64e97f2b14380f04

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/08/07 12:52:21 obache Exp $
destdir support.
--- setup.py.orig 2010-03-22 07:05:39.000000000 +0000
+++ setup.py
@@ -41,6 +41,8 @@ class install(installbase):
txt = load_file(filename)
txt = self._replace_prefix(txt)
outdir = os.path.join(self._getprefix(), folder)
+ if self.root is not None:
+ outdir = self.root + outdir
out = os.path.join(outdir, filename.replace(".in", ""))
if not os.path.exists(outdir):
os.makedirs(outdir)