diff options
Diffstat (limited to 'finance/qhacc')
-rw-r--r-- | finance/qhacc/Makefile | 35 | ||||
-rw-r--r-- | finance/qhacc/distinfo | 1 | ||||
-rw-r--r-- | finance/qhacc/files/config | 6 | ||||
-rw-r--r-- | finance/qhacc/files/patch-aa | 16 | ||||
-rw-r--r-- | finance/qhacc/files/patch-ab | 29 | ||||
-rw-r--r-- | finance/qhacc/pkg-comment | 1 | ||||
-rw-r--r-- | finance/qhacc/pkg-descr | 8 | ||||
-rw-r--r-- | finance/qhacc/pkg-message | 10 | ||||
-rw-r--r-- | finance/qhacc/pkg-plist | 11 |
9 files changed, 0 insertions, 117 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile deleted file mode 100644 index 078515bb32ad..000000000000 --- a/finance/qhacc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: qhacc -# Date created: 28 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= qhacc -PORTVERSION= 1.0 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.ostrich-emulators.cx/qhacc/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -USE_QT_VER= 2 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${X11BASE}" - -post-extract: - @${RM} -f ${WRKSRC}/src/moc_*.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/qhacc ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${FILESDIR}/config ${DATADIR}/config.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} -.endif - @${SED} -e "s:/usr/X11R6:${PREFIX}:g" ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/finance/qhacc/distinfo b/finance/qhacc/distinfo deleted file mode 100644 index 83a04d71e359..000000000000 --- a/finance/qhacc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qhacc-1.0.tar.gz) = e695e4421aca690fa29e38e90a1ec96f diff --git a/finance/qhacc/files/config b/finance/qhacc/files/config deleted file mode 100644 index 9f6bed1d2f5d..000000000000 --- a/finance/qhacc/files/config +++ /dev/null @@ -1,6 +0,0 @@ -ALTCOLOR=173 216 230 -LINESPERTRANS=1 -NUMACCTS=0 -NUMSHOWS=0 -SHOWINDEX=-1 -ACCTFILES= diff --git a/finance/qhacc/files/patch-aa b/finance/qhacc/files/patch-aa deleted file mode 100644 index 42220fef60cf..000000000000 --- a/finance/qhacc/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Wed Nov 15 04:44:04 2000 -+++ src/Makefile.in Wed Nov 15 05:01:56 2000 -@@ -85,10 +85,10 @@ - INCLUDES = $(all_includes) -I$(QTINCDIR) - LDFLAGS = - qhacc_LDFLAGS = -L$(QTLIBDIR) $(LDFLAGS) --qhacc_LDADD = -lqt --MOC = $(QTMOCDIR)/moc -+qhacc_LDADD = -lqt2 -+MOC = $(QTMOCDIR)/moc2 - --CXXFLAGS = -O2 -Wall $(MYFLAGS) -+CXXFLAGS = @CXXFLAGS@ $(MYFLAGS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/finance/qhacc/files/patch-ab b/finance/qhacc/files/patch-ab deleted file mode 100644 index 57dadabd97ec..000000000000 --- a/finance/qhacc/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Tue Aug 14 01:21:28 2001 -+++ configure Sat Aug 18 23:45:43 2001 -@@ -2197,7 +2197,7 @@ - - for dir in $with_qt_moc - do -- if test -f $dir/moc -+ if test -f $dir/moc2 - then - qtmoc=$dir - echo "found in $qtmoc" -@@ -2231,7 +2231,7 @@ - - for dir in $with_qt_libs - do -- if test -f $dir/libqt.so.2 -o "$dir/libqt.so.2.*" != "$dir/libqt.so.2.\*" -+ if test -f $dir/libqt.so - then - qtlibs=$dir - echo "found in $qtlibs" -@@ -2265,7 +2265,7 @@ - - for dir in $with_qt_incs - do -- if test -f $dir/qnamespace.h -+ if test -f $dir/qt2/qnamespace.h - then - qtincs=$dir - echo "found in $qtincs" diff --git a/finance/qhacc/pkg-comment b/finance/qhacc/pkg-comment deleted file mode 100644 index 054550afc9a7..000000000000 --- a/finance/qhacc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple QT2-based financial manager diff --git a/finance/qhacc/pkg-descr b/finance/qhacc/pkg-descr deleted file mode 100644 index aedf10903792..000000000000 --- a/finance/qhacc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -QHacc is a QT2-based financial management program. -Don't expect a Quicken replacement, however - it only -does simple transaction management. - -WWW: http://www.ostrich-emulators.cx/~ryan/qhacc/ -Author: Ryan F. Bobko <ryan@ostrich-emulators.cx> - ---Will <andrews@technologist.com> diff --git a/finance/qhacc/pkg-message b/finance/qhacc/pkg-message deleted file mode 100644 index 8c0ab62f5892..000000000000 --- a/finance/qhacc/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************ - Before running QHacc, users should prepare as follows: - - $ mkdir ~/.qhacc - $ cp /usr/X11R6/share/qhacc/config.sample ~/.qhacc/config - $ chmod u+rw ~/.qhacc/config - $ export QHACC_HOME=~/.qhacc (sh or bash) - $ setenv QHACC_HOME ~/.qhacc (csh or tcsh) - -************************************************************ diff --git a/finance/qhacc/pkg-plist b/finance/qhacc/pkg-plist deleted file mode 100644 index 13c9d4fd0f2d..000000000000 --- a/finance/qhacc/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/qhacc -%%PORTDOCS%%share/doc/qhacc/compiling.html -%%PORTDOCS%%share/doc/qhacc/index.html -%%PORTDOCS%%share/doc/qhacc/intro.html -%%PORTDOCS%%share/doc/qhacc/faq.html -%%PORTDOCS%%share/doc/qhacc/formats.html -%%PORTDOCS%%share/doc/qhacc/using.html -%%PORTDOCS%%share/doc/qhacc/primer.html -share/qhacc/config.sample -@dirrm share/qhacc -%%PORTDOCS%%@dirrm share/doc/qhacc |