qtResistors - calculate resistance of resistor by the colors on the resistor

WWW:	http://qt-apps.org/content/show.php/qtResistors?content=118297

PR:		142554
Submitted by:	zloidemon <g.veniamin@googlemail.com>
This commit is contained in:
Dmitry Marakasov 2010-01-13 19:26:59 +00:00
parent 9886717533
commit c044e7dcac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247829
4 changed files with 37 additions and 0 deletions

View File

@ -125,6 +125,7 @@
SUBDIR += pybrain
SUBDIR += pycdf
SUBDIR += qcl
SUBDIR += qtresistors
SUBDIR += ruby-dcl
SUBDIR += ruby-gphys
SUBDIR += silo

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: qtresistors
# Date created: 2010-01-10
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= qtresistors
PORTVERSION= 0.1
CATEGORIES= science
MASTER_SITES= http://qt-apps.org/CONTENT/content-files/
DISTNAME= 118297-qtResistors-201001102229
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Calculate resistance of resistor by the colors on the resistor
USE_QT_VER= 4
QT_COMPONENTS= gui qmake_build uic_build moc_build
WRKSRC= ${WRKDIR}/qtResistors
PLIST_FILES= bin/${PORTNAME}
do-configure:
cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qtResistors ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (118297-qtResistors-201001102229.tar.gz) = 93774d83829b8ab83e31ac4a057ba058
SHA256 (118297-qtResistors-201001102229.tar.gz) = 97f9195bebca8f697feae7517393fb4c5bce666041139b4497d4521d73a55f58
SIZE (118297-qtResistors-201001102229.tar.gz) = 104791

View File

@ -0,0 +1,3 @@
qtResistors - calculate resistance of resistor by the colors on the resistor
WWW: http://qt-apps.org/content/show.php/qtResistors?content=118297