pkgsrc-WIP-changes archive

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

dragbox: Rename to dragbox-git



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

Added Files:
	dragbox-git/DESCR
	dragbox-git/Makefile
	dragbox-git/PLIST
	dragbox-git/distinfo
Removed Files:
	dragbox/DESCR
	dragbox/Makefile
	dragbox/PLIST
	dragbox/distinfo

Log Message:
dragbox: Rename to dragbox-git

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

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

diffstat:
 dragbox-git/DESCR    |  1 +
 dragbox-git/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
 dragbox-git/PLIST    | 40 ++++++++++++++++++++++++++++++++++++++++
 dragbox-git/distinfo |  5 +++++
 dragbox/DESCR        |  1 -
 dragbox/Makefile     | 38 --------------------------------------
 dragbox/PLIST        | 40 ----------------------------------------
 dragbox/distinfo     |  5 -----
 8 files changed, 84 insertions(+), 84 deletions(-)

diffs:
diff --git a/dragbox-git/DESCR b/dragbox-git/DESCR
new file mode 100644
index 0000000..2690282
--- /dev/null
+++ b/dragbox-git/DESCR
@@ -0,0 +1 @@
+Dragbox is a tool for connecting the command line with the desktop environment.
diff --git a/dragbox-git/Makefile b/dragbox-git/Makefile
new file mode 100644
index 0000000..42efda3
--- /dev/null
+++ b/dragbox-git/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.12 2014/05/09 07:38:42 thomasklausner Exp $
+
+DISTNAME=	dragbox-0.4.0
+PKGREVISION=	2
+CATEGORIES=	x11 gnome
+MASTER_SITES=	http://kaizer.se/publicfiles/dragbox/
+
+MAINTAINER=	pkgsrc.gnome%gmail.com@localhost
+HOMEPAGE=	http://users.student.lth.se/f04us/wiki/dragbox/
+COMMENT=	Command line drag-and-drop tool for GNOME
+LICENSE=	gnu-gpl-v2
+
+GIT_REPOSITORIES=       dragbox
+GIT_REPO.dragbox=	git://repo.or.cz/dragbox.git
+
+WRKSRC=		${WRKDIR}/${DISTNAME:S|-${PKGVERSION_NOREV}||:Q}
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	gmake
+USE_TOOLS+=	autoconf
+USE_TOOLS+=	automake
+
+REPLACE_PYTHON+=	dragbox
+PY_PATCHPLIST=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-ORBit via py-gnome2, py-gtk2, py-gobject
+
+pre-configure:
+	set -e; cd ${WRKSRC}; \
+	aclocal; automake -a --foreign -i; autoconf
+
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/py-gobject/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../sysutils/py-dbus/buildlink3.mk"
+.include "../../x11/py-gnome2/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/dragbox-git/PLIST b/dragbox-git/PLIST
new file mode 100644
index 0000000..64e1f83
--- /dev/null
+++ b/dragbox-git/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:33 thomasklausner Exp $
+bin/dragbox
+${PYSITELIB}/Dragbox/__init__.py
+${PYSITELIB}/Dragbox/__init__.pyc
+${PYSITELIB}/Dragbox/__init__.pyo
+${PYSITELIB}/Dragbox/aboutdialog.py
+${PYSITELIB}/Dragbox/aboutdialog.pyc
+${PYSITELIB}/Dragbox/aboutdialog.pyo
+${PYSITELIB}/Dragbox/data.py
+${PYSITELIB}/Dragbox/data.pyc
+${PYSITELIB}/Dragbox/data.pyo
+${PYSITELIB}/Dragbox/dbuscontrol.py
+${PYSITELIB}/Dragbox/dbuscontrol.pyc
+${PYSITELIB}/Dragbox/dbuscontrol.pyo
+${PYSITELIB}/Dragbox/main.py
+${PYSITELIB}/Dragbox/main.pyc
+${PYSITELIB}/Dragbox/main.pyo
+${PYSITELIB}/Dragbox/plugins.py
+${PYSITELIB}/Dragbox/plugins.pyc
+${PYSITELIB}/Dragbox/plugins.pyo
+${PYSITELIB}/Dragbox/preferences.py
+${PYSITELIB}/Dragbox/preferences.pyc
+${PYSITELIB}/Dragbox/preferences.pyo
+${PYSITELIB}/Dragbox/preferences_controller.py
+${PYSITELIB}/Dragbox/preferences_controller.pyc
+${PYSITELIB}/Dragbox/preferences_controller.pyo
+${PYSITELIB}/Dragbox/shelfitem.py
+${PYSITELIB}/Dragbox/shelfitem.pyc
+${PYSITELIB}/Dragbox/shelfitem.pyo
+${PYSITELIB}/Dragbox/utils.py
+${PYSITELIB}/Dragbox/utils.pyc
+${PYSITELIB}/Dragbox/utils.pyo
+${PYSITELIB}/Dragbox/version.py
+${PYSITELIB}/Dragbox/version.pyc
+${PYSITELIB}/Dragbox/version.pyo
+${PYSITELIB}/Dragbox/window.py
+${PYSITELIB}/Dragbox/window.pyc
+${PYSITELIB}/Dragbox/window.pyo
+man/man1/dragbox.1
+share/dragbox/preferences.glade
diff --git a/dragbox-git/distinfo b/dragbox-git/distinfo
new file mode 100644
index 0000000..1518301
--- /dev/null
+++ b/dragbox-git/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/21 23:29:41 jihbed Exp $
+
+SHA1 (dragbox-0.4.0.tar.gz) = 880deea590bb656e4c61360e83001b677546e5e5
+RMD160 (dragbox-0.4.0.tar.gz) = 741fdb9cd4e489df6a4d014f44b80469ca2e1181
+Size (dragbox-0.4.0.tar.gz) = 88019 bytes
diff --git a/dragbox/DESCR b/dragbox/DESCR
deleted file mode 100644
index 2690282..0000000
--- a/dragbox/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Dragbox is a tool for connecting the command line with the desktop environment.
diff --git a/dragbox/Makefile b/dragbox/Makefile
deleted file mode 100644
index 42efda3..0000000
--- a/dragbox/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2014/05/09 07:38:42 thomasklausner Exp $
-
-DISTNAME=	dragbox-0.4.0
-PKGREVISION=	2
-CATEGORIES=	x11 gnome
-MASTER_SITES=	http://kaizer.se/publicfiles/dragbox/
-
-MAINTAINER=	pkgsrc.gnome%gmail.com@localhost
-HOMEPAGE=	http://users.student.lth.se/f04us/wiki/dragbox/
-COMMENT=	Command line drag-and-drop tool for GNOME
-LICENSE=	gnu-gpl-v2
-
-GIT_REPOSITORIES=       dragbox
-GIT_REPO.dragbox=	git://repo.or.cz/dragbox.git
-
-WRKSRC=		${WRKDIR}/${DISTNAME:S|-${PKGVERSION_NOREV}||:Q}
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	gmake
-USE_TOOLS+=	autoconf
-USE_TOOLS+=	automake
-
-REPLACE_PYTHON+=	dragbox
-PY_PATCHPLIST=	yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-ORBit via py-gnome2, py-gtk2, py-gobject
-
-pre-configure:
-	set -e; cd ${WRKSRC}; \
-	aclocal; automake -a --foreign -i; autoconf
-
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/py-gobject/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../sysutils/py-dbus/buildlink3.mk"
-.include "../../x11/py-gnome2/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dragbox/PLIST b/dragbox/PLIST
deleted file mode 100644
index 64e1f83..0000000
--- a/dragbox/PLIST
+++ /dev/null
@@ -1,40 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:33 thomasklausner Exp $
-bin/dragbox
-${PYSITELIB}/Dragbox/__init__.py
-${PYSITELIB}/Dragbox/__init__.pyc
-${PYSITELIB}/Dragbox/__init__.pyo
-${PYSITELIB}/Dragbox/aboutdialog.py
-${PYSITELIB}/Dragbox/aboutdialog.pyc
-${PYSITELIB}/Dragbox/aboutdialog.pyo
-${PYSITELIB}/Dragbox/data.py
-${PYSITELIB}/Dragbox/data.pyc
-${PYSITELIB}/Dragbox/data.pyo
-${PYSITELIB}/Dragbox/dbuscontrol.py
-${PYSITELIB}/Dragbox/dbuscontrol.pyc
-${PYSITELIB}/Dragbox/dbuscontrol.pyo
-${PYSITELIB}/Dragbox/main.py
-${PYSITELIB}/Dragbox/main.pyc
-${PYSITELIB}/Dragbox/main.pyo
-${PYSITELIB}/Dragbox/plugins.py
-${PYSITELIB}/Dragbox/plugins.pyc
-${PYSITELIB}/Dragbox/plugins.pyo
-${PYSITELIB}/Dragbox/preferences.py
-${PYSITELIB}/Dragbox/preferences.pyc
-${PYSITELIB}/Dragbox/preferences.pyo
-${PYSITELIB}/Dragbox/preferences_controller.py
-${PYSITELIB}/Dragbox/preferences_controller.pyc
-${PYSITELIB}/Dragbox/preferences_controller.pyo
-${PYSITELIB}/Dragbox/shelfitem.py
-${PYSITELIB}/Dragbox/shelfitem.pyc
-${PYSITELIB}/Dragbox/shelfitem.pyo
-${PYSITELIB}/Dragbox/utils.py
-${PYSITELIB}/Dragbox/utils.pyc
-${PYSITELIB}/Dragbox/utils.pyo
-${PYSITELIB}/Dragbox/version.py
-${PYSITELIB}/Dragbox/version.pyc
-${PYSITELIB}/Dragbox/version.pyo
-${PYSITELIB}/Dragbox/window.py
-${PYSITELIB}/Dragbox/window.pyc
-${PYSITELIB}/Dragbox/window.pyo
-man/man1/dragbox.1
-share/dragbox/preferences.glade
diff --git a/dragbox/distinfo b/dragbox/distinfo
deleted file mode 100644
index 1518301..0000000
--- a/dragbox/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/21 23:29:41 jihbed Exp $
-
-SHA1 (dragbox-0.4.0.tar.gz) = 880deea590bb656e4c61360e83001b677546e5e5
-RMD160 (dragbox-0.4.0.tar.gz) = 741fdb9cd4e489df6a4d014f44b80469ca2e1181
-Size (dragbox-0.4.0.tar.gz) = 88019 bytes


Home | Main Index | Thread Index | Old Index