[csw-devel] SF.net SVN: gar:[13726] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Mar 10 14:56:18 CET 2011


Revision: 13726
          http://gar.svn.sourceforge.net/gar/?rev=13726&view=rev
Author:   dmichelsen
Date:     2011-03-10 13:56:18 +0000 (Thu, 10 Mar 2011)

Log Message:
-----------
readline52: General relayout and splitting

Modified Paths:
--------------
    csw/mgar/pkg/readline52/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/readline52/
    csw/mgar/pkg/readline52/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/readline52/trunk/Makefile

Deleted: csw/mgar/pkg/readline52/trunk/Makefile
===================================================================
--- csw/mgar/pkg/readline43/trunk/Makefile	2011-03-10 03:22:38 UTC (rev 13721)
+++ csw/mgar/pkg/readline52/trunk/Makefile	2011-03-10 13:56:18 UTC (rev 13726)
@@ -1,40 +0,0 @@
-NAME = readline
-VERSION = 4.3
-CATEGORIES = lib
-
-DESCRIPTION = GNU readline
-define BLURB
-  The Readline library provides a set of functions for use by applications
-  that allow users to edit command lines as they are typed in.  Both
-  Emacs and vi editing modes are available.  The Readline library includes
-  additional functions to maintain a list of previously-entered command
-  lines, to recall and perhaps reedit those lines, and perform csh-like
-  history expansion on previous commands.
-endef
-
-MASTER_SITES = $(GNU_MIRROR)
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
-
-VENDOR_URL = http://tiswww.case.edu/php/chet/readline/rltop.html
-
-PACKAGES += CSWlibhistory4
-CATALOGNAME_CSWlibhistory4 = libhistory4
-SPKG_DESC_CSWlibhistory4 = GNU readline library, libhistory.so.4
-PKGFILES_CSWlibhistory4 = $(call pkgfiles_lib,libhistory.so.4)
-
-PACKAGES += CSWlibreadline4
-CATALOGNAME_CSWlibreadline4 = libreadline4
-SPKG_DESC_CSWlibreadline4 = GNU readline library, libreadline4.so.4
-PKGFILES_CSWlibreadline4 = $(call pkgfiles_lib,libreadline.so.4)
-
-BUILD64 = 1
-NORUNPATH = 1
-
-CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --with-curses
-
-TEST_TARGET = check
-
-MERGE_DIRS_isa-extra = $(libdir)
-
-include gar/category.mk

Copied: csw/mgar/pkg/readline52/trunk/Makefile (from rev 13724, csw/mgar/pkg/readline43/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/readline52/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/readline52/trunk/Makefile	2011-03-10 13:56:18 UTC (rev 13726)
@@ -0,0 +1,46 @@
+NAME = readline
+VERSION = 5.2
+CATEGORIES = lib
+
+DESCRIPTION = GNU readline
+define BLURB
+  The Readline library provides a set of functions for use by applications
+  that allow users to edit command lines as they are typed in.  Both
+  Emacs and vi editing modes are available.  The Readline library includes
+  additional functions to maintain a list of previously-entered command
+  lines, to recall and perhaps reedit those lines, and perform csh-like
+  history expansion on previous commands.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(NAME)-$(VERSION).tar.gz
+
+VENDOR_URL = http://tiswww.case.edu/php/chet/readline/rltop.html
+
+PACKAGES += CSWlibhistory5
+CATALOGNAME_CSWlibhistory5 = libhistory5
+SPKG_DESC_CSWlibhistory5 = GNU readline library, libhistory.so.5
+PKGFILES_CSWlibhistory5 = $(call pkgfiles_lib,libhistory.so.5)
+# This dependency is not really necessary, just because we unconditionally add
+# "-lncurses" to LDFLAGS as this does not happen automatically.
+RUNTIME_DEP_PKGS_CSWlibhistory5 += CSWncurses
+
+PACKAGES += CSWlibreadline5
+CATALOGNAME_CSWlibreadline5 = libreadline5
+SPKG_DESC_CSWlibreadline5 = GNU readline library, libreadline.so.5
+PKGFILES_CSWlibreadline5 = $(call pkgfiles_lib,libreadline.so.5)
+RUNTIME_DEP_PKGS_CSWlibreadline5 += CSWncurses
+
+BUILD64 = 1
+NORUNPATH = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-curses
+
+TEST_TARGET = check
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+include gar/category.mk
+
+LDFLAGS := $(filter-out -xarch=%,$(filter-out -m%,$(LDFLAGS))) -R$(libdir) -lncurses

Modified: csw/mgar/pkg/readline52/trunk/checksums
===================================================================
--- csw/mgar/pkg/readline43/trunk/checksums	2011-03-10 03:22:38 UTC (rev 13721)
+++ csw/mgar/pkg/readline52/trunk/checksums	2011-03-10 13:56:18 UTC (rev 13726)
@@ -1 +1 @@
-f86f7cb717ab321fe15f1bbcb058c11e  readline-4.3.tar.gz
+e39331f32ad14009b9ff49cc10c5e751  readline-5.2.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list