diff options
author | wulf <wulf@pkgsrc.org> | 2004-12-27 09:11:05 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-12-27 09:11:05 +0000 |
commit | aadd745f3d74b6c91445c2469ff1f33511786288 (patch) | |
tree | 76993c916ff7dae7d9b11893d89651c1d0318317 /misc/qbrew | |
parent | 25b0d4a59c944ac586f7164ddbfc8e4f512ceaee (diff) | |
download | pkgsrc-aadd745f3d74b6c91445c2469ff1f33511786288.tar.gz |
New package QBrew: A homebrewer's recipe calculator
Diffstat (limited to 'misc/qbrew')
-rw-r--r-- | misc/qbrew/DESCR | 4 | ||||
-rw-r--r-- | misc/qbrew/Makefile | 18 | ||||
-rw-r--r-- | misc/qbrew/PLIST | 37 | ||||
-rw-r--r-- | misc/qbrew/distinfo | 4 |
4 files changed, 63 insertions, 0 deletions
diff --git a/misc/qbrew/DESCR b/misc/qbrew/DESCR new file mode 100644 index 00000000000..3e149995fab --- /dev/null +++ b/misc/qbrew/DESCR @@ -0,0 +1,4 @@ +QBrew is a homebrewer's recipe calculator. It can create and modify ale +and lager recipes as well as calculate gravity, color, and bitterness. +QBrew includes a database of styles, grains, hops, and miscellaneous +ingredients, plus a brewing tutorial. diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile new file mode 100644 index 00000000000..8957ef83e8b --- /dev/null +++ b/misc/qbrew/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/27 09:11:05 wulf Exp $ + +DISTNAME= qbrew-0.3.4 +CATEGORIES= misc +MASTER_SITES= http://www.usermode.org/code/ + +MAINTAINER= wulf@NetBSD.org +HOMEPAGE= http://www.usermode.org/code.html +COMMENT= Homebrewer's recipe calculator + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../x11/qt3-libs/buildlink3.mk" +.include "../../x11/qt3-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/qbrew/PLIST b/misc/qbrew/PLIST new file mode 100644 index 00000000000..e190439f21f --- /dev/null +++ b/misc/qbrew/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/27 09:11:05 wulf Exp $ +bin/qbrew +share/doc/qbrew/en/primer-design.html +share/doc/qbrew/en/primer-equipment.html +share/doc/qbrew/en/primer-firstbrew.html +share/doc/qbrew/en/primer-glossary.html +share/doc/qbrew/en/primer-mashing.html +share/doc/qbrew/en/primer-recipes.html +share/doc/qbrew/en/primer.html +share/doc/qbrew/en/qbrew-changes.html +share/doc/qbrew/en/qbrew-commandline.html +share/doc/qbrew/en/qbrew-configuration.html +share/doc/qbrew/en/qbrew-copyright.html +share/doc/qbrew/en/qbrew-credits.html +share/doc/qbrew/en/qbrew-faq.html +share/doc/qbrew/en/qbrew-handbook.html +share/doc/qbrew/en/qbrew-hop.html +share/doc/qbrew/en/qbrew-install.html +share/doc/qbrew/en/qbrew-intro.html +share/doc/qbrew/en/qbrew-misc.html +share/doc/qbrew/en/qbrew-notes.html +share/doc/qbrew/en/qbrew-reference.html +share/doc/qbrew/en/qbrew-using.html +share/doc/qbrew/en/qbrew.docbook +share/doc/qbrew/en/qbrew.xsl +share/doc/qbrew/en/sqa.html +share/qbrew/ChangeLog +share/qbrew/LICENSE +share/qbrew/README +share/qbrew/paleale.qbrew +share/qbrew/qbrew.png +share/qbrew/qbrew.svg +share/qbrew/qbrewdata +share/qbrew/stout.qbrew +@dirrm share/doc/qbrew/en +@dirrm share/doc/qbrew +@dirrm share/qbrew diff --git a/misc/qbrew/distinfo b/misc/qbrew/distinfo new file mode 100644 index 00000000000..87e5f3e5b0e --- /dev/null +++ b/misc/qbrew/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/27 09:11:05 wulf Exp $ + +SHA1 (qbrew-0.3.4.tar.gz) = a908d20fdb00f48833ae451d647242bb4d43dd51 +Size (qbrew-0.3.4.tar.gz) = 393257 bytes |