mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Remove expired port:
2017-05-19 deskutils/openproj: Development ceased, superseded by deskutils/projectlibre
This commit is contained in:
parent
16dfa15ae4
commit
8c7db742bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441270
1
MOVED
1
MOVED
@ -9390,3 +9390,4 @@ sysutils/bsdadminscripts|ports-mgmt/bsdadminscripts|2017-05-17|Move into more ap
|
||||
games/ioquake3-devel|games/ioquake3|2017-05-18|GitHub master is the new release model
|
||||
games/ioquake3-devel-server|games/ioquake3-server|2017-05-18|GitHub master is the new release model
|
||||
devel/rubygem-generator_spec|devel/rubygem-generator_spec-rails5|2017-05-19|Use devel/rubygem-generator_spec-rails4 or devel/rubygem-generator_spec-rails5
|
||||
deskutils/openproj|deskutils/projectlibre|2017-05-19|Has expired: Development ceased, superseded by deskutils/projectlibre
|
||||
|
@ -154,7 +154,6 @@
|
||||
SUBDIR += notecase
|
||||
SUBDIR += notification-daemon
|
||||
SUBDIR += notify-osd
|
||||
SUBDIR += openproj
|
||||
SUBDIR += orage
|
||||
SUBDIR += osmo
|
||||
SUBDIR += osynctool
|
||||
|
@ -1,29 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openproj
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= deskutils editors java
|
||||
MASTER_SITES= SF/${PORTNAME}/OpenProj%20Binaries/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free, open source Project Manager
|
||||
|
||||
DEPRECATED= Development ceased, superseded by deskutils/projectlibre
|
||||
EXPIRATION_DATE= 2017-05-19
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION}
|
||||
DATAFILES= lib license openproj.jar readme.html
|
||||
|
||||
SUB_FILES= openproj.sh
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} \
|
||||
&& ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \; \
|
||||
&& ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \;
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/openproj.sh ${STAGEDIR}${PREFIX}/bin/openproj
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (openproj-1.4.tar.gz) = f8c04ab8ace53d42fe3d66b706a0399aed7832a784d14161cc44f427fe5a05b6
|
||||
SIZE (openproj-1.4.tar.gz) = 6539523
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/deskutils/openproj/files/openproj.sh.in,v 1.1 2008-04-15 08:54:28 dinoex Exp $
|
||||
|
||||
FILE="`realpath "$1"`"
|
||||
OPENPROJ_HOME="%%DATADIR%%"
|
||||
export OPENPROJ_HOME
|
||||
cd "%%DATADIR%%"
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "$OPENPROJ_HOME/openproj.jar" "${FILE}" > /dev/null 2>&1
|
||||
|
||||
# eof
|
@ -1,8 +0,0 @@
|
||||
OpenProj is a free, open source desktop alternative to Microsoft Project.
|
||||
OpenProj has equivalent functionality, a familiar user interface and even
|
||||
opens existing MSProject files. OpenProj is interoperable with Project,
|
||||
with a Gantt Chart and PERT chart etc.
|
||||
|
||||
LICENSE: Common Public Attribution License Version 1.0 (CPAL)
|
||||
|
||||
WWW: http://openproj.org/
|
@ -1,25 +0,0 @@
|
||||
%%DATADIR%%/lib/openproj-contrib.jar
|
||||
%%DATADIR%%/lib/openproj-exchange.jar
|
||||
%%DATADIR%%/lib/openproj-reports.jar
|
||||
%%DATADIR%%/lib/openproj-script.jar
|
||||
%%DATADIR%%/license/index.html
|
||||
%%DATADIR%%/license/third-party/Apache-LICENSE-2.0.txt
|
||||
%%DATADIR%%/license/third-party/CDDL.txt
|
||||
%%DATADIR%%/license/third-party/Jasper-LGPL.txt
|
||||
%%DATADIR%%/license/third-party/antlr.txt
|
||||
%%DATADIR%%/license/third-party/apple.txt
|
||||
%%DATADIR%%/license/third-party/bsd-generic.txt
|
||||
%%DATADIR%%/license/third-party/cpl-1.0.txt
|
||||
%%DATADIR%%/license/third-party/groovy.txt
|
||||
%%DATADIR%%/license/third-party/iCal4j.txt
|
||||
%%DATADIR%%/license/third-party/index.html
|
||||
%%DATADIR%%/license/third-party/jgoodies-forms.txt
|
||||
%%DATADIR%%/license/third-party/lgpl-2.1.txt
|
||||
%%DATADIR%%/license/third-party/osx-adapter.txt
|
||||
%%DATADIR%%/license/third-party/sun-jwsdp.txt
|
||||
%%DATADIR%%/license/third-party/sun.txt
|
||||
%%DATADIR%%/license/third-party/third-party-licenses-with-build-libs.html
|
||||
%%DATADIR%%/license/third-party/xstream.txt
|
||||
%%DATADIR%%/openproj.jar
|
||||
%%DATADIR%%/readme.html
|
||||
bin/openproj
|
Loading…
Reference in New Issue
Block a user