mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 3.08
- Respect X11BASE PR: ports/105809 Submitted by: John E. Hein <jhein@timing.com> (maintainer)
This commit is contained in:
parent
551b67e489
commit
2410cb84b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177978
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= ${UPPORTNAME:L}
|
||||
PORTVERSION= 3.07
|
||||
PORTVERSION= 3.08
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= opentaxsolver
|
||||
DISTNAME= ${UPPORTNAME}2005_3.07
|
||||
DISTNAME= ${UPPORTNAME}2005_${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= jhein@timing.com
|
||||
@ -22,6 +22,8 @@ UPPORTNAME= OpenTaxSolver
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/%%PREFIX%%/${PREFIX:C,/,\/,g}/' \
|
||||
${WRKSRC}/src/GUI/ots_gui.c
|
||||
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
|
||||
${WRKSRC}/src/GUI/Makefile.linux
|
||||
|
||||
do-build:
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
||||
@ -29,25 +31,30 @@ do-build:
|
||||
|
||||
BUILDPROGLISTCMD= ${FIND} bin -type f
|
||||
BUILDEXAMPLELISTCMD= ${FIND} examples_and_templates -type f
|
||||
BUILDEXAMPLEDIRLISTCMD= ${FIND} examples_and_templates -type d
|
||||
NEWPLIST= ${WRKDIR}/plist.new
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && \
|
||||
for prog in $$(${BUILDPROGLISTCMD}); do \
|
||||
${INSTALL_PROGRAM} $${prog} ${PREFIX}/bin/. ; \
|
||||
${INSTALL_PROGRAM} $${prog} ${PREFIX}/bin/. ; \
|
||||
done && \
|
||||
${MKDIR} ${PREFIX}/share/ots && \
|
||||
${INSTALL_DATA} src/GUI/otslogo.ppm ${PREFIX}/share/ots/. && \
|
||||
for example in $$(${BUILDEXAMPLELISTCMD}); do \
|
||||
${MKDIR} ${PREFIX}/share/ots/$$(dirname $${example}) && \
|
||||
${INSTALL_DATA} $${example} \
|
||||
${PREFIX}/share/ots/$$(dirname $${example})/. ; \
|
||||
${MKDIR} ${PREFIX}/share/ots/$$(dirname $${example}) && \
|
||||
${INSTALL_DATA} $${example} \
|
||||
${PREFIX}/share/ots/$$(dirname $${example})/. ; \
|
||||
done)
|
||||
|
||||
new-plist:
|
||||
@(cd ${WRKSRC} && \
|
||||
${BUILDPROGLISTCMD} > ${NEWPLIST} && \
|
||||
${BUILDPROGLISTCMD} | ${SORT} > ${NEWPLIST} && \
|
||||
${ECHO_CMD} share/ots/otslogo.ppm >> ${NEWPLIST} && \
|
||||
${BUILDEXAMPLELISTCMD} | ${SED} 's,^,share/ots/,' >> ${NEWPLIST})
|
||||
${BUILDEXAMPLELISTCMD} | ${SED} 's,^,share/ots/,' | ${SORT} \
|
||||
>> ${NEWPLIST} && \
|
||||
for f in $$(${BUILDEXAMPLEDIRLISTCMD} | ${SED} 's,^,share/ots/,' && \
|
||||
${ECHO_CMD} share/ots); do ${ECHO_CMD} @dirrm $$f; done | \
|
||||
${SORT} -r >> ${NEWPLIST})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (OpenTaxSolver2005_3.07.tgz) = 7601b50059b55588104591de9e7a8cac
|
||||
SHA256 (OpenTaxSolver2005_3.07.tgz) = acf281b2c62405808f453a4c3c926c950501a2700a621aad80ff35b7d0b5d823
|
||||
SIZE (OpenTaxSolver2005_3.07.tgz) = 224382
|
||||
MD5 (OpenTaxSolver2005_3.08.tgz) = 7467cc72d85b2a88366046cf7c52719c
|
||||
SHA256 (OpenTaxSolver2005_3.08.tgz) = 01d691b367b82f818c0baa227a65189a04a68a02c7b8f6163b955e65901b1a03
|
||||
SIZE (OpenTaxSolver2005_3.08.tgz) = 224468
|
||||
|
@ -1,53 +1,53 @@
|
||||
bin/ots_gui
|
||||
bin/taxsolve_US_1040_2005
|
||||
bin/taxsolve_US_1040_Sched_C_2005
|
||||
bin/taxsolve_CA_540_2005
|
||||
bin/taxsolve_MA_1_2005
|
||||
bin/taxsolve_NJ_1040_2005
|
||||
bin/taxsolve_PA_40_2005
|
||||
bin/taxsolve_VA_760_2005
|
||||
bin/taxsolve_OH_IT1040_2005
|
||||
bin/taxsolve_NY_IT201_2005
|
||||
bin/taxsolve_OH_IT1040_2005
|
||||
bin/taxsolve_PA_40_2005
|
||||
bin/taxsolve_US_1040_2005
|
||||
bin/taxsolve_US_1040_Sched_C_2005
|
||||
bin/taxsolve_VA_760_2005
|
||||
share/ots/otslogo.ppm
|
||||
share/ots/examples_and_templates/CA_540/CA_540_2005_example.dat
|
||||
share/ots/examples_and_templates/CA_540/CA_540_2005_template.dat
|
||||
share/ots/examples_and_templates/CA_540/README_CA_540.txt
|
||||
share/ots/examples_and_templates/CA_540/CA_540_2005_example.dat
|
||||
share/ots/examples_and_templates/VA_760/VA_760_example.dat
|
||||
share/ots/examples_and_templates/VA_760/README_VA_760.txt
|
||||
share/ots/examples_and_templates/VA_760/VA_760_template.dat
|
||||
share/ots/examples_and_templates/MA_1/MA_1_2005_example.dat
|
||||
share/ots/examples_and_templates/MA_1/README_MA_1.txt
|
||||
share/ots/examples_and_templates/MA_1/MA_1_2005_template.dat
|
||||
share/ots/examples_and_templates/MA_1/README_MA_1.txt
|
||||
share/ots/examples_and_templates/NC_400/NC_400_2005_example.dat
|
||||
share/ots/examples_and_templates/NC_400/NC_400_2005_template.dat
|
||||
share/ots/examples_and_templates/NC_400/README_NC_400.txt
|
||||
share/ots/examples_and_templates/NJ_1040/NJ_1040_2005_example.dat
|
||||
share/ots/examples_and_templates/NJ_1040/NJ_1040_2005_template.dat
|
||||
share/ots/examples_and_templates/NJ_1040/README_NJ_1040.txt
|
||||
share/ots/examples_and_templates/NY_IT201/NY_IT201_2004_example.dat
|
||||
share/ots/examples_and_templates/NY_IT201/NY_IT201_2004_template.dat
|
||||
share/ots/examples_and_templates/NY_IT201/README_NY_IT201.txt
|
||||
share/ots/examples_and_templates/OH_1040/OH_IT1040_2005_example.dat
|
||||
share/ots/examples_and_templates/OH_1040/OH_IT1040_2005_template.dat
|
||||
share/ots/examples_and_templates/OH_1040/README_OH_IT1040.txt
|
||||
share/ots/examples_and_templates/PA_40/PA_40_2005_example.dat
|
||||
share/ots/examples_and_templates/PA_40/PA_40_2005_template.dat
|
||||
share/ots/examples_and_templates/PA_40/README_PA_40.txt
|
||||
share/ots/examples_and_templates/US_1040/README_US_1040.txt
|
||||
share/ots/examples_and_templates/US_1040/US_1040_example.dat
|
||||
share/ots/examples_and_templates/US_1040/US_1040_template.dat
|
||||
share/ots/examples_and_templates/US_1040_Sched_C/README_US_1040_Sched_C.txt
|
||||
share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2005_example.dat
|
||||
share/ots/examples_and_templates/US_1040_Sched_C/US_1040Sched_C_2005_template.dat
|
||||
share/ots/examples_and_templates/OH_1040/README_OH_IT1040.txt
|
||||
share/ots/examples_and_templates/OH_1040/OH_IT1040_2005_template.dat
|
||||
share/ots/examples_and_templates/OH_1040/OH_IT1040_2005_example.dat
|
||||
share/ots/examples_and_templates/US_1040/US_1040_template.dat
|
||||
share/ots/examples_and_templates/US_1040/README_US_1040.txt
|
||||
share/ots/examples_and_templates/US_1040/US_1040_example.dat
|
||||
share/ots/examples_and_templates/NC_400/README_NC_400.txt
|
||||
share/ots/examples_and_templates/NC_400/NC_400_2005_example.dat
|
||||
share/ots/examples_and_templates/NC_400/NC_400_2005_template.dat
|
||||
share/ots/examples_and_templates/NJ_1040/NJ_1040_2005_template.dat
|
||||
share/ots/examples_and_templates/NJ_1040/NJ_1040_2005_example.dat
|
||||
share/ots/examples_and_templates/NJ_1040/README_NJ_1040.txt
|
||||
share/ots/examples_and_templates/PA_40/README_PA_40.txt
|
||||
share/ots/examples_and_templates/PA_40/PA_40_2005_template.dat
|
||||
share/ots/examples_and_templates/PA_40/PA_40_2005_example.dat
|
||||
share/ots/examples_and_templates/NY_IT201/NY_IT201_2004_example.dat
|
||||
share/ots/examples_and_templates/NY_IT201/README_NY_IT201.txt
|
||||
share/ots/examples_and_templates/NY_IT201/NY_IT201_2004_template.dat
|
||||
@dirrm share/ots/examples_and_templates/CA_540
|
||||
share/ots/examples_and_templates/VA_760/README_VA_760.txt
|
||||
share/ots/examples_and_templates/VA_760/VA_760_example.dat
|
||||
share/ots/examples_and_templates/VA_760/VA_760_template.dat
|
||||
@dirrm share/ots/examples_and_templates/VA_760
|
||||
@dirrm share/ots/examples_and_templates/MA_1
|
||||
@dirrm share/ots/examples_and_templates/US_1040_Sched_C
|
||||
@dirrm share/ots/examples_and_templates/OH_1040
|
||||
@dirrm share/ots/examples_and_templates/US_1040
|
||||
@dirrm share/ots/examples_and_templates/NC_400
|
||||
@dirrm share/ots/examples_and_templates/NJ_1040
|
||||
@dirrm share/ots/examples_and_templates/PA_40
|
||||
@dirrm share/ots/examples_and_templates/OH_1040
|
||||
@dirrm share/ots/examples_and_templates/NY_IT201
|
||||
@dirrm share/ots/examples_and_templates/NJ_1040
|
||||
@dirrm share/ots/examples_and_templates/NC_400
|
||||
@dirrm share/ots/examples_and_templates/MA_1
|
||||
@dirrm share/ots/examples_and_templates/CA_540
|
||||
@dirrm share/ots/examples_and_templates
|
||||
@dirrm share/ots
|
||||
|
Loading…
Reference in New Issue
Block a user