pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Indicate the different APIs these packages imple...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38cdf5da7efb
branches: trunk
changeset: 481335:38cdf5da7efb
user: rh <rh%pkgsrc.org@localhost>
date: Sat Oct 02 02:03:39 2004 +0000
description:
Indicate the different APIs these packages implement.
diffstat:
devel/gal/DESCR | 2 ++
devel/gal/Makefile | 4 ++--
devel/gal2/DESCR | 5 ++++-
devel/gal2/Makefile | 7 +++++--
devel/gal20/DESCR | 5 ++++-
5 files changed, 17 insertions(+), 6 deletions(-)
diffs (72 lines):
diff -r e5d8399177e7 -r 38cdf5da7efb devel/gal/DESCR
--- a/devel/gal/DESCR Sat Oct 02 01:28:39 2004 +0000
+++ b/devel/gal/DESCR Sat Oct 02 02:03:39 2004 +0000
@@ -14,3 +14,5 @@
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 -r e5d8399177e7 -r 38cdf5da7efb devel/gal/Makefile
--- a/devel/gal/Makefile Sat Oct 02 01:28:39 2004 +0000
+++ b/devel/gal/Makefile Sat Oct 02 02:03:39 2004 +0000
@@ -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 @@
MAINTAINER= rh%NetBSD.org@localhost
HOMEPAGE= http://www.gnome.org/
-COMMENT= Gnome Application Libraries
+COMMENT= Gnome Application Libraries (gal-1.0 API)
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
diff -r e5d8399177e7 -r 38cdf5da7efb devel/gal2/DESCR
--- a/devel/gal2/DESCR Sat Oct 02 01:28:39 2004 +0000
+++ b/devel/gal2/DESCR Sat Oct 02 02:03:39 2004 +0000
@@ -3,4 +3,7 @@
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 -r e5d8399177e7 -r 38cdf5da7efb devel/gal2/Makefile
--- a/devel/gal2/Makefile Sat Oct 02 01:28:39 2004 +0000
+++ b/devel/gal2/Makefile Sat Oct 02 02:03:39 2004 +0000
@@ -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 @@
MAINTAINER= recht%NetBSD.org@localhost
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 -r e5d8399177e7 -r 38cdf5da7efb devel/gal20/DESCR
--- a/devel/gal20/DESCR Sat Oct 02 01:28:39 2004 +0000
+++ b/devel/gal20/DESCR Sat Oct 02 02:03:39 2004 +0000
@@ -3,4 +3,7 @@
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.
Home |
Main Index |
Thread Index |
Old Index