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]

Re: 64bit package: mined


Hi Thomas,

On Mar 30 20:44, Thomas Wolff wrote:
> wget http://towo.net/mined/cygwin/64/mined-2012.22-0.tar.bz2
> wget http://towo.net/mined/cygwin/64/mined-2012.22-0-src.tar.bz2 #
> is this needed? (identical to 32 bit source package)

Any chance you can update your package to use cygport for packaging,
Thomas?  It's really not that complicated.  Here's a matching cygport
file:

=== SNIP ===
NAME="mined"
VERSION="2012.22"
RELEASE=1
CATEGORY="Editors"
SUMMARY="Powerful text editor with extensive Unicode and CJK support."
DESCRIPTION="Mined is a powerful text editor with a comprehensive yet concise and 
easy-to-use user interface supporting modern interaction paradigms, 
and fast, small-footprint behaviour.

Mined provides both extensive Unicode and CJK support offering many 
specific features and covering special cases that other editors 
are not aware of (like auto-detection features and automatic handling 
of terminal variations, or Han character information).
It was the first editor that supported Unicode in a plain-text terminal 
(like xterm or rxvt).

Basically, mined is an editor tailored to reliable and efficient 
editing of plain text documents and programs, with features and 
interactive behaviour designed for this purpose.


For an overview and further information see http://mined.sourceforge.net/";
SRC_URI="http://towo.net/mined/download/mined-${PV}.tar.gz";

src_compile() {
  lndirs
  cd ${B}
  cygmake
}
=== SNAP ===

The filename should be "mined.cygport".  You can then build by simply
doing something like this:

  $ cygport mined.cygport download almostall

Then, just cd into mined-2012-22-1/dist and provide the "mined" subdir
for upload.  It even contains the autogenerated setup.hint file.


Corinna

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


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