diff options
author | will <will@FreeBSD.org> | 2001-04-07 06:46:38 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 06:46:38 +0000 |
commit | b4932a487612f4a7aa0dfe4197d0550c2f5dbfee (patch) | |
tree | 84be5bf65bcb285910b7cef8b642bddd162b31e3 /misc/qbrew | |
parent | d190d36c33c51b8d847949c5e72a3a0d0d3ce8bb (diff) | |
download | FreeBSD-ports-b4932a487612f4a7aa0dfe4197d0550c2f5dbfee.zip FreeBSD-ports-b4932a487612f4a7aa0dfe4197d0550c2f5dbfee.tar.gz |
Add qbrew 0.1.6, a homebrewer's recipe calculator.
PR: 21533
Submitted by: David Johnson <david@usermode.org>
Diffstat (limited to 'misc/qbrew')
-rw-r--r-- | misc/qbrew/Makefile | 19 | ||||
-rw-r--r-- | misc/qbrew/distinfo | 1 | ||||
-rw-r--r-- | misc/qbrew/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qbrew/pkg-descr | 7 | ||||
-rw-r--r-- | misc/qbrew/pkg-plist | 35 |
5 files changed, 63 insertions, 0 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile new file mode 100644 index 0000000..defd153 --- /dev/null +++ b/misc/qbrew/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: qbrew +# Date created: 22 September 2000 +# Whom: David Johnson <david@usermode.org> +# +# $FreeBSD$ +# + +PORTNAME= qbrew +PORTVERSION= 0.1.6 +CATEGORIES= misc +MASTER_SITES= http://www.usermode.org/code/ + +MAINTAINER= david@usermode.org + +USE_QT_VER= 2 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/misc/qbrew/distinfo b/misc/qbrew/distinfo new file mode 100644 index 0000000..363e6f8 --- /dev/null +++ b/misc/qbrew/distinfo @@ -0,0 +1 @@ +MD5 (qbrew-0.1.6.tar.gz) = 34930a7983a333525b05830021ff2fae diff --git a/misc/qbrew/pkg-comment b/misc/qbrew/pkg-comment new file mode 100644 index 0000000..68999e2 --- /dev/null +++ b/misc/qbrew/pkg-comment @@ -0,0 +1 @@ +A homebrewer's recipe calculator diff --git a/misc/qbrew/pkg-descr b/misc/qbrew/pkg-descr new file mode 100644 index 0000000..550ff13 --- /dev/null +++ b/misc/qbrew/pkg-descr @@ -0,0 +1,7 @@ +QBrew is a homebrewer's recipe calculator. With it a brewer can formulate new +recipes and calculate gravity, bitterness, color and other attributes. + +WWW: http://www.usermode.org/code.html + +- David Johnson +david@usermode.org diff --git a/misc/qbrew/pkg-plist b/misc/qbrew/pkg-plist new file mode 100644 index 0000000..4e953a8 --- /dev/null +++ b/misc/qbrew/pkg-plist @@ -0,0 +1,35 @@ +bin/qbrew +share/qbrew/ChangeLog +share/qbrew/README +share/qbrew/TODO +share/qbrew/LICENSE +share/qbrew/qbrew.xpm +share/qbrew/calcdb +share/qbrew/doc/en/qbrew-build.html +share/qbrew/doc/en/qbrew-changes.html +share/qbrew/doc/en/qbrew-characteristics.html +share/qbrew/doc/en/qbrew-copyright.html +share/qbrew/doc/en/qbrew-credits.html +share/qbrew/doc/en/qbrew-handbook.html +share/qbrew/doc/en/qbrew-help.html +share/qbrew/doc/en/qbrew-hop.html +share/qbrew/doc/en/qbrew-ingredients.html +share/qbrew/doc/en/qbrew-install.html +share/qbrew/doc/en/qbrew-intro.html +share/qbrew/doc/en/qbrew-menus.html +share/qbrew/doc/en/qbrew-notes.html +share/qbrew/doc/en/qbrew-options.html +share/qbrew/doc/en/qbrew-require.html +share/qbrew/doc/en/qbrew-using.html +share/qbrew/doc/en/qbrew.docbook +share/qbrew/doc/en/qbrew.dsl +share/qbrew/doc/en/primer-design.html +share/qbrew/doc/en/primer-equipment.html +share/qbrew/doc/en/primer-firstbrew.html +share/qbrew/doc/en/primer-glossary.html +share/qbrew/doc/en/primer-mashing.html +share/qbrew/doc/en/primer-recipes.html +share/qbrew/doc/en/primer.html +@dirrm share/qbrew/doc/en +@dirrm share/qbrew/doc +@dirrm share/qbrew |