pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
surf: Move surf to surf1
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Mar 6 12:10:35 2019 +0100
Changeset: 7c9bcb3fbe4e6b8630f51176282e611a77ac30ef
Added Files:
surf1/DESCR
surf1/Makefile
surf1/PLIST
surf1/distinfo
Removed Files:
surf/DESCR
surf/Makefile
surf/PLIST
surf/distinfo
Log Message:
surf: Move surf to surf1
surf1 uses the WebKit1 API (webkit24-gtk), rename it so that we
can rename surf2* to just surf. While here also point that out in the
DESCRiption.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c9bcb3fbe4e6b8630f51176282e611a77ac30ef
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
surf/DESCR | 4 ----
surf/Makefile | 31 -------------------------------
surf/PLIST | 3 ---
surf/distinfo | 6 ------
surf1/DESCR | 6 ++++++
surf1/Makefile | 31 +++++++++++++++++++++++++++++++
surf1/PLIST | 3 +++
surf1/distinfo | 6 ++++++
8 files changed, 46 insertions(+), 44 deletions(-)
diffs:
diff --git a/surf/DESCR b/surf/DESCR
deleted file mode 100644
index 97407d8804..0000000000
--- a/surf/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-surf is a simple web browser based on WebKit/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 --git a/surf/Makefile b/surf/Makefile
deleted file mode 100644
index 46574f511d..0000000000
--- a/surf/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
-
-DISTNAME= surf-0.7
-CATEGORIES= www
-MASTER_SITES= http://dl.suckless.org/surf/
-
-MAINTAINER= pouya%san-serriffe.org@localhost
-HOMEPAGE= http://surf.suckless.org/
-COMMENT= Surf is a fast and minimalistic web browser based on WebKit/GTK+
-LICENSE= mit
-
-MAKE_JOBS_SAFE= no
-
-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}/'
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-.include "../../www/webkit24-gtk/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/surf/PLIST b/surf/PLIST
deleted file mode 100644
index d60e8be60e..0000000000
--- a/surf/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/13 10:28:14 pdtafti Exp $
-bin/surf
-man/man1/surf.1
diff --git a/surf/distinfo b/surf/distinfo
deleted file mode 100644
index a7d3fe8520..0000000000
--- a/surf/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
-
-SHA1 (surf-0.7.tar.gz) = c2e129c0180a2a89726f55042166f13556c4e511
-RMD160 (surf-0.7.tar.gz) = eba80f73ec440011abed9e8d19d11f7d574ffdb7
-SHA512 (surf-0.7.tar.gz) = a6a0e172d99f8ce5a7eb63bd34ef3e55ae26059cc94148cf7c50ac665a5e64d90f4a6b1e71b73c1fa763dfaef9b50aaae79e924724f564b2ddf2b8aef4268ff6
-Size (surf-0.7.tar.gz) = 18792 bytes
diff --git a/surf1/DESCR b/surf1/DESCR
new file mode 100644
index 0000000000..a6279eafc3
--- /dev/null
+++ b/surf1/DESCR
@@ -0,0 +1,6 @@
+surf is a simple web browser based on WebKit/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.
+
+This version of surf uses the WebKit1 API.
diff --git a/surf1/Makefile b/surf1/Makefile
new file mode 100644
index 0000000000..46574f511d
--- /dev/null
+++ b/surf1/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
+
+DISTNAME= surf-0.7
+CATEGORIES= www
+MASTER_SITES= http://dl.suckless.org/surf/
+
+MAINTAINER= pouya%san-serriffe.org@localhost
+HOMEPAGE= http://surf.suckless.org/
+COMMENT= Surf is a fast and minimalistic web browser based on WebKit/GTK+
+LICENSE= mit
+
+MAKE_JOBS_SAFE= no
+
+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}/'
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+.include "../../www/webkit24-gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/surf1/PLIST b/surf1/PLIST
new file mode 100644
index 0000000000..d60e8be60e
--- /dev/null
+++ b/surf1/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/13 10:28:14 pdtafti Exp $
+bin/surf
+man/man1/surf.1
diff --git a/surf1/distinfo b/surf1/distinfo
new file mode 100644
index 0000000000..a7d3fe8520
--- /dev/null
+++ b/surf1/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
+
+SHA1 (surf-0.7.tar.gz) = c2e129c0180a2a89726f55042166f13556c4e511
+RMD160 (surf-0.7.tar.gz) = eba80f73ec440011abed9e8d19d11f7d574ffdb7
+SHA512 (surf-0.7.tar.gz) = a6a0e172d99f8ce5a7eb63bd34ef3e55ae26059cc94148cf7c50ac665a5e64d90f4a6b1e71b73c1fa763dfaef9b50aaae79e924724f564b2ddf2b8aef4268ff6
+Size (surf-0.7.tar.gz) = 18792 bytes
Home |
Main Index |
Thread Index |
Old Index