Re: [crux-contrib] progress report
Jose V Beneyto (Sepen) wrote: > you can do extract them manually inside the build() function > * I know ;], I think it's not case to be discussed at the contribML but pkgmk's support for *.tar *.tbz2 and *.rar would be nice. > Also I made a new prtverify report of your ports > http://mikeux.dyndns.org/crux/logs/repoverify.php?log=repoverify-mxq.html > > * Big thanks > Regards, > > Jose V Beneyto > pitillo wrote: > - bashburn: IMHO if you want it in contrib, must be well built and tested. * I agree, but personally doubt that every port in contrib is throughly tested by its maintainer, (which doesnt mean this port is bad), bashburn is well built (bashburnrc should be probably placed in /usr/etc instead of /etc), i'll test bashburn port and decide about it later. > Regards. > Learning bit by bit. -pitillo- > > Best Regards Awaiting second contrib maintainer approval/disapproval Bartlomiej Palmowski
Rotwang wrote:
you can do extract them manually inside the build() function
* I know ;], I think it's not case to be discussed at the contribML but pkgmk's support for *.tar *.tbz2 and *.rar would be nice.
sure, something like these patch: --- pkgmk.orig 2008-05-08 17:34:26.000000000 +0200 +++ pkgmk 2008-05-08 17:57:13.000000000 +0200 @@ -159,8 +159,10 @@ unpack_source() { case $LOCAL_FILENAME in *.tar.gz|*.tar.Z|*.tgz) COMMAND="tar -C $SRC --use-compress-program=gzip -xf $LOCAL_FILENAME" ;; - *.tar.bz2) + *.tar.bz2|*.tbz2) COMMAND="tar -C $SRC --use-compress-program=bzip2 -xf $LOCAL_FILENAME" ;; + *.tar) + COMMAND="tar -C $SRC -xf $LOCAL_FILENAME" ;; *.zip) COMMAND="unzip -qq -o -d $SRC $LOCAL_FILENAME" ;; *) in addition, rar is not in core Best regards, Jose V Beneyto
Hello. On Thu, 08 May 2008 16:32:20 +0200 Rotwang <maks1k@wp.pl> wrote:
[...] Awaiting second contrib maintainer approval/disapproval
Most issues are fixed by now... I will be glad to see a new new contrib member. Thumbs up! -- Mikhail Kolesnik ICQ: 260259143 IRC: mike_k at freenode/#crux, rusnet/#yalta
participants (3)
-
Jose V Beneyto
-
Mikhail Kolesnik
-
Rotwang