Osmo is a handy personal organizer, which includes calendar, tasks
manager, address book and notes modules. It is a GTK+ based tool which uses a plain XML database to store all personal data. WWW: http://clayo.org/osmo PR: 139261 Submitted by: Charlie Kester <corky1951@comcast.net>
This commit is contained in:
parent
ee35e789be
commit
d86078091f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243074
5 changed files with 99 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
SUBDIR += orage
|
||||
SUBDIR += org-mode.el
|
||||
SUBDIR += org-mode.el6
|
||||
SUBDIR += osmo
|
||||
SUBDIR += p5-Data-ICal
|
||||
SUBDIR += p5-Goo
|
||||
SUBDIR += p5-ZConf-BGSet
|
||||
|
|
44
deskutils/osmo/Makefile
Normal file
44
deskutils/osmo/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: osmo
|
||||
# Date created: 29 Sep 2009
|
||||
# Whom: Charlie Kester <corky1951#comcast.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= osmo
|
||||
PORTVERSION= 0.2.8
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
MAINTAINER= corky1951@comcast.net
|
||||
COMMENT= A personal organizer
|
||||
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
notify:${PORTSDIR}/devel/libnotify \
|
||||
ical:${PORTSDIR}/devel/libical \
|
||||
tar:${PORTSDIR}/devel/libtar \
|
||||
gringotts:${PORTSDIR}/security/libgringotts
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= osmo.1
|
||||
|
||||
POFILES= ca cs de el es fi fr hu it ja lt nl pl pt \
|
||||
ru sv tr uk zh_CN
|
||||
|
||||
MSGFMT= ${LOCALBASE}/bin/msgfmt
|
||||
|
||||
pre-install:
|
||||
# workaround to problem in po makefile
|
||||
.for p in ${POFILES}
|
||||
${MSGFMT} -c ${WRKSRC}/po/$p.po -o ${WRKSRC}/po/$p.mo
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/osmo/distinfo
Normal file
3
deskutils/osmo/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (osmo-0.2.8.tar.gz) = 7fa83efd27cd3ecc54e73f0ec4e91d81
|
||||
SHA256 (osmo-0.2.8.tar.gz) = 6d2fe3672a7b6fbe334ed5f2d99bb036057c2584c1ce2b836782adeff6c6f816
|
||||
SIZE (osmo-0.2.8.tar.gz) = 787611
|
5
deskutils/osmo/pkg-descr
Normal file
5
deskutils/osmo/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Osmo is a handy personal organizer, which includes calendar, tasks
|
||||
manager, address book and notes modules. It is a GTK+ based tool
|
||||
which uses a plain XML database to store all personal data.
|
||||
|
||||
WWW: http://clayo.org/osmo
|
46
deskutils/osmo/pkg-plist
Normal file
46
deskutils/osmo/pkg-plist
Normal file
|
@ -0,0 +1,46 @@
|
|||
bin/osmo
|
||||
share/applications/osmo.desktop
|
||||
share/icons/hicolor/16x16/apps/osmo.png
|
||||
share/icons/hicolor/22x22/apps/osmo.png
|
||||
share/icons/hicolor/24x24/apps/osmo.png
|
||||
share/icons/hicolor/32x32/apps/osmo.png
|
||||
share/icons/hicolor/48x48/apps/osmo.png
|
||||
share/icons/hicolor/scalable/apps/osmo.svg
|
||||
share/locale/ca/LC_MESSAGES/osmo.mo
|
||||
share/locale/cs/LC_MESSAGES/osmo.mo
|
||||
share/locale/de/LC_MESSAGES/osmo.mo
|
||||
share/locale/el/LC_MESSAGES/osmo.mo
|
||||
share/locale/es/LC_MESSAGES/osmo.mo
|
||||
share/locale/fi/LC_MESSAGES/osmo.mo
|
||||
share/locale/fr/LC_MESSAGES/osmo.mo
|
||||
share/locale/hu/LC_MESSAGES/osmo.mo
|
||||
share/locale/it/LC_MESSAGES/osmo.mo
|
||||
share/locale/ja/LC_MESSAGES/osmo.mo
|
||||
share/locale/lt/LC_MESSAGES/osmo.mo
|
||||
share/locale/nl/LC_MESSAGES/osmo.mo
|
||||
share/locale/pl/LC_MESSAGES/osmo.mo
|
||||
share/locale/pt/LC_MESSAGES/osmo.mo
|
||||
share/locale/ru/LC_MESSAGES/osmo.mo
|
||||
share/locale/sv/LC_MESSAGES/osmo.mo
|
||||
share/locale/tr/LC_MESSAGES/osmo.mo
|
||||
share/locale/uk/LC_MESSAGES/osmo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/osmo.mo
|
||||
share/pixmaps/osmo.png
|
||||
share/sounds/osmo/alarm.wav
|
||||
@dirrm share/sounds/osmo
|
||||
@dirrmtry share/sounds
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/24x24/apps
|
||||
@dirrmtry share/icons/hicolor/24x24
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
@dirrmtry share/icons/hicolor/22x22
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
Loading…
Reference in a new issue