#!/bin/sh # $FreeBSD$ # # MAINTAINER= pgollucci@FreeBSD.org # all committers may commit to this file without approval PATH=/rescue:$PATH if [ -z "$PORTSDIR" ]; then PORTSDIR=/usr/ports fi echo "****************** No entry for dir in category Makefile" #### dir -> Makefile cd $PORTSDIR ports=$(find $PORTSDIR -type d -depth 2 | egrep -v 'CVS|.git|Tools') for port in $ports; do cat=$(echo $port |awk -F'/' '{print $1}') portname=$(echo $port |awk -F'/' '{print $2}') rc=$(grep -c " $portname$" $PORTSDIR/$cat/Makefile) if [ $rc -ne 1 ]; then echo "$cat/$portname" fi done echo "***************** No corresponding dir for category Makefile entry" #### Makefile -> dir cd $PORTSDIR categories=$(ls -1d * |grep -v [A-Z] |grep -v distfiles) for cat in $categories; do cd $PORTSDIR/$cat ports=$(grep SUBDIR Makefile |awk '{print $3}') for port in $ports; do if [ ! -d $port ]; then echo "$cat/$port" fi done done tw44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-wx
Commit message (Expand)AuthorAgeFilesLines
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+3
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.jmelo2006-08-081-1/+2
* - Drop maintainershippav2006-05-301-1/+1
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* SHA256ifyedwin2006-01-241-0/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* PORTREVISION bump should not be backed out.fjoe2005-06-011-1/+1
* Ooops. Backout previous commit. pav has provided a differentfjoe2005-05-302-11/+7
* - Fix the build: Use wxgtk2-2.4-config instead of wx-config.fjoe2005-05-302-7/+11
* - Fix with recent wxWidgets changespav2005-05-281-0/+1
* Change maintainer address.thierry2005-05-141-1/+1
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*fjoe2005-05-131-2/+2
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1