diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-19 16:42:07 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-19 16:42:07 +0000 |
commit | 3b2980faf3be03bea80b545ed7402734c5e3421c (patch) | |
tree | 4cf2eda155cd238d05bd5a6d00f3e5385e915933 /deskutils/projectlibre | |
parent | fec2145b0b308790459ecd3b8c235538c71ea297 (diff) |
Notes
Diffstat (limited to 'deskutils/projectlibre')
-rw-r--r-- | deskutils/projectlibre/Makefile | 42 | ||||
-rw-r--r-- | deskutils/projectlibre/distinfo | 5 | ||||
-rw-r--r-- | deskutils/projectlibre/files/projectlibre.sh.in | 10 | ||||
-rw-r--r-- | deskutils/projectlibre/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/projectlibre/pkg-plist | 7 |
5 files changed, 0 insertions, 69 deletions
diff --git a/deskutils/projectlibre/Makefile b/deskutils/projectlibre/Makefile deleted file mode 100644 index f09c249251d8..000000000000 --- a/deskutils/projectlibre/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Joseph Benden <joe@thrallingpenguin.com> -# $FreeBSD$ - -PORTNAME= projectlibre -PORTVERSION= 1.7.0 -CATEGORIES= deskutils java -MASTER_SITES= SF/${PORTNAME}/ProjectLibre/${PORTVERSION:S/.0$//} \ - LOCAL/cpm/projectlibre/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}.png:icons -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} - -MAINTAINER= joe@thrallingpenguin.com -COMMENT= Open source desktop alternative to Microsoft Project - -LICENSE= CPAL-1.0 - -USE_JAVA= yes -JAVA_VERSION= 1.6+ - -NO_ARCH= yes -NO_BUILD= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION} -DATAFILES= lib projectlibre.jar readme.html - -DESKTOP_ENTRIES="ProjectLibre" \ - "" \ - "${PREFIX}/share/pixmaps/projectlibre.png" \ - "${PORTNAME}" \ - "Office;ProjectManagement;" \ - false - -SUB_FILES= projectlibre.sh - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/projectlibre.sh ${STAGEDIR}${PREFIX}/bin/projectlibre - ${INSTALL_DATA} ${_DISTDIR}/projectlibre.png ${STAGEDIR}${PREFIX}/share/pixmaps - -.include <bsd.port.mk> diff --git a/deskutils/projectlibre/distinfo b/deskutils/projectlibre/distinfo deleted file mode 100644 index 8c147a2cd0df..000000000000 --- a/deskutils/projectlibre/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1492614103 -SHA256 (projectlibre/projectlibre-1.7.0.tar.gz) = abc5a7dd96da28696902779eb3ee1390800298525651a172f0e927bb3c822241 -SIZE (projectlibre/projectlibre-1.7.0.tar.gz) = 15215610 -SHA256 (projectlibre/projectlibre.png) = e47c00710f67e0e07a5baa7fa3ad12ff13c709867f910fd3ce2831764399b36e -SIZE (projectlibre/projectlibre.png) = 8070 diff --git a/deskutils/projectlibre/files/projectlibre.sh.in b/deskutils/projectlibre/files/projectlibre.sh.in deleted file mode 100644 index c19dbf183f86..000000000000 --- a/deskutils/projectlibre/files/projectlibre.sh.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -PROJECTLIBRE_HOME="%%DATADIR%%" -export PROJECTLIBRE_HOME -cd "%%DATADIR%%" -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" > /dev/null 2>&1 - -# eof diff --git a/deskutils/projectlibre/pkg-descr b/deskutils/projectlibre/pkg-descr deleted file mode 100644 index ca16b02d4372..000000000000 --- a/deskutils/projectlibre/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -ProjectLibre is an open source project management software. It intends -to be a complete desktop replacement for Microsoft Project. ProjectLibre -is compatible with Microsoft Project 2003, 2007 and 2010 files. - -WWW: http://www.projectlibre.org/product/projectlibre-open-source diff --git a/deskutils/projectlibre/pkg-plist b/deskutils/projectlibre/pkg-plist deleted file mode 100644 index c81cce1286ff..000000000000 --- a/deskutils/projectlibre/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/projectlibre -%%DATADIR%%/lib/openproj-contrib.jar -%%DATADIR%%/lib/openproj-reports.jar -%%DATADIR%%/lib/openproj-script.jar -%%DATADIR%%/projectlibre.jar -%%DATADIR%%/readme.html -share/pixmaps/projectlibre.png |