mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add rox-memo, an appointment/todo manager for the ROX desktop.
This commit is contained in:
parent
d210284deb
commit
d5d3b541ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72968
@ -41,6 +41,7 @@
|
||||
SUBDIR += offix-trash
|
||||
SUBDIR += phpgroupware
|
||||
SUBDIR += plan
|
||||
SUBDIR += rox-memo
|
||||
SUBDIR += sliderule
|
||||
SUBDIR += teapot
|
||||
SUBDIR += tuxcards
|
||||
|
32
deskutils/rox-memo/Makefile
Normal file
32
deskutils/rox-memo/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Ports collection Makefile for: rox-memo
|
||||
# Date created: Jan 12 2003
|
||||
# Whom: olgeni@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rox-memo
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rox
|
||||
DISTNAME= memo-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
||||
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/apps
|
||||
@${CP} -r ${WRKSRC}/Memo ${PREFIX}/apps/
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Memo
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/rox-memo/distinfo
Normal file
1
deskutils/rox-memo/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (memo-1.9.1.tgz) = 66e826e65caa1e02b08f9818fc4a0082
|
1
deskutils/rox-memo/pkg-comment
Normal file
1
deskutils/rox-memo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Appointment/TODO management for the ROX desktop
|
1
deskutils/rox-memo/pkg-descr
Normal file
1
deskutils/rox-memo/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Appointment/TODO management for the ROX desktop.
|
37
deskutils/rox-memo/pkg-plist
Normal file
37
deskutils/rox-memo/pkg-plist
Normal file
@ -0,0 +1,37 @@
|
||||
apps/Memo/.DirIcon
|
||||
apps/Memo/Alarm.py
|
||||
apps/Memo/Alarm.pyc
|
||||
apps/Memo/Alarm.pyo
|
||||
apps/Memo/AppInfo.xml
|
||||
apps/Memo/AppRun
|
||||
apps/Memo/Arrow.py
|
||||
apps/Memo/Arrow.pyc
|
||||
apps/Memo/Arrow.pyo
|
||||
apps/Memo/EditBox.py
|
||||
apps/Memo/EditBox.pyc
|
||||
apps/Memo/EditBox.pyo
|
||||
apps/Memo/Help/COPYING
|
||||
apps/Memo/Help/Changes
|
||||
apps/Memo/Help/README
|
||||
apps/Memo/Memo.py
|
||||
apps/Memo/Memo.pyc
|
||||
apps/Memo/Memo.pyo
|
||||
apps/Memo/Options.xml
|
||||
apps/Memo/ShowAll.py
|
||||
apps/Memo/ShowAll.pyc
|
||||
apps/Memo/ShowAll.pyo
|
||||
apps/Memo/Window.py
|
||||
apps/Memo/Window.pyc
|
||||
apps/Memo/Window.pyo
|
||||
apps/Memo/findrox.py
|
||||
apps/Memo/findrox.pyc
|
||||
apps/Memo/findrox.pyo
|
||||
apps/Memo/memos.py
|
||||
apps/Memo/memos.pyc
|
||||
apps/Memo/memos.pyo
|
||||
apps/Memo/pretty_time.py
|
||||
apps/Memo/pretty_time.pyc
|
||||
apps/Memo/pretty_time.pyo
|
||||
@dirrm apps/Memo/Help
|
||||
@dirrm apps/Memo
|
||||
@unexec rmdir %D/apps 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user