mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
224a397bfd
streams. It supports the whole XML 1.0 specifications, and can parse any file that follows this standard (including the contents of the DTD). It also provides support for a number of other standard associated with XML, like SAX and DOM. In addition, It includes a module to manipulate Unicode streams, since this is required by the XML standard. This version of GtkAda is designed to be used with lang/gnat-gcc41. WWW: https://libre2.adacore.com/xmlada/ WWW: http://gnuada.sourceforge.net/ Author: Petr Holub <hopet@ics.muni.cz> PR: ports/107180 Submitted by: hopet at ics.muni.cz
10 lines
372 B
Plaintext
10 lines
372 B
Plaintext
--- shared.gpr.in.orig Mon Dec 25 00:14:30 2006
|
|
+++ shared.gpr.in Mon Dec 25 00:14:48 2006
|
|
@@ -1,5 +1,5 @@
|
|
project Shared is
|
|
- Version := "@XMLADA_MAJOR_VERSION@.@XMLADA_MINOR_VERSION@";
|
|
+ Version := "@XMLADA_MAJOR_VERSION@";
|
|
|
|
type Library_Type_Type is ("relocatable", "static");
|
|
Library_Type : Library_Type_Type := external ("LIBRARY_TYPE", "relocatable");
|