A tabbed, vte- (GTK+) based terminal emulator providing advanced
features such as multiple tabs with a small footprint. WWW: http://sourceforge.net/projects/roxterm/ PR: ports/113859 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
This commit is contained in:
parent
aae0cd3f59
commit
95ca38510e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193961
6 changed files with 75 additions and 0 deletions
|
@ -243,6 +243,7 @@
|
|||
SUBDIR += rgb
|
||||
SUBDIR += rox-wallpaper
|
||||
SUBDIR += roxbg
|
||||
SUBDIR += roxterm
|
||||
SUBDIR += rsibreak
|
||||
SUBDIR += rstart
|
||||
SUBDIR += ruby-X11
|
||||
|
|
27
x11/roxterm/Makefile
Normal file
27
x11/roxterm/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: roxterm
|
||||
# Date created: 19 Jun 2007
|
||||
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= roxterm
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= liu_yinghong@yahoo.com.cn
|
||||
COMMENT= GTK+ 2.0 terminal emulator with tabs
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= vte libglade2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET+=install install-doc-local
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/roxterm/distinfo
Normal file
3
x11/roxterm/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (roxterm-1.5.2.tar.gz) = f162a1e0aa8fd2e33131f9517f239f32
|
||||
SHA256 (roxterm-1.5.2.tar.gz) = 2b24a1db7bcf9384ca85cc4e99f3f22ad6a0311f7b3509f854eb97ed1a6dafba
|
||||
SIZE (roxterm-1.5.2.tar.gz) = 467520
|
17
x11/roxterm/files/patch-Makefile.in
Normal file
17
x11/roxterm/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- Makefile.in.orig Tue Jun 19 22:25:48 2007
|
||||
+++ Makefile.in Tue Jun 19 22:32:44 2007
|
||||
@@ -721,12 +721,13 @@
|
||||
uninstall-local uninstall-nobase_pkgdataDATA
|
||||
|
||||
|
||||
-install-data-local:
|
||||
+install-doc-local:
|
||||
$(top_srcdir)/install-sh -d $(DESTDIR)/$(pkgdocdir)/imgs
|
||||
$(top_srcdir)/install-sh -m 0644 -t $(DESTDIR)/$(pkgdocdir) \
|
||||
$(HELPFILES)
|
||||
$(top_srcdir)/install-sh -m 0644 -t $(DESTDIR)/$(pkgdocdir)/imgs \
|
||||
$(HELPIMGS)
|
||||
+install-data-local:
|
||||
$(top_srcdir)/install-sh -m 0644 $(top_srcdir)/.DirIcon \
|
||||
$(DESTDIR)/$(pkgicondir)/roxterm.svg
|
||||
|
4
x11/roxterm/pkg-descr
Normal file
4
x11/roxterm/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A tabbed, vte- (GTK+) based terminal emulator providing advanced
|
||||
features such as multiple tabs with a small footprint.
|
||||
|
||||
WWW: http://sourceforge.net/projects/roxterm/
|
23
x11/roxterm/pkg-plist
Normal file
23
x11/roxterm/pkg-plist
Normal file
|
@ -0,0 +1,23 @@
|
|||
bin/roxterm
|
||||
bin/roxterm-config
|
||||
share/applications/roxterm.desktop
|
||||
share/icons/hicolor/scalable/apps/roxterm.svg
|
||||
%%DATADIR%%/Config/Colours/GTK
|
||||
%%DATADIR%%/Config/Shortcuts/Default
|
||||
%%DATADIR%%/roxterm-config.glade
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changes
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/imgs/roxterm_logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/imgs/sflogo.png
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%/Config/Shortcuts
|
||||
@dirrm %%DATADIR%%/Config/Colours
|
||||
@dirrm %%DATADIR%%/Config
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/imgs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue