| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 83542
Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br>
|
|
|
|
|
|
|
| |
an alternative option
PR: ports/83592
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
|
|
|
|
|
| |
PR: ports/83438
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
|
|
|
|
|
|
| |
the configure script to deal with 7.x like with 6.x).
Reported by: poinyhat via kris
|
|
|
|
|
| |
PR: ports/83436
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
|
|
|
|
| |
Reported by: poinyhat via kris
|
| |
|
|
|
|
|
|
|
| |
Windows Run Dialog.
PR: ports/83281
Submitted by: Matthew Holder <sixxgate@hotmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Tomboy/panelapplet/AppletFactory.cs: Subclass from GLib.Object.
Needed to work around what I can only guess is a mono 1.0.x and
1.1.x incompatibility, whereby calling protected
GLib.Object.LookupGType externally is no longer allowed.
Hopefully fixes bug #306815.
http://bugzilla.gnome.org/show_bug.cgi?id=306815
Reported by: Geraud CONTINSOUZAS <gej at jmenbra.nl>
Took from: tomboy CVS.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Changes:
- Updated buildsystem (where a new bug slipped in, therefore the new patch)
- bugfix in src/fs/filesystem.cpp
- two new sanity checks in src/library/ktagebuch.cpp
Submitted by: pointyhat via kris
|
|
|
|
|
| |
the list of changes. Also, bump all PORTREVISIONs for ports that depend on
Gaim.
|
|
|
|
| |
Security fix for SA15852 - http://secunia.com/advisories/15852/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
entries.
The KlipOQuery panel applet for KDE is meant to be a bridge between klipper
and the web. By simply copying the active item from the clipboard, KlipOQuery
will pass this string to the selected service from the popupmenu.
Features:
- Get infos from selected words of all applications with one click
- Group services in your own categories
- Change selected services with the scrollwheel
- Have a fast access to your top services
WWW: http://www.michael-vonrueden.de/klipoquery/
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: pointyhat
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
|
| |
PR: 82925
Submitted by: Franz Klammer (maintainer)
Reported by: pointyhat via kris
|
| |
|
|
|
|
| |
- Switch to wx 2.6
|
| |
|
|
|
|
| |
- Adjust pkg-descr slightly
|
|
|
|
|
| |
PR: 82817
Submitted by: Franz Klammer (maintainer)
|
|
|
|
|
| |
Idea from: LG G1800
Obtained from: Debian (patches and manpage)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doodle is a tool to quickly search the documents on a computer. Doodle
builds an index using meta-data contained in the documents and allows
fast searches on the resulting database. Doodle uses libextractor to
support obtaining meta-data from various file-formats. The database
used by doodle is a suffix tree, resulting in fast lookups. Doodle
supports approximate searches.
WWW: http://gnunet.org/doodle/
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>, myself
|
| |
|
|
|
|
|
|
|
| |
livejournal.com. It can be enabled via WITH_TAGS_PATCH knob.
Approved by: Mike (maintainer)
Obtained from: http://www.livejournal.com/community/logjam_dev/28745.html
|
|
|
|
|
| |
PR: ports/82601
Submitted by: CAMPBELL, Gordon <seawolf@marinewolf.net> (maintainer)
|
|
|
|
|
|
| |
Fix leftover directories [1]
Submitted by: pointyhat
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: pointyhat via kris
|
|
|
|
|
|
|
|
|
| |
* Fixed a bug that caused RSS output to crash if the file already existed,
but had no items.
* Added and fixed several comics
PR: 82439
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
|
|
|
|
| |
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
|
|
|
|
|
|
| |
- Don't fail if wlan, bluetooth or thinklight sysctls are not present. They
are generated dynamically by the driver
- Bump PORTREVISION
|
| |
|
|
|
|
|
|
|
|
|
| |
The changes in this release of Gaim can be found at
http://gaim.sourceforge.net/ChangeLog.
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Security: This release fixes security bugs found at
http://gaim.sourceforge.net/security/
|
|
|
|
|
| |
PR: 79030
Submitted by: Linas Valiukas <shirshegsm@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
What has changed:
* Support for LiveJournal, Blogger, MovableType, Advogato, and Atom journals
(systems based off these are also supported, including WordPress and Drupal)
* The ability to post, edit, delete, and view recent entries
* Integrated spellchecking and HTML syntax highlighting
* Offline composition and editing
* Automatic recovery in the event of a crash
* Journal system extensions, including LiveJournal security groups and
MovableType categories
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
| |
- Fix some typos in pkg-descr [1]
- Fix an example in the manpage
- Bump PORTREVISION
Submitted by: brueffer [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
consumer of the updated acpi_ibm(4) driver:
With TPB it is possible to bind a program to the ThinkPad, Mail, Home and
Search button. TPB can also run a callback program on each state change with
the changed state and the new state as options. So it is possible to trigger
several actions on different events.
TPB has an on-screen display (OSD) to show volume, mute, brightness and some
other information. Furthermore TPB supports a software mixer, as the R series
ThinkPads have no hardware mixer to change the volume.
WWW: http://www.nongnu.org/tpb/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
- Fix the dbus by chase dbus's change in Oct 2004 for from
lib/dbus-1.0/services to share/dbus-1/services. It should fix the plist. [2]
- Bump the PORTREVISION.
Reported by: pointyhat via kris [2]
Submitted by: sajd via IRC (#freebsd-gnome) [1]
Discussed with: marcus and tmclaugh via IRC (#freebsd-gnome) [2]
|
|
|
|
|
|
| |
PR: 81925
Submitted by: novel
Approved by: Mike <mike.patterson@unb.ca> (maintainer)
|
|
|
|
|
|
|
|
|
| |
information:
http://www.realistanew.com/projects/smeg/
PR: ports/81693
Repocopy by: marcus
|
|
|
|
|
| |
PR: 81820
Submitted by: Dryice Liu (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
|
|
| |
-Add a missing MAN1.
-Bump the PORTREVISION.
BTW: dbus stuff is kind of bother me. I am not sure if it does right, but I
will ask marcus and tmclaugh about it. (ie: lib/dbus-1.0/services)
Reported by: pointyhat via kris [1]
Pointy hat to: tmclaugh
|
|
|
|
|
|
|
| |
Tested on i386 -4.11 and -5.4.
PR: ports/81526
Submitted by: Wade Klaver
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/81505
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
- Add pkg-message which informs that desklets are designed to be installed
manually by user and there are no ports for them
|
|
|
|
| |
Reported by: krion
|
| |
|
|
|
|
|
| |
PR: ports/81044
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
|
|
|
|
| |
- Take maintainership
|
| |
|
|
|
|
|
| |
PR: ports/81274
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Entries for 0.36 added to the Changelog
o Regeneration of autogenerated documentation. Therefore minor changes in
examples/python_api.html
doc/python_api/python_api.html
o Updated version string in src/main.cpp
- Add additional touch(1) to fix the buildsystem of the new tarball
Submitted by: Adam Stroud <adam.stroud@gmail.com>
pointyhat via kris
|
|
|
|
|
| |
Noticed by: Patrick Thomasson <patrick_thomasson@comcast.net>
Approved by: clement (mentor, implicit)
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Submitted by: Geraud CONTINSOUZAS <gej@jmenbra.nl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
| |
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: Midian of BSDForen.de
|
|
|
|
|
| |
PR: 73758
Submitted by: alfred
|
|
|
|
|
|
| |
PR: ports/79224
Submitted by: Nick Hilliard <nick@foobar.org>
Approved by: clement (mentor)
|
|
|
|
|
| |
Changelog at
<http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.22&r2=1.165.2.54&ty=>.
|
| |
|
| |
|
|
|
|
| |
Obtained from: KDE CVS
|
|
|
|
| |
Fix a few build warnings why i am here.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Use OPTIONS
- Support Python2.4
|
|
|
|
|
| |
PR: ports/80201
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: ports/80154
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: ports/80153
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
one, and it has a nice metakit db backend.
Gourmet allows you to collect, search and organize your
recipes, and to automatically generate shopping lists from
your collection.
Gourmet's features include:
* Simple searching and sorting
* Easy recipe editing
* Import and export from various formats
* A shopping list creator and organizer
WWW: http://grecipe-manager.sourceforge.net/
|
| |
|
|
|
|
| |
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: ports/79831
Submitted by: Guillaume Paquet <amyfoub@gmail.com> (maintainer)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
|
| |
PR: ports/79790
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
|
| |
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
|
|
| |
Provides a small beep-media-player icon in the system tray
(should work with GNOME, KDE, fluxbox, etc.) that provides
basic play control for beep-media-player. Also displays the
current song title in a tooltip.
WWW: http://mark.xnull.de/bmp-docklet.php
|
|
|
|
|
| |
PR: ports/79579
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
|
|
|
|
|
| |
PR: ports/79580
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
|
|
|
|
| |
Pointed out by: pointyhat via kris
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add a launcher shell script using javavmwrapper
- Honor hier(7): install data files under ${JAVASHAREDIR}/
PR: 78966 [1]
Submitted by: maintainer [1]
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Japanese holiday database for 2005/06
PR: ports/79075
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/79466
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 79307
Submitted by: Franz Klammer (maintainer)
|
|
|
|
|
| |
PR: ports/79468
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/79467
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
--
py-xdg/menueditor don't understand KDE menu correct in gnome-menus, LegacyDirs
and etc. I won't be surpised if py-xdg developers are working on it to get
better.
|
|
|
|
| |
- remove WITH_GNUSTEP_DEVEL
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
Reported by: krismail
Approved by: portmgr (krion)
|
|
|
|
| |
Approved by: portmgr (implicit)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
NOTE: this need some work in gconf department.
PR: ports/78981
Submitted by: <mitsuru@riken.jp>
|
|
|
|
|
|
|
|
| |
- s/X11BASE/PREFIX/ to respect PREFIX
- Add gnomeprefix to create gnomedirs
PR: ports/78951
Submitted by: maintainer
|
|
|
|
| |
Pointed out by: krion via pointyhat
|
|
|
|
|
|
|
| |
- Fix compilation by removing a patch.
PR: ports/78917
Submitted by: Clive Crous <clive@darkarts.co.za>
|
|
|
|
| |
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
|
|
|
|
|
|
| |
PR: 78920
Submitted by: Franz Klammer (maintainer)
Approved by: krion (mentor) (implicit)
|
| |
|
|
|
|
| |
Reported by: several
|
|
|
|
|
| |
PR: ports/78769
Submitted by: Stephen Montgomery-Smith <stephen at math dt missouri dt edu>
|
|
|
|
|
| |
PR: ports/78735
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: ade
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
| |
Simple menu editor for Gnome
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
|
|
|
|
| |
- Also fix few brainos
|
|
|
|
|
|
|
|
| |
the data. It's a good company of planner.el. You can use Remember.el to add
note to planner.el "on the fly".
PR: ports/78617
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
| |
your pending and completed tasks, daily schedule, dates to remember, notes and
inspirations. It is a powerful tool not only for managing your time and
productivity, but also for keeping within easy keystroke reach all of the
information you need to be productive. It can even publish reports charting
your work for your personal web page, your conscience, or your
soon-to-be-impressed boss.
PR: ports/78615
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
|
| |
PR: ports/78683
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: pav (mentor)
|
|
|
|
|
|
| |
The referenced distfile is not the original one. Missing configure checks for
fam and dnotify were added as well as proper PTHREAD_LIBS detection and a
gcc 2.95.4 compile fix.
|
|
|
|
|
|
| |
PR: ports/78623
Submitted by: Andriy Gapon <avg@icyb.net.ua>
Approved by: pav (mentor)
|
| |
|
|
|
|
| |
Approved by: krion (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me
|
|
|
|
| |
Pestered until I got it right by: ade
|
|
|
|
|
| |
PR: 78405
Submitted by: Franz Klammer <klammer@webonaut.com>
|
|
|
|
| |
Submitted by: paul beard <paulbeard@mac.com>
|
|
|
|
| |
First one to notice: thurners AT t-online.de
|
|
|
|
|
|
|
|
| |
only a development version avaiable on the new site, replace the MASTERSITE
until the upcomming 0.5.0 version is considered stable
- Let WWW point to the new projectsite
Submitted by: pointyhat via kris
|
|
|
|
|
|
|
| |
A mini code cleanup in ktagebuch/library/ui/inserthtmldialog.cpp
with no functional change.
Submitted by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/78193
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
This is the linux binary version of the mozilla sunbird
calendaring application
PR: ports/77746
Submitted by: Aaron Voisine <voisine@gmail.com>
|
| |
|
| |
|
|
|
|
| |
information and actions for selected files.
|
|
|
|
|
| |
PR: ports/77964
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
ChangeLog: http://slipgate.za.net/dosage/downloads/changelog
PR: ports/77844
Submitted by: Antoine Brodin (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/77718
Submitted by: maintainer
|
|
|
|
|
| |
<shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
<shanee@augusta.de>... User unknown (in reply to RCPT TO command)
|
|
|
|
| |
and the handful of ports that depended on them.
|
|
|
|
|
| |
PR: ports/77600
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/77596
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/77476
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
|
|
|
|
|
|
| |
burdens of installing Python modules into X11BASE...
Reported by: pointyhat via kris
|
|
|
|
| |
Submitted by: ozawa@ongs.co.jp
|
|
|
|
|
| |
Submitted by: maintainer
PR: 77501
|
|
|
|
|
| |
Changelog at
<http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.10&r2=1.165.2.22&ty=h>
|
|
|
|
|
| |
PR: ports/77133
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/77264
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
|
| |
|
|
|
|
| |
"Display layout as image" work.
|
| |
|
|
|
|
|
| |
PR: ports/77114
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
|
|
|
|
|
| |
PR: ports/77145
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
|
|
|
|
|
|
|
| |
This release adds sort options for the calendar dropdown.
It adds a new template for events in list mode. It fixes a
bug that caused events to sometimes not appear and a bug
with email reminders.
|
|
|
|
|
| |
PR: ports/76907
Submitted by: Jean-Yves Lefort (maintainer)
|
|
|
|
| |
Submitted by: ozawa@ongs.net
|
|
|
|
| |
Submitted by: ozawa@ongs.net
|
|
|
|
|
| |
PR: ports/76895
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2) The port WANT_PHP_MOD
3) Add WITH_POSTGRESQL knob to allow installing postgresql instead
of mysql
4) Bump PORTREVISION due to [1]
Submitted by: Mike Holcomb <mike.holcomb@gmail.com>
Approved by: maintainer (2 weeks timeout)
|
|
|
|
|
|
| |
PR: ports/76271
Submitted by: Gerrit Beine (maintainer)
Additional kudo to: tobez
|
|
|
|
|
|
|
|
| |
- Pass maintainership to Jean-Yves
PR: ports/76774
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Approved by: Piotr Smyrak <piotr.smyrak@heron.pl> (old maintainer)
|
|
|
|
|
| |
PR: ports/76743
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
|
| |
|
|
|
|
|
| |
The full list of changes (from version H3 (2.0)) can be viewed here:
<http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63&r2=1.63.2.4&ty=h>.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
PHProjekt is a modular application for the coordination of group activities and
to share informations and document via intranet and internet. Components of
PHProjekt: Group calendar, project management, time card system, file
management, contact manager, mail client and 9 other modules. PHProjekt
supports many protocols like ldap, soap and webdav and is available for 36
languages and 6 databases.
PR: ports/76572
Submitted by: Gerrit Beine <tux@pinguru.net>
|
|
|
|
|
| |
PR: 76382, 76380
Submitted by: Steve Wills <steve(at)stevenwills.com>
|
| |
|
|
|
|
|
|
| |
- add gnomeaudio2 to RUN_DEPENDS
PR: ports/75863
|
| |
|
|
|
|
|
|
|
|
| |
failing self-tests.
PR: ports/76018
Submitted by: IIJIMA Hiromitsu
Approved by: maintainer
|
|
|
|
| |
- Reset MAINTAINER to ports@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Timer Applet is a countdown timer applet for the GNOME panel.
Highlights:
* Quickly set a time and the applet will notify you when time's up
* Create presets for quick access to frequently-used times
* Small and unobtrusive. Choose to either view the remaining time right in
the panel or hide it so you don't get distracted by the countdown.
You can still view the remaining time by hovering your mouse over the
timer icon
* User interface follows the GNOME Human Interface Guidelines
|
| |
|
|
|
|
| |
Reported by: Jeff Bachtel.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
of the following ports. Thanks Clive Lin and bsdchat.com for
the mirror space!
chinese/xpdf
deskutils/etask
devel/cedet
devel/ecb
devel/eieio
devel/ipython
devel/kodos
devel/semantic
devel/xtla
editors/speedbar
editors/tree-widget
games/emacs-chess
net/tcping
www/mod_scgi
www/py-scgi
www/quixote
PR: ports/75743
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
| |
|
|
|
|
| |
Portlint(1).
|
|
|
|
|
| |
PR: ports/76008
Submitted by: Tobias Roth <ports@fsck.ch>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/75913
Submitted by: CAMPBELL, Gordon <seawolf(at)marinewolf.net>
|
|
|
|
|
| |
PR: 75982
Reported by: Heiner Eichmann <h.eichmann@gmx.de>
|
|
|
|
| |
Submitted by: ozawa@ongs.co.jp
|
| |
|
| |
|
|
|
|
| |
Submitted by: kris
|
| |
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: portmgr (krion)
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/75619
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/75568
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The major changes compared to the Kronolith 1.x versions are:
* Shared calendars.
* Meeting management through iCalendar and iTip messages.
* Event reminders through email.
* iCalendar import and export.
* Generation of free/busy information.
* Remote calendars.
* Kolab server support.
* Search capability.
* Access keys.
|
|
|
|
|
|
|
|
|
|
| |
The major changes compared to the Nag 1.x versions are:
* Shared task lists.
* Task alarms.
* vTodo support.
* Tabbed view of all, complete and incomplete tasks.
* Kolab server support.
* Access keys.
|
|
|
|
|
|
|
|
| |
The major changes compared to the Mnemo 1.x versions are:
* Shared notepads.
* vNote support.
* Kolab server support.
* Access keys.
|
| |
|
|
|
|
|
|
|
| |
bump PORTREVISION.
Pointed out by: krion
Pointy hat to: myself
|
|
|
|
| |
- Reword COMMENT to make it sound better
|
|
|
|
|
|
|
|
|
| |
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
|
| |
|
|
|
|
|
|
|
|
| |
- properly use options for languages
- properly use options for email reminders
- add a fatal_error() function
Initially noticed by: pointyhat / kris@
|
|
|
|
|
|
|
|
|
|
| |
LogJam's configure script tries to find libgtkhtml-3.0,
while we have libgtkhtml-3.1 in ports tree. Of cource, it
fails to do so and as a result we have logjam compiled
without gtkhtml support even if gtkhtml3 is installed.
PR: ports/74260
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
| |
|
|
|
|
|
|
|
|
|
| |
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.
Reviewed by: pav and marcus
|
|
|
|
|
|
|
|
| |
Bump portrevision for these changes.
PR: 75035
Submitted by: Serge Gagnon ser_gagnon AT sympatico dot ca
Noticed by: pointyhat via kris
|
|
|
|
|
| |
It's a webbased calendar.
See http://www.planscalendar.com/ for more information.
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
|
|
|
|
|
| |
PR: ports/75095
Submitted by: "Dryice Liu" dryice at liu.com.cn
|
|
|
|
|
| |
PR: ports/75107
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: pointyhat [1]
|
|
|
|
|
|
| |
PR: ports/72800
Submitted by: lowtech(at)lowtech.ii2.cc
Approved by: maintainer (timeout: a month)
|
|
|
|
| |
Reported by: kris via pointyhat.
|
|
|
|
|
|
| |
timeouts.
Approved by: portmgr
|
|
|
|
|
| |
PR: ports/74931
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
I cannot reproduce plist breakage with current version.
Let's go without $BROKEN and see what happens.
|
|
|
|
|
|
|
| |
- take maintainership.
PR: ports/74326
Submitted by: Thomas Kempka.
|
|
|
|
| |
python 2.3 for the time being.
|