[csw-devel] SF.net SVN: gar:[6816] csw/mgar/pkg/rlwrap/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Oct 10 22:30:37 CEST 2009


Revision: 6816
          http://gar.svn.sourceforge.net/gar/?rev=6816&view=rev
Author:   chninkel
Date:     2009-10-10 20:30:37 +0000 (Sat, 10 Oct 2009)

Log Message:
-----------
rlwrap: updated to 0.32 and switched to gar v2

Modified Paths:
--------------
    csw/mgar/pkg/rlwrap/trunk/Makefile
    csw/mgar/pkg/rlwrap/trunk/checksums
    csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW

Removed Paths:
-------------
    csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.depend
    csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.gspec
    csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.prototype

Property Changed:
----------------
    csw/mgar/pkg/rlwrap/trunk/


Property changes on: csw/mgar/pkg/rlwrap/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/rlwrap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/Makefile	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/Makefile	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1,5 +1,19 @@
+#####################################################################
+# OpenCSW build recipe for rlwrap
+#
+# Copyright 2009 Yann Rouillard <yann at pleiades.fr.eu.org>
+# All rights reserved.  Use is subject to license terms.
+#
+# Redistribution and/or use, with or without modification, is
+# permitted.  This software is without warranty of any kind.  The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+#####################################################################
+
+###### Package information #######
+
 GARNAME = rlwrap
-GARVERSION = 0.30
+GARVERSION = 0.32
 CATEGORIES = utils
 
 DESCRIPTION = A readline wrapper
@@ -7,18 +21,25 @@
   rlwrap is a readline wrapper, a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. It maintains a separate input history for each command, and can TAB-expand words using all previously seen words and/or a user-specified file.
 endef
 
+PACKAGES = rlwrap
+
+REQUIRED_PKGS  = CSWreadline 
+
+###### Upstream and opencsw files information #######
+
 MASTER_SITES = http://utopia.knoware.nl/~hlub/uck/rlwrap/
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWrlwrap,depend prototype)
 DISTFILES += changelog.CSW
 
 # replace setenv with putenv
 #PATCHFILES += putenv.patch
 
+##### Build and installation information #####
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 include gar/category.mk
@@ -27,8 +48,9 @@
 pre-configure:
 		cd $(WORKSRC) && autoconf
 
-post-install:
-	        @ginstall -D $(WORKDIR)/changelog.CSW $(DESTDIR)$(docdir)/$(GARNAME)/changelog.CSW
+post-merge:
+	        @ginstall -D $(WORKDIR_FIRSTMOD)/changelog.CSW $(PKGROOT)$(docdir)/$(GARNAME)/changelog.CSW
 	        @( for FILE in AUTHORS BUGS INSTALL NEWS README TODO; do \
-	                 ginstall -D $(WORKSRC)/$$FILE $(DESTDIR)$(docdir)/$(GARNAME)/`basename $$FILE`; \
+	                 ginstall -D $(WORKSRC_FIRSTMOD)/$$FILE $(PKGROOT)$(docdir)/$(GARNAME)/`basename $$FILE`; \
 	         done )
+

Modified: csw/mgar/pkg/rlwrap/trunk/checksums
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/checksums	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/checksums	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1,5 +1,5 @@
-03d8bd4996945ea32d3c7d5dc38c956e  download/rlwrap-0.30.tar.gz
-e699f8a2167f07465cfe891bba7a1bc7  download/CSWrlwrap.gspec
-1c940e58cea90e9fd91c3286d5f2a31e  download/CSWrlwrap.depend
-64db02a1daa57c76f7bf1e501d5cee17  download/CSWrlwrap.prototype
-dc4068d113864632f4bda60e219c0908  download/changelog.CSW
+1c940e58cea90e9fd91c3286d5f2a31e  CSWrlwrap.depend
+e699f8a2167f07465cfe891bba7a1bc7  CSWrlwrap.gspec
+64db02a1daa57c76f7bf1e501d5cee17  CSWrlwrap.prototype
+913fd14e3f46b7bc09c56a3325424123  changelog.CSW
+441282a9a65c1d516c1c9a6821184539  rlwrap-0.32.tar.gz

Deleted: csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.depend
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.depend	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.depend	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1 +0,0 @@
-P CSWreadline readline - library to enable interactive line editing

Deleted: csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.gspec
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.gspec	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.gspec	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1,4 +0,0 @@
-%var            bitname rlwrap
-%var            pkgname CSWrlwrap
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.prototype
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.prototype	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/files/CSWrlwrap.prototype	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1,28 +0,0 @@
-f none /opt/csw/bin/rlwrap 0755 root bin
-f none /opt/csw/share/doc/rlwrap/changelog.CSW 0644 root bin
-f none /opt/csw/share/doc/rlwrap/AUTHORS 0644 root bin
-f none /opt/csw/share/doc/rlwrap/BUGS 0644 root bin
-f none /opt/csw/share/doc/rlwrap/INSTALL 0644 root bin
-f none /opt/csw/share/doc/rlwrap/NEWS 0644 root bin
-f none /opt/csw/share/doc/rlwrap/README 0644 root bin
-f none /opt/csw/share/doc/rlwrap/TODO 0644 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/en at boldquot 0755 root bin
-d none /opt/csw/share/locale/en at boldquot/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/en at quot 0755 root bin
-d none /opt/csw/share/locale/en at quot/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/es 0755 root bin
-d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/it 0755 root bin
-d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/ru 0755 root bin
-d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/rlwrap.1 0644 root bin
-d none /opt/csw/share/rlwrap 0755 root bin
-f none /opt/csw/share/rlwrap/coqtop 0644 root bin
-f none /opt/csw/share/rlwrap/ftp 0644 root bin
-f none /opt/csw/share/rlwrap/testclient 0644 root bin
-i copyright=CSWrlwrap.copyright
-i depend=CSWrlwrap.depend
-i pkginfo=CSWrlwrap.pkginfo

Modified: csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW	2009-10-10 19:18:23 UTC (rev 6815)
+++ csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW	2009-10-10 20:30:37 UTC (rev 6816)
@@ -1,3 +1,9 @@
+rlwrap (0.32,REV=2009.10.09) unstable
+
+  * New upstream release.
+
+ -- Yann Rouillard  <yann at opencsw.org>  Fri, 09 Oct 2009 22:10:54 +0200
+
 rlwrap (0.30,REV=2008.01.21) unstable
 
   * New upstream release.


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