Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Desired by:		ajwitte@gmail.com
Created by:		mww@

new port textproc/ascii

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15073 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Nov 19, 2005
1 parent 932a0d9 commit dba08fa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions textproc/ascii/Portfile
@@ -0,0 +1,27 @@
# $Id: Portfile,v 1.1 2005/11/19 11:07:37 mww Exp $

PortSystem 1.0

name ascii
version 3.8
categories textproc
platforms darwin
maintainers darwinports@opendarwin.org
description provides conversion between ASCII character tables
long_description The ascii utility provides easy conversion between various \
byte representations and the American Standard Code for \
Information Interchange (ASCII) character table

homepage http://www.catb.org/~esr/ascii/
master_sites http://www.catb.org/~esr/ascii/
checksums md5 8fb7540bf2a7a8e1fa0086708ed9b881

use_configure no

build.target

destroot {
xinstall -m 755 ${worksrcpath}/ascii ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/ascii.1 ${destroot}${prefix}/share/man/man1
}

0 comments on commit dba08fa

Please sign in to comment.