Re: Bug#644292: ITP: susv4 -- Fetch and install SUSv4 (POSIX.1:2008) documentation
On Wed, Oct 05, 2011 at 07:01:11AM +0200, Guillem Jover wrote: > On Tue, 2011-10-04 at 22:28:00 +0200, David Weinehall wrote: > > Package: wnpp > > Severity: wishlist > > Owner: David Weinehall > > > > * Package name: susv4 > > Version : 7 > > Upstream Author : N/A > > * URL : N/A > > * License : Public Domain > > Programming Lang: POSIX sh > > Description : Fetch and install SUSv4 (POSIX.1:2008) documentation > > > > The Single Unix Specifications are not permitted to be generally > > redistributed, so this is an installer that fetches them and installs > > them in a Debian appropriate way. > > Maybe the susv2 and susv3 packages could either get merged or > generated from the same source package, it would seem like the logic > should be pretty similar for all those. Yeah, that'd probably make sense -- I've already talked to, and gotten the green light from, Jeff Bailey about adopting those packages. Regards: David -- /) David Weinehall /) Rime on my window (\ // ~ // Diamond-white roses of fire // \) http://www.acc.umu.se/~tao/(/ Beautiful hoar-frost (/ -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111005080740.gn16...@suiko.acc.umu.se
A Common cmake config directory
Hi, I have a package that installs cmake configuration files, xdmf. This seems to be a growing trend: at the moment it installs: amckinstry@debian:/usr/lib/XdmfCMake$ ls -l total 12 -rw-r--r-- 1 root root 651 Jul 15 14:02 XDMFBuildSettings.cmake -rw-r--r-- 1 root root 2724 Jul 15 14:02 XDMFConfig.cmake -rw-r--r-- 1 root root 1867 Jul 15 14:02 XDMFLibraryDepends.cmake These are arch-dependent and will need their own new directory under multiarch. Are there any standards yet (or planned) for such files? /usr/lib/$(DEB_HOST_MULTIARCH)/cmake ? -- Alastair McKinstry , , http://blog.sceal.ie Anyone who believes exponential growth can go on forever in a finite world is either a madman or an economist - Kenneth Boulter, Economist. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c31b2.2090...@debian.org
Bug#644375: ITP: haskell-ansi-terminal -- Simple ANSI terminal support, with Windows compatibility
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-ansi-terminal Version : 0.5.5 Upstream Author : Max Bolingbroke * URL : http://batterseapower.github.com/ansi-terminal Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-ansi-terminal.git * License : BSD3 Programming Lang: Haskell Description : Simple ANSI terminal support, with Windows compatibility ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c400e.7010...@debian.or.jp
Bug#644376: ITP: haskell-ansi-wl-pprint -- Wadler/Leijen Pretty Printer for colored ANSI terminal output
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-ansi-wl-pprint Version : 0.6.3 Upstream Author : Daan Leijen, Max Bolingbroke * URL : http://github.com/batterseapower/ansi-wl-pprint Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-ansi-wl-pprint.git * License : BSD3 Programming Lang: Haskell Description : Wadler/Leijen Pretty Printer for colored ANSI terminal output This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c40e4.1020...@debian.or.jp
Bug#644377: ITP: haskell-hostname -- providing a cross-platform means of determining the hostname
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-hostname Version : 1.0 Upstream Author : Max Bolingbroke * URL : http://hackage.haskell.org/package/hostname Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-hostname.git * License : BSD3 Programming Lang: Haskell Description : providing a cross-platform means of determining the hostname A very simple package providing a cross-platform means of determining the hostname -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c41ba.9090...@debian.or.jp
Bug#644378: ITP: haskell-language-haskell-extract -- automatically extract functions from the local code.
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-language-haskell-extract Version : 0.2.1 Upstream Author : Oscar Finnsson & Emil Nordling * URL : http://github.com/finnsson/template-helper Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-language-haskell-extract.git * License : BSD3 Programming Lang: Haskell Description : automatically extract functions from the local code. language-haskell-extract contains some useful helper functions on top of Template Haskell. functionExtractor extracts all functions after a regexp-pattern. . > foo = "test" > boo = "testing" > bar = $(functionExtractor "oo$") . will automagically extract the functions ending with "oo" such as . > bar = [("foo",foo), ("boo",boo)] . This can be useful if you wish to extract all functions beginning with test (for a test-framework) or all functions beginning with wc (for a web service). . functionExtractorMap works like functionsExtractor but applies a function over all function-pairs. This functions is useful if the common return type of the functions is a type class. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c4299.5000...@debian.or.jp
Bug#644380: ITP: haskell-test-framework-hunit -- HUnit support for the test-framework package.
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-test-framework-hunit Version : 0.2.6 Upstream Author : Max Bolingbroke * URL : http://batterseapower.github.com/test-framework/ Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-test-framework-hunit.git * License : BSD3 Programming Lang: Haskell Description : HUnit support for the test-framework package. Allows HUnit test cases to be used with the test-framework package. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c4348.9080...@debian.or.jp
Bug#644381: ITP: haskell-test-framework-quickcheck2 -- QuickCheck2 support for the test-framework package.
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-test-framework-quickcheck2 Version : 0.2.10 Upstream Author : Max Bolingbroke * URL : http://batterseapower.github.com/test-framework/ Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-test-framework-quickcheck2.git * License : BSD3 Programming Lang: Haskell Description : QuickCheck2 support for the test-framework package. Allows QuickCheck2 properties to be used with the test-framework package. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c43db.4040...@debian.or.jp
Bug#644382: ITP: haskell-test-framework-th -- Automagically generate the {HUnit,Quickcheck}-bulk-code
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-test-framework-th Version : 0.2.2 Upstream Author : Oscar Finnsson & Emil Nordling * URL : http://github.com/finnsson/test-generator Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-test-framework-th.git * License : BSD3 Programming Lang: Haskell Description : Automagically generate the {HUnit,Quickcheck}-bulk-code test-framework-th contains two interesting functions: defaultMainGenerator and testGroupGenerator. defaultMainGenerator will extract all functions beginning with "case_" or "prop_" in the module and put them in a testGroup. testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module). -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c4482.3060...@debian.or.jp
Bug#644384: ITP: haskell-test-framework -- Framework for running and organising tests
Package: wnpp Severity: wishlist Owner: Kiwamu Okabe * Package name: haskell-test-framework Version : 0.4.1.1 Upstream Author : Max Bolingbroke * URL : http://batterseapower.github.com/test-framework/ Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-test-framework.git * License : BSD3 Programming Lang: Haskell Description : Framework for running and organising tests Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. You should install libghc-test-framework-{hunit,quickcheck2}-* package to use this with {HUnit,QuickCheck2}. -- Kiwamu Okabe -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e8c4510.6070...@debian.or.jp
Bug#644433: ITP: blogofile -- Static website compiler and blog engine
Package: wnpp Severity: wishlist Owner: "Andreas Rütten" -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: blogofile Version : 0.7.1 Upstream Author : Ryan McGuire * URL : http://www.blogofile.com/ * License : MIT Programming Lang: Python Description : Static website compiler and blog engine Blogofile is a static website compiler, primarily (though not exclusively) designed to be a simple blogging engine. It requires no database and no special hosting environment. You customize a set of templates with Mako, create posts in a markup language of your choice (Markdown, Textile, reStructuredText or plain old HTML) and Blogofile renders your entire website as static HTML and Atom/RSS feeds which you can then upload to any old web server you like. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOjLHxAAoJEAQCPpDSltCZpVoQAK2+WZA9l80wXt3xL9vLHAwm Zm87jUVrnHg6zJj5Hmamhj+mKMZypCGzlkyeGg9l4yVmpdast0Y8QyRfLSH8mV97 wk3c6vaZSzsSRtjihRAx8es4dBGcPVyecZvamdR6b0xmJpXNKfBrWfIsUdYTRM+4 r5ggbpz3Z2Bwm+KYqtlDqpbqEhP+ynncJVUwft3LUdbTE9Agqg9eZ74mIazXiq39 6Fp9D3DLPJpdgF/MYPPXEmzBpQL7y+3AofuBpr4AgCFLpsHLmfm4Dff4OJW6dXay uzPvhqVK+Dbq4WBGpaJs2CXyPY9GA1PSmwZG2Nn0zafMtPu+66WC331U4kuBf6Rz O0dWSyOLUAGa/xmYsgzKppyOOoUog16c6GUz0hlrWkq+nqSaF7J9JL1P3SvgJ0AO L8ySof5bCL26SU0tdZ3MVeZOmLogK1PBE2eMea5lyEuWFqoxsSCAUHKiIASv7XYr M2rKZxAfTH5Tizb+LkddnWf0Jgfs34+orqIDV4MCKkCCEjFwsOWONcvHK+rNKzmb 5vYhYFjVYfZvRymPHCHHfZAmLZp/lSHdOS70CcsLg4aJ9zTgMylA/rbFrZTrn4iL JRVOqIp00usDpXorSjza9jzDqhknhU7hwW03cE70Gm6HZmMH1GOzogPp0/zkbt0v M7zXlw1pfeCDkY2CIU5t =PlAY -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111005193734.10829.55543.reportbug@zypern