mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
re-import ganttproject 1.9.11
Plan projects using a Gantt chart
This commit is contained in:
parent
126b763234
commit
0924d8884d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113023
@ -17,6 +17,7 @@
|
||||
SUBDIR += drivel
|
||||
SUBDIR += fusenshi
|
||||
SUBDIR += gaddr
|
||||
SUBDIR += ganttproject
|
||||
SUBDIR += gcal
|
||||
SUBDIR += gdeskcal
|
||||
SUBDIR += gdeskcal-skins
|
||||
|
41
deskutils/ganttproject/Makefile
Normal file
41
deskutils/ganttproject/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: ganttproject
|
||||
# Date created: Jul 6, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ganttproject
|
||||
PORTVERSION= 1.9.11
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_SUFX= -src.zip
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Plan projects using a Gantt chart
|
||||
|
||||
BUILD_DEPENDS= ${ANT_CMD}:${PORTSDIR}/devel/apache-ant
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
JAVA_BUILD= yes
|
||||
JAVA_RUN= yes
|
||||
ANT_CMD?= ${LOCALBASE}/bin/ant
|
||||
ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD}
|
||||
|
||||
PLIST_FILES= bin/ganttproject %%JAVAJARDIR%%/ganttproject.jar
|
||||
|
||||
post-patch:
|
||||
@${SED} 's,%%JAVAJARDIR%%,${JAVAJARDIR},' ${FILESDIR}/${PORTNAME} > ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${ANT}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/ganttproject/distinfo
Normal file
2
deskutils/ganttproject/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ganttproject-1.9.11-src.zip) = 6bf6f999791ab8d23c90206ca9c1336c
|
||||
SIZE (ganttproject-1.9.11-src.zip) = 4562369
|
3
deskutils/ganttproject/files/ganttproject
Normal file
3
deskutils/ganttproject/files/ganttproject
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
java -jar %%JAVAJARDIR%%/ganttproject.jar $@
|
5
deskutils/ganttproject/pkg-descr
Normal file
5
deskutils/ganttproject/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Ganttproject lets you plan projects using a Gantt chart. GanttProject use a XML
|
||||
file format. It can export the project in HTML Web pages or PDF document (using
|
||||
XSLT) or image files.
|
||||
|
||||
WWW: http://ganttproject.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user