Initial import of gnome2-terminal-2.0.1, an xterm like terminal program for
GNOME 2. Based on a package provided by Scott Aaron Bamford as part of PR pkg/18660.
This commit is contained in:
parent
4151a1b1b8
commit
3d71cbbe06
5 changed files with 132 additions and 0 deletions
16
x11/gnome2-terminal/DESCR
Normal file
16
x11/gnome2-terminal/DESCR
Normal file
|
@ -0,0 +1,16 @@
|
|||
An xterm like program for GNOME 2. This is a terminal thing that isn't
|
||||
finished at all. See TODO for more information.
|
||||
|
||||
How it works
|
||||
===
|
||||
|
||||
Profiles -
|
||||
all settings are stored in profiles. prefs dialog edits the current
|
||||
profile
|
||||
|
||||
Session -
|
||||
just the number of open windows/tabs and their profile is stored
|
||||
per-session
|
||||
|
||||
Command line options -
|
||||
do not overlap things that are preferences
|
29
x11/gnome2-terminal/Makefile
Normal file
29
x11/gnome2-terminal/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/10/30 10:32:14 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-terminal-2.0.1
|
||||
PKGNAME= ${DISTNAME:S/-/2-/}
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.0/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= sab@posix.org.uk
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
COMMENT= xterm like terminal program for GNOME 2
|
||||
|
||||
BUILD_USES_MSGFMT= YES
|
||||
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
USE_GMAKE= YES
|
||||
USE_X11= YES
|
||||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
.include "../../x11/gtk2/buildlink2.mk"
|
||||
.include "../../x11/libzvt/buildlink2.mk"
|
||||
.include "../../devel/GConf2/buildlink2.mk"
|
||||
.include "../../devel/libglade2/buildlink2.mk"
|
||||
.include "../../devel/libgnomeui/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
69
x11/gnome2-terminal/PLIST
Normal file
69
x11/gnome2-terminal/PLIST
Normal file
|
@ -0,0 +1,69 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/30 10:32:14 rh Exp $
|
||||
bin/gnome2-terminal
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml
|
||||
etc/gconf/schemas/gnome-terminal.schemas
|
||||
lib/bonobo/servers/gnome-terminal.server
|
||||
share/applications/gnome-terminal.desktop
|
||||
share/gnome-terminal/glade/gnome-terminal.glade2
|
||||
share/gnome/help/gnome-terminal/C/gnome-terminal.xml
|
||||
share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png
|
||||
share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png
|
||||
share/gnome/help/gnome-terminal/C/figures/terminal_window.png
|
||||
share/gnome/help/gnome-terminal/C/legal.xml
|
||||
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo
|
||||
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo
|
||||
share/omf/gnome-terminal/gnome-terminal-C.omf
|
||||
share/pixmaps/gnome-terminal.png
|
||||
@dirrm share/omf/gnome-terminal
|
||||
@dirrm share/gnome/help/gnome-terminal/C/figures
|
||||
@dirrm share/gnome/help/gnome-terminal/C
|
||||
@dirrm share/gnome/help/gnome-terminal
|
||||
@dirrm share/gnome-terminal/glade
|
||||
@dirrm share/gnome-terminal
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal
|
5
x11/gnome2-terminal/distinfo
Normal file
5
x11/gnome2-terminal/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/10/30 10:32:15 rh Exp $
|
||||
|
||||
SHA1 (gnome-terminal-2.0.1.tar.bz2) = 514a21a00f9a6b87161f4b90acc553ec3ede02a1
|
||||
Size (gnome-terminal-2.0.1.tar.bz2) = 616470 bytes
|
||||
SHA1 (patch-aa) = f87211a54c16b23730566c8149a1b3f5efbd6acd
|
13
x11/gnome2-terminal/patches/patch-aa
Normal file
13
x11/gnome2-terminal/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2002/10/30 10:32:15 rh Exp $
|
||||
|
||||
--- src/Makefile.in.orig Mon Aug 5 03:05:07 2002
|
||||
+++ src/Makefile.in
|
||||
@@ -268,7 +268,7 @@ install-binPROGRAMS: $(bin_PROGRAMS)
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed -e 's/$$/$(EXEEXT)/' -e 's/gnome/gnome2/'`; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
Loading…
Reference in a new issue