Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set my ports to their shiny new MAINTAINER address. | lawrance | 2005-04-12 | 1 | -1/+1 |
* | Bump PORTREVISION to chase the glib20 shared lib version change. | marcus | 2005-03-12 | 1 | -0/+1 |
#!/bin/sh
# Version 0.2
# This script is public domain, for any given public, in every type of domain.
# onatan@gmail.com
usage(){
echo "$0 [/usr/ports]"
echo "Locates identical pkg-descr files"
exit 1
}
DIR=${1-/usr/ports}
[ -d ${DIR} ] || usage
find ${DIR}/ -name pkg-descr -exec md5 -r {} \; 2>/dev/null | \
sort | \
xargs -L 9999999999 | \
awk ' \
{ size=split($0,arr," ") } \
{ for (i=1; i
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set my ports to their shiny new MAINTAINER address. | lawrance | 2005-04-12 | 1 | -1/+1 |
* | Bump PORTREVISION to chase the glib20 shared lib version change. | marcus | 2005-03-12 | 1 | -0/+1 |