This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] fossil


I would like to adopt fossil. I've packaged the latest release. The
main reason I am offering this, is that I'm noting that fossil
is falling behind the upstream version (1.33, currently), and
I don't see any action taken on Corinna's request to convert
the build system to cygport:
2015-02-11 10:23 GMT+01:00 Jan Nijtmans <jan.nijtmans@gmail.com>:
> 2015-02-10 10:30 GMT+01:00 Corinna Vinschen:
>> Would you mind terribly to start converting your build systems to
>> cygport with this package?
...
> I couldn't resist myself making a start with this. And got it working

So, that's what I did, and it is completed now, ready to be
reviewed by anyone interested. Since I'm already building
a win64 version and a Docker version for every fossil
release, additional Cygwin(32/64) builds are not that much
additional work any more.

If Jari intends to keep fossil maintenance and wants to
use my work as starting-point for a cygport build, that's
fine with me too. Fossil doesn't get the attention it
deserves, and distributing an older version in Cygwin
is just a pity. I'm glad to help with that in any way I can.


setup.hint
----------------------------------------------------------------------
category: Devel
requires: cygwin libopenssl100 libsqlite3_0 zlib0
sdesc: "DVCS with built-in wiki, http server and issue tracker"
ldesc: "A single binary distributed version control which utilizes
SQLite database back-end for storage metadata. The self contained
binary includes also issue tracker, wiki engine and built in web
server to serve everything; including the repositories. Fossil uses
plain HTTP, with proxy support, for all network communications.
Autosync feature helps to keep repositories and their distributed issue
trackers up to date without need for separate merging."



D=https://dl.dropboxusercontent.com/u/69449580
wget -x -nH --cut-dirs=3 \
 ${D}/fossil/x86_64/setup.hint \
 ${D}/fossil/x86_64/fossil-1.33-1.tar.xz \
 ${D}/fossil/x86_64/fossil-1.33-1-src.tar.xz \
 ${D}/fossil/x86_64/fossil-debuginfo/setup.hint \
 ${D}/fossil/x86_64/fossil-debuginfo/fossil-debuginfo-1.33-1.tar.xz

D=https://dl.dropboxusercontent.com/u/69449580
wget -x -nH --cut-dirs=3 \
 ${D}/fossil/i686/setup.hint \
 ${D}/fossil/i686/fossil-1.33-1.tar.xz \
 ${D}/fossil/i686/fossil-1.33-1-src.tar.xz \
 ${D}/fossil/i686/fossil-debuginfo/setup.hint \
 ${D}/fossil/i686/fossil-debuginfo/fossil-debuginfo-1.33-1.tar.xz

Regards,

     Jan Nijtmans


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]