diff options
author | rh <rh> | 2004-10-02 02:03:39 +0000 |
---|---|---|
committer | rh <rh> | 2004-10-02 02:03:39 +0000 |
commit | b99cb4df06c4ecd433b39fae2b9c858d351aab12 (patch) | |
tree | b3831489e2f1905cc4eee8cfd25739b2593c11e2 | |
parent | 78837ac937f14ccdd425b9b85f9ce9d2ecac7bf9 (diff) | |
download | pkgsrc-b99cb4df06c4ecd433b39fae2b9c858d351aab12.tar.gz |
Indicate the different APIs these packages implement.
-rw-r--r-- | devel/gal/DESCR | 2 | ||||
-rw-r--r-- | devel/gal/Makefile | 4 | ||||
-rw-r--r-- | devel/gal2/DESCR | 5 | ||||
-rw-r--r-- | devel/gal2/Makefile | 7 | ||||
-rw-r--r-- | devel/gal20/DESCR | 5 |
5 files changed, 17 insertions, 6 deletions
diff --git a/devel/gal/DESCR b/devel/gal/DESCR index b2fb8b0c0a1..253119d0b5c 100644 --- a/devel/gal/DESCR +++ b/devel/gal/DESCR @@ -14,3 +14,5 @@ the code it fully owns under a difference license. The API is not frozen and might change at any time. Larger class renaming might happen at any point without notice. Use this library at your own risk. + +This version of gal implements the gal-1.0 (gnome1) API. diff --git a/devel/gal/Makefile b/devel/gal/Makefile index 4a57cd71164..c50d6e56dc9 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/04/15 11:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2004/10/02 02:03:39 rh Exp $ DISTNAME= gal-0.22 PKGREVISION= 4 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= Gnome Application Libraries +COMMENT= Gnome Application Libraries (gal-1.0 API) USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES diff --git a/devel/gal2/DESCR b/devel/gal2/DESCR index 7fb65616878..7e87df2010a 100644 --- a/devel/gal2/DESCR +++ b/devel/gal2/DESCR @@ -3,4 +3,7 @@ Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it. The API is not frozen and might change at any time. Larger class renaming might happen at any point without notice. -Use this library at your own risk. + + This version of gal implements the gal-2.2 API. + + Use this library at your own risk. diff --git a/devel/gal2/Makefile b/devel/gal2/Makefile index ad1a0da8f39..3b0501fd55d 100644 --- a/devel/gal2/Makefile +++ b/devel/gal2/Makefile @@ -1,4 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2004/09/21 17:10:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/10/02 02:03:39 rh Exp $ +# +# Check the API before updating this package! gal-2.3 and above should +# get their own gal24 package! # DISTNAME= gal-2.2.1 @@ -9,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= Library functions that came from Gnumeric and Evolution +COMMENT= Library functions that came from Gnumeric and Evolution (gal-2.2 API) BUILD_USES_MSGFMT= yes diff --git a/devel/gal20/DESCR b/devel/gal20/DESCR index 7fb65616878..39c54ab6e68 100644 --- a/devel/gal20/DESCR +++ b/devel/gal20/DESCR @@ -3,4 +3,7 @@ Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it. The API is not frozen and might change at any time. Larger class renaming might happen at any point without notice. -Use this library at your own risk. + + This version of gal implements the gal-2.0 API. + + Use this library at your own risk. |