pkgsrc-WIP-changes archive

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

surf2{,-git}: Rename to surf{,-git}



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 6 12:13:37 2019 +0100
Changeset:	5f3f56548adaf00e01ef50b8d939f3c9711b8755

Added Files:
	surf-git/DESCR
	surf-git/Makefile
	surf-git/PLIST
	surf-git/distinfo
	surf/DESCR
	surf/Makefile
	surf/PLIST
	surf/distinfo
Removed Files:
	surf2-git/DESCR
	surf2-git/Makefile
	surf2-git/PLIST
	surf2-git/distinfo
	surf2/DESCR
	surf2/Makefile
	surf2/PLIST
	surf2/distinfo

Log Message:
surf2{,-git}: Rename to surf{,-git}

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

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

diffstat:
 surf-git/DESCR     |  6 ++++++
 surf-git/Makefile  | 36 ++++++++++++++++++++++++++++++++++++
 surf-git/PLIST     |  4 ++++
 surf-git/distinfo  |  1 +
 surf/DESCR         |  5 +++++
 surf/Makefile      | 39 +++++++++++++++++++++++++++++++++++++++
 surf/PLIST         |  3 +++
 surf/distinfo      |  6 ++++++
 surf2-git/DESCR    |  6 ------
 surf2-git/Makefile | 36 ------------------------------------
 surf2-git/PLIST    |  4 ----
 surf2-git/distinfo |  1 -
 surf2/DESCR        |  5 -----
 surf2/Makefile     | 39 ---------------------------------------
 surf2/PLIST        |  3 ---
 surf2/distinfo     |  6 ------
 16 files changed, 100 insertions(+), 100 deletions(-)

diffs:
diff --git a/surf-git/DESCR b/surf-git/DESCR
new file mode 100644
index 0000000000..29bc9da2e7
--- /dev/null
+++ b/surf-git/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 is based on the WebKit2 API.
diff --git a/surf-git/Makefile b/surf-git/Makefile
new file mode 100644
index 0000000000..94d29ee284
--- /dev/null
+++ b/surf-git/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
+
+DISTNAME=	surf2-2.0
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://surf.suckless.org/
+COMMENT=	Fast and minimalistic web browser based on WebKit/GTK+
+LICENSE=	mit
+
+GIT_REPO=	http://git.suckless.org/surf
+
+USE_TOOLS+=	pkg-config
+MAKE_JOBS_SAFE=	no
+
+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}/'
+
+# Install binary and man page as surf2 to avoid conflicts with wip/surf
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/surf ${DESTDIR}${PREFIX}/bin/surf2
+	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf2.1
+
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../security/gcr/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/surf-git/PLIST b/surf-git/PLIST
new file mode 100644
index 0000000000..3723ed6b9f
--- /dev/null
+++ b/surf-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/surf2
+lib/surf/libsurf-webext.so
+man/man1/surf2.1
diff --git a/surf-git/distinfo b/surf-git/distinfo
new file mode 100644
index 0000000000..857f13ad1b
--- /dev/null
+++ b/surf-git/distinfo
@@ -0,0 +1 @@
+$
diff --git a/surf/DESCR b/surf/DESCR
new file mode 100644
index 0000000000..30d1e8913e
--- /dev/null
+++ b/surf/DESCR
@@ -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 --git a/surf/Makefile b/surf/Makefile
new file mode 100644
index 0000000000..c7f2d30443
--- /dev/null
+++ b/surf/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
+
+DISTNAME=	surf-2.0
+PKGNAME=	${DISTNAME:S/surf/surf2/}
+PKGREVISION=	1
+CATEGORIES=	www
+MASTER_SITES=	http://dl.suckless.org/surf/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://surf.suckless.org/
+COMMENT=	Surf is a fast and minimalistic web browser based on WebKit2/GTK+
+LICENSE=	mit
+
+MAKE_JOBS_SAFE=	no
+
+USE_TOOLS+=		pkg-config
+USE_LANGUAGES=		c99
+
+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
+
+# Install binary and man page as surf2 to avoid conflicts with wip/surf
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/surf ${DESTDIR}${PREFIX}/bin/surf2
+	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf2.1
+
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/surf/PLIST b/surf/PLIST
new file mode 100644
index 0000000000..2fd3f57e96
--- /dev/null
+++ b/surf/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/13 10:28:14 pdtafti Exp $
+bin/surf2
+man/man1/surf2.1
diff --git a/surf/distinfo b/surf/distinfo
new file mode 100644
index 0000000000..ea1a314789
--- /dev/null
+++ b/surf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
+
+SHA1 (surf-2.0.tar.gz) = 36a7ea1516428e7524c57dee20c451d6b4f8ff94
+RMD160 (surf-2.0.tar.gz) = 02c94f3009e9fe69b12087d5884186b07bf89790
+SHA512 (surf-2.0.tar.gz) = 75798bb189fa2c2c93827672089a86cf155aa7b5c7c1a0887a34817ca41763907e44a02f52947535d37a043f827d2c0fe75d16a3d172079f9cab8da341e4c0c5
+Size (surf-2.0.tar.gz) = 19056 bytes
diff --git a/surf2-git/DESCR b/surf2-git/DESCR
deleted file mode 100644
index 29bc9da2e7..0000000000
--- a/surf2-git/DESCR
+++ /dev/null
@@ -1,6 +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.
-
-This version is based on the WebKit2 API.
diff --git a/surf2-git/Makefile b/surf2-git/Makefile
deleted file mode 100644
index 94d29ee284..0000000000
--- a/surf2-git/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
-
-DISTNAME=	surf2-2.0
-CATEGORIES=	www
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://surf.suckless.org/
-COMMENT=	Fast and minimalistic web browser based on WebKit/GTK+
-LICENSE=	mit
-
-GIT_REPO=	http://git.suckless.org/surf
-
-USE_TOOLS+=	pkg-config
-MAKE_JOBS_SAFE=	no
-
-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}/'
-
-# Install binary and man page as surf2 to avoid conflicts with wip/surf
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/bin/surf ${DESTDIR}${PREFIX}/bin/surf2
-	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf2.1
-
-.include "../../www/webkit-gtk/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../security/gcr/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/surf2-git/PLIST b/surf2-git/PLIST
deleted file mode 100644
index 3723ed6b9f..0000000000
--- a/surf2-git/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/surf2
-lib/surf/libsurf-webext.so
-man/man1/surf2.1
diff --git a/surf2-git/distinfo b/surf2-git/distinfo
deleted file mode 100644
index 857f13ad1b..0000000000
--- a/surf2-git/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$
diff --git a/surf2/DESCR b/surf2/DESCR
deleted file mode 100644
index 30d1e8913e..0000000000
--- a/surf2/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/surf2/Makefile b/surf2/Makefile
deleted file mode 100644
index c7f2d30443..0000000000
--- a/surf2/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/07/13 11:10:36 leot1990 Exp $
-
-DISTNAME=	surf-2.0
-PKGNAME=	${DISTNAME:S/surf/surf2/}
-PKGREVISION=	1
-CATEGORIES=	www
-MASTER_SITES=	http://dl.suckless.org/surf/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://surf.suckless.org/
-COMMENT=	Surf is a fast and minimalistic web browser based on WebKit2/GTK+
-LICENSE=	mit
-
-MAKE_JOBS_SAFE=	no
-
-USE_TOOLS+=		pkg-config
-USE_LANGUAGES=		c99
-
-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
-
-# Install binary and man page as surf2 to avoid conflicts with wip/surf
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/bin/surf ${DESTDIR}${PREFIX}/bin/surf2
-	${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/surf2.1
-
-.include "../../www/webkit-gtk/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/surf2/PLIST b/surf2/PLIST
deleted file mode 100644
index 2fd3f57e96..0000000000
--- a/surf2/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/13 10:28:14 pdtafti Exp $
-bin/surf2
-man/man1/surf2.1
diff --git a/surf2/distinfo b/surf2/distinfo
deleted file mode 100644
index ea1a314789..0000000000
--- a/surf2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/07/13 11:10:36 leot1990 Exp $
-
-SHA1 (surf-2.0.tar.gz) = 36a7ea1516428e7524c57dee20c451d6b4f8ff94
-RMD160 (surf-2.0.tar.gz) = 02c94f3009e9fe69b12087d5884186b07bf89790
-SHA512 (surf-2.0.tar.gz) = 75798bb189fa2c2c93827672089a86cf155aa7b5c7c1a0887a34817ca41763907e44a02f52947535d37a043f827d2c0fe75d16a3d172079f9cab8da341e4c0c5
-Size (surf-2.0.tar.gz) = 19056 bytes


Home | Main Index | Thread Index | Old Index