mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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:
parent
9886717533
commit
c044e7dcac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247829
@ -125,6 +125,7 @@
|
||||
SUBDIR += pybrain
|
||||
SUBDIR += pycdf
|
||||
SUBDIR += qcl
|
||||
SUBDIR += qtresistors
|
||||
SUBDIR += ruby-dcl
|
||||
SUBDIR += ruby-gphys
|
||||
SUBDIR += silo
|
||||
|
30
science/qtresistors/Makefile
Normal file
30
science/qtresistors/Makefile
Normal 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>
|
3
science/qtresistors/distinfo
Normal file
3
science/qtresistors/distinfo
Normal 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
|
3
science/qtresistors/pkg-descr
Normal file
3
science/qtresistors/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user