public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] polipo 1.1.1
@ 2017-03-21  0:17 Alexander Georgievskiy
  2017-04-19 18:47 ` Jon Turney
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Georgievskiy @ 2017-03-21  0:17 UTC (permalink / raw)
  To: cygwin-apps

category: web
requires: cygwin
sdesc: "The Polipo caching HTTP proxy"
ldesc: "Polipo is single-threaded, non blocking caching web proxy that has
very modest resource needs.  See the file INSTALL for installation
instructions.  See the texinfo manual (available as HTML after
installation) for more information."

https://packages.debian.org/jessie/polipo
https://apps.fedoraproject.org/packages/polipo
https://software.opensuse.org/package/polipo
MIT

https://ci.appveyor.com/api/buildjobs/ub6nuefck9sj5ar3/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz
https://ci.appveyor.com/api/buildjobs/ub6nuefck9sj5ar3/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint
https://ci.appveyor.com/api/buildjobs/ub6nuefck9sj5ar3/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz

https://ci.appveyor.com/api/buildjobs/o6dubso8jn8effka/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz
https://ci.appveyor.com/api/buildjobs/o6dubso8jn8effka/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint
https://ci.appveyor.com/api/buildjobs/o6dubso8jn8effka/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz

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

* Re: [ITP] polipo 1.1.1
  2017-03-21  0:17 [ITP] polipo 1.1.1 Alexander Georgievskiy
@ 2017-04-19 18:47 ` Jon Turney
  2017-04-29  7:20   ` Alexander Georgievskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Turney @ 2017-04-19 18:47 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Alexander Georgievskiy

On 21/03/2017 00:17, Alexander Georgievskiy wrote:
> category: web
> requires: cygwin
> sdesc: "The Polipo caching HTTP proxy"
> ldesc: "Polipo is single-threaded, non blocking caching web proxy that has
> very modest resource needs.  See the file INSTALL for installation
> instructions.  See the texinfo manual (available as HTML after
> installation) for more information."
>
> https://packages.debian.org/jessie/polipo
> https://apps.fedoraproject.org/packages/polipo
> https://software.opensuse.org/package/polipo
> MIT

Sorry about the delay in looking at this.

polipo.cygport:

None of the documentation is packaged.

I think you need to write 'make PREFIX=/usr TARGET=${D} install' rather 
than 'make PREFIX=${D}/usr install' (TARGET seems to have the same 
function as the more usual DESTDIR)

You also need DIFF_EXCLUDES="*.html *.info", to prevent the 
documentation, which is built in the source directory, from being 
identified as patches.

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

* Re: [ITP] polipo 1.1.1
  2017-04-19 18:47 ` Jon Turney
@ 2017-04-29  7:20   ` Alexander Georgievskiy
  2017-04-29 11:52     ` Jon Turney
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Georgievskiy @ 2017-04-29  7:20 UTC (permalink / raw)
  To: Jon Turney; +Cc: cygwin-apps

Fixed, thanks.

https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz
https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint
https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz

https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz
https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint
https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz

2017-04-19 21:47 GMT+03:00 Jon Turney <jon.turney@dronecode.org.uk>:
> On 21/03/2017 00:17, Alexander Georgievskiy wrote:
>>
>> category: web
>> requires: cygwin
>> sdesc: "The Polipo caching HTTP proxy"
>> ldesc: "Polipo is single-threaded, non blocking caching web proxy that has
>> very modest resource needs.  See the file INSTALL for installation
>> instructions.  See the texinfo manual (available as HTML after
>> installation) for more information."
>>
>> https://packages.debian.org/jessie/polipo
>> https://apps.fedoraproject.org/packages/polipo
>> https://software.opensuse.org/package/polipo
>> MIT
>
>
> Sorry about the delay in looking at this.
>
> polipo.cygport:
>
> None of the documentation is packaged.
>
> I think you need to write 'make PREFIX=/usr TARGET=${D} install' rather than
> 'make PREFIX=${D}/usr install' (TARGET seems to have the same function as
> the more usual DESTDIR)
>
> You also need DIFF_EXCLUDES="*.html *.info", to prevent the documentation,
> which is built in the source directory, from being identified as patches.
>

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

* Re: [ITP] polipo 1.1.1
  2017-04-29  7:20   ` Alexander Georgievskiy
@ 2017-04-29 11:52     ` Jon Turney
       [not found]       ` <CAGbjKa1-MGi3iA6FgcwixkncJEeYiGU4wsuzjn9kvrF+Tg0piA@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Turney @ 2017-04-29 11:52 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Alexander Georgievskiy

On 29/04/2017 08:20, Alexander Georgievskiy wrote:
> Fixed, thanks.

Looks good.

Please provide a ssh key as per https://cygwin.com/package-upload.html

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

* Re: [ITP] polipo 1.1.1
       [not found]       ` <CAGbjKa1-MGi3iA6FgcwixkncJEeYiGU4wsuzjn9kvrF+Tg0piA@mail.gmail.com>
@ 2017-05-13 12:02         ` Jon Turney
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Turney @ 2017-05-13 12:02 UTC (permalink / raw)
  To: cygwin-apps; +Cc: galeksandrp

> 2017-04-29 14:51 GMT+03:00 Jon Turney:
>> On 29/04/2017 08:20, Alexander Georgievskiy wrote:
>>>
>>> Fixed, thanks.
>>
>> Looks good.
>>
>> Please provide a ssh key as per https://cygwin.com/package-upload.html
>>

On 13/05/2017 07:56, Alexander Georgievskiy wrote:
 > ssh-rsa AAAA...

Those instructions ask for the key to be mailed to cygwin-apps@ and to 
be in RFC 4716 format.

Done.

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

end of thread, other threads:[~2017-05-13 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21  0:17 [ITP] polipo 1.1.1 Alexander Georgievskiy
2017-04-19 18:47 ` Jon Turney
2017-04-29  7:20   ` Alexander Georgievskiy
2017-04-29 11:52     ` Jon Turney
     [not found]       ` <CAGbjKa1-MGi3iA6FgcwixkncJEeYiGU4wsuzjn9kvrF+Tg0piA@mail.gmail.com>
2017-05-13 12:02         ` Jon Turney

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).