diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-13 19:26:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-13 19:26:59 +0000 |
commit | c044e7dcacec54cea73a80cc697c15505c6794cd (patch) | |
tree | 18d6a6843ce5a7060b89c133e5563e128b66e5d1 /science | |
parent | 98867175331a0f7546b1bc5f0a346beeb200c1f9 (diff) | |
download | ports-c044e7dcacec54cea73a80cc697c15505c6794cd.tar.gz ports-c044e7dcacec54cea73a80cc697c15505c6794cd.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/qtresistors/Makefile | 30 | ||||
-rw-r--r-- | science/qtresistors/distinfo | 3 | ||||
-rw-r--r-- | science/qtresistors/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index a6ded863a84f..7f8ff7aebfb2 100644 --- a/science/Makefile +++ b/science/Makefile @@ -125,6 +125,7 @@ SUBDIR += pybrain SUBDIR += pycdf SUBDIR += qcl + SUBDIR += qtresistors SUBDIR += ruby-dcl SUBDIR += ruby-gphys SUBDIR += silo diff --git a/science/qtresistors/Makefile b/science/qtresistors/Makefile new file mode 100644 index 000000000000..7d652457394c --- /dev/null +++ b/science/qtresistors/Makefile @@ -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> diff --git a/science/qtresistors/distinfo b/science/qtresistors/distinfo new file mode 100644 index 000000000000..3f37e6905f92 --- /dev/null +++ b/science/qtresistors/distinfo @@ -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 diff --git a/science/qtresistors/pkg-descr b/science/qtresistors/pkg-descr new file mode 100644 index 000000000000..0d785136cf9d --- /dev/null +++ b/science/qtresistors/pkg-descr @@ -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 |