This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
case "$1" in | |
install|uninstall|upgrade|activate ) | |
echo "`date` $@" >> ~/.macports.log | |
;; | |
*) | |
esac | |
/opt/local/bin/port $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version:1 | |
:debug:main epoch: in tree: 0 installed: 0 | |
:debug:main perl5.14 5.14.2_2 exists in the ports tree | |
:debug:main perl5.14 5.14.2_2 +universal is the latest installed | |
:debug:main perl5.14 5.14.2_2 +universal is active | |
:debug:main Merging existing variants '+universal' into variants | |
:debug:main new fully merged portvariants: universal + | |
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/perl5.14 | |
:debug:main OS darwin/12.3.0 (Mac OS X 10.8) arch i386 | |
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: jsteel <mail at jsteel dot org> | |
# Contributor: Alan Young <[email protected]> | |
pkgname='perl-text-glob' | |
pkgver='0.09' | |
pkgrel='3' | |
pkgdesc="match globbing patterns against text" | |
_dist=Text-Glob | |
arch=('any') | |
license=('PerlArtistic' 'GPL') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: sh0 <[email protected]> | |
pkgname=perl-math-calc-units | |
pkgver=1.07 | |
pkgrel=1 | |
pkgdesc="Human-readable unit-aware calculator" | |
_dist=Math-Calc-Units | |
arch=('any') | |
url="http://search.cpan.org/dist/$_dist" | |
license=('unknown') | |
depends=('perl>=5.10.0') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="container"> | |
<ul> | |
<li>one</li> | |
<li>two</li> | |
<li>three</li> | |
<li>four</li> | |
</ul> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: KAWAHARA Masashi <anthrax at unixuser.org> | |
# Contributor: Kevin Piche <kevin at archlinux.org> | |
# Contributor: K. Piche <kpiche at rogers.com> | |
# Contributor: Mark Grimes <mgrimes at peculier.com> | |
pkgname=swatch | |
pkgver=3.2.3 | |
pkgrel=2 | |
pkgdesc="The active log file monitoring tool" | |
_dist=swatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acprep: INFO: Invoking primary phase: make | |
acprep: INFO: Executing phase: make | |
acprep: INFO: Executing phase: config | |
acprep: INFO: Executing phase: submodule | |
acprep: INFO: Executing phase: configure | |
acprep: INFO: System type is => Darwin | |
acprep: INFO: Setting up build flavor => opt | |
Scanning dependencies of target libledger | |
[ 1%] Building CXX object src/CMakeFiles/libledger.dir/stats.cc.o | |
In file included from /Users/mgrimes/pkg/ledger/ledger/src/amount.h:57:0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acprep: INFO: Invoking primary phase: make | |
acprep: INFO: Executing phase: make | |
acprep: INFO: Executing phase: config | |
acprep: INFO: Executing phase: submodule | |
acprep: INFO: Executing phase: configure | |
acprep: INFO: System type is => Darwin | |
acprep: INFO: Setting up build flavor => opt | |
Scanning dependencies of target libledger | |
[ 1%] Building CXX object src/CMakeFiles/libledger.dir/stats.cc.o | |
In file included from /Users/mgrimes/pkg/ledger/ledger/src/stats.cc:34: |