| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
o Separate BROKEN messages to avoid ambiguity
|
|
|
|
|
|
|
| |
- While I'm here: utilize %%DATADIR%% in pkg-plist
PR: ports/75683
Submitted by: maintainer
|
|
|
|
| |
o Point users of security/tor to net/tor in ports/MOVED
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Suppress creation of perllocal.pod
PR: ports/75182
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
|
|
|
|
| |
Suggested by: Kris.
|
| |
|
| |
|
|
|
|
|
| |
Committed at: Murayakuba Japanese style pub
Committed with: maho, daichi
|
|
|
|
| |
Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
|
|
|
|
|
| |
Submitted by: Volker Stolz
Approved by: portmgr (krion)
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
Approved by: portmgr (krion)
Obtained from: John Hoffman BitTornado Developer <theshadow@degreez.net>
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
o Unmark BROKEN
Approved by: portmgr (krion)
|
|
|
|
|
| |
Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: portmgr
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: kris (pointyhat)
Approved by: portmgr (marcus, kris)
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: kris (pointyhat)
Approved by: portmgr (kris)
|
|
|
|
|
|
|
| |
o Resurrect MASTER_SITE_LOCAL for ports freeze.
Submitted by: bms [1]
Approved by: portmgr (krion)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
| |
<gldisater@gldis.ca>: Host or domain name not found. Name service error for
name=gldis.ca type=MX: Host not found, try again
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
|
|
|
|
| |
Submitted by: Peter Thoenen <eol1@yahoo.com>
|
|
|
|
|
| |
o Bump PORTREVISION since it is the same build number but another
snapshot
|
|
|
|
|
|
| |
o Bump PORTREVISION due to jar location changes
Prompted by: hq
|
| |
|
| |
|
|
|
|
| |
Approved by: tom (maintainer)
|
|
|
|
|
|
|
|
| |
- Make use of new SUB_FILES variable.
- Use newly created Makefile.PL.
PR: ports/75537
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/75559
Submitted by: Andrey Slusar <anray@inet.ua>
|
| |
|
|
|
|
| |
of changes.
|
|
|
|
|
|
|
| |
- Improve CONFLICTS
PR: ports/75354
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/74258, ports/74259
Submitted by: Radim Kolar <hsn(at)netmag.cz>
Approved by: maintainer (timeout: 1+ month)
|
| |
|
|
|
|
|
| |
PR: ports/75602
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- BitTorrent/Downloader.py: change (self.active_requests vs
self.backlog) proportion handling
- BitTorrent/download.py: add exception handling around Storage
method call
o Bump PORTREVISION
Obtained from: BitTorrent's codeville repository
|
|
|
|
| |
to be found in PATH.
|
|
|
|
|
|
| |
o Fix build on 5.2.1.
Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
|
| |
|
|
|
|
|
|
|
| |
and the ability to specify the peer identifier.
Prodded by: Florent Thoumie <flz@xbsd.org> (maintainer)
Approved by: Florent Thoumie <flz@xbsd.org> (maintainer), netchild
|
|
|
|
|
| |
for this to avoid an infinite loop when running the embedded network
commands.
|
|
|
|
|
|
|
| |
- Use SUB_FILES
PR: ports/75522
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
|
|
|
|
| |
Noticed by: kris
|
| |
|
|
|
|
|
| |
PR: ports/75495
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
when there is a newer version of BitTorrent available
o Style fix: Remove a extraneous trailing space in Makefile
o Change default from disabled to enabled for BitTorrent option
--enable_bad_libc_workaround: 'enable workaround for a bug in BSD
libc that makes file reads very slow.' This has been verified to
be true; the behavior, not the reason
o Bump PORTREVISION
|
| |
|
|
|
|
|
|
| |
Add dependence on pkgconfig.
Reported by: pointyhat via kris
|
| |
|
|
|
|
|
| |
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
|
| |
|
|
|
|
|
|
| |
PR: 74676
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 74677
Submitted by: leeym
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
| |
WITHOUT_PSYCO=yes if ${ARCH} != "i386"
o No PORTREVISION bump necessary since the dependency just wouldn't
work outside of i386
Reminded by: perky
cVS: ----------------------------------------------------------------------
|
|
|
|
|
|
|
|
| |
for performance reasons
o Use WITHOUT_PSYCO to disable the support
o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/
Obtained from: BitTornado
|
|
|
|
|
|
|
| |
py-bittorrent -> py-bittorrent-devel
py-bittorrent-core -> py-bittorrent-core-devel
Repo copied by: portmgr (marcus)
|
|
|
|
|
|
|
|
| |
o Update to development version 3.9.0
Repo copied by: portmgr (marcus)
Reviewed by: freebsd-ports@,
mezz
|
|
|
|
|
|
|
|
| |
o Update to development version 3.9.0
Repo copied by: portmgr (marcus)
Reviewed by: freebsd-ports@,
mezz
|
|
|
|
|
|
|
|
|
| |
o Update to development version 3.9.0
Repo copied by: portmgr (marcus)
Reviewed by: freebsd-ports@,
mezz
|
| |
|
|
|
|
|
| |
PR: ports/75445
Submitted by: Andrey Slusar <anray(at)inet.ua>
|
| |
|
|
|
|
|
|
| |
PR: ports/75278
Submitted by: Joel Diaz <joeldiaz(at)bellsouth.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Overnet is a serverless peer-2-peer program for linux.
The Overnet 'core' is the actual Overnet program which does
everything behind the scenes - connecting to peers, searching,
downloading, uploading, all that stuff.
PR: ports/68141
Submitted by: No Name <arundel@gmx.net>
|
| |
|
|
|
|
|
| |
PR: ports/75031
Submitted by: Jon Nistor <nistor@snickers.org>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/74513
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
- Audio quality on FreeBSD 5.x is still poor.
|
|
|
|
|
|
|
|
|
| |
The Random Image Widget is a small (wxPython) application
that periodically polls The Mirror Project for a random
image and displays it in a window on your desktop.
PR: ports/70060
Submitted by: Aaron Straup Cope <asc@vineyard.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
listening to streams)
PeerCast is a new, free way to listen to radio and watch video
on the Internet. It uses P2P technology to let anyone become a
broadcaster without the costs of traditional streaming. This
means you get to hear and watch stations not normally found on
commercially funded sites.
PR: ports/75373
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
PR: 74507
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/75168
Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de>
Reworked by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/75320
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/75323
Submitted by: Radim Kolar <hsn(at)netmag.cz>
|
|
|
|
|
| |
PR: ports/75295
Submitted by: maintainer
|
|
|
|
| |
Noticed by: krion
|
|
|
|
|
| |
PR: ports/75280
Submitted by: Toni Viemero
|
|
|
|
|
|
|
| |
- Respect CFLAGS etc. (me)
PR: ports/75169
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Update to 0.95 [2]
PR: ports/71789 [1], ports/75232 [2]
Submitted by: maintainer
|
|
|
|
|
|
| |
- introduce --debug option at start-up time, which bumps more information
to ~/.centericq/debug
- according to CHANGELOG, it buils fine with gcc 3.4
|
|
|
|
|
|
|
| |
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/74516
Submitted by: maintainer
|
|
|
|
| |
Spotted by: the Ports Janitor
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.
The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>
http://www.courier-mta.org/authlib/
|
|
|
|
|
|
| |
are changed, but bump PORTREVISION to fix installed +CONTENTS file.
Submitted by: kris (via pointyhat)
|
|
|
|
| |
6 months).
|
|
|
|
| |
6 months).
|
|
|
|
|
|
|
|
|
|
| |
- Remove duplicate and inactive mirror from MASTER_SITES
- Add new official mirrors to MASTER_SITES
- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
- Use DATADIR in pkg-plist
PR: ports/75082
Submitted by: Michael Ranner <mranner@inode.at>
|
|
|
|
|
|
|
|
| |
a list of what's new)
* Make portlint a bit happier
* Assume maintainership
Approved by: billf (previous maintainer)
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
|
|
|
|
|
| |
PR: 74522
Submitted by: kostik <kostik@ncport.ru>
|
|
|
|
|
|
|
|
|
| |
-Fix the CONFLICTS for not get in conflicts with itself.
-Remove the manpages from FILESDIR, those have been added in the tarball.
-Make portlint a bit happier man.
PR: ports/75191
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
|
| |
PR: 74031
Submitted by: maintainer
|
|
|
|
| |
Reported from: kris
|
|
|
|
| |
Noticed by: kris
|
|
|
|
|
| |
PR: ports/75184
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
|
| |
PR: ports/75192
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
|
|
|
|
|
| |
PR: 75064
Submitted by: tjs <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
|
|
| |
PR: 75202
Submitted by: maintainer
Reported by: Manfred N. Riem <mnriem@earthlink.net>
|
| |
|
|
|
|
| |
way it was.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Venkata Pingali <pingali@ISI.EDU>
|
|
|
|
|
|
| |
Submitted by: Denis Ahrens <denis@berlin.ccc.de>
Steve Wills <steve@stevenwills.com>
Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
|
| |
|
|
|
|
|
|
|
|
| |
A Jabber client with whiteboard communication Please check
this port twice, because its my first one.
PR: ports/73013
Submitted by: Marc <marc@bruenink.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remote login to IBM mainframes
This port is the latest version of IBM 3270 terminal emulators
as an open source project that I can find. The net/tn3270 port
is dead-dead-dead and will take too much effort to fix on
5.x-6.x-Current. This new port is part of a group and has been
separated such that the user can pick & choose what he wants.
This particular port is for full-screen text-mode aka console
sessions with support for curses, OpenSSL, scripting, and
SNA-printer emulation with IBM mainframes.
I am unable to test most of the extra functionality. Also I
am continuing to investigate some text-mode anomalies that may
be highly dependent on the graphics/video card in use. But we
do need a working replacement for net/tn3270, and this is 'it'.
Before accepting this new port:
Firstly, I need someone with legal eyes to look over this
project's licensing details at http://x3270.bgp.nu/license.html
, please. (I posted this request on -ports@ a few weeks ago
to no avail.)
If agreeable, the next thing to do is ditch the port net/tn3270
entirely. I'm not sure how to do that myself (and not being
able to do CVS thru our political firewall here at work).
Thirdly, if agreeable, simply add this new port net/c3270 to
the collection, please. Yes it comprises only three little
files. ;)
Fourthly, people with access to mainframes: Test Test Test Please! :)
I don't agree with ditching x3270 though.
PR: ports/72367
Submitted by: "Paul Seniura" <pdseniura@techie.com>
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
|
|
|
|
|
|
|
|
|
|
|
| |
for when package is used
Correction to the Makefile and pkg-plist to ensure proper
creation and removal of the ${PREFIX}/boinc/projects directory
when port is installed from a pre-compiled package.
PR: ports/75117
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
|
|
|
|
|
|
|
|
| |
- Remove bogus cmp in pkg-plist
PR: ports/7501
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This port is designed to manage the "unstable" branch of
aMule, currently aMule 2.0.0rc7.
PR: ports/73502
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Update of boinc-client port to address issues with reentrancy
problems on FreeBSD 4.x (malloc() called recursively) and also
to address differences in rc.d files on 4.X.
Update also fixes compilation problems on 64-bit architectures.
PR: ports/75062
Submitted by: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
|
|
|
|
| |
Update to aMule 1.2.8_1 to CONFLICT with the new "net/amule-devel"
port (see related PR)
PR: ports/73505
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
|
|
|
|
|
|
|
|
| |
The original author moved his/her web site, so I'm updating
MASTER_SITES and WWW
PR: ports/75086
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a new port to install GUI script for X-Bone Overlay
Deployment tool (net/xbone).
This port installs the GUI frontend for the XBone. The GUI
is written as a set of XML pages and perl scripts requiring
Apache web server to run.
PR: ports/63823
Submitted by: Venkata Pingali <pingali@isi.edu>
|
|
|
|
|
|
|
|
| |
Update to the net/xbone distribution reflect a release of
the package.
PR: ports/72719
Submitted by: Venkata Pingali <pingali@isi.edu>
|
|
|
|
| |
Bump port revision so people on 4.x know there is something changed.
|
|
|
|
|
| |
PR: ports/74914
Submitted by: James E. Housley <jeh@thehousleys.net>
|
|
|
|
|
| |
On 6.x and 5.x, module is installed into /boot/module so
each "make installkernel" doesn't blow it away.
|
|
|
|
|
| |
Among other things, this upgrade fixes a nasty bug that caused
connections to "stall" as if they all were coming from the same IP address
|
|
|
|
| |
in FIN parsing, ACK handling and others.
|
|
|
|
|
| |
the port is still looping infinitely prompting for input during the
package build.
|
| |
|
| |
|
| |
|
|
|
|
| |
in use anymore and that broker.freenet6.net should be used.
|
|
|
|
| |
in an infinite loop prompting for input.
|
| |
|
|
|
|
| |
Changelog at <http://pear.php.net/package/Net_Socket/download/>.
|
| |
|
|
|
|
|
|
| |
o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL.
o Add untested support for building on sparc64.
|
|
|
|
|
| |
PR: ports/75004
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
Checks if a given Host or URL is listed on an DNSBL or SURBL.
PR: ports/74611
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
|
|
|
|
| |
No cookies for: kuriyama
|
|
|
|
|
| |
new features, and tons of why-did-I-commit-this-aren't-I-supposed-
to-be-studying-for-exams-which-start-in-2-days goodness.
|
| |
|
|
|
|
|
|
|
|
| |
entirely in Python. It's also a framework on top of which you can code
additional functionality to suit your needs.
PR: ports/74895
Submitted by: Ste <stefan@aeschbacher.ch>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
o Bump PORTREVISION since it is the same build number but another
snapshot
|
| |
|
|
|
|
|
|
|
|
|
| |
adjustments required but the port is quite useable again
o Bump PORTREVISION
PR: 74883
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Reviewed by: Randy Pratt <rpratt1950@earthlink.net>
|
|
|
|
|
|
| |
* -s option to set the time immediately at startup if the local
clock is off by more than 180 seconds.
* Adjustments smaller than 128ms are no longer logged.
|
|
|
|
|
| |
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
|
|
|
|
| |
obtained from BitTornado forum
http://forums.degreez.net/viewtopic.php?t=3581&sid=2428d7d8dff1871f7fb2118548bdc86c
o Bump PORTREVISION to force update
o Remove BROKEN
|
| |
|
|
|
|
|
|
| |
PR: ports/74807
Submitted by: Toni Viemero
Approved by: maintainer
|
|
|
|
| |
python 2.3 for the time being.
|
| |
|
| |
|
| |
|
|
|
|
| |
so we can have fun chasing the distfiles.
|
| |
|
|
|
|
|
| |
PR: 74645
Submitted by: Lars Eggert <lars.eggert@gmx.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XMPP protocol.
The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution. The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other. XMPP seeks to get rid of those barriers.
Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol. Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.
WWW: http://www.xmpp.org/
PR: ports/74644
Submitted by: Lars Eggert <lars.eggert@gmx.net>
|
|
|
|
| |
Cosmetic fix: sort headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from --with-ldap to --with-ldap-prefix quite some time ago.
Incidentally, it still used to work with the wrong option most of the
time, as configure silently ignores unknown --with options (this is a
feature), and as the configure script often included the correct -I
and -L options to find OpenLDAP as a side-effect of other stuff
installed in the same location. However, I've seen it fail as well,
and using the correct option is the canonical way out.
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: ade (mentor)
|
|
|
|
| |
Changelog at <http://pear.php.net/package/SOAP/download/>.
|
|
|
|
| |
PR: 74718
|
|
|
|
|
|
|
|
|
| |
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove unnecessary variable PERL_BASE
- dependency on devel/p5-IO only if Perl < 5.6.x
- add a missing man page (Net::SSH::Perl::Config.3) and a missing file
(%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH/Perl/.packlist)
- sort MAN3 in Makefile
- add a patch that suppresses the prompts in the Perl configure script
and always selects all modules for installation (This should hopefully
fix the package build on the cluster, so remove NO_PACKAGE as well.)
PR: 70847
Submitted by: Stefan Walter
|
|
|
|
|
| |
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
|
| |
|
|
|
|
|
|
|
| |
http://sourceforge.net/project/shownotes.php?release_id=287250 for the
list of changes.
Spotted by: anders
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
| |
|
|
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/74565
Approved by: pav
Tested by: simon
|
|
|
|
|
| |
PR: ports/73749
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: ports/74313
Submitted by: Andrew Turner
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
| |
PR: ports/74544
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Forgotten by: kuryiama
|
|
|
|
|
| |
PR: ports/74578
Submitted by: maintainer
|
|
|
|
|
|
|
| |
This package validates IPv4 addresses.
PR: ports/74527
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
|
|
|
|
| |
Prompted by: Kris
|
| |
|
|
|
|
|
| |
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
behavior
|
|
|
|
|
| |
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
behavior
|
|
|
|
|
| |
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
behavior
|
|
|
|
|
| |
Approved by: maintainer
With hat: secteam
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/74508
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
| |
Approved by: maintainer (well, at least I've read his mail as an
approval)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak
- Added support for BDB 4.3 (depends on PR 73790)
NOTE: Don't use BDB 4.3 in production environments yet:
<http://www.openldap.org/lists/openldap-software/200411/msg00700.html>
For a complete change log see:
/usr/local/share/doc/openldap/CHANGES
|
| |
|
|
|
|
|
|
|
| |
There is a patch available but it has not been verified yet.
With hat: secteam
[1] http://www.vuxml.org/freebsd/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html
|
|
|
|
|
| |
Submitted by: author
Plotted behind: maintainer's back
|
|
|
|
| |
up with the changes in one of its dependencies.
|
|
|
|
| |
up with the changes in one of its dependencies.
|
|
|
|
|
| |
PR: ports/71545
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
|
|
|
| |
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
behavior
PR: 74479 [1]
Submitted by: Francis GUDIN <fgudin@nerim.net> <fgudin@nerim.net> [1]
|
|
|
|
|
| |
PR: ports/74443
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
the server and client from working has been fixed.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The class allows you to:
* check if an addresse is an IPv6 addresse
* compress/uncompress IPv6 addresses
* check for an IPv4 compatible ending in an IPv6 adresse
PR: ports/74364
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
feeds distributed as RSS. Blam lets you subscribe to any number of feeds
and provides an easy to use and clean interface to stay up to date. It
is Written in C# and uses Mono, GTK#, and RSS.NET.
Among the features are:
* Support for RSS and RDF feeds
* Very easy to use interface
* Print the news entries you like
* Automatically update the feeds at regular intervals
WWW: http://www.imendio.com/projects/blam/
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
|
| |
|
|
|
|
|
|
|
| |
measure until the new bsd.gnome.mk is introduced that does this replace
in gnomehack.
Reported by: GNOME Tinderbox
|
| |
|
| |
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Prompted by: kris
|
|
|
|
| |
properly on 64-bit platforms.
|