* [Buildroot] Package conversion for 2010.08
@ 2010-05-30 10:36 Thomas Petazzoni
2010-06-07 9:17 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2010-05-30 10:36 UTC (permalink / raw)
To: buildroot
Hello,
Release 2010.05 will soon be released by Peter and therefore I'd like
to make a new status of the package conversion effort. For the record,
the previous status of this effort was given on March, 14th:
http://lists.busybox.net/pipermail/buildroot/2010-March/032840.html
At that time, we had 61 packages to convert to the generic package
infrastructure, and 107 to convert to the autotools infrastructure.
As of today's Git version, we are now at 56 packages to convert to the
generic package infrastructure and 77 packages to convert to the
autotools infrastructure.
Your help would be very appreciated in speeding up this conversion
effort. Before doing any conversion, check our Bugzilla to see if
someone else has already done the conversion work for your package.
Packages to convert to the autotools infrastructure
===================================================
* alsa-utils
* axel
* bash
* berkeleydb
* boa
* coreutils
* cups
* cvs
* dash
* dhcp
* dhcpdump
* dialog
* diffutils
* dillo
* distcc
* dmalloc
* fbv
* file
* gawk
* gettext
* gmp
* gtk2-engines
* gzip
* hal
* icu
* imagemagick
* iproute2
* ipsec-tools
* libeXosip2
* libfuse
* libglib12
* libgpg-error
* libgtk12
* liblockfile
* links
* lrzsz
* ltrace
* lvm2
* madplay
* make
* module-init-tools
* modutils
* mpfr
* mpg123
* mplayer
* netkitbase
* netkittelnet
* netsnmp
* newt
* nfs-utils
* ntp
* pciutils
* pptp-linux
* prboom
* proftpd
* python
* qt
* quagga
* rp-pppoe
* ruby
* rxvt
* sdl
* sdl_mixer
* sdl_ttf
* sed
* socat
* stunnel
* sudo
* tftpd
* thttpd
* tn5250
* util-linux
* valgrind
* vim
* xerces
* xfsprogs
* zlib
Packages to convert to the generic infrastructure
=================================================
* acpid
* bsdiff
* busybox
* concierge
* devmem2
* doom-wads
* dosfstools
* ezxml
* fbset
* fconfig
* festival
* festlex
* festvox
* fis
* gadgetfs-test
* hdparm
* hotplug
* hwdata
* input-tools
* iostat
* l2tp
* liberation
* libfloat
* lmbench
* lm-sensors
* lockfile-progs
* logrotate
* lsof
* ltp-testsuite
* makedevs
* matchbox
* mcookie
* memtester
* microcom
* microperl
* microwin
* mii-diag
* mrouted
* netplug
* pcmcia
* portage
* portmap
* procps
* sfdisk
* slang
* sysklogd
* sysvinit
* tinyhttpd
* ttcp
* uemacs
* usbmount
* vpnc
* vsftpd
* webif
* wipe
* wireless-tools
Thomas Petazzoni
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Package conversion for 2010.08
2010-05-30 10:36 [Buildroot] Package conversion for 2010.08 Thomas Petazzoni
@ 2010-06-07 9:17 ` Thomas Petazzoni
2010-06-07 9:37 ` Kelvin Cheung
2010-06-07 13:46 ` Peter Korsgaard
0 siblings, 2 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2010-06-07 9:17 UTC (permalink / raw)
To: buildroot
On Sun, 30 May 2010 12:36:55 +0200
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> * file
Conversion done by Gustavo Zacarias. To be merged.
https://bugs.busybox.net/show_bug.cgi?id=1927
> * gawk
Conversion done by Gustavo Zacarias. To be merged.
https://bugs.busybox.net/show_bug.cgi?id=1933
> * module-init-tools
I have a converted package in my linux-cleanup branch. Will be
submitted as part of this work.
> * modutils
Removed. Was only needed for 2.4 kernels.
> * pciutils
Already converted (false positive in my script).
> * rp-pppoe
Package to drop, no longer needed. According to Gustavo, ppp includes a
plug-in that does the same thing.
> * tn5250
Conversion done by Gustavo Zacarias. Merged.
All other packages still require some love :-)
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Package conversion for 2010.08
2010-06-07 9:17 ` Thomas Petazzoni
@ 2010-06-07 9:37 ` Kelvin Cheung
2010-06-07 10:28 ` Thomas Petazzoni
2010-06-07 13:46 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: Kelvin Cheung @ 2010-06-07 9:37 UTC (permalink / raw)
To: buildroot
Hi Thomas,
The following packages were converted by me:
axel (https://bugs.busybox.net/show_bug.cgi?id=1723)
mplayer (https://bugs.busybox.net/show_bug.cgi?id=1735)
lmbench (https://bugs.busybox.net/show_bug.cgi?id=1753)
transmission (https://bugs.busybox.net/show_bug.cgi?id=743)
Could you check them?
Thanks!
2010/6/7 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> On Sun, 30 May 2010 12:36:55 +0200
> Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
>
> > * file
>
> Conversion done by Gustavo Zacarias. To be merged.
> https://bugs.busybox.net/show_bug.cgi?id=1927
>
> > * gawk
>
> Conversion done by Gustavo Zacarias. To be merged.
> https://bugs.busybox.net/show_bug.cgi?id=1933
>
> > * module-init-tools
>
> I have a converted package in my linux-cleanup branch. Will be
> submitted as part of this work.
>
> > * modutils
>
> Removed. Was only needed for 2.4 kernels.
>
> > * pciutils
>
> Already converted (false positive in my script).
>
> > * rp-pppoe
>
> Package to drop, no longer needed. According to Gustavo, ppp includes a
> plug-in that does the same thing.
>
> > * tn5250
>
> Conversion done by Gustavo Zacarias. Merged.
>
> All other packages still require some love :-)
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100607/a43f1f1b/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Package conversion for 2010.08
2010-06-07 9:17 ` Thomas Petazzoni
2010-06-07 9:37 ` Kelvin Cheung
@ 2010-06-07 13:46 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2010-06-07 13:46 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> On Sun, 30 May 2010 12:36:55 +0200
Thomas> Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
>> * file
Thomas> Conversion done by Gustavo Zacarias. To be merged.
Thomas> https://bugs.busybox.net/show_bug.cgi?id=1927
>> * gawk
Thomas> Conversion done by Gustavo Zacarias. To be merged.
Thomas> https://bugs.busybox.net/show_bug.cgi?id=1933
Once the minor issue about patch descriptions are resolved.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-06-08 7:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-30 10:36 [Buildroot] Package conversion for 2010.08 Thomas Petazzoni
2010-06-07 9:17 ` Thomas Petazzoni
2010-06-07 9:37 ` Kelvin Cheung
2010-06-07 10:28 ` Thomas Petazzoni
2010-06-08 7:47 ` Kelvin Cheung
2010-06-07 13:46 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox