diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /deskutils/tomboy | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/tomboy')
-rw-r--r-- | deskutils/tomboy/Makefile | 63 | ||||
-rw-r--r-- | deskutils/tomboy/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tomboy/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/tomboy/pkg-plist | 117 |
4 files changed, 0 insertions, 194 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile deleted file mode 100644 index ef20ea2b3..000000000 --- a/deskutils/tomboy/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: tomboy -# Date created: 20041011 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.8 2006-10-07 20:14:43 marcus Exp $ -# - -PORTNAME= tomboy -PORTVERSION= 0.4.1 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bsd-sharp-list@forge.novell.com -COMMENT= Personal note taking system for the GNOME desktop - -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 -RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 - -USE_BZIP2= yes -USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_ICONS= yes - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= tomboy.1 -GCONF_SCHEMAS= tomboy.schemas - -.include <bsd.port.pre.mk> - -# Tomboy's Evolution plugin relies on gmime# and not evo# according to -# configure. Enable if either evo or gmime# is installed. -.if defined (WITH_EVOLUTION) || exists (${LOCALBASE}/bin/evolution) || exists (${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll) -CONFIGURE_ARGS+= --enable-evolution=yes -BUILD_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp -RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp -PLIST_SUB+= EVO:="" -.else -PLIST_SUB+= EVO:="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \ - ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \ - s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g; \ - s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_LIBDIR|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \ - ${WRKSRC}/configure - -post-install: - ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/FixedWidth.dll ${PREFIX}/lib/tomboy/Plugins - ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/NoteOfTheDay.dll ${PREFIX}/lib/tomboy/Plugins - -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.post.mk> diff --git a/deskutils/tomboy/distinfo b/deskutils/tomboy/distinfo deleted file mode 100644 index 107266dda..000000000 --- a/deskutils/tomboy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/tomboy-0.4.1.tar.bz2) = 40e0f51d832d04f762851fc9a88c01ea -SHA256 (gnome2/tomboy-0.4.1.tar.bz2) = 389f01838a2a597c78fca7066636ee4867f3896012c47a964278ad6639ae2338 -SIZE (gnome2/tomboy-0.4.1.tar.bz2) = 774805 diff --git a/deskutils/tomboy/pkg-descr b/deskutils/tomboy/pkg-descr deleted file mode 100644 index 528fc8436..000000000 --- a/deskutils/tomboy/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Tomboy is a desktop note-taking application for Linux and Unix. Simple -and easy to use, but with potential to help you organize the ideas and -information you deal with every day. - -The key to Tomboy's usefulness lies in the ability to relate notes and -ideas together. Using a WikiWiki-like linking system, organizing ideas -is as simple as typing a name. Branching an idea off is easy as pressing -the Link button. And links between your ideas won't break, even when -renaming and reorganizing them. - -WWW: http://www.beatniksoftware.com/tomboy/ diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist deleted file mode 100644 index 6a645e317..000000000 --- a/deskutils/tomboy/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -bin/tomboy -%%EVO:%%lib/tomboy/Plugins/Evolution.dll -lib/tomboy/Plugins/ExportToHTML.dll -lib/tomboy/Plugins/FixedWidth.dll -lib/tomboy/Plugins/NoteOfTheDay.dll -lib/tomboy/Plugins/PrintNotes.dll -lib/tomboy/Plugins/StickyNoteImport.dll -lib/tomboy/Tomboy.exe -lib/tomboy/Tomboy.exe.config -lib/tomboy/libtomboy.la -lib/tomboy/libtomboy.so -libdata/bonobo/servers/GNOME_TomboyApplet.server -libdata/pkgconfig/tomboy-plugins.pc -share/dbus-1/services/com.beatniksoftware.Tomboy.service -share/gnome/applications/DefaultPlugins.desktop -share/gnome/applications/tomboy.desktop -share/gnome/help/tomboy/C/figures/tomboy-new-note.png -share/gnome/help/tomboy/C/figures/tomboy-panel.png -share/gnome/help/tomboy/C/figures/tomboy-preferences-editing.png -share/gnome/help/tomboy/C/figures/tomboy-preferences-hotkeys.png -share/gnome/help/tomboy/C/figures/tomboy-tools.png -share/gnome/help/tomboy/C/legal.xml -share/gnome/help/tomboy/C/tomboy.xml -share/gnome/help/tomboy/es/figures/tomboy-new-note.png -share/gnome/help/tomboy/es/figures/tomboy-panel.png -share/gnome/help/tomboy/es/figures/tomboy-preferences-editing.png -share/gnome/help/tomboy/es/figures/tomboy-preferences-hotkeys.png -share/gnome/help/tomboy/es/figures/tomboy-tools.png -share/gnome/help/tomboy/es/legal.xml -share/gnome/help/tomboy/es/tomboy.xml -share/gnome/help/tomboy/sv/figures/tomboy-new-note.png -share/gnome/help/tomboy/sv/figures/tomboy-panel.png -share/gnome/help/tomboy/sv/figures/tomboy-preferences-editing.png -share/gnome/help/tomboy/sv/figures/tomboy-preferences-hotkeys.png -share/gnome/help/tomboy/sv/figures/tomboy-tools.png -share/gnome/help/tomboy/sv/legal.xml -share/gnome/help/tomboy/sv/tomboy.xml -share/gnome/omf/tomboy/tomboy-C.omf -share/gnome/omf/tomboy/tomboy-es.omf -share/gnome/omf/tomboy/tomboy-sv.omf -share/gnome/pixmaps/tomboy.png -share/icons/hicolor/16x16/apps/tomboy.png -share/icons/hicolor/22x22/apps/tomboy.png -share/icons/hicolor/48x48/apps/tomboy.png -share/icons/hicolor/scalable/apps/tomboy.svg -share/locale/bg/LC_MESSAGES/tomboy.mo -share/locale/bn/LC_MESSAGES/tomboy.mo -share/locale/bn_IN/LC_MESSAGES/tomboy.mo -share/locale/ca/LC_MESSAGES/tomboy.mo -share/locale/cs/LC_MESSAGES/tomboy.mo -share/locale/da/LC_MESSAGES/tomboy.mo -share/locale/de/LC_MESSAGES/tomboy.mo -share/locale/dz/LC_MESSAGES/tomboy.mo -share/locale/el/LC_MESSAGES/tomboy.mo -share/locale/en_CA/LC_MESSAGES/tomboy.mo -share/locale/en_GB/LC_MESSAGES/tomboy.mo -share/locale/es/LC_MESSAGES/tomboy.mo -share/locale/et/LC_MESSAGES/tomboy.mo -share/locale/eu/LC_MESSAGES/tomboy.mo -share/locale/fi/LC_MESSAGES/tomboy.mo -share/locale/fr/LC_MESSAGES/tomboy.mo -share/locale/gl/LC_MESSAGES/tomboy.mo -share/locale/gu/LC_MESSAGES/tomboy.mo -share/locale/hi/LC_MESSAGES/tomboy.mo -share/locale/hu/LC_MESSAGES/tomboy.mo -share/locale/is/LC_MESSAGES/tomboy.mo -share/locale/it/LC_MESSAGES/tomboy.mo -share/locale/ja/LC_MESSAGES/tomboy.mo -share/locale/ko/LC_MESSAGES/tomboy.mo -share/locale/ku/LC_MESSAGES/tomboy.mo -share/locale/lt/LC_MESSAGES/tomboy.mo -share/locale/lv/LC_MESSAGES/tomboy.mo -share/locale/mk/LC_MESSAGES/tomboy.mo -share/locale/ml/LC_MESSAGES/tomboy.mo -share/locale/nb/LC_MESSAGES/tomboy.mo -share/locale/ne/LC_MESSAGES/tomboy.mo -share/locale/nl/LC_MESSAGES/tomboy.mo -share/locale/or/LC_MESSAGES/tomboy.mo -share/locale/pa/LC_MESSAGES/tomboy.mo -share/locale/pl/LC_MESSAGES/tomboy.mo -share/locale/pt/LC_MESSAGES/tomboy.mo -share/locale/pt_BR/LC_MESSAGES/tomboy.mo -share/locale/ro/LC_MESSAGES/tomboy.mo -share/locale/ru/LC_MESSAGES/tomboy.mo -share/locale/rw/LC_MESSAGES/tomboy.mo -share/locale/sq/LC_MESSAGES/tomboy.mo -share/locale/sr/LC_MESSAGES/tomboy.mo -share/locale/sr@Latn/LC_MESSAGES/tomboy.mo -share/locale/sv/LC_MESSAGES/tomboy.mo -share/locale/ta/LC_MESSAGES/tomboy.mo -share/locale/th/LC_MESSAGES/tomboy.mo -share/locale/tr/LC_MESSAGES/tomboy.mo -share/locale/uk/LC_MESSAGES/tomboy.mo -share/locale/vi/LC_MESSAGES/tomboy.mo -share/locale/zh_CN/LC_MESSAGES/tomboy.mo -share/locale/zh_HK/LC_MESSAGES/tomboy.mo -share/locale/zh_TW/LC_MESSAGES/tomboy.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrm share/gnome/omf/tomboy -@dirrm share/gnome/help/tomboy/sv/figures -@dirrm share/gnome/help/tomboy/sv -@dirrm share/gnome/help/tomboy/es/figures -@dirrm share/gnome/help/tomboy/es -@dirrm share/gnome/help/tomboy/C/figures -@dirrm share/gnome/help/tomboy/C -@dirrm share/gnome/help/tomboy -@dirrm lib/tomboy/Plugins -@dirrm lib/tomboy |