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 /devel/gal2 | |
parent | 78837ac937f14ccdd425b9b85f9ce9d2ecac7bf9 (diff) | |
download | pkgsrc-b99cb4df06c4ecd433b39fae2b9c858d351aab12.tar.gz |
Indicate the different APIs these packages implement.
Diffstat (limited to 'devel/gal2')
-rw-r--r-- | devel/gal2/DESCR | 5 | ||||
-rw-r--r-- | devel/gal2/Makefile | 7 |
2 files changed, 9 insertions, 3 deletions
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 |