public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] poco-doc: Documentation package for Poco
@ 2016-05-17 22:12 David Stacey
  2016-05-30  8:19 ` David Stacey
  0 siblings, 1 reply; 4+ messages in thread
From: David Stacey @ 2016-05-17 22:12 UTC (permalink / raw)
  To: cygwin-apps

The Poco documentation used to be libpoco-doc, a child package of poco, 
but I would like to spin it out into its own package. This will make it 
easier to maintain, and as a top-level package it can be marked as 
'noarch'. I have taken the opportunity to update Poco to the latest version:


BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco-doc/libpoco-doc/libpoco-doc-1.7.3-1.tar.xz \
${BASEURL}/poco-doc/libpoco-doc/setup.hint \
${BASEURL}/poco-doc/poco-doc-1.7.3-1-src.tar.xz \
${BASEURL}/poco-doc/poco-doc-1.7.3-1.tar.xz \
${BASEURL}/poco-doc/setup.hint


If you are happy with this, please add 'poco-doc' to 
cygwin-package-maint as a top-level package, so I can upload.

The rest of this e-mail is for information. For the inquisitive, here is 
the corresponding version of Poco, built without documentation:


# 32-bit:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/x86/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco/libpoco-devel/libpoco-devel-1.7.3-1.tar.xz \
${BASEURL}/poco/libpoco-devel/setup.hint \
${BASEURL}/poco/libpoco43/libpoco43-1.7.3-1.tar.xz \
${BASEURL}/poco/libpoco43/setup.hint \
${BASEURL}/poco/poco-1.7.3-1-src.tar.xz \
${BASEURL}/poco/poco-1.7.3-1.tar.xz \
${BASEURL}/poco/poco-debuginfo/poco-debuginfo-1.7.3-1.tar.xz \
${BASEURL}/poco/poco-debuginfo/setup.hint \
${BASEURL}/poco/setup.hint

# 64-bit:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/x86_64/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco/libpoco-devel/libpoco-devel-1.7.3-1.tar.xz \
${BASEURL}/poco/libpoco-devel/setup.hint \
${BASEURL}/poco/libpoco43/libpoco43-1.7.3-1.tar.xz \
${BASEURL}/poco/libpoco43/setup.hint \
${BASEURL}/poco/poco-1.7.3-1-src.tar.xz \
${BASEURL}/poco/poco-1.7.3-1.tar.xz \
${BASEURL}/poco/poco-debuginfo/poco-debuginfo-1.7.3-1.tar.xz \
${BASEURL}/poco/poco-debuginfo/setup.hint \
${BASEURL}/poco/setup.hint


I have also rebuilt Poco 1.6.1 with the documentation split out into a 
separate package. This will be uploaded first, and then immediately 
bumped into 'prev' by version 1.7.3 above:


# Documentation (architecture independent):
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco-doc/libpoco-doc/libpoco-doc-1.6.1-1.tar.xz \
${BASEURL}/poco-doc/libpoco-doc/setup.hint \
${BASEURL}/poco-doc/poco-doc-1.6.1-1-src.tar.xz \
${BASEURL}/poco-doc/poco-doc-1.6.1-1.tar.xz \
${BASEURL}/poco-doc/setup.hint

# 32-bit:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/x86/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco/libpoco-devel/libpoco-devel-1.6.1-2.tar.xz \
${BASEURL}/poco/libpoco-devel/setup.hint \
${BASEURL}/poco/libpoco31/libpoco31-1.6.1-2.tar.xz \
${BASEURL}/poco/libpoco31/setup.hint \
${BASEURL}/poco/poco-1.6.1-2-src.tar.xz \
${BASEURL}/poco/poco-1.6.1-2.tar.xz \
${BASEURL}/poco/poco-debuginfo/poco-debuginfo-1.6.1-2.tar.xz \
${BASEURL}/poco/poco-debuginfo/setup.hint \
${BASEURL}/poco/setup.hint

# x86_64:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/x86_64/release
wget --no-check-certificate --no-host-directories --force-directories 
--cut-dirs=5 \
${BASEURL}/poco/libpoco-devel/libpoco-devel-1.6.1-2.tar.xz \
${BASEURL}/poco/libpoco-devel/setup.hint \
${BASEURL}/poco/libpoco31/libpoco31-1.6.1-2.tar.xz \
${BASEURL}/poco/libpoco31/setup.hint \
${BASEURL}/poco/poco-1.6.1-2-src.tar.xz \
${BASEURL}/poco/poco-1.6.1-2.tar.xz \
${BASEURL}/poco/poco-debuginfo/poco-debuginfo-1.6.1-2.tar.xz \
${BASEURL}/poco/poco-debuginfo/setup.hint \
${BASEURL}/poco/setup.hint


This will ensure that both 'curr' and 'prev' versions of Poco are built 
in the same way.

Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] poco-doc: Documentation package for Poco
  2016-05-17 22:12 [ITP] poco-doc: Documentation package for Poco David Stacey
@ 2016-05-30  8:19 ` David Stacey
  2016-05-30  8:47   ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: David Stacey @ 2016-05-30  8:19 UTC (permalink / raw)
  To: cygwin-apps

On 17/05/16 23:12, David Stacey wrote:
> BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release 
>
> wget --no-check-certificate --no-host-directories --force-directories 
> --cut-dirs=5 \
> ${BASEURL}/poco-doc/libpoco-doc/libpoco-doc-1.7.3-1.tar.xz \
> ${BASEURL}/poco-doc/libpoco-doc/setup.hint \
> ${BASEURL}/poco-doc/poco-doc-1.7.3-1-src.tar.xz \
> ${BASEURL}/poco-doc/poco-doc-1.7.3-1.tar.xz \
> ${BASEURL}/poco-doc/setup.hint
>

I hope you don't mind a gentle nudge! This is just repackaging what was 
already in Cygwin anyway, so it shouldn't take too much time to check. 
I'd like to upload poco-1.7.3, but can't until 'poco-doc' is added to 
cygwin-package-maint as a top-level package.

Many thanks in advance,

Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] poco-doc: Documentation package for Poco
  2016-05-30  8:19 ` David Stacey
@ 2016-05-30  8:47   ` Corinna Vinschen
  2016-05-30  8:59     ` David Stacey
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2016-05-30  8:47 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 999 bytes --]

On May 30 09:18, David Stacey wrote:
> On 17/05/16 23:12, David Stacey wrote:
> > BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release
> > 
> > wget --no-check-certificate --no-host-directories --force-directories
> > --cut-dirs=5 \
> > ${BASEURL}/poco-doc/libpoco-doc/libpoco-doc-1.7.3-1.tar.xz \
> > ${BASEURL}/poco-doc/libpoco-doc/setup.hint \
> > ${BASEURL}/poco-doc/poco-doc-1.7.3-1-src.tar.xz \
> > ${BASEURL}/poco-doc/poco-doc-1.7.3-1.tar.xz \
> > ${BASEURL}/poco-doc/setup.hint
> > 
> 
> I hope you don't mind a gentle nudge! This is just repackaging what was
> already in Cygwin anyway, so it shouldn't take too much time to check. I'd
> like to upload poco-1.7.3, but can't until 'poco-doc' is added to
> cygwin-package-maint as a top-level package.

Done.  Please go ahead.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] poco-doc: Documentation package for Poco
  2016-05-30  8:47   ` Corinna Vinschen
@ 2016-05-30  8:59     ` David Stacey
  0 siblings, 0 replies; 4+ messages in thread
From: David Stacey @ 2016-05-30  8:59 UTC (permalink / raw)
  To: cygwin-apps

On 30/05/16 09:47, Corinna Vinschen wrote:
> On May 30 09:18, David Stacey wrote:
>> On 17/05/16 23:12, David Stacey wrote:
>>> BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release
>>>
>>> wget --no-check-certificate --no-host-directories --force-directories
>>> --cut-dirs=5 \
>>> ${BASEURL}/poco-doc/libpoco-doc/libpoco-doc-1.7.3-1.tar.xz \
>>> ${BASEURL}/poco-doc/libpoco-doc/setup.hint \
>>> ${BASEURL}/poco-doc/poco-doc-1.7.3-1-src.tar.xz \
>>> ${BASEURL}/poco-doc/poco-doc-1.7.3-1.tar.xz \
>>> ${BASEURL}/poco-doc/setup.hint
>>>
>>
>> I hope you don't mind a gentle nudge! This is just repackaging what was
>> already in Cygwin anyway, so it shouldn't take too much time to check. I'd
>> like to upload poco-1.7.3, but can't until 'poco-doc' is added to
>> cygwin-package-maint as a top-level package.
> Done.  Please go ahead.


Thanks!

Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-30  8:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 22:12 [ITP] poco-doc: Documentation package for Poco David Stacey
2016-05-30  8:19 ` David Stacey
2016-05-30  8:47   ` Corinna Vinschen
2016-05-30  8:59     ` David Stacey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).