[aur-general] for queueRAM -- about perForce software issues
Hi, queueRAM, I found the p4/p4v packages in AUR were maintained by you. Here is something about them: (1) due to perforce.com do not provide version info in the download filename, the download file will alwayse failed to pass md5 checksum tesing whenever the company rebuild the software. Is there any way to ignore the md5sum? And the same silly solution of perforce caused that one can not download i686/x86_64 version on the same machine. Is there any method to rename the downloaded filename in the PKGBUILD script? does our makepkg tool support that feature? (2) If you are kind enough, will you please to integreated the pdf docs about that software into the pkg ? Thanks for your kindness for the maintances. --
On 02/15/2012 07:24 PM, goodmenzy@gmail.com wrote:
Hi, queueRAM,
I found the p4/p4v packages in AUR were maintained by you. Here is something about them:
(1) due to perforce.com do not provide version info in the download filename, the download file will alwayse failed to pass md5 checksum tesing whenever the company rebuild the software.
Is there any way to ignore the md5sum?
And the same silly solution of perforce caused that one can not download i686/x86_64 version on the same machine.
Is there any method to rename the downloaded filename in the PKGBUILD script? does our makepkg tool support that feature?
Check out the man page for PKGBUILD, you can filename:url, where filename contains a version and architecture. The google-earth package does this.
(2) If you are kind enough, will you please to integreated the pdf docs about that software into the pkg ?
Thanks for your kindness for the maintances.
Thanks for you reply! I'll try to implement another version of PKGBUILD to fullfill my needs. The script will be pasted on the aur pages as soon as possible after finished. On 2012-02-15 19:58:05, Matthew Monaco wrote:
Date: Wed, 15 Feb 2012 19:58:05 -0700 From: Matthew Monaco <dgbaley27@0x01b.net> To: aur-general@archlinux.org Subject: Re: [aur-general] for queueRAM -- about perForce software issues User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120212 Thunderbird/10.0.1 Reply-To: "Discussion about the Arch User Repository (AUR)" <aur-general@archlinux.org> Message-ID: <4F3C70BD.2010203@0x01b.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: "Discussion about the Arch User Repository \(AUR\)" <aur-general.archlinux.org>
On 02/15/2012 07:24 PM, goodmenzy@gmail.com wrote:
Hi, queueRAM,
I found the p4/p4v packages in AUR were maintained by you. Here is something about them:
(1) due to perforce.com do not provide version info in the download filename, the download file will alwayse failed to pass md5 checksum tesing whenever the company rebuild the software.
Is there any way to ignore the md5sum?
And the same silly solution of perforce caused that one can not download i686/x86_64 version on the same machine.
Is there any method to rename the downloaded filename in the PKGBUILD script? does our makepkg tool support that feature?
Check out the man page for PKGBUILD, you can filename:url, where filename contains a version and architecture. The google-earth package does this.
(2) If you are kind enough, will you please to integreated the pdf docs about that software into the pkg ?
Thanks for your kindness for the maintances.
-- Brock Zheng 郑 祎 Software Enginner ?? 朝阳区东四环慈云寺桥东南角远洋国际中心A座22层 ?? A Kontron Group Company -- Kontron China ?? 17 Building,Block #1,ABP.188 Western South 4th Ring Road ?? Chaoyang, Beijing 100025,P.R.China ?? Tel Office: +86 5954 2022 Cell Phone: 159 1055 0793 ?? Email: brock.zheng@kontron.cn ?? Website: www.kontron.cn "The information contained in this document is CONFIDENTIAL and property of OpenTV. Any unauthorized review,use, disclosure or distribution is prohibited without express written consent of OpenTV. If you are not the intended recipient,please contact the sender and destroy all copies of the original message and enclosed attachments."
Hi, If the hash sum test fails, it's a nice check and reminder if anything changed since the PKGBUILD was last looked at. Unless Perforce releases new versions very often, it may be a good idea that the PKGBUILD keeps failing when the source changes, so that it gets reviewed again. If there are new releases semi-daily/semi-weekly and you really trust upstream, using curl or wget to download the file in question in build() would work, but I'm not sure if it would qualify as the Arch Way. Good luck with the PKGBUILD in any case. -- Cordially, Alexander Rødseth Arch Linux Trusted User (xyproto on IRC, trontonic on AUR)
Thanks for your advices in detail! On 2012-02-16 07:41:59, Alexander R鴇seth wrote:
Date: Thu, 16 Feb 2012 07:41:59 +0100 From: Alexander R鴇seth <rodseth@gmail.com> To: "Discussion about the Arch User Repository (AUR)" <aur-general@archlinux.org> Subject: Re: [aur-general] for queueRAM -- about perForce software issues Reply-To: "Discussion about the Arch User Repository (AUR)" <aur-general@archlinux.org> Message-ID: <CAG7ayys98bpHfo_LeS2Vrp5G=94ncqD4Ac+dLxeve2GT4C0PRg@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: "Discussion about the Arch User Repository \(AUR\)" <aur-general.archlinux.org>
Hi,
If the hash sum test fails, it's a nice check and reminder if anything changed since the PKGBUILD was last looked at. Unless Perforce releases new versions very often, it may be a good idea that the PKGBUILD keeps failing when the source changes, so that it gets reviewed again.
If there are new releases semi-daily/semi-weekly and you really trust upstream, using curl or wget to download the file in question in build() would work, but I'm not sure if it would qualify as the Arch Way.
Good luck with the PKGBUILD in any case.
-- Cordially, 燗lexander R鴇seth 燗rch Linux Trusted User ?(xyproto on IRC, trontonic on AUR)
participants (3)
-
Alexander Rødseth
-
goodmenzy@gmail.com
-
Matthew Monaco