Sha256: 30dba6245916d3030ee9c9a1ff54307c63029b3eea879c9adcc12e183b7b23f0

Contents?: true

Size: 1.27 KB

Versions: 12

Compression:

Stored size: 1.27 KB

Contents

<%= variables[:PN] %>
------------------------------------------
<%= variables[:DESCRIPTION] -%>

Runtime requirements:
<% info[:runtimes].each { |runtime| -%>
  <%= runtime %>
<% } -%>

Build requirements:
(besides corresponding -devel packages)
<% info[:developments].each { |development| -%>
  <%= development %>
<% } -%>

Canonical website:
  <%= variables[:HOMEPAGE] %>

Canonical download:
  <%= info[:src_uri][0] %>

-------------------------------------------

Build instructions:
  1. unpack <%= variables[:P] -%>-X-src.tar.xz
  2. if you use setup to install this src package,
     it will be unpacked under /usr/src automatically
        % cd /usr/src
        % cygport ./<%= variables[:P] -%>-X.cygport all

This will create:
  /usr/src/<%= variables[:P] %>-X-src.tar.xz
<% variables[:pkg_name].each { |pkg_name| -%>
  /usr/src/<%= pkg_name + '-' + variables[:PVR].sub('-' + variables[:PR], '') %>-X.tar.xz
<% } -%>

-------------------------------------------

Files included in the binary package:

<% variables[:pkg_name].each { |pkg_name| -%>
(<%= pkg_name %>)
<%   info[:files][pkg_name.intern].each { |file| -%>
  <%= file %>
<%   } -%>

<% } -%>
------------------

Port Notes:

<% info[:changelog].each { |version, log| -%>
----- version <%= version -%> -----
<%= log %>

<% } -%>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xezat-0.3.1 share/xezat/template/README.erb
xezat-0.3.0 share/xezat/template/README.erb
xezat-0.2.3 share/xezat/template/README.erb
xezat-0.2.2 share/xezat/template/README.erb
xezat-0.2.1 share/xezat/template/README.erb
xezat-0.2.0 share/xezat/template/README.erb
xezat-0.1.2 share/xezat/template/README.erb
xezat-0.1.1 share/xezat/template/README.erb
xezat-0.1.0 share/xezat/template/README.erb
xezat-0.0.4 share/xezat/template/README.erb
xezat-0.0.3 share/xezat/template/README.erb
xezat-0.0.2 share/xezat/template/README.erb