pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/surf surf: Import surf-2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/146f5cb6148b
branches:  trunk
changeset: 456035:146f5cb6148b
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Jul 17 14:50:48 2021 +0000

description:
surf: Import surf-2.1

surf is a simple web browser based on WebKit2/GTK+. It is able to
display websites and follow links. It supports the XEmbed protocol
which makes it possible to embed it in another application.
Furthermore, one can point surf to another URI by setting its
XProperties.

diffstat:

 www/surf/DESCR    |   5 +++++
 www/surf/Makefile |  28 ++++++++++++++++++++++++++++
 www/surf/PLIST    |   4 ++++
 www/surf/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r c253f9b2bd03 -r 146f5cb6148b www/surf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/surf/DESCR    Sat Jul 17 14:50:48 2021 +0000
@@ -0,0 +1,5 @@
+surf is a simple web browser based on WebKit2/GTK+. It is able to
+display websites and follow links. It supports the XEmbed protocol
+which makes it possible to embed it in another application.
+Furthermore, one can point surf to another URI by setting its
+XProperties.
diff -r c253f9b2bd03 -r 146f5cb6148b www/surf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/surf/Makefile Sat Jul 17 14:50:48 2021 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/07/17 14:50:48 leot Exp $
+
+DISTNAME=      surf-2.1
+CATEGORIES=    www
+MASTER_SITES=  https://dl.suckless.org/surf/
+
+MAINTAINER=    leot%NetBSD.org@localhost
+HOMEPAGE=      https://surf.suckless.org/
+COMMENT=       Fast and minimalistic web browser based on WebKit2/GTK+
+LICENSE=       mit
+
+USE_TOOLS+=    pkg-config
+
+SUBST_CLASSES+=                configmk
+SUBST_STAGE.configmk=  pre-configure
+SUBST_MESSAGE.configmk=        Fixing config.mk
+SUBST_FILES.configmk=  config.mk
+SUBST_SED.configmk+=   -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.configmk+=   -e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.configmk+=   -e 's,/usr/X11R6,${X11BASE},g'
+SUBST_SED.configmk+=   -e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.configmk+=   -e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_SED.configmk+=   -e 's/cc/${CC:Q}/'
+
+.include "../../security/gcr/buildlink3.mk"
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c253f9b2bd03 -r 146f5cb6148b www/surf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/surf/PLIST    Sat Jul 17 14:50:48 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/07/17 14:50:48 leot Exp $
+bin/surf
+lib/surf/webext-surf.so
+man/man1/surf.1
diff -r c253f9b2bd03 -r 146f5cb6148b www/surf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/surf/distinfo Sat Jul 17 14:50:48 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/17 14:50:48 leot Exp $
+
+SHA1 (surf-2.1.tar.gz) = ea5f398f305fcef331d9ab58345038f9239ccaa5
+RMD160 (surf-2.1.tar.gz) = 76d6a7090c276c946ce50c73a70bb986ffdda3bc
+SHA512 (surf-2.1.tar.gz) = 06f31f683a941d9a587d908ae7f6949255937b0b0c9c133a18c6fa753c7da75de267adda1c83dd9ba0a8535e2b6d4ff2b5408cc5e8a2e315d4198fe68df5db12
+Size (surf-2.1.tar.gz) = 22555 bytes



Home | Main Index | Thread Index | Old Index