FreeBSD Bugzilla – Attachment 10802 Details for
Bug 21533
New port: A homebrewer's recipe calculator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.87 KB, created by
David Johnson
on 2000-09-25 07:10:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
David Johnson
Created:
2000-09-25 07:10:01 UTC
Size:
3.87 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># /usr/ports/misc/qbrew ># /usr/ports/misc/qbrew/pkg ># /usr/ports/misc/qbrew/pkg/COMMENT ># /usr/ports/misc/qbrew/pkg/DESCR ># /usr/ports/misc/qbrew/pkg/PLIST ># /usr/ports/misc/qbrew/files ># /usr/ports/misc/qbrew/files/md5 ># /usr/ports/misc/qbrew/Makefile ># >echo c - /usr/ports/misc/qbrew >mkdir -p /usr/ports/misc/qbrew > /dev/null 2>&1 >echo c - /usr/ports/misc/qbrew/pkg >mkdir -p /usr/ports/misc/qbrew/pkg > /dev/null 2>&1 >echo x - /usr/ports/misc/qbrew/pkg/COMMENT >sed 's/^X//' >/usr/ports/misc/qbrew/pkg/COMMENT << 'END-of-/usr/ports/misc/qbrew/pkg/COMMENT' >XA homebrewer's recipe calculator >END-of-/usr/ports/misc/qbrew/pkg/COMMENT >echo x - /usr/ports/misc/qbrew/pkg/DESCR >sed 's/^X//' >/usr/ports/misc/qbrew/pkg/DESCR << 'END-of-/usr/ports/misc/qbrew/pkg/DESCR' >XQBrew is a homebrewer's recipe calculator. With it a brewer can formulate new >Xrecipes and calculate gravity, bitterness, color and other attributes. >X >XWWW: http://www.usermode.org/code.html >X >X- David Johnson >Xdavid@usermode.org >END-of-/usr/ports/misc/qbrew/pkg/DESCR >echo x - /usr/ports/misc/qbrew/pkg/PLIST >sed 's/^X//' >/usr/ports/misc/qbrew/pkg/PLIST << 'END-of-/usr/ports/misc/qbrew/pkg/PLIST' >Xbin/qbrew >Xshare/qbrew/ChangeLog >Xshare/qbrew/README >Xshare/qbrew/TODO >Xshare/qbrew/LICENSE >Xshare/qbrew/qbrew.xpm >Xshare/qbrew/calcdb >Xshare/qbrew/doc/en/qbrew-build.html >Xshare/qbrew/doc/en/qbrew-changes.html >Xshare/qbrew/doc/en/qbrew-characteristics.html >Xshare/qbrew/doc/en/qbrew-copyright.html >Xshare/qbrew/doc/en/qbrew-credits.html >Xshare/qbrew/doc/en/qbrew-handbook.html >Xshare/qbrew/doc/en/qbrew-help.html >Xshare/qbrew/doc/en/qbrew-hop.html >Xshare/qbrew/doc/en/qbrew-ingredients.html >Xshare/qbrew/doc/en/qbrew-install.html >Xshare/qbrew/doc/en/qbrew-intro.html >Xshare/qbrew/doc/en/qbrew-menus.html >Xshare/qbrew/doc/en/qbrew-notes.html >Xshare/qbrew/doc/en/qbrew-options.html >Xshare/qbrew/doc/en/qbrew-require.html >Xshare/qbrew/doc/en/qbrew-using.html >Xshare/qbrew/doc/en/qbrew.docbook >Xshare/qbrew/doc/en/qbrew.dsl >Xshare/qbrew/doc/en/primer-design.html >Xshare/qbrew/doc/en/primer-equipment.html >Xshare/qbrew/doc/en/primer-firstbrew.html >Xshare/qbrew/doc/en/primer-glossary.html >Xshare/qbrew/doc/en/primer-mashing.html >Xshare/qbrew/doc/en/primer-recipes.html >Xshare/qbrew/doc/en/primer.html >X@dirrm share/qbrew/doc/en >X@dirrm share/qbrew/doc >X@dirrm share/qbrew >END-of-/usr/ports/misc/qbrew/pkg/PLIST >echo c - /usr/ports/misc/qbrew/files >mkdir -p /usr/ports/misc/qbrew/files > /dev/null 2>&1 >echo x - /usr/ports/misc/qbrew/files/md5 >sed 's/^X//' >/usr/ports/misc/qbrew/files/md5 << 'END-of-/usr/ports/misc/qbrew/files/md5' >XMD5 (qbrew-0.1.4.tar.gz) = d7e972538691d8b7bea8f47bf1ac7d4c >END-of-/usr/ports/misc/qbrew/files/md5 >echo x - /usr/ports/misc/qbrew/Makefile >sed 's/^X//' >/usr/ports/misc/qbrew/Makefile << 'END-of-/usr/ports/misc/qbrew/Makefile' >X# New ports collection makefile for: qbrew >X# Date created: 22 September 2000 >X# Whom: David Johnson <david@usermode.org> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= qbrew >XPORTVERSION= 0.1.4 >XCATEGORIES= misc >XMASTER_SITES= http://www.usermode.org/code/ >X >XMAINTAINER= david@usermode.org >X >XUSE_QT2= yes >X >XMOC?= ${X11BASE}/bin/moc2 >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \ >X --with-qt-includes=${X11BASE}/include/qt2 \ >X --with-qt-libraries=${X11BASE}/lib \ >X --with-extra-libs=${LOCALBASE}/lib >XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ >X MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ >X LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -lgcc -lstdc++" >XUSE_GMAKE= yes >X >X.include <bsd.port.mk> >END-of-/usr/ports/misc/qbrew/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 21533
: 10802