ROXTerm is a terminal emulator intended to provide similar features to
gnome-terminal, based on the same VTE library, but with a smaller footprint and quicker start-up time. ok jasper@ and merdely@
This commit is contained in:
parent
7c470cb5a8
commit
d06a2d25dc
41
x11/roxterm/Makefile
Normal file
41
x11/roxterm/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/31 07:30:06 eric Exp $
|
||||
|
||||
COMMENT= terminal emulator for X
|
||||
|
||||
DISTNAME= roxterm-1.7.4
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://roxterm.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roxterm/}
|
||||
|
||||
MAINTAINER= Jona Joachim <jaj@hcl-club.lu>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
|
||||
dbus-1 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
||||
m ncurses pango-1.0 pangocairo-1.0 pangoft2-1.0 pangox-1.0 \
|
||||
pangoxft-1.0 pcre png pthread xml2 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= vte::devel/vte \
|
||||
dbus-glib-1::x11/dbus-glib \
|
||||
glade-2.0::devel/libglade2
|
||||
|
||||
RUN_DEPENDS= ::devel/desktop-file-utils \
|
||||
:librsvg-*:x11/gnome/librsvg,no_gnome
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/roxterm/distinfo
Normal file
5
x11/roxterm/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (roxterm-1.7.4.tar.gz) = 8Tg6Xj1qoootOBfRFxhAyg==
|
||||
RMD160 (roxterm-1.7.4.tar.gz) = liY+3+OIvJ6YzFH78SGC+NQ0EKo=
|
||||
SHA1 (roxterm-1.7.4.tar.gz) = TV1UDIunBgfVWSNSIYdQ4vElbO8=
|
||||
SHA256 (roxterm-1.7.4.tar.gz) = WDmaKpXQ62HJxmW/xEu9Z5elm7cYGzRkyM+1FtJjTXw=
|
||||
SIZE (roxterm-1.7.4.tar.gz) = 479005
|
12
x11/roxterm/patches/patch-configure
Normal file
12
x11/roxterm/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/10/31 07:30:06 eric Exp $
|
||||
--- configure.orig Wed Oct 24 13:21:48 2007
|
||||
+++ configure Wed Oct 24 13:22:09 2007
|
||||
@@ -20440,7 +20440,7 @@ dbus_version=`pkg-config --modversion dbus-1`
|
||||
{ echo "$as_me:$LINENO: result: $dbus_version" >&5
|
||||
echo "${ECHO_T}$dbus_version" >&6; }
|
||||
dbus_old_args=0
|
||||
-test "$dbus_version" \< "0.30" && dbus_old_args=1
|
||||
+/bin/test "$dbus_version" \< "0.30" && dbus_old_args=1
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ROXTERM_DBUS_OLD_ARGS_SEMANTICS $dbus_old_args
|
6
x11/roxterm/pkg/DESCR
Normal file
6
x11/roxterm/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
ROXTerm is a terminal emulator intended to provide similar features to
|
||||
gnome-terminal, based on the same VTE library, but with a smaller
|
||||
footprint and quicker start-up time. It achieves this by not using the
|
||||
Gnome libraries and by using a separate applet to provide the
|
||||
configuration GUI. It can be used as a ROX application, as the name
|
||||
implies, or in any other X environment.
|
33
x11/roxterm/pkg/PLIST
Normal file
33
x11/roxterm/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/31 07:30:06 eric Exp $
|
||||
bin/roxterm
|
||||
bin/roxterm-config
|
||||
share/applications/
|
||||
share/applications/roxterm.desktop
|
||||
share/doc/roxterm/
|
||||
share/doc/roxterm/AUTHORS
|
||||
share/doc/roxterm/COPYING
|
||||
share/doc/roxterm/Changes
|
||||
share/doc/roxterm/NEWS
|
||||
share/doc/roxterm/README
|
||||
share/doc/roxterm/TODO
|
||||
share/doc/roxterm/imgs/
|
||||
share/doc/roxterm/imgs/project-support.jpg
|
||||
share/doc/roxterm/imgs/roxterm_logo.png
|
||||
share/doc/roxterm/imgs/sflogo.png
|
||||
share/doc/roxterm/index.html
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/roxterm.svg
|
||||
share/roxterm/
|
||||
share/roxterm/Config/
|
||||
share/roxterm/Config/Colours/
|
||||
share/roxterm/Config/Colours/GTK
|
||||
share/roxterm/Config/Shortcuts/
|
||||
share/roxterm/Config/Shortcuts/Default
|
||||
share/roxterm/roxterm-config.glade
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user