From edc7603793301d7156e7a1c407a86ba0ffd6f2a9 Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 21 Jul 2015 23:33:11 +0000 Subject: Import ProjectLibre 1.6.1 as time/projectlibre. ProjectLibre is project management software. It offers the following features: * Gantt Chart, Project- and Resource-Planning * Look and feel very close to Microsoft Project * Save Files as .xml and open them in Microsoft Project 2010 * All operating systems providing Java Runtime Environment --- time/projectlibre/DESCR | 7 +++++++ time/projectlibre/Makefile | 37 +++++++++++++++++++++++++++++++++++++ time/projectlibre/PLIST | 29 +++++++++++++++++++++++++++++ time/projectlibre/distinfo | 5 +++++ 4 files changed, 78 insertions(+) create mode 100644 time/projectlibre/DESCR create mode 100644 time/projectlibre/Makefile create mode 100644 time/projectlibre/PLIST create mode 100644 time/projectlibre/distinfo (limited to 'time') diff --git a/time/projectlibre/DESCR b/time/projectlibre/DESCR new file mode 100644 index 00000000000..3f02c274131 --- /dev/null +++ b/time/projectlibre/DESCR @@ -0,0 +1,7 @@ +ProjectLibre is project management software. +It offers the following features: + + * Gantt Chart, Project- and Resource-Planning + * Look and feel very close to Microsoft Project + * Save Files as .xml and open them in Microsoft Project 2010 + * All operating systems providing Java Runtime Environment diff --git a/time/projectlibre/Makefile b/time/projectlibre/Makefile new file mode 100644 index 00000000000..ab64b0b2e46 --- /dev/null +++ b/time/projectlibre/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2015/07/21 23:33:11 asau Exp $ + +DISTNAME= projectlibre-1.6.1 +CATEGORIES= time +MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=projectlibre/) + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://www.projectlibre.org/ +COMMENT= Project management software + +USE_JAVA= run +USE_JAVA2= 7 + +REPLACE_SH= projectlibre.sh + +SUBST_CLASSES+= set-java set-base + +SUBST_STAGE.set-java= post-configure +SUBST_MESSAGE.set-java= Setting Java path. +SUBST_FILES.set-java= projectlibre.sh +SUBST_SED.set-java= -e '/^JAVA_EXE=/s,java,$(PKG_JAVA_HOME)/bin/java,' + +SUBST_STAGE.set-base= post-configure +SUBST_MESSAGE.set-base= Setting package base path. +SUBST_FILES.set-base= projectlibre.sh +SUBST_SED.set-base= -e '/^OPENPROJ_HOME0=/s,^.*$$,OPENPROJ_HOME0=$(PREFIX)/share/$(PKGBASE),' + +NO_BUILD= yes + +INSTALLATION_DIRS= bin share/$(PKGBASE) + +do-install: + cd $(WRKSRC) && pax -rwpm . $(DESTDIR)$(PREFIX)/share/$(PKGBASE) + $(LN) -sf $(PREFIX)/share/$(PKGBASE)/projectlibre.sh $(DESTDIR)$(PREFIX)/bin/projectlibre + +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/projectlibre/PLIST b/time/projectlibre/PLIST new file mode 100644 index 00000000000..c386d4487d9 --- /dev/null +++ b/time/projectlibre/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2015/07/21 23:33:11 asau Exp $ +bin/projectlibre +share/projectlibre/lib/openproj-contrib.jar +share/projectlibre/lib/openproj-reports.jar +share/projectlibre/lib/openproj-script.jar +share/projectlibre/license/index.html +share/projectlibre/license/index_html_0.gif +share/projectlibre/license/license.rtf +share/projectlibre/license/third-party/antlr.txt +share/projectlibre/license/third-party/Apache-LICENSE-2.0.txt +share/projectlibre/license/third-party/apple.txt +share/projectlibre/license/third-party/bsd-generic.txt +share/projectlibre/license/third-party/CDDL.txt +share/projectlibre/license/third-party/cpl-1.0.txt +share/projectlibre/license/third-party/groovy.txt +share/projectlibre/license/third-party/iCal4j.txt +share/projectlibre/license/third-party/index.html +share/projectlibre/license/third-party/Jasper-LGPL.txt +share/projectlibre/license/third-party/jgoodies-forms.txt +share/projectlibre/license/third-party/lgpl-2.1.txt +share/projectlibre/license/third-party/osx-adapter.txt +share/projectlibre/license/third-party/sun-jwsdp.txt +share/projectlibre/license/third-party/sun.txt +share/projectlibre/license/third-party/third-party-licenses-with-build-libs.html +share/projectlibre/license/third-party/xstream.txt +share/projectlibre/projectlibre.bat +share/projectlibre/projectlibre.jar +share/projectlibre/projectlibre.sh +share/projectlibre/readme.html diff --git a/time/projectlibre/distinfo b/time/projectlibre/distinfo new file mode 100644 index 00000000000..8eb1ae7f1a4 --- /dev/null +++ b/time/projectlibre/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2015/07/21 23:33:11 asau Exp $ + +SHA1 (projectlibre-1.6.1.tar.gz) = 438a0d2f42dc5f35fe4af57742de8615d6ef5b27 +RMD160 (projectlibre-1.6.1.tar.gz) = 1e36c60c0ec819e0039a9677c7fb4d5f1d6914fa +Size (projectlibre-1.6.1.tar.gz) = 12360179 bytes -- cgit v1.2.3