pkgsrc-WIP-changes archive

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

gopher-validator-git: Rename to follow upstream



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 15 17:42:20 2019 +0200
Changeset:	122998b244f82134383d6f63daadc794cdca7832

Added Files:
	gopher-validator-git/DESCR
	gopher-validator-git/Makefile
	gopher-validator-git/PLIST
Removed Files:
	gophervalidator-git/DESCR
	gophervalidator-git/Makefile
	gophervalidator-git/PLIST

Log Message:
gopher-validator-git: Rename to follow upstream

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

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

diffstat:
 gopher-validator-git/DESCR    |  1 +
 gopher-validator-git/Makefile | 30 ++++++++++++++++++++++++++++++
 gopher-validator-git/PLIST    |  2 ++
 gophervalidator-git/DESCR     |  1 -
 gophervalidator-git/Makefile  | 30 ------------------------------
 gophervalidator-git/PLIST     |  2 --
 6 files changed, 33 insertions(+), 33 deletions(-)

diffs:
diff --git a/gopher-validator-git/DESCR b/gopher-validator-git/DESCR
new file mode 100644
index 0000000000..42b1f5a1df
--- /dev/null
+++ b/gopher-validator-git/DESCR
@@ -0,0 +1 @@
+Gopher validator and happy helper
diff --git a/gopher-validator-git/Makefile b/gopher-validator-git/Makefile
new file mode 100644
index 0000000000..3c684f6670
--- /dev/null
+++ b/gopher-validator-git/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
+
+DISTNAME=	gophervalidator-0.1
+CATEGORIES=	net
+MASTER_SITES=	http://codemadness.org/releases/gophervalidator/
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	http://codemadness.org/git/sfeed/file/README.html
+COMMENT=	Gopher validator and happy helper
+LICENSE=	isc
+
+GIT_REPOSITORIES=		gophervalidator
+GIT_REPO.gophervalidator=	git://git.codemadness.org/gophervalidator
+WRKSRC=				${WRKDIR}/gophervalidator
+
+USE_LANGUAGES=	c99
+
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Adjust Makefile
+SUBST_FILES.makefile=	Makefile
+SUBST_SED.makefile+=	-e '/^LDFLAGS/s,^,\#,'
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/gophervalidator ${DESTDIR}${PREFIX}/bin
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gopher-validator-git/PLIST b/gopher-validator-git/PLIST
new file mode 100644
index 0000000000..f58ac18ffe
--- /dev/null
+++ b/gopher-validator-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/gophervalidator
diff --git a/gophervalidator-git/DESCR b/gophervalidator-git/DESCR
deleted file mode 100644
index 42b1f5a1df..0000000000
--- a/gophervalidator-git/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Gopher validator and happy helper
diff --git a/gophervalidator-git/Makefile b/gophervalidator-git/Makefile
deleted file mode 100644
index 3c684f6670..0000000000
--- a/gophervalidator-git/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
-
-DISTNAME=	gophervalidator-0.1
-CATEGORIES=	net
-MASTER_SITES=	http://codemadness.org/releases/gophervalidator/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://codemadness.org/git/sfeed/file/README.html
-COMMENT=	Gopher validator and happy helper
-LICENSE=	isc
-
-GIT_REPOSITORIES=		gophervalidator
-GIT_REPO.gophervalidator=	git://git.codemadness.org/gophervalidator
-WRKSRC=				${WRKDIR}/gophervalidator
-
-USE_LANGUAGES=	c99
-
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Adjust Makefile
-SUBST_FILES.makefile=	Makefile
-SUBST_SED.makefile+=	-e '/^LDFLAGS/s,^,\#,'
-
-INSTALLATION_DIRS+=	bin
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gophervalidator ${DESTDIR}${PREFIX}/bin
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gophervalidator-git/PLIST b/gophervalidator-git/PLIST
deleted file mode 100644
index f58ac18ffe..0000000000
--- a/gophervalidator-git/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/gophervalidator


Home | Main Index | Thread Index | Old Index