Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial Checkin

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3115 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Waqar Malik committed Jul 31, 2003
1 parent 2fd50f0 commit df02113
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions sysutils/coreutils/Portfile
@@ -0,0 +1,27 @@
# $Id: Portfile,v 1.1 2003/07/31 23:33:50 waqar Exp $

PortSystem 1.0
name coreutils
version 5.0
categories sysutils
maintainers jcorley1@nc.rr.com
description GNU File, Shell, and Text utilities
long_description The GNU Core Utilities are the basic file, shell, and \
text manipulation utilities of the GNU operating \
system. These are the core utilities which are \
expected to exist on every operating system. \
Previously these utilities were offered as three \
individual sets of GNU utilities, fileutils, \
shellutils, and textutils. Those three have been \
combined into a single set of utilities called the \
coreutils.
homepage http://www.gnu.org/software/coreutils/
platforms darwin
master_sites gnu:${name}
use_bzip2 yes
checksums md5 94e5558ee2a65723d4840bfde2d323f0
configure.args --program-prefix=g
variant normal {
configure.args-delete --program-prefix=g
}

0 comments on commit df02113

Please sign in to comment.