Date: Sun, 30 Jan 2000 01:46:10 +0100 (CET) From: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16462: New port: www/indexme Message-ID: <200001300046.BAA08107@norrgarden1.norrgarden.se>
next in thread | raw e-mail | index | archive | help
>Number: 16462 >Category: ports >Synopsis: New port: www/indexme >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: Sat Jan 29 16:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: A small Perl program for linking several images or documents into a HTML index for viewing and easy overview. >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: # # indexme/ # indexme/pkg # indexme/pkg/DESCR # indexme/pkg/COMMENT # indexme/pkg/PLIST # indexme/files # indexme/files/md5 # indexme/Makefile # echo c - indexme/ mkdir -p indexme/ > /dev/null 2>&1 echo c - indexme/pkg mkdir -p indexme/pkg > /dev/null 2>&1 echo x - indexme/pkg/DESCR sed 's/^X//' >indexme/pkg/DESCR << 'END-of-indexme/pkg/DESCR' Xindexme is a small Perl program for linking several images or Xdocuments into a HTML index for viewing and easy overview. END-of-indexme/pkg/DESCR echo x - indexme/pkg/COMMENT sed 's/^X//' >indexme/pkg/COMMENT << 'END-of-indexme/pkg/COMMENT' Xlinks files into a HTML index for viewing and easy overview END-of-indexme/pkg/COMMENT echo x - indexme/pkg/PLIST sed 's/^X//' >indexme/pkg/PLIST << 'END-of-indexme/pkg/PLIST' Xbin/indexme Xshare/doc/indexme/README X@dirrm share/doc/indexme END-of-indexme/pkg/PLIST echo c - indexme/files mkdir -p indexme/files > /dev/null 2>&1 echo x - indexme/files/md5 sed 's/^X//' >indexme/files/md5 << 'END-of-indexme/files/md5' XMD5 (indexme.tar.gz) = cb1859060fccca1f31949c9d514a5ff4 END-of-indexme/files/md5 echo x - indexme/Makefile sed 's/^X//' >indexme/Makefile << 'END-of-indexme/Makefile' X# New ports collection makefile for: indexme X# Date created: 30 Jan 2000 X# Version required: 0.1 X# Whom: Carl Johan Madestrand X# X# $FreeBSD$ X# X XDISTNAME= indexme XPKGNAME= indexme-0.1 XCATEGORIES= www XMASTER_SITES= http://kyb.homepage.com/perl/ X XMAINTAINER= calle.madestrand@norrgarden.se X XUSE_PERL5= yes X XWRKSRC= ${WRKDIR}/indexme XNO_BUILD= yes Xdo-install: X @ ${MKDIR} ${PREFIX}/share/doc/indexme X @ ${CP} ${WRKSRC}/indexme ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexme X.endif X.include <bsd.port.mk> END-of-indexme/Makefile Exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001300046.BAA08107>