| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/73012
Submitted by: maintainer
Notes:
svn path=/head/; revision=120259
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use your unused CPU cycles to aid in computations analyzing radio
telescope information for possible signs of ET.
This version of SETI@home is based on BOINC (Berkeley Open
Infrastructure for Network Computing). Several other projects
besides SETI@home are using BOINC. BOINC lets you participate in
more than one project, and it lets you specify what fraction of
your computer time should go to each project.
This port requires net/boinc-client and together these supersede
the astro/setiathome port which is now known as SETI-Classic.
Be sure to join the "FreeBSD" team on the SETI website once you're
up and running.
WWW: http://setiweb.ssl.berkeley.edu/
PR: ports/72715
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Notes:
svn path=/head/; revision=119695
|
|
|
|
|
|
|
|
| |
Submitted by: des
Approved by: maintainer
Notes:
svn path=/head/; revision=119369
|
|
|
|
|
|
|
|
| |
PR: ports/72096
Submitted by: Joel Ray Holveck <joelh@piquan.org>
Notes:
svn path=/head/; revision=118619
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118259
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118221
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat.freebsd.org
Approved by: portmgr (marcus), fjoe (mentor, implicit)
Notes:
svn path=/head/; revision=118184
|
|
|
|
|
|
|
|
|
|
|
| |
original code is a non-portable Linuxism; this patch changes it to a non-
portable FreeBSDism. A more elaborate and portable patch will be submitted
to the author.
Approved by: portmgr (krion), maintainer
Notes:
svn path=/head/; revision=118132
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support the "9999" string: visibility > 10km
- All the world is not North America
- Support Pressure values in hectopascals
- Support weather stations outside of North America:
Move Station ID detection out of the token parser loop
- Bump PORTREVISION and take Maintainership
Notes:
svn path=/head/; revision=118065
|
|
|
|
|
|
|
| |
Submitted by: Tobias Klausmann <klausman@schwarzvogel.de> (author)
Notes:
svn path=/head/; revision=118040
|
|
|
|
| |
Notes:
svn path=/head/; revision=117599
|
|
|
|
|
|
|
|
| |
PR: ports/70937
Submitted by: Jan Srzednicki <w@wrzask.pl>
Notes:
svn path=/head/; revision=117591
|
|
|
|
|
|
|
| |
Approved by: fjoe (mentor)
Notes:
svn path=/head/; revision=117120
|
|
|
|
| |
Notes:
svn path=/head/; revision=117029
|
|
|
|
|
|
|
|
| |
PR: ports/70781
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=116993
|
|
|
|
|
|
|
| |
Approved by: anholt (mentor)
Notes:
svn path=/head/; revision=116753
|
|
|
|
|
|
|
| |
Approved by: leeym (mentor)
Notes:
svn path=/head/; revision=116697
|
|
|
|
| |
Notes:
svn path=/head/; revision=116413
|
|
|
|
| |
Notes:
svn path=/head/; revision=116199
|
|
|
|
|
|
|
| |
Approved by: den (mentor)
Notes:
svn path=/head/; revision=115990
|
|
|
|
|
|
|
| |
- Add ftp8.de.freebsd.org (both RWTH Aachen)
Notes:
svn path=/head/; revision=115066
|
|
|
|
|
|
|
|
| |
PR: 69673
Submitted by: maintainer
Notes:
svn path=/head/; revision=114903
|
|
|
|
| |
Notes:
svn path=/head/; revision=114854
|
|
|
|
| |
Notes:
svn path=/head/; revision=114853
|
|
|
|
|
|
|
|
|
|
| |
- Typo: WITH_TIFF should really be WITHOUT_TIFF
PR: ports/69497
Submitted by: maintainer
Notes:
svn path=/head/; revision=114514
|
|
|
|
|
|
|
| |
message.
Notes:
svn path=/head/; revision=114489
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/69330
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes:
svn path=/head/; revision=114451
|
|
|
|
|
|
|
|
| |
PR: ports/69289
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114228
|
|
|
|
|
|
|
|
| |
PR: ports/69214
Submitted by: maintainer
Notes:
svn path=/head/; revision=113884
|
|
|
|
|
|
|
|
| |
PR: ports/69181, ports/69182, ports/69183
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113842
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: ports/68784
Submitted by: maintainer
Notes:
svn path=/head/; revision=113169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
Notes:
svn path=/head/; revision=113150
|
|
|
|
|
|
|
|
| |
PR: ports/68626
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112857
|
|
|
|
|
|
|
|
| |
PR: ports/68500
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=112700
|
|
|
|
|
|
|
|
| |
PR: ports/68367
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112379
|
|
|
|
| |
Notes:
svn path=/head/; revision=112229
|
|
|
|
|
|
|
|
|
|
|
| |
since the PR was filed.)
PR: ports/66901
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks)
Notes:
svn path=/head/; revision=112151
|
|
|
|
|
|
|
|
|
| |
PR: ports/67904
Reported by: astro <e99@gmx.net>
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Notes:
svn path=/head/; revision=111974
|
|
|
|
| |
Notes:
svn path=/head/; revision=111916
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (4 weeks)
Notes:
svn path=/head/; revision=111861
|
|
|
|
|
|
|
|
| |
PR: ports/67990
Submitted by: maintainer
Notes:
svn path=/head/; revision=111596
|
|
|
|
|
|
|
|
| |
PR: ports/67883
Submitted by: maintainer
Notes:
svn path=/head/; revision=111354
|
|
|
|
|
|
|
|
|
|
|
| |
- enable experimental mysql support
- drop gcc3x dependency
PR: ports/67638
Submitted by: maintainer
Notes:
svn path=/head/; revision=111162
|
|
|
|
|
|
|
|
|
| |
PR: ports/66903 (based on)
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=110965
|
|
|
|
| |
Notes:
svn path=/head/; revision=110537
|
|
|
|
| |
Notes:
svn path=/head/; revision=110333
|
|
|
|
|
|
|
|
|
| |
fix build on -stable
Noticed by: Dominik Brettnacher <domi@saargate.de>
Notes:
svn path=/head/; revision=109830
|
|
|
|
|
|
|
|
| |
PR: ports/67071
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109826
|
|
|
|
|
|
|
|
| |
PR: ports/67067
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=109781
|