pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tabbed-git: Import tabbed-0.6 as wip/tabbed-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 11 11:50:33 2018 +0200
Changeset:	46bd028d08650643bb7ecc5f8e0b955d34b664df

Modified Files:
	Makefile
Added Files:
	tabbed-git/DESCR
	tabbed-git/Makefile
	tabbed-git/PLIST

Log Message:
tabbed-git: Import tabbed-0.6 as wip/tabbed-git

Simple generic tabbed fronted to xembed aware applications, originally
designed for surf but also usable with many other application, i.e.
uzbl, urxvt and xterm.

Based on x11/tabbed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=46bd028d08650643bb7ecc5f8e0b955d34b664df

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 tabbed-git/DESCR    |  3 +++
 tabbed-git/Makefile | 37 +++++++++++++++++++++++++++++++++++++
 tabbed-git/PLIST    |  5 +++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a6245cad20..0aac68345a 100644
--- a/Makefile
+++ b/Makefile
@@ -4439,6 +4439,7 @@ SUBDIR+=	syx
 SUBDIR+=	t-coffee
 SUBDIR+=	t-gnus
 SUBDIR+=	ta-lib
+SUBDIR+=	tabbed-git
 SUBDIR+=	tabixpp
 SUBDIR+=	tac_plus-libradius
 SUBDIR+=	taglib-sharp
diff --git a/tabbed-git/DESCR b/tabbed-git/DESCR
new file mode 100644
index 0000000000..73e8348333
--- /dev/null
+++ b/tabbed-git/DESCR
@@ -0,0 +1,3 @@
+Simple generic tabbed fronted to xembed aware applications, originally
+designed for surf but also usable with many other application, i.e.
+uzbl, urxvt and xterm.
diff --git a/tabbed-git/Makefile b/tabbed-git/Makefile
new file mode 100644
index 0000000000..2fa0fe508d
--- /dev/null
+++ b/tabbed-git/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.2 2017/09/08 06:27:51 wiz Exp $
+
+DISTNAME=	tabbed-0.6
+CATEGORIES=	x11
+MASTER_SITES=	https://dl.suckless.org/tools/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://tools.suckless.org/tabbed/
+COMMENT=	Simple generic tabbed frontend to xembed aware applications
+LICENSE=	mit
+
+GIT_REPO=	http://git.suckless.org/tabbed
+
+USE_LANGUAGES=	c99
+
+# Adjust config.mk
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Fixing config.mk
+SUBST_FILES.makefile=	config.mk
+SUBST_SED.makefile=	-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+=	-e 's,/usr/X11R6,${X11BASE},'
+SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
+SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_SED.makefile+=	-e 's/-I$${FREETYPEINC}/$${FREETYPEINC}/'
+SUBST_SED.makefile+=	-e 's,^FREETYPEINC *=.*,FREETYPEINC != freetype-config --cflags,'
+SUBST_SED.makefile+=	-e 's/cc/${CC:Q}/'
+SUBST_SED.makefile+=	-e '/^CFLAGS/ s/-Os//'
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tabbed-git/PLIST b/tabbed-git/PLIST
new file mode 100644
index 0000000000..8d39c5a24e
--- /dev/null
+++ b/tabbed-git/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/tabbed
+bin/xembed
+man/man1/tabbed.1
+man/man1/xembed.1


Home | Main Index | Thread Index | Old Index