1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

349 Commits

Author SHA1 Message Date
Pav Lucistnik
c3e2a5ad4a Labyrinth is a lightweight mind-mapping tool for the GNOME desktop. It is
written in Python and uses cairo for its rendering. It is intended to be as
light and intuitive as possible, but still provide a wide range of powerful
features.

WWW:	http://code.google.com/p/labyrinth/

PR:		ports/123675
Submitted by:	Romain Tartiere <romain@blogreen.org>
2008-12-19 14:19:54 +00:00
Roman Bogorodskiy
2fbe4ca64d Add ecru - flexible command line LiveJournal client. 2008-12-18 19:25:51 +00:00
Martin Wilke
22717a14de GTK frontend for XNeur keyboard layout switcher.
In-place converter of text typed in with a wrong keyboard layout. When users
work in multilingual environment (e.g. Russian+English), they sometimes type
in text with wrong keyboard layout. In auto mode XNeur can automatically
detect language of a word user typed, switch keyboard layout and convert the
word from one keyboard layout into another. In manual mode user has ability
to convert last typed word or some selected text using hot keys. The idea of
this utility is similar to Punto Switcher for Windows. For now XNeur support
English, Russian, Ukrainian, Belarusian, French and Romanian.

WWW: http://www.xneur.ru/

PR:		ports/129610
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-12-14 13:29:06 +00:00
Dirk Meyer
71a69e7d0d ServiceMenulet is a menulet allowing user to use services
provided by GNUstep applications.

WWW: http://www.etoile-project.org/
2008-11-29 13:51:21 +00:00
Dirk Meyer
2bbc1b96c4 Corner is a simple 'hot-corners' implementation. It instantiates a
CornerDelegate object and sends it messages of the form -enterTopLeft and
-exitTopLeftAfter: for each corner, where the exit message takes the number of
seconds the mouse spent in that corner as an argument.

The delegate simply ignores these messages by default.  A category on this
object, however, can be provided.  If you store a Smalltalk script in the
"CornerScript" default as a string object then this will be loaded
automatically and compiled.  If this contains a category on CornerDelegate then
the Smalltalk implementation will be called instead.  A trivial example might
log a message when the corner was entered was called:

$ defaults write Corner CornerScript \
"CornerDelegate extend [ enterTopLeft [ 'Script called' log. ] ]"

WWW: http://www.etoile-project.org/
2008-11-29 12:22:00 +00:00
Dirk Meyer
96850ec1a5 ScriptServices is a gateway between GNUstep system services and Unix scripts.
It turns Unix scripts into GNUstep system services.
Scripts should be put under
~/GNUstep/Library/ApplicaitonSupport/ScriptServices/
Whenever new scripts are installed, you need to update services by doing
`openapp ScriptServices --update`
A default script using `bc` comes with ScriptServices.
More scripts are in Examples directory.

WWW: http://www.etoile-project.org/
2008-11-29 12:19:28 +00:00
Martin Wilke
1ec8e7c7bb The SyncML plugin is a plugin that allows OpenSync to be synchronized against
SyncML capable devices. The plugin supports the protocol version 1.0, 1.1 and
1.2. Available transports are http and obex. Bluetooth and HTTP-OBEX protocols
are supported.

WWW: http://www.opensync.org/wiki/syncml-guide

PR:		ports/128628
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
2008-11-09 16:46:29 +00:00
Martin Wilke
10b61bac74 The file-sync opensync plugin is intended to synchronize all kinds of data
directly to the file-system. It is mainly used for backup and testing.

WWW: http://www.opensync.org/

PR:		ports/128628
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
2008-11-09 16:46:00 +00:00
Martin Wilke
615e38954d Tea Cooker is a Plasma applet for KDE4 to assist all lovers of tea in the task
of steeping tea for just the perfect length of time.

WWW: http://www.kde-look.org/content/show.php?content=85564

PR:		ports/127958
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2008-10-12 09:25:21 +00:00
Martin Wilke
08429b0033 QuickLauncher is Plasma applet for KDE4 that replicates the functionality found
in the QuickLauncher Kicker applet for KDE3.  It allows for quick access to
commonly used applications.

WWW: http://www.kde-look.org/content/show.php?content=78061

PR:		ports/127957
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2008-10-12 09:24:48 +00:00
Martin Wilke
e87d80fc4e Panel Spacer is a Plasma applet for KDE4 that lets you put some blank space
between the other applets located in a panel. You can set a minimum fixed size
and/or allow the spacer to stretch if there is free space on the right.
Optionally, you can display a thin separator line.

WWW: http://www.kde-look.org/content/show.php?content=89304

PR:		ports/127956
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2008-10-12 09:23:58 +00:00
Martin Wilke
cd238aefdc This plugin allows applications using OpenSync to synchronise to and from
Mozilla Calendar / Sunbird.

WWW: http://www.opensync.org/

PR:		ports/127973
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-10-11 15:28:12 +00:00
Martin Wilke
f8c694d0f3 This plugin allows applications using OpenSync to synchronise to and from
Windows CE and PockectPC based devices.

WWW: http://www.synce.org/moin/

PR:		ports/127874
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-10-05 13:38:02 +00:00
Martin Wilke
8ca94b3641 This plugin allows applications using OpenSync to synchronise to and from
Windows CE and PockectPC based devices.

WWW: http://www.synce.org/moin/

PR:		ports/127875
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-10-05 13:37:29 +00:00
Edwin Groothuis
7d924dfbd2 [NEW PORT] deskutils/org-mode.el6: An Emacs mode for notes and project planning
Org-mode is a mode for keeping notes, maintaining ToDo lists, and
	doing project planning with a fast and effective plain-text system.

	Org-mode develops organizational tasks around NOTES files that contain
	information about projects as plain text. Org-mode is implemented on
	top of outline-mode, which makes it possible to keep the content of
	large files well structured. Visibility cycling and structure editing
	help to work with the tree. Tables are easily created with a built-in
	table editor. Org-mode supports ToDo items, deadlines, time stamps,
	and scheduling. It dynamically compiles entries into an agenda. Plain
	text URL-like links connect to websites, emails, Usenet messages, BBDB
	entries, and any files related to the projects. For printing and
	sharing of notes, an Org-mode file can be exported as a structured
	ASCII file, or as HTML.

	WWW: http://staff.science.uva.nl/~dominik/Tools/org/

PR:		ports/125819
Submitted by:	"Thinker K.F. Li" <thinker@branda.to>
2008-08-17 06:00:27 +00:00
Martin Wilke
57250968cb - Remove duplicat kdepim3 entry. 2008-08-09 19:32:33 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
d44471fc20 - Connect deskutils/libopensync-plugin-evolution2-devel to the build 2008-08-07 09:08:34 +00:00
Martin Wilke
3535825075 Strigi is a daemon which uses a very fast and efficient crawler that can index
data on your harddrive. Indexing operations are performed without hammering
your system, this makes Strigi the fastest and smallest desktop searching
program.
Strigi can index different file formats, including the contents of the archive
files.

WWW:	http://www.vandenoever.info/software/strigi/
2008-08-05 11:15:31 +00:00
Beech Rintoul
8cf4c01d49 Hermes is a time-tracking application integrated with the Horde Framework. It
ties into Turba (to retrieve clients) and Nag and Whups (to retrieve cost
objects). It comes with a stop watch, search and reporting capabilities, and an
invoice interface.

WWW: http://horde.org/hermes/
2008-07-30 20:38:38 +00:00
Alexey Dokuchaev
571b71ef29 Add Launchy, handly utility to access your applications, files, and bookmarks
with just a few keystrokes.  It can help you forget about your start menu,
the icons on your desktop, and even your file manager.

WWW: http://launchy.sourceforge.net/
2008-07-30 06:03:57 +00:00
Martin Wilke
773a79e82e - connect msynctool-devel 2008-07-27 16:58:07 +00:00
Martin Wilke
8f68b17158 This plugin is based on vformat.{c,h} which got adapted from evolution e-vcard
parser. vformat.{c,h} parsing and assembling of vObject-like formatting. The
term vformat is often use to describe this format of vCard 2.1, vCard 3.0,
vCalendar, iCalendar and vNote.

WWW: http://www.opensync.org/

PR:		ports/125663
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 14:02:19 +00:00
Martin Wilke
7aa6dbc2d3 A python module for the OpenSync framework.
WWW: http://www.opensync.org/

PR:		ports/125662
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 14:01:56 +00:00
Martin Wilke
c0e18c2aff A python module for the OpenSync framework.
WWW: http://www.opensync.org/

PR:		ports/125498
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 14:00:50 +00:00
Martin Wilke
a4f3d2c1bd This plugin allows applications using OpenSync to synchronise to and from
Evolution 2.

WWW: http://www.opensync.org/

PR:		ports/125499
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 14:00:25 +00:00
Martin Wilke
36d221f794 A command line client for the OpenSync framework.
WWW: http://www.opensync.org/

PR:		ports/125488
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-11 08:42:52 +00:00
Edwin Groothuis
97e58b9469 New ports: deskutils/zbgset-admin A tool for managing the settings for zbgset.
This is a command line program for easily managing the
	settings for zbgset.

PR:		ports/124965
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2008-07-09 12:39:59 +00:00
Edwin Groothuis
3f7956c85c New port: deskutils/zbgset A desktop BG management system.
This does not actually set the background, but calls another
	program to do it, but what makes it useful is it allows for
	random images to be used as well as the last image to be
	called. This makes it useful for setting the image upon
	login or changing it regullarly through cron.

	When it is ran for the first time it creates a ZConf config
	named "zbgset" used store the settings.

PR:		ports/124964
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2008-07-09 12:36:23 +00:00
Joe Marcus Clarke
d69cc91c67 Add gnome-main-menu, a tool to organize GNOME applications into one
easy-to-launch applet or browser application.
2008-07-07 17:22:21 +00:00
Jeremy Messenger
541bb09818 It disappeared from master site and take over by alacarte.
Discussed with:	My team, FreeBSD GNOME Team
2008-07-04 03:13:51 +00:00
Jeremy Messenger
53763feb63 It disappeared from master site.
Discussed with:	My team, FreeBSD GNOME Team
2008-07-04 03:11:37 +00:00
Martin Wilke
169c5bde31 jjclient - A command line client for posting JustJournal entries
jjclient is a UNIX-style client for JustJournal that allows you to
post blog entries from the command line without the need for a web
browser.

WWW: http://www.justjournal.com/

PR:		ports/124382
Submitted by:	Lucas Holt <luke at justjournal.com>
2008-06-21 11:01:17 +00:00
Michael Johnson
825a468444 Add google-gadgets 0.9.2, google Desktop Gadgets.
PR:		ports/124403
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-06-09 00:52:55 +00:00
Dirk Meyer
18db56686a InspectorKit provides commonly used inspector.
It is originally part of OpenSpaceManager
and mostly rewritten to use other components in Etoile.
Ideally, Inspector should automatically pick suitable panes
for selected file or object.

WWW: http://www.etoile-project.org/
2008-05-11 13:32:21 +00:00
Dirk Meyer
0d761e0ce3 UKDistributedView and UKFinderIconCell provides a very flexible icon view.
More precisely, UKDistributedView is an NSTableView-like class that allows
arbitrary positioning of evenly-sized items. This is intended for things
like the Workspace/Finder's "icon view", and even lets you snap items to a
grid in various ways, reorder them etc. Finally it can handle several
thousand of items smoothly.

WWW: http://www.etoile-project.org/
2008-05-05 17:14:24 +00:00
Dirk Meyer
3006ce6ae3 OpenProj is a free, open source desktop alternative to Microsoft Project.
OpenProj has equivalent functionality, a familiar user interface and even
opens existing MSProject files. OpenProj is interoperable with Project,
with a Gantt Chart and PERT chart etc.

Licensed under Common Public Attribution License Version 1.0 (CPAL).

WWW: http://openproj.org/
2008-04-15 08:54:28 +00:00
Martin Wilke
7cf673e166 Thinking Rock is a free software application for collecting and processing your
thoughts following the GTD methodology.

WWW: http://www.thinkingrock.com.au/

PR:		ports/119260
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
2008-01-12 16:13:58 +00:00
Emanuel Haupt
828b78e686 Add deskutils/xfce4-notification-daemon, a port of the gnome notification
daemon for Xfce Desktop Environment.

PR:		ports/118086
2007-12-11 19:25:27 +00:00
Pav Lucistnik
064e7dc0f7 Glipper is a clipboardmanager for the GNOME Panel. It maintains a history of
text copied to the clipboard from which you can choose. You can see this as a
GNOME counterpart to KDE's Klipper.

Glipper uses plugins to give the user all the extra functionality they want,
including support for Actions, Snippets and No-Paste services.

WWW:	http://glipper.sourceforge.net/

PR:		ports/117424
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2007-10-26 07:43:18 +00:00
Ying-Chieh Liao
70d2d90c73 add gcalcli 1.2
Google Calendar Command Line Interface
2007-10-02 03:18:55 +00:00
Lars Engels
3bf4a62985 kio_locate is a KIO slave for konqueror which allows you:
* To search using locate you don't have to switch to a prompt.
* The search results are shown to you, as if you were in a directory.
  Any found file is just one click away.
* You could e.g. move all found files using Drag & Drop.
* And all that's possible from practically any KDE program, that can
  open files.

WWW:    http://arminstraub.com/browse.php?page=programs_kiolocate&lang=en

Submitted by:	fusselbaer <e-ports (at) gmx.de>
Approved by:	miwi (mentor)
2007-09-09 20:57:59 +00:00
Martin Wilke
bfc5e215a8 Nagaina is a notes-taking application.
Features
* Classifications of notes in categories;
* Rich text editor, with support for font, font size, font color, alignment...
* Style editor;

WWW: http://code.google.com/p/nagaina/

PR:		ports/115662
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-08-21 08:42:18 +00:00
Ion-Mihai Tetcu
99e89f66f8 qOrganizer is a general organizer that includes a calendar with schedule,
reminders,journal/notes for every day, to-do list.But provides features
useful for students such as:timetable and a booklet for marks and absences.
It's designed to be easy to use.

WWW: http://qorganizer.sourceforge.net/

PR:		ports/ports/115650
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-08-20 16:52:43 +00:00
Martin Wilke
a9c74f1ce3 2007-08-19 databases/bbdb-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 databases/lsdb-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 deskutils/mhc-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/elib-emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 devel/elib-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/pcl-cvs-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 08:32:46 +00:00
Andrew Pantyukhin
49d788a365 - Readd intclock into x11-clocks
Suggested by:	danfe
2007-08-08 19:30:36 +00:00
Andrew Pantyukhin
4564feab5f Add port deskutils/intclock:
Intclock provides a graphical multi-timezone clock that is customizable
via a configuration window. It is based on hsclock.

WWW: http://www.peterverthez.net/projects/intclock/
Author: Peter Verthez <peter.verthez@advalvas.be>
2007-08-06 21:17:14 +00:00
Pav Lucistnik
373e3f7407 NoteCase is a hierarchical text notes manager (a.k.a. outliner). It helps you
organize your everyday text notes into a single document with individual notes
placed into a tree-like structure. To ensure your privacy an encrypted document
format is supported along with a standard unencrypted one.

WWW: http://notecase.sourceforge.net/

PR:		ports/114730
Submitted by:	Yinghong.Liu <relaxbsd@gmail.com>
2007-07-28 22:03:45 +00:00
Martin Wilke
5138a941d9 QTM allows the user to compose, format and submit entries to MT and
Wordpress blogs (and possibly other content management systems using the
same interfaces; your mileage may vary).  It uses the standard Blogger,
MetaWeblog and Movable Type APIs.  It requires Qt 4.1.

WWW: http://qtm.blogistan.co.uk/

PR:		ports/113931
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-07-16 14:30:43 +00:00
Martin Wilke
74274a6b2a qLabels is a labels and business cards creating and
printing software written in Qt4.

WWW: http://qlabels.p34.net/

PR:		ports/114549
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-07-14 18:52:56 +00:00