Software for the Open Enterprise™

Wiki Toolbox

Log of /FreeBSD-ports/deskutils/beagle/pkg-plist

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 04:40:02 2007 UTC (2 years, 8 months ago) by tmclau02
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +37 -0 lines
Diff to previous 1.15
Update to 0.2.16.3
- add patch to work around posix_fadvise [1]

Submitted by:	Must Karu (via OpenSolaris) [1]

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 25 22:38:22 2007 UTC (2 years, 8 months ago) by tmclau02
Branch: MAIN
Changes since 1.14: +43 -8 lines
Diff to previous 1.14
Update to 0.2.16

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 03:25:23 2006 UTC (3 years ago) by tmclau02
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13
Revert gnomeprefix usage

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 02:38:46 2006 UTC (3 years ago) by tmclau02
Branch: MAIN
Changes since 1.12: +5 -6 lines
Diff to previous 1.12
- Update to 0.2.13
- Don't install python bindings.  They should be installed by a slave port
- USE_GNOME=gnomeprefix

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 04:12:25 2006 UTC (3 years ago) by tmclau02
Branch: MAIN
Changes since 1.11: +7 -8 lines
Diff to previous 1.11
Update to 0.2.11.  I know this won't pass the TB but we'll sort it out
later.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 21:13:28 2006 UTC (3 years, 2 months ago) by tmclau02
Branch: MAIN
Changes since 1.10: +77 -72 lines
Diff to previous 1.10
Update to 0.2.10

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 22:07:03 2005 UTC (4 years, 1 month ago) by tmclau02
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
Handle sbin/ removal since it's not in the mtreeOH

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 20:53:19 2005 UTC (4 years, 1 month ago) by tmclau02
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
fix pkg-plist

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 06:56:37 2005 UTC (4 years, 1 month ago) by tmclau02
Branch: MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
Update to 0.1.1
- prefix safe the epihpaney plugin installation
- change maintainer over to BSD#

Beagle is triggering a thread bug in Mono for me.  I'm guessing this is
not new.  I've always had problems with Beagle and after cleaning up
evolution# and gmime# I've ruled those out as the causes of what I'm
seeing.  Need to get the jail box up and working here again...

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 21:15:36 2005 UTC (4 years, 2 months ago) by mezz7
Branch: MAIN
Changes since 1.6: +61 -5 lines
Diff to previous 1.6
Update to 0.1.0, keep in mind it's untest and not finish complete. There is
still need to clean up such as I am unsure what to do with the etc/cron.d,
respect etc/beagle/*, correct the paths in etc/beagle/crawl-* and etc. Please,
feel free to fix them before I do if you want to.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 22:26:07 2005 UTC (4 years, 4 months ago) by mezz7
Branch: MAIN
Changes since 1.5: +39 -0 lines
Diff to previous 1.5
Update to 0.0.12; it works again with current gmime stuff.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 22:07:34 2005 UTC (4 years, 5 months ago) by mezz7
Branch: MAIN
Changes since 1.4: +5 -2 lines
Diff to previous 1.4
- Update to 0.0.11.1.
- Remove beagle-convert-attributes. Everybody should have update Beagle by
  now, so the beagle-convert-attributes is not need anymore.
- Many patches have been merged in Beagle, thanks to jylefort.
- Add Firefox Extension in the installation.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 18:26:22 2005 UTC (4 years, 5 months ago) by mezz7
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
- Fix F12 with regard to keyboard modifiers
- Use extattr_*_link() rather than extattr_*_file(), since the Linux
  functions we are replacing do not follow symbolic links
- Use "Beagle.foo" extattr naming scheme rather than
  "user.Beagle.foo", since on FreeBSD the user namespace is specified
  as a parameter to the extattr_* calls. If the user has been running
  Beagle before, he must convert his home directory to the new naming
  scheme, so I have created a program for that purpose
  (beagle-convert-attributes).
- Check that getloadavg() really returned the 3 samples we need.
- Fix the shell scripts (sed invocations in configure, and exec in
  tools/wrapper.in)

Submitted by:	Jean-Yves Lefort <jylefort@FreeBSD.org>

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue May 31 01:12:02 2005 UTC (4 years, 5 months ago) by mezz7
Branch: MAIN
Changes since 1.2: +34 -0 lines
Diff to previous 1.2
- Update to 0.0.10.
- Add build with firefox option, mozilla is default.
- Add a few more new knobs: WITH_EPIPHANY, WITHOUT_EPIPHANY, WITH_EVOLUTION,
  WITHOUT_EVOLUTION, WITH_WV and WITHOUT_WV. The auto checks are included.
- Very small clean up to make it looks cleaner and portlint happier.

It compiles and I am able to get Beagle GUI run fine, but I can't get dameon
to run yet. It required to do something with add 'user_xattr' in fstab. I
don't think FreeBSD has 'user_xattr', so one of us will need to dig more on
it. http://www.beaglewiki.org/Enabling_Extended_Attributes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 06:48:58 2005 UTC (4 years, 8 months ago) by tmclau02
Branch: MAIN
Changes since 1.1: +22 -10 lines
Diff to previous 1.1
Update to 0.0.7 (untested)

kqueue-glue.c was added by Marcus but I haven't implamented it yet.
Beagle uses inotify on Linux if the device is available or Mono's
native FileSystemWatcher which is waht FreeBSD will use by default
right now.  Beagle author prefers inotify over FSW b/c he considers
FSW to not be robust enough.  Adding in kqueue support will involbve
the following:

adding kqueue-glue.cs to glue/ Makefiles
adding Util/Kqueue.cs
adding beagled/FileSystemQueryable/KqueueBackend.cs
editing FileSystemQueryable/FileSystemQueryable.cs

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 17 07:04:10 2004 UTC (5 years, 1 month ago) by tmclau02
Branch: MAIN
Add beagle 0.0.2

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

Corporate Governance | Legal | Privacy | Subscribe | Feedback | Glossary | RSS | Contact

© 2006 Novell, Inc. All Rights Reserved.