summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2006-01-29 17:06:22 +0000
committerrxg <rxg@pkgsrc.org>2006-01-29 17:06:22 +0000
commit31c217db1234dbba2837ba6bbb8f5b1898e49b9b (patch)
tree12bd91fa6559f329b50df83033a7b9d0085f71c0
parentb309c06d583e79738d03a75ca2da2225d58f84f9 (diff)
downloadpkgsrc-31c217db1234dbba2837ba6bbb8f5b1898e49b9b.tar.gz
Change category.
-rw-r--r--sysutils/rox-memo/DESCR3
-rw-r--r--sysutils/rox-memo/Makefile40
-rw-r--r--sysutils/rox-memo/PLIST19
-rw-r--r--sysutils/rox-memo/distinfo5
-rw-r--r--sysutils/rox-wallpaper/DESCR4
-rw-r--r--sysutils/rox-wallpaper/Makefile41
-rw-r--r--sysutils/rox-wallpaper/PLIST12
-rw-r--r--sysutils/rox-wallpaper/distinfo5
8 files changed, 0 insertions, 129 deletions
diff --git a/sysutils/rox-memo/DESCR b/sysutils/rox-memo/DESCR
deleted file mode 100644
index cda3d9db97f..00000000000
--- a/sysutils/rox-memo/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Memo is a ROX application which you can use to store appointments and 'TODO'
-items. It displays the next few entries in a small window and can also be
-instructed to beep and bring up a window with a message later.
diff --git a/sysutils/rox-memo/Makefile b/sysutils/rox-memo/Makefile
deleted file mode 100644
index d5adbae2a2a..00000000000
--- a/sysutils/rox-memo/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2006/01/24 07:32:35 wiz Exp $
-#
-
-DISTNAME= Memo-1.0.0
-PKGNAME= rox-memo-1.0.0
-PKGREVISION= 6
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= rxg@NetBSD.org
-HOMEPAGE= http://rox.sourceforge.net/
-COMMENT= Reminds you about things
-
-DEPENDS+= rox-lib>=0.1.4:../../sysutils/rox-lib
-
-DIST_SUBDIR= rox
-WRKSRC= ${WRKDIR}/Memo
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-PYTHON_PATCH_SCRIPTS= AppRun
-INSTALLATION_DIRS= share/rox
-
-post-patch:
- ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \
- < ${WRKSRC}/findrox.py \
- > ${WRKSRC}/findrox.py.1
- ${MV} -f ${WRKSRC}/findrox.py.1 ${WRKSRC}/findrox.py
-
-pre-install:
- ${RM} -f ${WRKSRC}/AppRun.tmp
-
-do-install:
- ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox
-
-.include "../../lang/python/application.mk"
-.include "../../x11/pygtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/rox-memo/PLIST b/sysutils/rox-memo/PLIST
deleted file mode 100644
index 95a15a6d5bf..00000000000
--- a/sysutils/rox-memo/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/02 08:46:16 cjep Exp $
-share/rox/Memo/Alarm.py
-share/rox/Memo/AppIcon.xpm
-share/rox/Memo/AppInfo.xml
-share/rox/Memo/AppRun
-share/rox/Memo/Arrow.py
-share/rox/Memo/EditBox.py
-share/rox/Memo/Help/COPYING
-share/rox/Memo/Help/Changes
-share/rox/Memo/Help/README
-share/rox/Memo/Memo.py
-share/rox/Memo/TimeDisplay.py
-share/rox/Memo/choices.py
-share/rox/Memo/findrox.py
-share/rox/Memo/memos.py
-share/rox/Memo/menus.py
-share/rox/Memo/support.py
-@dirrm share/rox/Memo/Help
-@dirrm share/rox/Memo
diff --git a/sysutils/rox-memo/distinfo b/sysutils/rox-memo/distinfo
deleted file mode 100644
index e0392b490e2..00000000000
--- a/sysutils/rox-memo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:56 agc Exp $
-
-SHA1 (rox/Memo-1.0.0.tgz) = d5faf0e518050d394d8e7d994f131f1e199eacbf
-RMD160 (rox/Memo-1.0.0.tgz) = 0500963412106caf80c37c9e73dd90ec1f3fd8a2
-Size (rox/Memo-1.0.0.tgz) = 18429 bytes
diff --git a/sysutils/rox-wallpaper/DESCR b/sysutils/rox-wallpaper/DESCR
deleted file mode 100644
index 186d2a53507..00000000000
--- a/sysutils/rox-wallpaper/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This ROX application can be used to place an image on your desktop
-background. You can drag an image onto the Wallpaper icon to set that
-image as the desktop background directly, or you can click on the
-Wallpaper icon to set things up for automatic use.
diff --git a/sysutils/rox-wallpaper/Makefile b/sysutils/rox-wallpaper/Makefile
deleted file mode 100644
index 1a229a4ab42..00000000000
--- a/sysutils/rox-wallpaper/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2006/01/24 07:32:35 wiz Exp $
-#
-
-DISTNAME= Wallpaper-0.1.1
-PKGNAME= rox-wallpaper-0.1.1
-PKGREVISION= 6
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= rxg@NetBSD.org
-HOMEPAGE= http://rox.sourceforge.net/
-COMMENT= For setting the backdrop
-
-DEPENDS+= rox-lib>=0.1.4:../../sysutils/rox-lib
-DEPENDS+= ImageMagick>=5.3.9:../../graphics/ImageMagick
-
-WRKSRC= ${WRKDIR}/Wallpaper
-DIST_SUBDIR= rox
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-PYTHON_PATCH_SCRIPTS= AppRun
-INSTALLATION_DIRS= share/rox
-
-post-patch:
- ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \
- < ${WRKSRC}/findrox.py \
- > ${WRKSRC}/findrox.py.1
- ${MV} -f ${WRKSRC}/findrox.py.1 ${WRKSRC}/findrox.py
-
-pre-install:
- ${RM} -f ${WRKSRC}/AppRun.tmp
-
-do-install:
- ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox
-
-.include "../../lang/python/application.mk"
-.include "../../x11/pygtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/rox-wallpaper/PLIST b/sysutils/rox-wallpaper/PLIST
deleted file mode 100644
index 6a0980a88cc..00000000000
--- a/sysutils/rox-wallpaper/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/02 08:51:44 cjep Exp $
-share/rox/Wallpaper/AppIcon.xpm
-share/rox/Wallpaper/AppInfo.xml
-share/rox/Wallpaper/AppRun
-share/rox/Wallpaper/AutoStart.py
-share/rox/Wallpaper/Help/COPYING
-share/rox/Wallpaper/Help/README
-share/rox/Wallpaper/display.py
-share/rox/Wallpaper/findrox.py
-share/rox/Wallpaper/no_display.py
-@dirrm share/rox/Wallpaper/Help
-@dirrm share/rox/Wallpaper
diff --git a/sysutils/rox-wallpaper/distinfo b/sysutils/rox-wallpaper/distinfo
deleted file mode 100644
index ba4633f0689..00000000000
--- a/sysutils/rox-wallpaper/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:57 agc Exp $
-
-SHA1 (rox/Wallpaper-0.1.1.tgz) = 344a909bf16bad6fb52b85fab064eff66fbd33a8
-RMD160 (rox/Wallpaper-0.1.1.tgz) = 52523ca25a6767bbec2bb6f2bbc8f987e35650ba
-Size (rox/Wallpaper-0.1.1.tgz) = 13007 bytes