| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
inactive since 2003.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
convmv is meant to help convert a single filename, a directory tree and the
contained files or a whole filesystem into a different encoding. It just
converts the filenames, not the content of the files. A special feature of
convmv is that it also takes care of symlinks, also converts the symlink target
pointer in case the symlink target is being converted, too.
All this comes in very handy when one wants to switch over from old 8-bit
locales to UTF-8 locales. It is also possible to convert directories to UTF-8
which are already partly UTF-8 encoded. convmv is able to detect if certain
files are UTF-8 encoded and will skip them by default. To turn this smartness
off use the --nosmart switch.
PR: ports/73191
Submitted by: Kuang-che Wu <kcwu@csie.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If you know new email addresses for the people involved, please send-pr it!
<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
<mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
TO command)
<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
found
<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
customer (in reply to RCPT TO command)
<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in
reply to RCPT TO command)
<cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown
user (in reply to RCPT TO command)
<ports@henrik-motakef.de>: Host or domain name not found. Name service error
for name=henrik-motakef.de type=A: Host not found
<jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1
<jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO
command)
<koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted /
No such user (in reply to RCPT TO command)
<proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1
<proot@iaces.com>... User unknown (in reply to RCPT TO command)
<roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1
{mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO
command)
<vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access
denied (in reply to MAIL FROM command)
<tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550
Requested action not taken: mailbox unavailable (in reply to RCPT TO
command)
<zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1
<zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
|
|
|
|
|
| |
PR: ports/71768
Submitted by: maintainer.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 72034
Submitted by: leeym
Approved by: maintainer timeout
|
| |
|
|
|
|
|
| |
PR: ports/72524
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/72192
Submitted by: Klaus Michael Indlekofer <M.Indlekofer@fz-juelich.de> (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
| |
portlint
PR: 71393
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Approved by: portmgr (kirill)
|
|
|
|
|
|
| |
Fix data corruption for binary data.
rt.cpan.org: Bug #7456
|
| |
|
|
|
|
|
|
|
| |
This fixes compilation problem on gcc 2.95. [1]
PR: 70601 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
|
|
|
|
|
|
| |
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@
|
|
|
|
|
|
|
|
| |
- Nuke pkg-plist while here
PR: ports/68748 [1]
Submitted by: Matt Peterson
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.
Requested by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by: MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
|
|
|
|
|
| |
PR: ports/69578
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
fails with error exit code for 'make -DINSTALLS_DEPENDS install' called
when depending file is not found.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
ports.
|
|
|
|
|
| |
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
|
| |
|
|
|
|
|
|
| |
PR: ports/67629
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
(last attempt 2/23/2004).
- There is a technical problem contacting him. [1]
PR: 67692 [1]
|
|
|
|
|
|
|
|
|
| |
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
(last attempt 2/23/2004).
- There is a technical problem contacting him. [1]
PR: 67691 [1]
|
|
|
|
|
|
|
| |
- Remove WWW line
PR: ports/67632
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/67637
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/67634
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/67631
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/67630
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/64393
Submitted by: eik
Approved by: maintainer timeout (2 months)
|
|
|
|
| |
No cookies for: krion
|
| |
|
|
|
|
|
| |
PR: ports/66788
Submitted by: maintainer
|
|
|
|
| |
This fixes the LATEST_LINK conflict with misc/libutf.
|
|
|
|
| |
currently unable to look after any of the ports that he has written.
|
|
|
|
|
| |
and a machine failure are keeping him from being able to look after it
right now. Adam, here's hoping that things start looking up for you.
|
|
|
|
|
|
|
|
| |
Move pkg files from pkg-plist to Makefile, then remove pkg-plist.
Use NOPORTDOCS macro.
Bump PORTREVISION.
Approved by: Alex Semenyaka <alex@rinet.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/65409
Submitted by: trevor
|
|
|
|
| |
Suggested by: ijliao, knu
|
|
|
|
| |
the CVS to Subversion Repository Converter.
|
|
|
|
| |
still broken at that time and no PRs have been submitted containing a fix.
|
|
|
|
| |
we didn't install)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Approved by: arved (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the copy of inews that inn installs in ${PREFIX}/news/lib/inews. The
cnews port likes to put inews in ${PREFIX}/bin/.
Explanation: The uudeview port generally doesn't use inews, but it has
the ability to post items directly to news if the user
requests it. The default inews location is hardcoded at
compile time. This port does not DEPEND on any particular
news software.
Requested by: Daeron <daeron -a-t- optushome com au>
|
|
|
|
| |
Advised by: nectar
|
|
|
|
| |
Advised by: nectar
|
| |
|
|
|
|
|
|
|
| |
BinHex files.
PR: ports/64617
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
|
|
|
|
|
|
| |
- drop maintainership
Submitted by: arved
|
|
|
|
| |
Submitted by: trevor
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
|
|
|
|
| |
http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9645-0020ed76ef5a.html
|
| |
|
| |
|
|
|
|
| |
PR which triggered this discover : 64380
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Prompted by: trevor
|
|
|
|
| |
o Bump $PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
distfiles in my directory.
|
|
|
|
|
|
|
|
|
|
|
| |
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
|
|
|
|
|
| |
PR: ports/63925
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 63576
Submitted by: maintainer
|
|
|
|
| |
Approved by: maintainer informed
|
|
|
|
|
|
|
| |
bombs on systems where USE_ICONV has been incorrectly defined in make.conf
or in the environment.
Submittd by: trevor
|
|
|
|
| |
Approved by: maintainer informed
|
|
|
|
| |
Noticed by: marcus
|
|
|
|
| |
Obtained from: sobomax via the imake-4 and linux_base ports
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 61519
Submitted by: Ports Fury
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
PR: 61533
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
PR: 61517
Submitted by: Ports Fury
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
PR: 61518
Submitted by: Ports Fury
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
|
|
|
|
|
| |
Drop the pure Perl implementations of the encoders and
decoders. They are bloat that hides real problems in
the XS implementations. I will re-release them separately
in the new MIME-Base64-Perl distribution.
The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
as the isXDIGIT() macro is not available in that perl.
This problem has now been fixed.
|
|
|
|
|
|
|
| |
- Remove BORKEN and bump PORTREVISION
Submitted by: Barney Wolff <barney@databus.com>
Tested by: pav
|
|
|
|
|
|
|
|
| |
with perl 5.005_03 until I can figure out what the exact problem i.s
Submitted by: Michel Gravey <admin@the-e-management.com>,
"Michel Gravey" <michel.gravey@orange.fr>,
pav
|
| |
|
|
|
|
| |
Reminded by: Barney Wolff <barney@databus.com>, pav
|
|
|
|
|
|
|
|
|
| |
- Update to 0.18
Port maintainer (scrappy@FreeBSD.org) is cc'd.
PR: ports/59859
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MIME headers of e-mail messages
Categories: converters textproc russian ukrainian
Fix-mime-charset automatically detects character sets of
email message and modifies the Content-Type header
appropriately. It can be used as mail filter in mailing
lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately,
ignoring attachments, and correctly interprets transfer-encodings.
None but the Content-Type header is changed.
PR: ports/61050
Submitted by: Nosov Artem <chip-set@mail.ru>
|
| |
|
|
|
|
|
|
|
| |
<brueffer@phoenix-systems.de>
PR: 61040
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
| |
|
|
|
|
|
|
|
| |
and image files.
PR: ports/57789
Submitted by: Klaus Michael Indlekofer <M.Indlekofer@gmx.de>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
PR: 60303
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a x-test target that runs the tnef tests
- Shorten COMMENT to fit the limit
While I'm here:
- Install some documentation
PR: 59459
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Shftool is the reference implementation for the new,
XML-based Standard Hex Format (SHF).
Shftool is also a working converter/generator/extractor
between/to/of SHF-files and other hex formats.
SHF is specified in the the following Internet Draft:
http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt
Author: Linus Walleij <triad@df.lth.se>
WWW: http://www.df.lth.se/~triad/krad/shftool/
PR: 58651
Submitted by: Joachim Strombergson <watchman@ludd.luth.se>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: adamw (mentor)
|
|
|
|
| |
Approved by: marcus (mentor)
|
|
|
|
|
|
|
|
| |
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
| |
in the last commit.
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
|
| |
|
| |
|
| |
|
|
|
|
| |
Respect CC and CFLAGS
|
| |
|
| |
|
|
|
|
|
|
| |
4.x systems.
Reminded by: marcus
|
|
|
|
|
| |
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%%
|
|
|
|
|
| |
PR: 57896
Submitted by: Pav Lucistnik <pav@oook.cz>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
use %%SITE_PERL%%
fixup WWW
maintainer timeout (5 months)
PR: 51563
Submitted by: myself
|
|
|
|
|
|
|
|
| |
Remove MAN3PREFIX, add WWW, use %%SITE_PERL%%
maintainer timeout (5 months)
PR: 51560
Submitted by: myself
|
| |
|
| |
|
|
|
|
|
| |
Founded by: Oleg Karachevtsev <ok at etrust dot ru>
Approved by: hoek (maintainer)
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
|
|
|
|
|
|
|
| |
use SITE_PERL and %%SITE_PERL%%
strip pkg-descr from all it's superfluous spaces
PR: 51568
Submitted by: me
Approved by: maintainer timeout (+2 months)
|
|
|
|
|
|
|
|
|
|
| |
Shorten COMMENT
use SITE_PERL and %%SITE_PERL%%
Add WWW
PR: 51567
Submitted by: me
Approved by: maintainer timeout (+2 months)
|
|
|
|
| |
Prodded by: kris
|
| |
|
|
|
|
|
| |
PR: 55715
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
|
| |
|
|
|
|
| |
Reviewed by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: 53689
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer timeout (> 1 month)
|
|
|
|
|
| |
PR: 54813
Submitted by: M.Indlekofer@gmx.de <M.Indlekofer@fz-juelich.de>
|
|
|
|
| |
Approved by: fjoe (mentor)
|
|
|
|
|
|
| |
PR: 54681
Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Pointy hat to: myself
|
| |
|
|
|
|
|
|
|
| |
packages to fbd, used by the CalculiX port.
PR: 52306
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
| |
|
| |
|
|
|
|
|
| |
PR: 50957 [1]
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
| |
perl module for easy conversion between encodings.
PR: ports/50207
Submitted by: Maxim Maximov (mcsi@agava.com)
|
|
|
|
|
| |
PR: 53936
Approved by: fjoe (mentor) (implicit)
|
|
|
|
|
|
|
| |
MS Outlook
PR: 53869
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
|
|
|
|
| |
Add 2 more categories as far as this tool
is very useful for those languages
PR: 53729
Approved by: fjoe (mentor) (implicit)
|
| |
|
| |
|
|
|
|
|
|
| |
- adpated to new perl macros (SITE_PERL etc.)
Obtained from: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
| |
Submitted by: Pav Lucistnik <pav@oook.cz>
|
|
|
|
| |
Submitted by: kris & Debian (edited by me)
|
|
|
|
| |
Reported by: Andrew J Caines <A.J.Caines@halplant.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 52893
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
| |
a Python Unicode Codecs for Chinese, Japanese and Korean encodings
|
|
|
|
|
|
| |
PR: 52763
Submitted by: maintainer
Approved by: roberto (mentor)
|
|
|
|
|
| |
PR: 52208
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Simple text conversion utility for KDE 3.
PR: 51940
Submitted by: Kirill Ponomarew
|
|
|
|
| |
Submitted by: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
|
| |
PR: 51961
Submitted by: old maintainer.
|
|
|
|
| |
Pointed out by: kris
|
|
|
|
|
|
|
| |
Add WWW.
PR: 51561
Submitted by: Mathieu Arnold <m@absolight.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Konwert is a package for conversion between various character encodings.
By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.
There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.
PR: 50614
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
|
|
|
|
|
|
|
|
| |
Chmview is a simple program to decompose .chm-file to the
components.
PR: 50433
Submitted by: Alex Semenyaka
|
| |
|
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@freebsd.org>
PR: 51066
|
| |
|
|
|
|
|
| |
PR: ports/50926
Reviewed by: Erwin Lansing <erwin@lansing.dk>
|
|
|
|
|
|
| |
PR: ports/50554
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Approved by: maintainer timeout (3 days)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/50184
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
|
|
|
| |
Pointed out by: kris
|
|
|
|
| |
fix the libs cannot be used with php.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
| |
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
|
|
|
|
|
| |
PR: 48353
Submitted by: tadalunch@sources.redhat.com
|
| |
|
| |
|
|
|
|
|
| |
* Don't install .la files
* Assign maintainership to gnome@ since this will be used for AbiWord2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: lioux
|
|
|
|
|
| |
PR: ports/47931
Submitted by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
|
|
| |
- Fix MASTER_SITES (author again changed tarball location)
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
| |
PR: ports/46797
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
|
|
|
|
|
| |
PR: ports/32258
Submitted by: Anthony Kim <anthony.kim@vw.com>
Approved by: maintainer timeout (almost 6 weeks)
|
|
|
|
|
|
|
| |
claim maintainership
PR: 46572
Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
|
|
|
|
|
|
|
| |
Also noted on bento.
PR: ports/45309
Submitted by: Barney Wolff <barney@tp.databus.com>
|
| |
|
| |
|
| |
|