[csw-devel] SF.net SVN: gar:[5492] csw/mgar/pkg/cpan
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Jul 3 13:05:50 CEST 2009
Revision: 5492
http://gar.svn.sourceforge.net/gar/?rev=5492&view=rev
Author: skayser
Date: 2009-07-03 11:05:50 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
cpan/Net-Telnet: initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/Net-Telnet/
csw/mgar/pkg/cpan/Net-Telnet/branches/
csw/mgar/pkg/cpan/Net-Telnet/tags/
csw/mgar/pkg/cpan/Net-Telnet/trunk/
csw/mgar/pkg/cpan/Net-Telnet/trunk/Makefile
csw/mgar/pkg/cpan/Net-Telnet/trunk/checksums
csw/mgar/pkg/cpan/Net-Telnet/trunk/files/
csw/mgar/pkg/cpan/Net-Telnet/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/cpan/Net-Telnet/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/cpan/Net-Telnet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-Telnet/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Net-Telnet/trunk/Makefile 2009-07-03 11:05:50 UTC (rev 5492)
@@ -0,0 +1,28 @@
+GARNAME = Net-Telnet
+GARVERSION = 3.03
+CATEGORIES = cpan
+AUTHOR = JROGERS
+
+DESCRIPTION = Interact with TELNET port or other TCP ports
+define BLURB
+ Net::Telnet allows you to make client connections to a TCP port and do
+ network I/O, especially to a port using the TELNET protocol. Simple I/O
+ methods such as print, get, and getline are provided. More sophisticated
+ interactive features are provided because connecting to a TELNET port
+ ultimately means communicating with a program designed for human
+ interaction. These interactive features include the ability to specify a
+ time-out and to wait for patterns to appear in the input stream, such as
+ the prompt from a shell.
+endef
+
+PACKAGES = CSWpmnettelnet
+CATALOGNAME = pm_nettelnet
+ARCHALL = 1
+
+include gar/category.mk
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+ @ginstall -d $(DOCDEST)
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/cpan/Net-Telnet/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Net-Telnet/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/Net-Telnet/trunk/checksums 2009-07-03 11:05:50 UTC (rev 5492)
@@ -0,0 +1 @@
+2f7d34b09d6117baefe89d44cff9d5fc download/Net-Telnet-3.03.tar.gz
Added: csw/mgar/pkg/cpan/Net-Telnet/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/cpan/Net-Telnet/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/cpan/Net-Telnet/trunk/files/changelog.CSW 2009-07-03 11:05:50 UTC (rev 5492)
@@ -0,0 +1,5 @@
+pm_nettelnet (3.03,REV=2009.07.03)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Fri, 3 Jul 2009 13:04:28 +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