mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add encompass - a lightweight web browser for the Gnome Desktop Environment
This commit is contained in:
parent
be10fc365b
commit
43a677011c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31045
@ -40,6 +40,7 @@
|
||||
SUBDIR += decss
|
||||
SUBDIR += demoroniser
|
||||
SUBDIR += djvuplugin
|
||||
SUBDIR += encompass
|
||||
SUBDIR += erwn
|
||||
SUBDIR += evg
|
||||
SUBDIR += fcgi
|
||||
|
27
www/encompass/Makefile
Normal file
27
www/encompass/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Ports collection Makefile for: encompass
|
||||
# Date created: 26 July 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= encompass
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= http://www.geocities.com/lordzephyroth/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
gtkhtml.3:${PORTSDIR}/www/gtkhtml \
|
||||
glibwww.1:${PORTSDIR}/www/glibwww2 \
|
||||
gconf.8:${PORTSDIR}/devel/gconf
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAKE_ENV= MKDIR="${MKDIR}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/encompass/distinfo
Normal file
1
www/encompass/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (encompass-0.1.0.tar.gz) = b6629256d0355a877ae03ae87915d380
|
43
www/encompass/files/patch-aa
Normal file
43
www/encompass/files/patch-aa
Normal file
@ -0,0 +1,43 @@
|
||||
--- Makefile.orig Mon Jul 24 01:21:31 2000
|
||||
+++ Makefile Wed Jul 26 15:39:07 2000
|
||||
@@ -1,11 +1,11 @@
|
||||
-CC = gcc
|
||||
+#CC = gcc
|
||||
RM = rm -rf
|
||||
-CFLAGS = -g `gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
- `libwww-config --cflags`
|
||||
+CFLAGS += `$(X11BASE)/bin/gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
+ `$(LOCALBASE)/bin/libwww-config --cflags`
|
||||
LDFLAGS =
|
||||
-LIBS = `gnome-config --libs gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
- `libwww-config --libs` `gconf-config --libs gconf`
|
||||
-prefix = `gnome-config --prefix`
|
||||
+LIBS = `$(X11BASE)/bin/gnome-config --libs gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
+ `$(LOCALBASE)/bin/libwww-config --libs` `$(X11BASE)/bin/gconf-config --libs gconf`
|
||||
+prefix = $(PREFIX)
|
||||
INSTALL = $(prefix)/bin/install -c
|
||||
exec_prefix = ${prefix}
|
||||
bindir = $(exec_prefix)/bin
|
||||
@@ -18,13 +18,15 @@
|
||||
all: encompass
|
||||
|
||||
install: all
|
||||
- strip encompass
|
||||
- $(INSTALL) encompass $(bindir)/encompass
|
||||
- cp -rf ../encompass.desktop $(prefix)/share/gnome/apps/Internet/encompass.desktop
|
||||
- cp -rf ../pixmaps/ $(prefix)/share/
|
||||
- cp -rf ../help/ $(prefix)/share/gnome/
|
||||
- cp -rf ../sounds/ $(prefix)/share/
|
||||
- cp -rf ../encompass.soundlist /etc/sound/events/
|
||||
+ $(BSD_INSTALL_PROGRAM) encompass $(bindir)/encompass
|
||||
+ $(BSD_INSTALL_DATA) ../encompass.desktop $(prefix)/share/gnome/apps/Internet/encompass.desktop
|
||||
+ $(MKDIR) $(prefix)/share/gnome/pixmaps/encompass
|
||||
+ $(BSD_INSTALL_DATA) ../pixmaps/encompass/* $(prefix)/share/gnome/pixmaps/encompass/
|
||||
+ $(MKDIR) $(prefix)/share/gnome/help/encompass/C
|
||||
+ $(BSD_INSTALL_DATA) ../help/encompass/C/* $(prefix)/share/gnome/help/encompass/C/
|
||||
+ $(MKDIR) $(prefix)/share/gnome/sounds/encompass
|
||||
+ $(BSD_INSTALL_DATA) ../sounds/encompass/* $(prefix)/share/gnome/sounds/encompass/
|
||||
+ $(BSD_INSTALL_DATA) ../encompass.soundlist $(prefix)/etc/sound/events/
|
||||
|
||||
uninstall:
|
||||
$(RM) $(bindir)/encompass \
|
12
www/encompass/files/patch-ab
Normal file
12
www/encompass/files/patch-ab
Normal file
@ -0,0 +1,12 @@
|
||||
--- config.h.orig Wed Jul 26 14:50:21 2000
|
||||
+++ config.h Wed Jul 26 14:50:25 2000
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <netdb.h>
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <libgnomeprint/gnome-print.h>
|
1
www/encompass/pkg-comment
Normal file
1
www/encompass/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A lightweight web browser for the Gnome Desktop Environment
|
9
www/encompass/pkg-descr
Normal file
9
www/encompass/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Encompass is a web browser for the Gnome Desktop Environment.
|
||||
|
||||
It is designed to be a small fast browser using the GtkHTML engine. It will be
|
||||
able to share cookies with other apps. It will handle all special URIs and MIME
|
||||
types. All of this functionality will be provided by the latest version of
|
||||
Gnome. Bonobo components will also be used, as well as plugins. No file-manager
|
||||
functions will be implemented.
|
||||
|
||||
WWW: http://www.geocities.com/lordzephyroth/encompass.html
|
14
www/encompass/pkg-plist
Normal file
14
www/encompass/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/encompass
|
||||
etc/sound/events/encompass.soundlist
|
||||
share/gnome/apps/Internet/encompass.desktop
|
||||
share/gnome/help/encompass/C/docbook.css
|
||||
share/gnome/help/encompass/C/index.html
|
||||
share/gnome/help/encompass/C/topic.dat
|
||||
share/gnome/pixmaps/encompass/32.png
|
||||
share/gnome/pixmaps/encompass/bookmarks.png
|
||||
share/gnome/sounds/encompass/clicked.wav
|
||||
share/gnome/sounds/encompass/urldone.wav
|
||||
@dirrm share/gnome/sounds/encompass
|
||||
@dirrm share/gnome/pixmaps/encompass
|
||||
@dirrm share/gnome/help/encompass/C
|
||||
@dirrm share/gnome/help/encompass
|
Loading…
Reference in New Issue
Block a user