FreeBSD Bugzilla – Attachment 56869 Details for
Bug 85865
New Port: textproc/permute "generate all permutations of lines from stdin"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
textproc-permute.shar
textproc-permute.shar (text/plain), 2.62 KB, created by
Erik Greenwald
on 2005-09-08 12:40:04 UTC
(
hide
)
Description:
textproc-permute.shar
Filename:
MIME Type:
Creator:
Erik Greenwald
Created:
2005-09-08 12:40:04 UTC
Size:
2.62 KB
patch
obsolete
># 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: ># ># textproc/permute/pkg-descr ># textproc/permute/distinfo ># textproc/permute/Makefile ># textproc/permute/files/patch-permute.cpp ># textproc/permute/files/patch-Makefile ># >echo x - textproc/permute/pkg-descr >sed 's/^X//' >textproc/permute/pkg-descr << 'END-of-textproc/permute/pkg-descr' >XPermute is a simple program to read lines from standard input and >Xgenerate all possible permutations of those lines. >X >XWWW: http://pigseye.kennesaw.edu/~rbentley/ >END-of-textproc/permute/pkg-descr >echo x - textproc/permute/distinfo >sed 's/^X//' >textproc/permute/distinfo << 'END-of-textproc/permute/distinfo' >XMD5 (permute-1.0.tar.gz) = 604479ddd6087f3f0b7c8ad12a9a95f5 >XSIZE (permute-1.0.tar.gz) = 10489 >END-of-textproc/permute/distinfo >echo x - textproc/permute/Makefile >sed 's/^X//' >textproc/permute/Makefile << 'END-of-textproc/permute/Makefile' >X# New ports collection makefile for: permute >X# Date created: Wed Aug 07 2005 >X# Whom: erik@smluc.org >X# >X# $FreeBSD$ >X# >X >XPORTNAME= permute >XPORTVERSION= 1.0 >XCATEGORIES= textproc >XMASTER_SITES= http://pigseye.kennesaw.edu/~rbentley/ >X >XMAINTAINER= erik@smluc.org >XCOMMENT= Generate all permutations of lines from stdin >X >XPLIST_FILES= bin/${PORTNAME} >XWRKSRC= ${WRKDIR}/${PORTNAME} >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X >X.include <bsd.port.mk> >END-of-textproc/permute/Makefile >echo x - textproc/permute/files/patch-permute.cpp >sed 's/^X//' >textproc/permute/files/patch-permute.cpp << 'END-of-textproc/permute/files/patch-permute.cpp' >X--- permute.cpp.orig Fri Jul 14 14:51:01 2000 >X+++ permute.cpp Thu Sep 8 07:07:31 2005 >X@@ -18,8 +18,10 @@ >X * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA >X */ >X #include <assert.h> >X-#include <iostream.h> >X-#include <string.h> >X+#include <iostream> >X+#include <string> >X+ >X+using namespace std; >X >X //============================================================================= >X // >END-of-textproc/permute/files/patch-permute.cpp >echo x - textproc/permute/files/patch-Makefile >sed 's/^X//' >textproc/permute/files/patch-Makefile << 'END-of-textproc/permute/files/patch-Makefile' >X--- Makefile.orig Fri Jul 14 14:51:01 2000 >X+++ Makefile Thu Sep 8 07:24:24 2005 >X@@ -1,3 +1,3 @@ >X+all: permute >X permute: permute.cpp >X- g++ -o permute permute.cpp >X- strip permute >X+ ${CXX} ${CXXFLAGS} -o permute permute.cpp >END-of-textproc/permute/files/patch-Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 85865
: 56869