You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
24 lines
647 B
Tcl
24 lines
647 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name geekcode
|
|
version 1.7.3
|
|
revision 1
|
|
categories games
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
description geekcode generator
|
|
long_description This program will generate a geek code block for \
|
|
you by simply choosing which codes suit you from \
|
|
the screen.
|
|
homepage http://www.gushue.net/geekcode.php
|
|
master_sites sourceforge
|
|
checksums md5 b794916a8875f71f1442f6e70432d6de
|
|
use_configure no
|
|
|
|
destroot {
|
|
xinstall -m 755 ${worksrcpath}/geekcode ${destroot}${prefix}/bin
|
|
}
|