• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


コミットメタ情報

リビジョン4aad433eddff7f432db5ae8668b751f910fe072e (tree)
日時2011-03-17 04:39:52
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

Add and publish specification for mingw32-pkginfo package.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1+2011-03-16 Charles Wilson <mingw@cwilson.fastmail.fm>
2+
3+ Add and publish specification for mingw32-pkginfo package.
4+
5+ * mingw32/mingw32-mingw-get.xml (mingw32-pkginfo): New package;
6+ add free-standing specification, (there are no dependencies), with...
7+ (pkginfo): ...this alias name.
8+
9+ * mingw32/issue.log: Update accordingly.
10+
111 2011-03-15 Keith Marshall <keithmarshall@users.sourceforge.net>
212
313 Correct inconsistencies in msys-gettext package names.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -42,7 +42,7 @@
4242 mingw32-libiconv.xml:2010090601
4343 mingw32-libtool.xml:2010092500
4444 mingw32-make.xml:2011012200
45- mingw32-mingw-get.xml:2011031500
45+ mingw32-mingw-get.xml:2011031600
4646 mingw32-mingw-utils.xml:2010090600
4747 mingw32-mpc.xml:2010083100
4848 mingw32-mpfr.xml:2010083100
--- a/mingw32/mingw32-mingw-get.xml
+++ b/mingw32/mingw32-mingw-get.xml
@@ -47,6 +47,31 @@
4747 </component>
4848 </package>
4949
50+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
51+
52+ <package name="mingw32-pkginfo" alias="pkginfo">
53+ <description lang="en" title="MinGW Package Identification Tool">
54+ <paragraph>pkginfo is a tool which may be used to parse and analyse
55+ the names of packages provided by the MinGW/MSYS Project. It uses
56+ the same lexical analyser as mingw-get, to extract meta-data from
57+ any specified package name.
58+ </paragraph>
59+ <paragraph>It is usually of interest only to members of the MinGW/MSYS
60+ Project Team, who may use it to confirm that their chosen package
61+ names convey the intended meta-data to mingw-get.
62+ </paragraph>
63+ </description>
64+
65+ <licence tarname="mingw-get-%-mingw32-%-lic.tar" />
66+ <source tarname="mingw-get-%-mingw32-%-src.tar" />
67+
68+ <component class="bin">
69+ <release tarname="pkginfo-0.2-mingw32-alpha-2-bin.tar.gz" />
70+ <release tarname="pkginfo-0.1-mingw32-alpha-5.2-bin.tar.gz" />
71+ <release tarname="pkginfo-0.1-mingw32-alpha-4-bin.tar.gz" />
72+ </component>
73+ </package>
74+
5075 </package-collection>
5176 </software-distribution>
5277 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=82 tabstop=2 shiftwidth=2: -->