[csw-devel] SF.net SVN: gar:[5126] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Mon Jun 1 20:18:49 CEST 2009
Revision: 5126
http://gar.svn.sourceforge.net/gar/?rev=5126&view=rev
Author: skayser
Date: 2009-06-01 18:18:49 +0000 (Mon, 01 Jun 2009)
Log Message:
-----------
xsel: initial commit
Added Paths:
-----------
csw/mgar/pkg/xsel/
csw/mgar/pkg/xsel/branches/
csw/mgar/pkg/xsel/tags/
csw/mgar/pkg/xsel/trunk/
csw/mgar/pkg/xsel/trunk/Makefile
csw/mgar/pkg/xsel/trunk/checksums
csw/mgar/pkg/xsel/trunk/files/
csw/mgar/pkg/xsel/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/xsel/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/xsel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xsel/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xsel/trunk/Makefile 2009-06-01 18:18:49 UTC (rev 5126)
@@ -0,0 +1,26 @@
+GARNAME = xsel
+GARVERSION = 1.2.0
+CATEGORIES = utils
+
+DESCRIPTION = Command-line tool to access X clipboard and selection buffers
+define BLURB
+ XSel is a command-line program for getting and setting the contents of
+ the X selection. Normally this is only accessible by manually
+ highlighting information and pasting it with the middle mouse button.
+endef
+
+MASTER_SITES = http://www.vergenet.net/~conrad/software/xsel/download/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+TEST_SCRIPTS =
+CONFIGURE_ARGS = $(DIRPATHS)
+NORUNPATH = 1
+
+include gar/category.mk
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+ @ginstall -d -m 755 $(DOCDEST)
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/xsel/trunk/checksums
===================================================================
--- csw/mgar/pkg/xsel/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xsel/trunk/checksums 2009-06-01 18:18:49 UTC (rev 5126)
@@ -0,0 +1 @@
+75983f143ce83dc259796c6eaf85c8f5 download/xsel-1.2.0.tar.gz
Added: csw/mgar/pkg/xsel/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/xsel/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/xsel/trunk/files/changelog.CSW 2009-06-01 18:18:49 UTC (rev 5126)
@@ -0,0 +1,5 @@
+xsel (1.2.0,REV=2009.06.01)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Mon, 1 Jun 2009 19:29:26 +0200
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