| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 113473
|
| |
|
|
|
|
| |
a very annoying conflict when installing the client from package.
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
|
|
|
| |
- drop maintainership
PR: ports/112431
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- pass maintainership
PR: ports/112433, ports/112957
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- pass maintainership
PR: ports/112432
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
|
|
|
|
|
|
|
|
| |
asyncronously with input from keyboard when used with perl 5.8.
- Update MASTER_SITES
- Bump PORTREVISION
PR: ports/113458
Submitted by: Eugene Grosbein <eugen at grosbein dot pp dot ru>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: ports/112907
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- give up maintainership
PR: ports/112958
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- give up maintainership
PR: ports/112959
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
| |
- give up maintainership
|
|
|
|
|
|
|
|
|
| |
Handle manpages correct.
Remove defunct pkg-message.
LDCONFIG all the directories [0]
Submitted by: CHAO Shin [0]
PR: ports/112236 [0]
|
|
|
|
| |
details: http://www.slimdevices.com/Changelog6.html
|
| |
|
|
|
|
|
| |
PR: ports/113417
Submitted by: NAKAJI Hiroyuki
|
|
|
|
|
|
|
|
|
| |
from x11/xorg-clients [1]
- Restore inheriting SSH_AUTH_SOCK after pam_ssh authentication
(https://bugs.freedesktop.org/show_bug.cgi?id=11020) [2]
PR: ports/112932 [1], ports/113031 [2]
Obtained from: X.org git [2]
|
|
|
|
|
|
|
|
|
|
| |
the FreeBSD Security Officer anymore.
The current ca-roots port makes promises with regard to CA verification
which the current Security Officer (and deputy) do not want to make.
With hat: so
Discussed with: cperciva (some time ago)
|
|
|
|
| |
Submitted by: fenner@ (portsurvey)
|
|
|
|
|
|
|
| |
- Add older mplayer package names.
- Break long lines.
Noticed by: Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
|
|
| |
Reported by: cperciva
|
| |
|
|
|
|
| |
compile with gcc 3.4
|
|
|
|
| |
with gcc 4
|
| |
|
|
|
|
|
| |
PR: ports/113420
Submitted by: Ali Mashtizadeh <ali at mashtizadeh.org>
|
|
|
|
|
|
|
|
| |
Timur has been making high quality contributions for many years now.
It's time to give him the traditional "punishment". :-)
Approved by: portmgr
Mentor: shaun
|
| |
|
| |
|
|
|
|
| |
Gstreamer Plugins Mp3 decoder meta-port
|
| |
|
|
|
|
|
| |
PR: 113331
Submitted by: Ed Schouten <ed@fxq.nl>
|
|
|
|
|
| |
PR: ports/113442
Submitted by: Robert Gogolok <gogo ATcs.uni-sb.de> (maintainer)
|
|
|
|
|
|
|
| |
- Don't mention X prefix
- Pacify portlint(1) a bit
Reported by: fenner's distfile survey [1]
|
|
|
|
|
|
|
|
| |
to earn this punishment. I'll mentor him with Ion-Mihai
Tetcu (itetcu) co-mentoring.
Approved by: portmgr
Account created by: simon
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Minor fixes
- Add mirrors
Submitted by: Alex Keda <admin@lissyara.su>
|
|
|
|
|
|
|
| |
- drop maintainership
PR: ports/112388
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
|
|
|
|
|
|
| |
command line.
PR: ports/112334
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/113433
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lua. It has the ability to expose functions and classes, written
in C++, to Lua. It will also supply the functionality to define
classes in lua and let them derive from other lua classes or C++
classes. Lua classes can override virtual functions from their C++
baseclasses. It is written towards Lua 5.x, and does not work with
Lua 4.
It is implemented utilizing template meta programming. That means
that you don't need an extra preprocess pass to compile your project
(it is done by the compiler). It also means you don't (usually)
have to know the exact signature of each function you register,
since the library will generate code depending on the compile-time
type of the function (which includes the signature). The main
drawback of this approach is that the compilation time will increase
for the file that does the registration, it is therefore recommended
that you register everything in the same cpp-file.
WWW: http://www.rasterbar.com/products/luabind.html
PR: ports/113443
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(3GPP TS 26.204 V7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
WWW: http://www.penguin.cz/~utx/amr
PR: ports/113444
Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: so (simon)
Security: http://www.vuxml.org/freebsd/3ac80dd2-14df-11dc-bcfc-0016179b2dd5.html
|
| |
|
|
|
|
| |
Reviewed by: simon@
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Approved by: maintainer
|
|
|
|
|
|
| |
fine.
Submitted by: "M. Warner Losh" <imp@bsdimp.com>
|
| |
|
|
|
|
| |
- This version should work better on ia64 platforms
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 113418
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- You can now set a different policy for every contact
- Protocol names are now shown in preferences
- You can now have enabled both plugins: GPG and OTR
- fixed some bugs
PR: 113436
Submitted by: Dave Grochowski<malus.x@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Set PORTEPOCH
PR: 113434
Submitted by: Tatsuki Makino<tatsuki_makino@hotmail.com> (maintainer)
|
|
|
|
|
| |
PR: 113410
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
|
|
|
|
|
| |
PR: 113408
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
|
|
|
|
|
| |
PR: 113409
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
|
|
|
|
|
| |
PR: 113407
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
|
|
|
|
|
| |
PR: 113413
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
|
|
|
|
|
| |
PR: 113411
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
|
|
|
|
|
| |
PR: 113412
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
|
|
|
|
| |
Approved by: Kevin Lo <kevlo@freebsd.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unneeded checks of OSVERSION since they are in the corresponding
dependencies.
- Add OPTIONS: LOCK and UBLIO.
See:
www.mail-archive.com/ macfuse-devel@googlegroups.com/msg00053.html
PR: ports/112402
Submitted by: alepulver (myself)
Approved by: fjoe (maintainer, timeout: 1 month)
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: http://xchat.org/files/source/2.8/patches/
|
|
|
|
|
|
|
|
| |
- Temporarily mark BROKEN on 7.x [1]
PR: ports/111554
Submitted by: Phillip Neumann <pneumann AT gmail.com>
Approved by: maintainer timeout, pav [1]
|
|
|
|
|
| |
PR: ports/113426
Submitted by: Stephan Maka<stephan_AT_spaceboyz dot net>
|
|
|
|
|
|
|
|
|
| |
- Fix wrapper script not correctly creating ~/.doomlegacy [1].
- Fix building with GCC 4.2 and remove BROKEN on FreeBSD 7.x.
- Take maintainership.
PR: ports/113184
Submitted by: Georgi Georgiev <roots_bg@yahoo.com> [1]
|
| |
|
|
|
|
| |
Obtained from: kan
|
|
|
|
|
|
|
|
| |
but make us sure a user will not shout his leg by accidently changing
BDB version.
- Fix a typo.
Noted by: kris
|
| |
|
|
|
|
|
|
|
|
|
| |
router.
WWW: http://www.caida.org/tools/measurement/iffinder/
PR: ports/113288
Submitted by: dikshie at sfc.wide.ad.jp
|
|
|
|
|
| |
PR: 113288
Submitted by: Beat Gaetzi <beat@chruetertee.ch> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via Kris
|
|
|
|
|
|
|
|
| |
- remove useless database recreations commands for portupgrade-devel. It
use the same format.
- Fix a paragraph when was said Xorg recreate xorg.conf file on run.
It does not, so you need see a log for defaults and fix your old
xorg.conf by hands.
|
|
|
|
|
|
| |
PR: ports/112756
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Security: 34414a1e-e377-11db-b8ab-000c76189c4c
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Approved by: Lapo Luchini <lapo@lapo.it> (maintainer, implicit)
|
|
|
|
| |
The fetchmailrc.sample file is still installed 644.
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/113397
Submitted by: Ighighi <ighighi@gmail.com>
|
| |
|
|
|
|
|
| |
PR: 113328
Submitted by: Ed Schouten <ed@fxq.nl>
|
|
|
|
|
| |
PR: 113326
Submitted by: Ed Schouten <ed@fxq.nl>
|
|
|
|
|
| |
PR: 113330
Submitted by: Ed Schouten <ed@hoeg.nl>
|
|
|
|
|
| |
PR: 113354
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
messages on Internet.
WWW: http://search.cpan.org/dist/MIME-Charset/
PR: ports/113364
Submitted by: Olivier Girard <Olivier.Girard at univ-angers.fr>
|
|
|
|
|
| |
PR: 113391
Submitted by: Marcus von Appen<mva@sysfault.org> (maintainer)
|
|
|
|
|
| |
PR: 113293
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
|
|
|
| |
- Don't remove lib/X11, it's in mtree
|
|
|
|
| |
Submitted by: truckman@
|
|
|
|
|
|
|
| |
Linux Blackdown 1.3 JDK.
PR: 113268
Submitted by: gabor@
|
|
|
|
|
| |
PR: 112990
Submitted by: Hyogeol Lee <hyogeollee@gmail.com>
|
|
|
|
|
| |
PR: 112443
Submitted by: Craig Butler <craig001@lerwick.hopto.org>
|
|
|
|
|
| |
PR: ports/113400
Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
|
|
|
|
|
| |
PR: ports/113284
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer)
|
|
|
|
| |
Approved by: lofi
|
|
|
|
|
|
| |
PR: ports/112991
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- File was rerolled for small bugfix
Notes from author in privat mail:
Fixed an inconsistency between FlowGrapher and FlowTracker
PR: 113309
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
| |
http://www.dest-unreach.org/socat/contrib/socat-servicenames.html
- Incorporate Lucq's file descriptor patch:
http://www.dest-unreach.org/socat/contrib/socat-maxfds.html
PR: ports/113283
Submitted by: bf <bf2006a@yahoo.com>
Approved by: Nils Vogels <nivo@is-root.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/110525
Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
Approved by: maintainer timeout (ijliao; 2 months)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
processes. Only one process can hold a lock file. Other processes that want to
acquire it have to wait until it is released by the holder.
In this module the lock file is implemented as an empty regular file,
exclusively locked using fcntl.flock. The file is removed when it is to be
released.
WWW: http://martin.horcicka.eu/python/lock_file/
PR: ports/113392
Submitted by: Martin Horcicka <martin at horcicka.eu>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.
WWW: http://search.cpan.org/dist/HTML-FillInForm-ForceUTF8/
PR: ports/113357
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
|
|
|
|
| |
PR: ports/113282
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
| |
PR: ports/112197
Submitted by: Lev Walkin <vlm@lionet.info> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor)
|
|
|
|
|
|
|
| |
Thanks Tim Bishop for pointing this out.
PR: 113370
Submitted by: Tim Bishop <tdb@FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
from MPEG-2 files. It is designed to be very easy to use.
All you need to do is add one or more files to the playlist
and answer the questions that follow.
WWW: http://dvdauthorwizard.sourceforge.net
PR: ports/113146
Submitted by: liu_yinghong at yahoo.com.cn
|
|
|
|
|
|
| |
PR: 113069
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 113389
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer)
|
|
|
|
|
| |
PR: 113382
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 113376
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 113374
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 113373
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 113372
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 113371
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 113366
Submitted by: Erik Greenwald <erik@smluc.org>
|
|
|
|
|
| |
PR: 113348
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de> (maintainer)
|
|
|
|
|
| |
PR: 113342
Submitted by: Fabian Keil<fk@fabiankeil.de> (maintainer)
|
|
|
|
|
|
|
| |
- Update my mail address
PR: 113370
Submitted by: Tim Bishop <tdb@FreeBSD.org>
|
|
|
|
|
| |
PR: 113353
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
Kopete.
WWW: http://kopete-otr.follefuder.org/
PR: ports/112575
Submitted by: Dave Grochowski <malus.x at gmail.com>
|
|
|
|
|
| |
PR: 113363
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
|
|
|
|
|
|
|
|
|
| |
The program now reports the found files' sizes
instead of just their names.
- Remove 4.x stuff
PR: ports/112418 [1]
Submitted by: bdluevel AT heitec.net (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
system.
PR: ports/113214
Submitted by: Zhen REN <bg1tpt at gmail.com>
|
|
|
|
|
|
| |
prior to version 2.5.3
Reviewed by: simon
|
|
|
|
|
|
|
| |
not just amd64.
Reported by: kris
Submitted by: oliver
|
|
|
|
| |
Noticed by: kris
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
| |
PR: ports/113183
Security: FreeBSD-SA-07:04.file
VuXML ID: 8e01ab5b-0949-11dc-8163-000e0c2e438a
Approved by: secteam (remko)
|
|
|
|
|
|
| |
PR: ports/112239
Submitted by: clsung
Approved by: maintainer (Anatoliy Dmytriyev)
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
| |
- gocr now works more or less
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) Security: the "ssl_verify_client" directive did not work if request
was made using HTTP/0.9.
*) Bugfix: a part of response body may be passed uncompressed if gzip
was used; bug appeared in 0.5.23.
</ChangeLog>
|
|
|
|
|
| |
Submitted by: pointhat via kris
Sten Spans <sten@blinkenlights.nl> (maintainer)
|
|
|
|
|
|
| |
PR: 112493
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
programs that recognise those languages. One of the aims of sid was to separate
the specification of the language to be recognised from the language that the
recogniser program is written in. For this reason, input to sid is split into
two components: output language independent information, and output language
dependent information.
PR: ports/113128
Submitted by: The Akuma Project
|
|
|
|
|
| |
PR: 112740
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 3D models.
* High resolution textures.
* Enhaced soundtracks.
For the supported games.
WWW: http://www.vavoom-engine.com/
|
|
|
|
|
|
|
| |
- Rename DEVEL option to EDITING.
- Move MODELS option to separate port "games/vavoom-extras".
- Add note in pkg-message.in about "games/vavoom-extras".
- Reformat and update pkg-descr.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This port needs both native and linux version of libX11.
Since there is no good way to specify the native one,
repeat the logic in bsd.port.mk here.
Reported by: Henrik Brix Andersen, TooMany Secrets <toomany at toomany.net>
- Respect X11BASE in configure script
PR: ports/112274
Approved by: Dave Grochowski (maintainer)
|
|
|
|
|
|
|
|
|
| |
- "WANT_FAM_SYSTEM=fam" might have been too restrictive,
so remove it.
Submitted by: KIMURA Yasuhiro <yasu utahime org>
PR: ports/112201
Approved by: maintainer timeout
|
|
|
|
| |
- Pacify portlint(1) a bit
|
|
|
|
|
| |
- Registed missing runtime dependency
- Bump PORTREVISION
|
|
|
|
|
|
| |
PR: ports/113385
Submitted by: tdb
Approved by: chinsan (maintainer)
|
|
|
|
| |
Discussed at: freebsd-ports@
|
|
|
|
|
|
| |
- Update to version 3.5.1
- Forget about USE_X_PREFIX
- Remove 4.X support
|
| |
|
| |
|
|
|
|
|
|
| |
11a84092-8f9f-11db-ab33-000e0c2e438a any more
Reviewed by: simon
|
| |
|
|
|
|
|
|
| |
- Kill EOL whitespace
- Better indentation
- Consolidate and bring up to date WWW lines
|
|
|
|
|
|
|
| |
- Take maintainership
- Better COMMENT
- Clean up Makefile header
- Mute MKDIRs
|
|
|
|
|
|
|
|
| |
- Fix security issues [1]
Obtained from: SA-06:21.gzip [1]
Security: 11a84092-8f9f-11db-ab33-000e0c2e438a,
SA-06:21.gzip
|
| |
|
|
|
|
|
|
|
| |
clamav_clamd_enable is set.
PR: ports/111545
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
| |
|
|
|
|
|
| |
PR: 113247
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
|
|
|
|
|
| |
PR: 113246
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
|
|
|
|
|
| |
PR: 112829
Submitted by: Denis Barov<dindin@dindin.ru> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 113040
Submitted by: Marcus von Appen<mva@sysfault.org>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
| |
with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.
PR: ports/112606
Submitted by: Jason Bacon <bacon at smithers.neuro.mcw.edu>
|
|
|
|
|
|
| |
PR: ports/113344
Submitted by: maintainer
Approved by: garga (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
port is a dependency for others on the way regarding Lego
Mindstorms NXT software.
PR: ports/112605
Submitted by: Jason Bacon <bacon at smithers.neuro.mcw.edu>
|
|
|
|
|
|
|
| |
- change tr to ${TR}
Suggested by: stas
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- change tr to ${TR}
lang/tcl84 only:
- sync MASTER_SITES with other tcl ports
- change sysctl to ${SYSCTL}
Suggested by: stas
Approved by: garga (mentor)
|
| |
|
|
|
|
| |
successor is shareware.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compute-intensive jobs. Like other full-featured batch systems, Condor
provides a job queueing mechanism, scheduling policy, priority scheme,
resource monitoring, and resource management. Users submit their serial
or parallel jobs to Condor, Condor places them into a queue, chooses
when and where to run the jobs based upon a policy, carefully monitors
their progress, and ultimately informs the user upon completion. Condor
also contains mechanisms to submit jobs to grid-sites and supports many
different grid toolkits.
WWW: http://www.cs.wisc.edu/condor/
PR: ports/112510
Submitted by: Andy Pavlo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Major bug fixes included in Samba 3.0.25a are:
o Missing supplementary Unix group membership when using "force
group".
o Premature expiration of domain user passwords when using a
Samba domain controller.
o Failure to open the Windows object picker against a server
configured to use "security = domain".
* Authentication failures when using security = server.
Plus additional local fixes.
PR: ports/113358
Submitted by: maintainer
|
|
|
|
|
| |
PR: 113190
Submitted by: Olivier Smedts<olivier@gid0.org> (maintainer)
|
|
|
|
|
|
|
|
| |
For simplicities sake, mark the master port as broken until such
time as it can be fixed.
Submitted by: krismail
Approved by: maintainer on sabattical
|
|
|
|
|
| |
PR: 113095
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to GNU coreutils 6.9
- Eliminate configure warning
- Sort plist
While I am here:
- Remove unsupported checksum algorithm SHA1 and RMD160
PR: ports/111489
Submitted by: "Eric P. Scott" <eps+pbug0704 AT ana.com>
Approved by: Jason Harris <jharris AT widomaker.com> (maintainer)
|
|
|
|
|
| |
- Add part of removed patch to sync with net-p2p/rblibtorrent, since they are
currently of the same version.
|
| |
|
|
|
|
|
|
|
| |
WWW: http://www.scim-im.org/
PR: ports//112587
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
|
|
|
|
| |
Reviewed by: simon
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter [1]
PR: 113289 [1]
112492
Submitted by: Nils Vogels <nivo@is-root.com> [1]
Peter Thoenen <peter.thoenen@yahoo.com> (old maintainer)
Approved by: maintainer
Thanks to: bf <bf2006a@yahoo.com>
|
| |
|
|
|
|
|
| |
The two patches are deleted because the problem which they handled has
been fixed upstream.
|
|
|
|
| |
Forgotten by: edwin
|
|
|
|
|
| |
PR: 112380
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
|
|
|
|
|
| |
PR: 113301
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 113300
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 113299
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.
WWW: http://zooko.com/repos/pyutil/
PR: ports/113185
Submitted by: Chao Shin <quakelee at cn.FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
the reference implementation.
WWW: http://www.penguin.cz/~utx/amr
PR: ports/113143
Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com>
|
|
|
|
|
| |
PR: 113297
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 113302
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 113298
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 113156
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
|
|
|
|
|
| |
PR: 112364
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
|
|
|
|
|
| |
Submitted by: pointhat via kris
maintainer
|
|
|
|
|
| |
PR: 113067
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 112730
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 112734
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 112697
Submitted by: Johan Strom <johan@stromnet.se> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Remove useless patch for enabling workaround code for Mac OS X (the
functions are implemented in FreeBSD).
|