1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Update to 4.2.31.0

- Add LICENSE (GeoGebra Non-Commercial License Agreement)
- USES desktop-file-utils, shared-mime-info
- Remove files/patch-geogebra.desktop
- Update WWW URL in pkg-descr

Feature safe:	yes
This commit is contained in:
Nicola Vitale 2013-04-21 20:08:59 +00:00
parent feda19d627
commit dcc59624f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316214
4 changed files with 11 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geogebra
PORTVERSION= 4.2.23.0
PORTVERSION= 4.2.31.0
#PORTREVISION= 0
CATEGORIES= math java
MASTER_SITES= GOOGLE_CODE
@ -12,8 +12,12 @@ DISTNAME= GeoGebra-Unixlike-Installer-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Dynamic software that joins geometry, algebra, and calculus
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
LICENSE= GEOGEBRA
LICENSE_NAME= GeoGebra Non-Commercial License Agreement
LICENSE_FILE= ${WRKSRC}/_license.txt
LICENSE_PERMS= dist-sell pkg-sell auto-accept
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
@ -23,8 +27,8 @@ JAVA_VERSION= 1.6+
NO_BUILD= yes
USE_GNOME= desktopfileutils
USE_JAVA= yes
USES= desktop-file-utils shared-mime-info
WRKSRC= ${WRKDIR}/geogebra-${PORTVERSION}
@ -40,7 +44,5 @@ do-install:
${MKDIR} ${PREFIX}/share/applications && \
${INSTALL_DATA} ${WRKSRC}/geogebra.xml ${PREFIX}/share/mime/packages && \
${INSTALL_DATA} ${WRKSRC}/geogebra.desktop ${DESKTOPDIR}
-${LOCALBASE}/bin/update-desktop-database
-${LOCALBASE}/bin/update-mime-database ${LOCALBASE}/share/mime
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (GeoGebra-Unixlike-Installer-4.2.23.0.tar.gz) = bf45f25b7f81d12b084b0be4d6072f03f15af30e80041b613d7953eaff75594e
SIZE (GeoGebra-Unixlike-Installer-4.2.23.0.tar.gz) = 9181451
SHA256 (GeoGebra-Unixlike-Installer-4.2.31.0.tar.gz) = 3ed61b3e6816b7aba1c82bf1e978c82661611abec7ac4cdd52c3ede4765b3bb0
SIZE (GeoGebra-Unixlike-Installer-4.2.31.0.tar.gz) = 9235045

View File

@ -12,4 +12,4 @@ and offers commands like Root or Extremum.
GeoGebra received several international awards including the European
and German educational software award.
WWW: http://www.geogebra.at/
WWW: http://www.geogebra.org/

View File

@ -54,7 +54,3 @@ share/icons/hicolor/scalable/mimetypes/application-vnd.geogebra.tool.svgz
%%DATADIR%%/jlm_greek.jar
share/mime/packages/geogebra.xml
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-mime-database %%LOCALBASE%%/share/mime || /usr/bin/true