mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
30 lines
868 B
Tcl
30 lines
868 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
|
|
PortGroup xcode 1.0
|
|
|
|
name X-MasTree
|
|
version 1.4
|
|
categories aqua amusements
|
|
license none
|
|
maintainers nomaintainer
|
|
|
|
description Christmas tree
|
|
|
|
long_description A Christmas tree for your Mac.
|
|
|
|
homepage http://www.jschilling.net/sw_xmastree.php
|
|
master_sites macports_distfiles
|
|
|
|
dist_subdir ${name}/${version}
|
|
distname ${name}Source
|
|
use_zip yes
|
|
|
|
checksums sha1 25af00c8b80220d50b49bf33f9003e24d2ea4103 \
|
|
rmd160 a3ff3650c9cd8bb73bcd0b85ebcc5f866b5c2067
|
|
|
|
patchfiles InfoPlist.strings.diff
|
|
|
|
xcode.configuration Release
|
|
xcode.target X-MasTree
|