From ad05883d8b25b25cc8e76e5ebb8f1582ad13208b Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 14 Oct 2011 16:29:42 +0000 Subject: Import sakura-2.4.2 as x11/sakura from wip/sakura. sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. This terminal emulator supports tab function. --- x11/sakura/DESCR | 4 ++++ x11/sakura/Makefile | 34 ++++++++++++++++++++++++++++++++++ x11/sakura/PLIST | 19 +++++++++++++++++++ x11/sakura/distinfo | 5 +++++ 4 files changed, 62 insertions(+) create mode 100644 x11/sakura/DESCR create mode 100644 x11/sakura/Makefile create mode 100644 x11/sakura/PLIST create mode 100644 x11/sakura/distinfo (limited to 'x11') diff --git a/x11/sakura/DESCR b/x11/sakura/DESCR new file mode 100644 index 00000000000..5a2ea42ec2a --- /dev/null +++ b/x11/sakura/DESCR @@ -0,0 +1,4 @@ +sakura is a terminal emulator based on GTK and VTE. It's a terminal +emulator with few dependencies, so you don't need a full GNOME desktop +installed to have a decent terminal emulator. +This terminal emulator supports tab function. diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile new file mode 100644 index 00000000000..0c165bc4508 --- /dev/null +++ b/x11/sakura/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/14 16:29:42 ryoon Exp $ +# + +DISTNAME= sakura-2.4.2 +CATEGORIES= x11 +MASTER_SITES= http://launchpad.net/sakura/trunk/2.4.2/+download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://www.pleyades.net/david/projects/sakura +COMMENT= Sakura is a terminal emulator based on GTK and VTE that supports tab + +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config pod2man +USE_CMAKE= yes + +SUBST_CLASSES+= fix-man-path +SUBST_STAGE.fix-man-path= post-patch +SUBST_MESSAGE.fix-man-path= Fix path for man1. +SUBST_FILES.fix-man-path= CMakeLists.txt +SUBST_SED.fix-man-path= -e 's,share/man/man1,${PKGMANDIR}/man1,g' + +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.20.0 +.include "../../devel/glib2/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0 +.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.vte+= vte>=0.26 +.include "../../x11/vte/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/sakura/PLIST b/x11/sakura/PLIST new file mode 100644 index 00000000000..7056bce5aa9 --- /dev/null +++ b/x11/sakura/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/14 16:29:42 ryoon Exp $ +bin/sakura +man/man1/sakura.1 +share/applications/sakura.desktop +share/doc/sakura/INSTALL +share/locale/ca/LC_MESSAGES/sakura.mo +share/locale/cs/LC_MESSAGES/sakura.mo +share/locale/de/LC_MESSAGES/sakura.mo +share/locale/es/LC_MESSAGES/sakura.mo +share/locale/fr/LC_MESSAGES/sakura.mo +share/locale/hr/LC_MESSAGES/sakura.mo +share/locale/hu/LC_MESSAGES/sakura.mo +share/locale/it/LC_MESSAGES/sakura.mo +share/locale/ja/LC_MESSAGES/sakura.mo +share/locale/pl/LC_MESSAGES/sakura.mo +share/locale/pt_BR/LC_MESSAGES/sakura.mo +share/locale/ru/LC_MESSAGES/sakura.mo +share/locale/zh_CN/LC_MESSAGES/sakura.mo +share/pixmaps/terminal-tango.svg diff --git a/x11/sakura/distinfo b/x11/sakura/distinfo new file mode 100644 index 00000000000..04da5d37810 --- /dev/null +++ b/x11/sakura/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/14 16:29:42 ryoon Exp $ + +SHA1 (sakura-2.4.2.tar.bz2) = 24b98c42c057da39f57c281a4726901952774641 +RMD160 (sakura-2.4.2.tar.bz2) = 487c148b9ebd0da74908e4241004acc2e8db40f1 +Size (sakura-2.4.2.tar.bz2) = 42082 bytes -- cgit v1.2.3