1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.24.4

- Add support for stage dir
- Update URL of the web site

Release Notes:	http://sourceforge.net/p/fidocadj/news/
This commit is contained in:
Nicola Vitale 2014-05-19 02:46:34 +00:00
parent 6a0c9f1fcd
commit 1809df758d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354481
3 changed files with 11 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fidocadj
PORTVERSION= 0.24
PORTVERSION= 0.24.4
#PORTREVISION= 0
CATEGORIES= cad
MASTER_SITES= SF:src,docs
@ -26,18 +26,17 @@ USE_JAVA= yes
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
FDCJ_MANUAL= ${PORTNAME}_manual_en.pdf
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
${MKDIR} ${DATADIR}; \
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.jar ${DATADIR}/
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${MKDIR} ${STAGEDIR}${DATADIR}; \
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.jar ${STAGEDIR}${DATADIR}/
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR} && \
${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${DOCSDIR}/
${MKDIR} ${STAGEDIR}${DOCSDIR} && \
${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${STAGEDIR}${DOCSDIR}/
.endif
.if ${PORT_OPTIONS:MDOCS}

View File

@ -1,4 +1,4 @@
SHA256 (fidocadj.jar) = 422ef03693dda6264e20be4f7678bf3fe30a93afd7fe34714542b8507f199bf5
SIZE (fidocadj.jar) = 443351
SHA256 (fidocadj_manual_en.pdf) = 0b54911d02710cc31e8905decbdb83ca0b28fc55ab5777664512cfbe80300d49
SIZE (fidocadj_manual_en.pdf) = 2155837
SHA256 (fidocadj.jar) = d9499a9797460348c4fe91405c5cc2ff154a9f1e1daa88bb6104288a36e719f2
SIZE (fidocadj.jar) = 587644
SHA256 (fidocadj_manual_en.pdf) = 148a926d96b7c91afbefcc6af13f0f973601342d9a2dcc8bdc3d4612b1b223d1
SIZE (fidocadj_manual_en.pdf) = 2570172

View File

@ -6,4 +6,4 @@ FidoCadJ stores its drawings in a compact text format, practical for the
copy and paste in newsgroups and forums: this has determined its success
on the Usenet and in numerous communities.
WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
WWW: http://fidocadj.sourceforge.net