From owner-freebsd-ports Fri Jun 29 16:30:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A6D737B434 for ; Fri, 29 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5TNU6S75375; Fri, 29 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 094B137B401 for ; Fri, 29 Jun 2001 16:27:19 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.4/8.11.4) id f5TNRHQ70194; Sat, 30 Jun 2001 07:27:17 +0800 (CST) (envelope-from leeym) Message-Id: <200106292327.f5TNRHQ70194@utopia.leeym.com> Date: Sat, 30 Jun 2001 07:27:17 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28530: new port: net/wakeonlan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28530 >Category: ports >Synopsis: new port: net/wakeonlan >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 29 16:30:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Jun 23 08:54:50 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wakeonlan # wakeonlan/Makefile # wakeonlan/pkg-comment # wakeonlan/pkg-descr # wakeonlan/pkg-plist # wakeonlan/distinfo # echo c - wakeonlan mkdir -p wakeonlan > /dev/null 2>&1 echo x - wakeonlan/Makefile sed 's/^X//' >wakeonlan/Makefile << 'END-of-wakeonlan/Makefile' X# New ports collection makefile for: wakeonlan X# Date created: 30 June 2001 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= wakeonlan XPORTVERSION= 0.40 XCATEGORIES= net XMASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/ X XMAINTAINER= ports@FreeBSD.org X XPERL_CONFIGURE= yes X XMAN1= wakeonlan.1 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${PREFIX}/share/examples/${PORTNAME} X X.include END-of-wakeonlan/Makefile echo x - wakeonlan/pkg-comment sed 's/^X//' >wakeonlan/pkg-comment << 'END-of-wakeonlan/pkg-comment' XSends magic packets to WOL enabled NIC to switch on the called PC END-of-wakeonlan/pkg-comment echo x - wakeonlan/pkg-descr sed 's/^X//' >wakeonlan/pkg-descr << 'END-of-wakeonlan/pkg-descr' XWakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled Xethernet adapters and motherboards, in order to switch on remote computers. X XWWW: http://gsd.di.uminho.pt/jpo/software/wakeonlan/ END-of-wakeonlan/pkg-descr echo x - wakeonlan/pkg-plist sed 's/^X//' >wakeonlan/pkg-plist << 'END-of-wakeonlan/pkg-plist' Xbin/wakeonlan Xlib/perl5/site_perl/5.6.0/mach/auto/wakeonlan/.packlist Xshare/examples/wakeonlan/lab001.wol X@dirrm lib/perl5/site_perl/5.6.0/mach/auto/wakeonlan X@dirrm share/examples/wakeonlan END-of-wakeonlan/pkg-plist echo x - wakeonlan/distinfo sed 's/^X//' >wakeonlan/distinfo << 'END-of-wakeonlan/distinfo' XMD5 (wakeonlan-0.40.tar.gz) = d045e8e4c1db580e9bc16404c711dabc END-of-wakeonlan/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message