Project has been renamed from menueditor to smeg. Visit website for more

information:

	http://www.realistanew.com/projects/smeg/

PR:		ports/81693
Repocopy by:	marcus
This commit is contained in:
Jeremy Messenger 2005-06-05 19:51:24 +00:00
parent f61113f596
commit 435998af62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136853
14 changed files with 60 additions and 120 deletions

1
MOVED
View File

@ -1511,3 +1511,4 @@ devel/idlefork||2005-06-03|has been integrated into Pyhton 2.3+
editors/gxedit||2005-06-03|project no longer exists
misc/yaucg||2005-06-03|master site disappeared, script probably broken
net/archie.el||2005-06-03|master site disappeared
deskutils/menueditor|deskutils/smeg|2005-06-05|project renamed

View File

@ -94,7 +94,6 @@
SUBDIR += mcatalog
SUBDIR += mdh
SUBDIR += mencal
SUBDIR += menueditor
SUBDIR += metabar
SUBDIR += mhc
SUBDIR += mhc-emacs20
@ -126,6 +125,7 @@
SUBDIR += rox-memo
SUBDIR += rubrica
SUBDIR += sliderule
SUBDIR += smeg
SUBDIR += splashsetter
SUBDIR += sugarcrm
SUBDIR += superkaramba

View File

@ -5,37 +5,31 @@
# $FreeBSD$
#
PORTNAME= menueditor
PORTVERSION= 0.4.3
CATEGORIES= deskutils gnome
MASTER_SITES= http://dev.realistanew.com/menu-editor/ \
http://dev.realistanew.com/menu-editor/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
PORTNAME= smeg
PORTVERSION= 0.7.4
CATEGORIES= deskutils
MASTER_SITES= http://dev.realistanew.com/${PORTNAME}/${PORTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A simple menu editor for GNOME 2.10
COMMENT= An editor for the freedesktop.org menu specification
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_GNOME= pygtk2 gnomehier
USE_GNOME= pygtk2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e "s|\[(libdir,|\[('share/gnome/menu-editor',|g ; \
s|, 'lib/|, 'share/gnome/|g ; \
s|'share/pixmaps|'share/gnome/pixmaps|g ; \
s|'share/applications|'share/gnome/applications|g ; \
s|/usr/share|${X11BASE}/share/gnome|g ; \
s|/etc|${X11BASE}/etc|g" \
${WRKSRC}/setup.py ${WRKSRC}/bin/menu-editor \
${WRKSRC}/lib/menu-editor/menu_handler.py
@${REINPLACE_CMD} -e "s|libdir, glob|'share/${PORTNAME}', glob|g ; \
s|, 'lib/|, 'share/|g ; s|/usr/share|${X11BASE}/share|g" \
${WRKSRC}/setup.py ${WRKSRC}/bin/${PORTNAME} \
${WRKSRC}/lib/${PORTNAME}/MenuHandler.py \
${WRKSRC}/lib/${PORTNAME}/DialogHandler.py
post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/menu-editor
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
${PREFIX}/share/${PORTNAME}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (menueditor_0.4.3.orig.tar.gz) = a25e6749a76e806f6eb19ece02b90281
SIZE (menueditor_0.4.3.orig.tar.gz) = 12221
MD5 (smeg-0.7.4.tar.gz) = 3611bebd337ce4d4799a1d6887240399
SIZE (smeg-0.7.4.tar.gz) = 21899

View File

@ -1,4 +1,3 @@
A simple menu editor for GNOME 2.10 that can edit and add new entries. It
implements the fd.o menu spec but may or may not work with other DEs.
Smeg is an editor for the freedesktop.org menu specification.
WWW: http://www.realistanew.com/2005/03/18/gnome-menu-editor/
WWW: http://www.realistanew.com/projects/smeg/

View File

@ -1,8 +1,12 @@
bin/menu-editor
share/doc/menu-editor/AUTHORS
share/gnome/applications/menueditor.desktop
share/gnome/menu-editor/menu_handler.py
share/gnome/menu-editor/menu_handler.pyc
share/gnome/pixmaps/menu-editor.png
@dirrm share/gnome/menu-editor
@dirrm share/doc/menu-editor
bin/smeg
share/applications/smeg-kde.desktop
share/applications/smeg.desktop
%%DATADIR%%/DialogHandler.py
%%DATADIR%%/DialogHandler.pyc
%%DATADIR%%/MenuHandler.py
%%DATADIR%%/MenuHandler.pyc
%%DATADIR%%/config.py
%%DATADIR%%/config.pyc
%%DATADIR%%/smeg.glade
@dirrm %%DATADIR%%
@unexec rmdir %D/share/applications 2> /dev/null || true

View File

@ -1,41 +0,0 @@
# New ports collection makefile for: menueditor
# Date created: 22 March 2005
# Whom: FreeBSD GNOME Team
#
# $FreeBSD$
#
PORTNAME= menueditor
PORTVERSION= 0.4.3
CATEGORIES= deskutils gnome
MASTER_SITES= http://dev.realistanew.com/menu-editor/ \
http://dev.realistanew.com/menu-editor/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= gnome@FreeBSD.org
COMMENT= A simple menu editor for GNOME 2.10
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_GNOME= pygtk2 gnomehier
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e "s|\[(libdir,|\[('share/gnome/menu-editor',|g ; \
s|, 'lib/|, 'share/gnome/|g ; \
s|'share/pixmaps|'share/gnome/pixmaps|g ; \
s|'share/applications|'share/gnome/applications|g ; \
s|/usr/share|${X11BASE}/share/gnome|g ; \
s|/etc|${X11BASE}/etc|g" \
${WRKSRC}/setup.py ${WRKSRC}/bin/menu-editor \
${WRKSRC}/lib/menu-editor/menu_handler.py
post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/menu-editor
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (menueditor_0.4.3.orig.tar.gz) = a25e6749a76e806f6eb19ece02b90281
SIZE (menueditor_0.4.3.orig.tar.gz) = 12221

View File

@ -1,4 +0,0 @@
A simple menu editor for GNOME 2.10 that can edit and add new entries. It
implements the fd.o menu spec but may or may not work with other DEs.
WWW: http://www.realistanew.com/2005/03/18/gnome-menu-editor/

View File

@ -1,8 +0,0 @@
bin/menu-editor
share/doc/menu-editor/AUTHORS
share/gnome/applications/menueditor.desktop
share/gnome/menu-editor/menu_handler.py
share/gnome/menu-editor/menu_handler.pyc
share/gnome/pixmaps/menu-editor.png
@dirrm share/gnome/menu-editor
@dirrm share/doc/menu-editor

View File

@ -5,37 +5,31 @@
# $FreeBSD$
#
PORTNAME= menueditor
PORTVERSION= 0.4.3
CATEGORIES= deskutils gnome
MASTER_SITES= http://dev.realistanew.com/menu-editor/ \
http://dev.realistanew.com/menu-editor/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
PORTNAME= smeg
PORTVERSION= 0.7.4
CATEGORIES= deskutils
MASTER_SITES= http://dev.realistanew.com/${PORTNAME}/${PORTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A simple menu editor for GNOME 2.10
COMMENT= An editor for the freedesktop.org menu specification
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_GNOME= pygtk2 gnomehier
USE_GNOME= pygtk2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e "s|\[(libdir,|\[('share/gnome/menu-editor',|g ; \
s|, 'lib/|, 'share/gnome/|g ; \
s|'share/pixmaps|'share/gnome/pixmaps|g ; \
s|'share/applications|'share/gnome/applications|g ; \
s|/usr/share|${X11BASE}/share/gnome|g ; \
s|/etc|${X11BASE}/etc|g" \
${WRKSRC}/setup.py ${WRKSRC}/bin/menu-editor \
${WRKSRC}/lib/menu-editor/menu_handler.py
@${REINPLACE_CMD} -e "s|libdir, glob|'share/${PORTNAME}', glob|g ; \
s|, 'lib/|, 'share/|g ; s|/usr/share|${X11BASE}/share|g" \
${WRKSRC}/setup.py ${WRKSRC}/bin/${PORTNAME} \
${WRKSRC}/lib/${PORTNAME}/MenuHandler.py \
${WRKSRC}/lib/${PORTNAME}/DialogHandler.py
post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/menu-editor
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
${PREFIX}/share/${PORTNAME}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (menueditor_0.4.3.orig.tar.gz) = a25e6749a76e806f6eb19ece02b90281
SIZE (menueditor_0.4.3.orig.tar.gz) = 12221
MD5 (smeg-0.7.4.tar.gz) = 3611bebd337ce4d4799a1d6887240399
SIZE (smeg-0.7.4.tar.gz) = 21899

View File

@ -1,4 +1,3 @@
A simple menu editor for GNOME 2.10 that can edit and add new entries. It
implements the fd.o menu spec but may or may not work with other DEs.
Smeg is an editor for the freedesktop.org menu specification.
WWW: http://www.realistanew.com/2005/03/18/gnome-menu-editor/
WWW: http://www.realistanew.com/projects/smeg/

View File

@ -1,8 +1,12 @@
bin/menu-editor
share/doc/menu-editor/AUTHORS
share/gnome/applications/menueditor.desktop
share/gnome/menu-editor/menu_handler.py
share/gnome/menu-editor/menu_handler.pyc
share/gnome/pixmaps/menu-editor.png
@dirrm share/gnome/menu-editor
@dirrm share/doc/menu-editor
bin/smeg
share/applications/smeg-kde.desktop
share/applications/smeg.desktop
%%DATADIR%%/DialogHandler.py
%%DATADIR%%/DialogHandler.pyc
%%DATADIR%%/MenuHandler.py
%%DATADIR%%/MenuHandler.pyc
%%DATADIR%%/config.py
%%DATADIR%%/config.pyc
%%DATADIR%%/smeg.glade
@dirrm %%DATADIR%%
@unexec rmdir %D/share/applications 2> /dev/null || true