Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2014/02/03 16:44:32 wiz Exp $
# $NetBSD: Makefile,v 1.26 2015/03/26 22:12:41 jperkin Exp $
DISTNAME= anki-2.0.22
DISTNAME= anki-2.0.31
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/}
CATEGORIES= misc x11
MASTER_SITES= http://ankisrs.net/download/mirror/
@@ -12,18 +12,17 @@ COMMENT= Flashcard learning program (v2)
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
DEPENDS+= lame-[0-9]*:../../audio/lame
DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
DEPENDS+= portaudio-devel-[0-9]*:../../audio/portaudio-devel
# Actually, these hurt more than they help.
# anki comes with its own version of the two, and if the pkgsrc versions
# are newer, it might break
#PYTHON_VERSIONS_INCOMPATIBLE=33 # py-beautifulsoup
#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup
#DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup
#DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
# XXX: python portaudio
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.21
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21
.include "options.mk"
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/11/03 16:07:49 wiz Exp $
@comment $NetBSD: PLIST,v 1.11 2014/10/01 11:41:11 wiz Exp $
bin/anki
man/man1/anki.1
share/anki/LICENSE
@@ -194,6 +194,8 @@ share/anki/designer/icons/edit-undo.png
share/anki/designer/icons/edit.png
share/anki/designer/icons/editclear.png
share/anki/designer/icons/editdelete.png
share/anki/designer/icons/emblem-favorite-dark.png
share/anki/designer/icons/emblem-favorite-off.png
share/anki/designer/icons/emblem-favorite.png
share/anki/designer/icons/emblem-important.png
share/anki/designer/icons/fileclose.png
@@ -292,6 +294,7 @@ share/anki/locale/az/LC_MESSAGES/anki.mo
share/anki/locale/bg/LC_MESSAGES/anki.mo
share/anki/locale/bn/LC_MESSAGES/anki.mo
share/anki/locale/ca/LC_MESSAGES/anki.mo
share/anki/locale/ca@valencia/LC_MESSAGES/anki.mo
share/anki/locale/cs/LC_MESSAGES/anki.mo
share/anki/locale/da/LC_MESSAGES/anki.mo
share/anki/locale/de/LC_MESSAGES/anki.mo
@@ -335,6 +338,7 @@ share/anki/locale/qt_fr.qm
share/anki/locale/qt_gl.qm
share/anki/locale/qt_he.qm
share/anki/locale/qt_hu.qm
share/anki/locale/qt_it.qm
share/anki/locale/qt_ja.qm
share/anki/locale/qt_ko.qm
share/anki/locale/qt_lt.qm
@@ -400,6 +404,8 @@ share/anki/tests/support/diffmodels1.anki
share/anki/tests/support/diffmodels2-1.apkg
share/anki/tests/support/diffmodels2-2.apkg
share/anki/tests/support/diffmodels2.anki
share/anki/tests/support/diffmodeltemplates-1.apkg
share/anki/tests/support/diffmodeltemplates-2.apkg
share/anki/tests/support/fake.png
share/anki/tests/support/invalid-ords.anki
share/anki/tests/support/media.apkg
@@ -420,7 +426,6 @@ share/anki/tests/test_importing.py
share/anki/tests/test_latex.py
share/anki/tests/test_media.py
share/anki/tests/test_models.py
share/anki/tests/test_remote_sync.py
share/anki/tests/test_sched.py
share/anki/tests/test_stats.py
share/anki/tests/test_sync.py

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.17 2014/02/03 16:44:32 wiz Exp $
$NetBSD: distinfo,v 1.22 2014/10/20 10:22:19 wiz Exp $
SHA1 (anki-2.0.22.tgz) = bf966d9b4b4bb1df5a6cbe4c83fb116dd5132771
RMD160 (anki-2.0.22.tgz) = c0b2a2f8633813e68272eb908d16ff5043f62593
Size (anki-2.0.22.tgz) = 3208955 bytes
SHA1 (anki-2.0.31.tgz) = d5b10afc268e95f02acd9abc603c3b6a07f6c446
RMD160 (anki-2.0.31.tgz) = 58b8d36f23b97f7e3a5d791c857c408bdf48a450
Size (anki-2.0.31.tgz) = 3329290 bytes
SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861

18
misc/py-anki2/options.mk Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: options.mk,v 1.1 2014/10/20 10:22:19 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anki2
PKG_SUPPORTED_OPTIONS= lame mplayer portaudio
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlame)
DEPENDS+= lame-[0-9]*:../../audio/lame
.endif
.if !empty(PKG_OPTIONS:Mmplayer)
DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
.endif
.if !empty(PKG_OPTIONS:Mportaudio)
DEPENDS+= portaudio-devel-[0-9]*:../../audio/portaudio-devel
.endif