mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add the new wine-gecko port, that complements the existing wine port.
Wine implements its own version of Internet Explorer which is based on a custom version of Mozilla's Gecko Layout Engine. This engine is down- loaded automatically the first time a web page is loaded unless, as done by this port, the engine is pre-installed on the user's system. PR: 156001 Submitted by: David Naylor <naylor.b.david@gmail.com>
This commit is contained in:
parent
115b9be165
commit
2297c4042d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274146
@ -180,6 +180,7 @@
|
||||
SUBDIR += wahcade
|
||||
SUBDIR += wine
|
||||
SUBDIR += wine-doors
|
||||
SUBDIR += wine-gecko
|
||||
SUBDIR += x48
|
||||
SUBDIR += xbraitenberg
|
||||
SUBDIR += xcpc
|
||||
|
29
emulators/wine-gecko-devel/Makefile
Normal file
29
emulators/wine-gecko-devel/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: wine_gecko
|
||||
# Date created: 2011-04-30
|
||||
# Whom: David Naylor <naylor.b.david@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wine-gecko
|
||||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
|
||||
DISTNAME= wine_gecko-${DISTVERSION}-x86
|
||||
EXTRACT_SUFX= .msi
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naylor.b.david@gmail.com
|
||||
COMMENT= Gecko Layout Engine for Wine (HTML support)
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
|
||||
|
||||
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/wine/gecko
|
||||
${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/wine/gecko
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/wine-gecko-devel/distinfo
Normal file
2
emulators/wine-gecko-devel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (wine_gecko-1.2.0-x86.msi) = d6ccdb32b5867df207c7cd89513297ceb89cfa93696bece470467845c6c4d3ee
|
||||
SIZE (wine_gecko-1.2.0-x86.msi) = 12604928
|
6
emulators/wine-gecko-devel/pkg-descr
Normal file
6
emulators/wine-gecko-devel/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Wine implements its own version of Internet Explorer which is based on
|
||||
a custom version of Mozilla's Gecko Layout Engine. This engine is down-
|
||||
loaded automatically the first time a web page is loaded unless, as done
|
||||
by this port, the engine is pre-installed on the user's system.
|
||||
|
||||
WWW: http://wiki.winehq.org/Gecko
|
4
emulators/wine-gecko-devel/pkg-plist
Normal file
4
emulators/wine-gecko-devel/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%DATADIR%%/wine/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
|
||||
@dirrm %%DATADIR%%/wine/gecko
|
||||
@dirrmtry %%DATADIR%%/wine
|
||||
@dirrmtry %%DATADIR%%
|
29
emulators/wine-gecko/Makefile
Normal file
29
emulators/wine-gecko/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: wine_gecko
|
||||
# Date created: 2011-04-30
|
||||
# Whom: David Naylor <naylor.b.david@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wine-gecko
|
||||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
|
||||
DISTNAME= wine_gecko-${DISTVERSION}-x86
|
||||
EXTRACT_SUFX= .msi
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naylor.b.david@gmail.com
|
||||
COMMENT= Gecko Layout Engine for Wine (HTML support)
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
|
||||
|
||||
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/wine/gecko
|
||||
${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/wine/gecko
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/wine-gecko/distinfo
Normal file
2
emulators/wine-gecko/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (wine_gecko-1.2.0-x86.msi) = d6ccdb32b5867df207c7cd89513297ceb89cfa93696bece470467845c6c4d3ee
|
||||
SIZE (wine_gecko-1.2.0-x86.msi) = 12604928
|
6
emulators/wine-gecko/pkg-descr
Normal file
6
emulators/wine-gecko/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Wine implements its own version of Internet Explorer which is based on
|
||||
a custom version of Mozilla's Gecko Layout Engine. This engine is down-
|
||||
loaded automatically the first time a web page is loaded unless, as done
|
||||
by this port, the engine is pre-installed on the user's system.
|
||||
|
||||
WWW: http://wiki.winehq.org/Gecko
|
4
emulators/wine-gecko/pkg-plist
Normal file
4
emulators/wine-gecko/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%DATADIR%%/wine/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
|
||||
@dirrm %%DATADIR%%/wine/gecko
|
||||
@dirrmtry %%DATADIR%%/wine
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user