generate code in C++, Java and Idl.
BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs included in the BOUML distribution.
depend on (allow short form options longer than one character, eg. -bl).
This behaviour was removed when libdockapp was updated to 0.6.0.
Bump PORTREVISION.
I'll follow up with libdockapp author.
PR: ports/82242
Reported by: regis rampnoux <regisr@pobox.com>
locking is already there. Bump PORTREVISION.
This should fix recursive panics reported on 5.4-STABLE.
Reported by: green
Submitted by: sam
Reviewed by: alc, dfr
- Remove dependency on mail/faces (it is not required for an base
editor configuration and it pulls in gtk1 and what comes with that.
- Integrate with the GNOME desktop if installed.
PR: ports/68826
Submitted by: Pawel Worach <pawel.worach@telia.com>
DHCPLEASEQUERY support.
Thanks to Dmitry V. Sukhodoev <raven@chics.ru> for providing this patch
- introduced new OPTION to enable DHCPLEASEQUERY support
PR: ports/79599
Submitted by: maintainer
This is a tool that uses ARP poisoning to have a scenario
like this: we have a LAN and we want offer connectivity to every-
one coming here with his laptop for example. It could happen that
our customer has his network parameters already configured to
work correctly in his own LAN, but not working here. We can have
then this scenario:
Customer's host (10.0.0.2/8 and default gateway set to 10.0.0.1)
Our LAN (192.168.0.0/24 with real gateway 192.168.0.254).
All that we want is that our customer plugs his laptop and joins
the internet without changing nothing of his network parameters.
Here comes this tool installed in my real gw(192.168.0.254) It's
a sort of sniffer, because it sniffs broadcast ARP requests for
the gateway and answers that the gateway is itself In our example
our customer's laptop sends this request: arp who-has 10.0.0.1
tell 10.0.0.2 Now our gateway does the following: 1) Sends back
this reply to 10.0.0.2: arp reply 10.0.0.1 is-at his_mac_address
2)Create the alias 10.0.0.254 (ARP is not routable so we need one
alias for each subnet that is not our one) 3)Sends itself an ARP
reply to refresh his ARP cache
It is different from proxy arp for two reasons: first it runs in
user space, then in this case we can plug machines belonging to
whatever subnet, while proxy arp is used in the case of only two
different ones.
PR: ports/79676
Submitted by: Luigi Pizzirani <sviat@opengeeks.it>
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
driconf is an application for configuring DRI drivers at a system or user level,
with choices applicable to all or to specific applications. Options are
advertised to driconf by the DRI drivers.
Assistance by: lesi