pkgsrc-WIP-changes archive

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

fuse-google-drive: Rename to fuse-google-drive-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Sep 22 23:30:58 2016 +0200
Changeset:	db6a25a2c13db8f6f9dc2226d030bda552cf59f2

Modified Files:
	Makefile
	ffmpeg-git/Makefile.common
Added Files:
	fuse-google-drive-git/DESCR
	fuse-google-drive-git/Makefile
	fuse-google-drive-git/PLIST
	fuse-google-drive-git/TODO
	fuse-google-drive-git/distinfo
Removed Files:
	fuse-google-drive/DESCR
	fuse-google-drive/Makefile
	fuse-google-drive/PLIST
	fuse-google-drive/TODO
	fuse-google-drive/distinfo

Log Message:
fuse-google-drive: Rename to fuse-google-drive-git

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

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

diffstat:
 Makefile                       |  4 ++--
 ffmpeg-git/Makefile.common     |  2 +-
 fuse-google-drive-git/DESCR    |  3 +++
 fuse-google-drive-git/Makefile | 33 +++++++++++++++++++++++++++++++++
 fuse-google-drive-git/PLIST    |  2 ++
 fuse-google-drive-git/TODO     |  5 +++++
 fuse-google-drive-git/distinfo |  5 +++++
 fuse-google-drive/DESCR        |  3 ---
 fuse-google-drive/Makefile     | 33 ---------------------------------
 fuse-google-drive/PLIST        |  2 --
 fuse-google-drive/TODO         |  5 -----
 fuse-google-drive/distinfo     |  5 -----
 12 files changed, 51 insertions(+), 51 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e6d5088..c566c61 100644
--- a/Makefile
+++ b/Makefile
@@ -727,7 +727,7 @@ SUBDIR+=	festvox-slt
 SUBDIR+=	festvox-tp
 SUBDIR+=	feynedit
 SUBDIR+=	feynhiggs
-SUBDIR+=	ffmpeg-current
+SUBDIR+=	ffmpeg-git
 SUBDIR+=	fftjet
 SUBDIR+=	fftw-mpich
 SUBDIR+=	fftw-openmpi
@@ -799,7 +799,7 @@ SUBDIR+=	fswebcam
 SUBDIR+=	ftgl
 SUBDIR+=	ftpd-tls
 SUBDIR+=	ftpsesame
-SUBDIR+=	fuse-google-drive
+SUBDIR+=	fuse-google-drive-git
 SUBDIR+=	fuse-mp3fs
 SUBDIR+=	fuse-smbfs
 SUBDIR+=	fuse-zip
diff --git a/ffmpeg-git/Makefile.common b/ffmpeg-git/Makefile.common
index 56d4ae3..02962ca 100644
--- a/ffmpeg-git/Makefile.common
+++ b/ffmpeg-git/Makefile.common
@@ -7,7 +7,7 @@ MASTER_SITES=	http://www.ffmpeg.org/releases/
 
 LICENSE=	gnu-lgpl-v2.1 AND gnu-gpl-v2
 
-PATCHDIR=	${.CURDIR}/../../wip/ffmpeg-current/patches
+PATCHDIR=	${.CURDIR}/../../wip/ffmpeg-git/patches
 
 USE_LANGUAGES=		c99
 USE_LIBTOOL=		yes
diff --git a/fuse-google-drive-git/DESCR b/fuse-google-drive-git/DESCR
new file mode 100644
index 0000000..0fbd4b4
--- /dev/null
+++ b/fuse-google-drive-git/DESCR
@@ -0,0 +1,3 @@
+Fuse-google-drive is a fuse filesystem wrapper for Google Drive released under
+GPLv2. It is currently alpha software, so do not trust it for anything
+important.
diff --git a/fuse-google-drive-git/Makefile b/fuse-google-drive-git/Makefile
new file mode 100644
index 0000000..00ceac5
--- /dev/null
+++ b/fuse-google-drive-git/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.5 2012/12/25 09:44:08 ryo-on Exp $
+#
+
+DISTNAME=	fuse-google-drive-0
+CATEGORIES=	filesystems
+MASTER_SITES=	/usr/pkgsrc/distfiles/
+
+MAINTAINER=	bjs%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/jcline/fuse-google-drive
+COMMENT=	FUSE filesystem wrapper for Google Drive
+LICENSE=	gplv2
+
+GIT_REPOSITORIES=	fuse-google-drive
+GIT_REPO.fuse-google-drive=	http://github.com/jcline/fuse-google-drive.git
+GIT_REVISION.fuse-google-drive=	1e1bfa00b6d55cabcb717d0109ffc374c0af0348
+.include "../../wip/mk/git-package.mk"
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	aclocal automake autoreconf gmake pkg-config
+USE_LIBTOOL=	yes
+
+WRKSRC=		${WRKDIR}/${PKGBASE}
+
+pre-configure:
+	set -e; cd ${WRKSRC}; \
+	autoreconf -vif
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fuse-google-drive-git/PLIST b/fuse-google-drive-git/PLIST
new file mode 100644
index 0000000..af30507
--- /dev/null
+++ b/fuse-google-drive-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
+bin/fuse-google-drive
diff --git a/fuse-google-drive-git/TODO b/fuse-google-drive-git/TODO
new file mode 100644
index 0000000..5ca699f
--- /dev/null
+++ b/fuse-google-drive-git/TODO
@@ -0,0 +1,5 @@
+XXX: needs more work to be happy
+
+fopen("/home/bjs/.config/fuse-google-drive/clientsecrets"): No such file or directory
+If you are seeing this then fuse-google-drive was unable to find the files it needs in $XDG_CONFIG_HOME/fuse-google-drive/. You need to go to https://code.google.com/apis/console/ then login and create an installed application project. Select the Google Drive API and generate the necessary tokens. Then, place the clientsecrets code in $XDG_CONFIG_HOME/fuse-google-drive/clientsecrets and place the clientid in the same folder, but in the file 'clientid'.
+
diff --git a/fuse-google-drive-git/distinfo b/fuse-google-drive-git/distinfo
new file mode 100644
index 0000000..558f345
--- /dev/null
+++ b/fuse-google-drive-git/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
+
+SHA1 (fusefs-google-drive-06052012.tar.gz) = f8eb51202a86c05d2bcde59e1543e4a508fb1701
+RMD160 (fusefs-google-drive-06052012.tar.gz) = 396831f656e4b3da38474bd562925a67908e20dc
+Size (fusefs-google-drive-06052012.tar.gz) = 24314 bytes
diff --git a/fuse-google-drive/DESCR b/fuse-google-drive/DESCR
deleted file mode 100644
index 0fbd4b4..0000000
--- a/fuse-google-drive/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Fuse-google-drive is a fuse filesystem wrapper for Google Drive released under
-GPLv2. It is currently alpha software, so do not trust it for anything
-important.
diff --git a/fuse-google-drive/Makefile b/fuse-google-drive/Makefile
deleted file mode 100644
index 00ceac5..0000000
--- a/fuse-google-drive/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/12/25 09:44:08 ryo-on Exp $
-#
-
-DISTNAME=	fuse-google-drive-0
-CATEGORIES=	filesystems
-MASTER_SITES=	/usr/pkgsrc/distfiles/
-
-MAINTAINER=	bjs%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/jcline/fuse-google-drive
-COMMENT=	FUSE filesystem wrapper for Google Drive
-LICENSE=	gplv2
-
-GIT_REPOSITORIES=	fuse-google-drive
-GIT_REPO.fuse-google-drive=	http://github.com/jcline/fuse-google-drive.git
-GIT_REVISION.fuse-google-drive=	1e1bfa00b6d55cabcb717d0109ffc374c0af0348
-.include "../../wip/mk/git-package.mk"
-
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	aclocal automake autoreconf gmake pkg-config
-USE_LIBTOOL=	yes
-
-WRKSRC=		${WRKDIR}/${PKGBASE}
-
-pre-configure:
-	set -e; cd ${WRKSRC}; \
-	autoreconf -vif
-
-.include "../../mk/fuse.buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/json-c/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/fuse-google-drive/PLIST b/fuse-google-drive/PLIST
deleted file mode 100644
index af30507..0000000
--- a/fuse-google-drive/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
-bin/fuse-google-drive
diff --git a/fuse-google-drive/TODO b/fuse-google-drive/TODO
deleted file mode 100644
index 5ca699f..0000000
--- a/fuse-google-drive/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-XXX: needs more work to be happy
-
-fopen("/home/bjs/.config/fuse-google-drive/clientsecrets"): No such file or directory
-If you are seeing this then fuse-google-drive was unable to find the files it needs in $XDG_CONFIG_HOME/fuse-google-drive/. You need to go to https://code.google.com/apis/console/ then login and create an installed application project. Select the Google Drive API and generate the necessary tokens. Then, place the clientsecrets code in $XDG_CONFIG_HOME/fuse-google-drive/clientsecrets and place the clientid in the same folder, but in the file 'clientid'.
-
diff --git a/fuse-google-drive/distinfo b/fuse-google-drive/distinfo
deleted file mode 100644
index 558f345..0000000
--- a/fuse-google-drive/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
-
-SHA1 (fusefs-google-drive-06052012.tar.gz) = f8eb51202a86c05d2bcde59e1543e4a508fb1701
-RMD160 (fusefs-google-drive-06052012.tar.gz) = 396831f656e4b3da38474bd562925a67908e20dc
-Size (fusefs-google-drive-06052012.tar.gz) = 24314 bytes


Home | Main Index | Thread Index | Old Index