forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
309 changed files
with
4,697 additions
and
3,254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (RO-3.6.5.tar.gz) = 65b2203543b16a741bc3f33370f06b680f7976f9c9af947ea2a56a93c96e70a9 | ||
SIZE (RO-3.6.5.tar.gz) = 688692 | ||
SHA256 (RO-3.6.9.tar.gz) = 78a29a6e1e7d29aaa1685a5c0ad5db57d0081b6190aa0cbf2db5d210cc2187bc | ||
SIZE (RO-3.6.9.tar.gz) = 690192 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ MAINTAINER= [email protected] | |
COMMENT= Programmable soundscape tool | ||
|
||
LICENSE= LGPL20 # Main program only, sounds have various copyrights | ||
LICENSE_FILE= ${WRKSRC}/LGPL | ||
|
||
RESTRICTED= Not for commercial use | ||
RESTRICTED_FILES= boodler-snd-021902.tar.gz | ||
|
@@ -64,6 +65,8 @@ do-install: | |
${INSTALL_SCRIPT} ${WRKSRC}/boodler.py ${STAGEDIR}${DATADIR} | ||
${RM} ${STAGEDIR}${DATADIR}/boodle/cboodle.so | ||
${INSTALL_PROGRAM} ${WRKSRC}/boodle/cboodle.so ${STAGEDIR}${DATADIR}/boodle/cboodle.so | ||
|
||
do-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ MASTER_SITES= SAVANNAH \ | |
MAINTAINER= [email protected] | ||
COMMENT= Set of Perl scripts for using an Apple iPod | ||
|
||
LICENSE= GPLv3 # or later | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ | ||
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ | ||
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ | ||
|
@@ -24,27 +27,33 @@ INFO= gnupod | |
USES= makeinfo perl5 tar:tgz | ||
GNU_CONFIGURE= yes | ||
NO_BUILD= yes | ||
NO_ARCH= yes | ||
|
||
CONFIGURE_ARGS= --prefix=${PREFIX} | ||
CONFIGURE_ENV= ac_cv_path_PERL=${PERL} | ||
|
||
OPTIONS_DEFINE= FLAC VORBIS DOCS | ||
|
||
FLAC_BUILD_DEPENDS= p5-Audio-FLAC-Header>=0:${PORTSDIR}/audio/p5-Audio-FLAC-Header | ||
FLAC_RUN_DEPENDS= p5-Audio-FLAC-Header>=0:${PORTSDIR}/audio/p5-Audio-FLAC-Header | ||
VORBIS_BUILD_DEPENDS= p5-Ogg-Vorbis-Header-PurePerl>=0:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl \ | ||
oggdec:${PORTSDIR}/audio/vorbis-tools | ||
VORBIS_RUN_DEPENDS= p5-Ogg-Vorbis-Header-PurePerl>=0:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl \ | ||
oggdec:${PORTSDIR}/audio/vorbis-tools | ||
|
||
post-install: | ||
# It tries to guess where it should install it's Perl modules, gets it | ||
# wrong, and put them in BSDPAN, so move stuff at the right place. | ||
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} | ||
${MV} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/GNUpod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} | ||
@${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} 2>/dev/null || : | ||
|
||
post-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} | ||
.for file in gnupodrc.example gnutunesdb.example gnupod.html mkspl.html \ | ||
gnupod.texi fdl.texi version.texi ipod.svg | ||
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} | ||
.endfor | ||
# It tries to guess where it should install it's Perl modules, gets it | ||
# wrong, and put them in BSDPAN, so move stuff at the right place. | ||
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} | ||
${MV} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/GNUpod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} | ||
@${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} 2>/dev/null || : | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ LICENSE= GPLv3 | |
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= heckendorfc | ||
GH_TAGNAME= ${PORTVERSION} | ||
|
||
USES= cmake | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ PORTNAME= murmur | |
PORTVERSION= 1.2.10 | ||
PORTREVISION= 1 | ||
CATEGORIES= audio net | ||
DISTNAME= mumble-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Murmur is the server component of Mumble | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (mumble-1.2.10_GH0.tar.gz) = 8eb14d03b67d2f83d894b05f79125fe7a1b1798078d5821744d9a3de38d7d2ef | ||
SIZE (mumble-1.2.10_GH0.tar.gz) = 3309556 | ||
SHA256 (mumble-voip-mumble-1.2.10_GH0.tar.gz) = 8eb14d03b67d2f83d894b05f79125fe7a1b1798078d5821744d9a3de38d7d2ef | ||
SIZE (mumble-voip-mumble-1.2.10_GH0.tar.gz) = 3309556 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ DISTVERSIONPREFIX= v | |
PORTREVISION= 3 | ||
CATEGORIES= audio | ||
PKGNAMEPREFIX= mythplugin- | ||
DISTNAME= mythtv-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Music playing plugin for MythTV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (mythtv-0.27_GH0.tar.gz) = 494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 | ||
SIZE (mythtv-0.27_GH0.tar.gz) = 85904162 | ||
SHA256 (MythTV-mythtv-v0.27_GH0.tar.gz) = 494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 | ||
SIZE (MythTV-mythtv-v0.27_GH0.tar.gz) = 85904162 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 0.5.4 | |
DISTVERSIONPREFIX= v | ||
CATEGORIES= audio python | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
DISTNAME= python-${PORTNAME}-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Fork of the Python MPD client library | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (python-mpd2-0.5.4_GH0.tar.gz) = 04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 | ||
SIZE (python-mpd2-0.5.4_GH0.tar.gz) = 45542 | ||
SHA256 (Mic92-python-mpd2-v0.5.4_GH0.tar.gz) = 04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 | ||
SIZE (Mic92-python-mpd2-v0.5.4_GH0.tar.gz) = 45542 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (pylast-1.2.1.tar.gz) = fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10 | ||
SIZE (pylast-1.2.1.tar.gz) = 31538 | ||
SHA256 (pylast-1.4.2.tar.gz) = e4bd8f9c8eef5662b2b03d61846c4c13b56a7b1c169476fe96c1a0e58d66da3b | ||
SIZE (pylast-1.4.2.tar.gz) = 31801 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ PORTNAME= wrk | |
PORTVERSION= 4.0.1 | ||
PORTREVISION= 3 | ||
CATEGORIES= benchmarks www | ||
DISTNAME= ${PORTVERSION} | ||
DIST_SUBDIR= ${PORTNAME} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Modern HTTP benchmarking tool | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (wrk/4.0.1_GH0.tar.gz) = c03bbc283836cb4b706eb6bfd18e724a8ce475e2c16154c13c6323a845b4327d | ||
SIZE (wrk/4.0.1_GH0.tar.gz) = 903500 | ||
SHA256 (wg-wrk-4.0.1_GH0.tar.gz) = c03bbc283836cb4b706eb6bfd18e724a8ce475e2c16154c13c6323a845b4327d | ||
SIZE (wg-wrk-4.0.1_GH0.tar.gz) = 903500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
PORTNAME?= svxlink | ||
PORTVERSION= 14.08 | ||
CATEGORIES= comms hamradio | ||
DISTNAME= svxlink-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT?= General purpose ham radio voice services | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (svxlink-14.08_GH0.tar.gz) = c6007f6e71b8df91c6674ed3ce5805437e3c56c40c00a82a937d9658b0819124 | ||
SIZE (svxlink-14.08_GH0.tar.gz) = 1506526 | ||
SHA256 (sm0svx-svxlink-14.08_GH0.tar.gz) = c6007f6e71b8df91c6674ed3ce5805437e3c56c40c00a82a937d9658b0819124 | ||
SIZE (sm0svx-svxlink-14.08_GH0.tar.gz) = 1506526 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (mirage-ocaml-base64-2.0.0-v2.0.0_GH0.tar.gz) = 029b6a7af1493a077dc25c8e0f3534e5f5ff6e4260e3998a9ca3850fb7238c2c | ||
SIZE (mirage-ocaml-base64-2.0.0-v2.0.0_GH0.tar.gz) = 46084 | ||
SHA256 (mirage-ocaml-base64-v2.0.0_GH0.tar.gz) = 029b6a7af1493a077dc25c8e0f3534e5f5ff6e4260e3998a9ca3850fb7238c2c | ||
SIZE (mirage-ocaml-base64-v2.0.0_GH0.tar.gz) = 46084 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 1.4.4 | |
DISTVERSIONPREFIX= v | ||
CATEGORIES= databases | ||
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- | ||
DISTNAME= plv8-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= PL/v8js procedural language for PostgreSQL database | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (plv8-1.4.4_GH0.tar.gz) = 5eed6438da1208cc9f46fac501e0fd974062185c342805af5d8aada3ab442a1e | ||
SIZE (plv8-1.4.4_GH0.tar.gz) = 155693 | ||
SHA256 (plv8-plv8js-v1.4.4_GH0.tar.gz) = 5eed6438da1208cc9f46fac501e0fd974062185c342805af5d8aada3ab442a1e | ||
SIZE (plv8-plv8js-v1.4.4_GH0.tar.gz) = 155693 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Created by: René Ladan <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= django-transaction-hooks | ||
PORTVERSION= 0.2 | ||
CATEGORIES= databases python | ||
MASTER_SITES= CHEESESHOP | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Django database backends to register transaction-commit hooks | ||
|
||
LICENSE= BSD3CLAUSE | ||
|
||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.6.1:${PORTSDIR}/www/py-django | ||
|
||
NO_ARCH= yes | ||
|
||
USES= python | ||
USE_PYTHON= autoplist distutils | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (django-transaction-hooks-0.2.tar.gz) = 51bab09547fab673a24d6c59f1df560183b3a49f24a7a5bf35e7eb34ef939e79 | ||
SIZE (django-transaction-hooks-0.2.tar.gz) = 7527 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
A better alternative to the native transaction signals of Django. | ||
|
||
Sometimes you need to fire off an action related to the current database | ||
transaction, but only if the transaction successfully commits. Examples: | ||
a Celery task, an email notification, or a cache invalidation. | ||
|
||
Doing this correctly while accounting for savepoints that might be | ||
individually rolled back, closed/dropped connections, and idiosyncrasies of | ||
various databases, is non-trivial. Transaction signals just make it easier | ||
to do it wrong. | ||
|
||
django-transaction-hooks does the heavy lifting so you don't have to. | ||
|
||
WWW: https://github.com/arljm/django-transaction-hooks/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ DISTVERSIONPREFIX= v | |
PORTREVISION= 2 | ||
CATEGORIES= databases python | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
DISTNAME= py-${PORTNAME}-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Tool for migrating/converting from MySQL to PostgreSQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (py-mysql2pgsql-0.1.6_GH0.tar.gz) = 56b5d2b6a3b51ccf054541e73b292656a35231be2521232af04e5508f29249ae | ||
SIZE (py-mysql2pgsql-0.1.6_GH0.tar.gz) = 107260 | ||
SHA256 (philipsoutham-py-mysql2pgsql-v0.1.6_GH0.tar.gz) = 56b5d2b6a3b51ccf054541e73b292656a35231be2521232af04e5508f29249ae | ||
SIZE (philipsoutham-py-mysql2pgsql-v0.1.6_GH0.tar.gz) = 107260 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ CATEGORIES= databases devel python | |
MAINTAINER= [email protected] | ||
COMMENT= Python bindings for the Qt4 toolkit, QtSql module | ||
|
||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip | ||
RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui | ||
|
||
CONFIGURE_ARGS= --enable QtSql | ||
PYQT4_DIST= yes | ||
PYQT_DIST= yes | ||
|
||
USES= python pyqt:4 | ||
USE_PYQT= sip_build gui_run | ||
USE_QT4= moc_build gui sql qmake_build | ||
|
||
OPTIONS_DEFINE= API DEBUG | ||
|
@@ -25,5 +25,4 @@ API_CONFIGURE_OFF= --no-qsci-api | |
API_LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 | ||
DEBUG_CONFIGURE_ON= --debug --trace | ||
|
||
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" | ||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
%%PYTHON_SITELIBDIR%%/PyQt4/QtSql.so | ||
share/py-sip/QtSql/QtSqlmod.sip | ||
share/py-sip/QtSql/qsql.sip | ||
share/py-sip/QtSql/qsqldatabase.sip | ||
share/py-sip/QtSql/qsqldriver.sip | ||
share/py-sip/QtSql/qsqlerror.sip | ||
share/py-sip/QtSql/qsqlfield.sip | ||
share/py-sip/QtSql/qsqlindex.sip | ||
share/py-sip/QtSql/qsqlquery.sip | ||
share/py-sip/QtSql/qsqlquerymodel.sip | ||
share/py-sip/QtSql/qsqlrecord.sip | ||
share/py-sip/QtSql/qsqlrelationaldelegate.sip | ||
share/py-sip/QtSql/qsqlrelationaltablemodel.sip | ||
share/py-sip/QtSql/qsqlresult.sip | ||
share/py-sip/QtSql/qsqltablemodel.sip | ||
%%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsql.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqldriver.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlerror.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlfield.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlindex.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlquery.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip | ||
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip | ||
%%API%%share/qt4/qsci/api/python/QtSql.api |
Oops, something went wrong.