pkgsrc-WIP-changes archive

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

importing sent-0.2; suckless simple presentation tool



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By:	i3enedek
Date:		Thu Mar 10 16:12:58 2016 +0000
Changeset:	315375d148f356702303bcd25aaf7f6bc092f6fb

Added Files:
	farbfeld/buildlink3.mk
	sent/DESCR
	sent/Makefile
	sent/PLIST
	sent/distinfo

Log Message:
importing sent-0.2; suckless simple presentation tool

also added buildlink for farbfeld which is a dep.

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

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

diffstat:
 farbfeld/buildlink3.mk | 31 +++++++++++++++++++++++++++++++
 sent/DESCR             |  0
 sent/Makefile          | 31 +++++++++++++++++++++++++++++++
 sent/PLIST             |  2 ++
 sent/distinfo          |  6 ++++++
 5 files changed, 70 insertions(+)

diffs:
diff --git a/farbfeld/buildlink3.mk b/farbfeld/buildlink3.mk
new file mode 100644
index 0000000..bdde374
--- /dev/null
+++ b/farbfeld/buildlink3.mk
@@ -0,0 +1,31 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.17.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX	BUILDLINK_DEPMETHOD.farbfeld?=	build
+
+BUILDLINK_TREE+=	farbfeld
+
+.if !defined(FARBFELD_BUILDLINK3_MK)
+FARBFELD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.farbfeld+=	farbfeld>=1
+BUILDLINK_PKGSRCDIR.farbfeld?=	../../wip/farbfeld
+
+# XXX
+# XXX Uncomment and keep only the buildlink3 lines below which are directly
+# XXX needed for dependencies to compile, link, and run.  If this package
+# XXX provides a wrappered API or otherwise does not expose the APIs of the
+# XXX buildlink3 lines below to dependencies, remove them.
+# XXX
+#.include "../../graphics/jpeg/buildlink3.mk"
+#.include "../../graphics/png/buildlink3.mk"
+.endif	# FARBFELD_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-farbfeld
diff --git a/sent/DESCR b/sent/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/sent/Makefile b/sent/Makefile
new file mode 100644
index 0000000..42b559c
--- /dev/null
+++ b/sent/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	sent-0.2
+CATEGORIES=	wip
+MASTER_SITES=	http://dl.suckless.org/tools/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://dl.suckless.org/tools/
+COMMENT=	Simple plaintext presentation tool
+LICENSE=	mit
+
+SUBST_CLASSES+=         makefile
+SUBST_STAGE.makefile=   pre-configure
+SUBST_MESSAGE.makefile= Adjust 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 '/^CPPFLAGS/ s,-DHAVE_SHADOW_H,,'
+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/cc/${CC:Q}/'
+
+INSTALLATION_DIRS=      bin ${PKGMANDIR}/man1
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../wip/farbfeld/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sent/PLIST b/sent/PLIST
new file mode 100644
index 0000000..ff921bd
--- /dev/null
+++ b/sent/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/sent
diff --git a/sent/distinfo b/sent/distinfo
new file mode 100644
index 0000000..bc1ed06
--- /dev/null
+++ b/sent/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sent-0.2.tar.gz) = bace0d09f785082bcc738a6ec6010bc8b1a4b1b5
+RMD160 (sent-0.2.tar.gz) = 9ad8b0ac778220275ff1907fab505d89e20582a3
+SHA512 (sent-0.2.tar.gz) = 22c1e1e1bb7dbdaacb75a71a34ab533ca17b632e505ff96a351a907b861009b748502f7ad2934397f40842bef11e3072e814952a6abb141d470d0bb2e34a1540
+Size (sent-0.2.tar.gz) = 13479 bytes


Home | Main Index | Thread Index | Old Index