I am packaging Regina REXX interpreter using cygport for potential inclusion in the cygwin dsitrubution.
I have successfully built the package from source provided that the source tar ball is in the current directory, but I can't get the source tar ball to download from SourceForge, so every time I try and build the package, it fails because the source is not available. I run: cygport ReginaREXX.cygport all My ReginaREXX.cygport consists of: NAME="Regina-REXX" VERSION=3.8 RELEASE=1 CATEGORY="Interpreters" SUMMARY="An ANSI compliant Rexx Interpreter for multiple platforms." DESCRIPTION="Rexx is a procedural language that allows programs and algorithms to be written in a clear and structured way. It is also designed to be used as a macro language by application programs." #SRC_URI="https://sourceforge.net/projects/regina-rexx/files/regina-rexx/${PV}/${P}.tar.gz" SRC_URI="mirror://sourceforge/regina-rexx/regina-rexx/${PV}/${P}.tar.gz" HOMEPAGE="http://regina-rexx.sourceforge.net" DOCS="COPYING-LIB TODO README.38" src_compile() { cd ${B} cygconf cygmake } src_install() { cd ${B} cyginstall -j1 } I've tried with the mirror:// prefix and with a direct link (commented out) but neither will download the source tar.gz. If someone can see what I'm doing wrong I'd appreciate someone correcting me. Thanks, Mark -- ------------------------------------------------------------------------ * Mark Hessling, [email protected] http://www.rexx.org/ * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc. * Maintainer of Regina Rexx interpreter * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/ ------------------------------------------------------------------------ ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://www.hpccsystems.com _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
