Index: head/www/comclear/pkg-plist =================================================================== --- head/www/comclear/pkg-plist (revision 315058) +++ head/www/comclear/pkg-plist (nonexistent) @@ -1,8 +0,0 @@ -bin/comclear -%%PORTDOCS%%share/doc/comclear/README -%%PORTDOCS%%share/doc/comclear/NEWS -%%PORTDOCS%%share/doc/comclear/ChangeLog -%%PORTDOCS%%share/doc/comclear/AUTHORS -%%PORTDOCS%%share/doc/comclear/COPYING -%%PORTDOCS%%share/doc/comclear/INSTALL -%%PORTDOCS%%@dirrm share/doc/comclear Property changes on: head/www/comclear/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/comclear/files/patch-aa =================================================================== --- head/www/comclear/files/patch-aa (revision 315058) +++ head/www/comclear/files/patch-aa (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.am 2000/11/14 08:59:14 1.1.1.1 -+++ Makefile.am 2000/11/14 09:48:03 1.2 -@@ -5,7 +5,7 @@ - bin_PROGRAMS = comclear - comclear_SOURCES = comclear.c gui.c gui.h - --docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) -+docdir = $(datadir)/doc/$(PACKAGE) - doc_DATA = README NEWS ChangeLog AUTHORS COPYING INSTALL - - dist-hook: comclear.spec Property changes on: head/www/comclear/files/patch-aa ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/comclear/Makefile =================================================================== --- head/www/comclear/Makefile (revision 315058) +++ head/www/comclear/Makefile (revision 315059) @@ -1,37 +1,39 @@ -# New ports collection makefile for: comclear -# Date created: 26 November 2000 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= comclear PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= http://www.neuro-tech.net/files/ +MASTER_SITES= http://lukereeves.com/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= A history cleaner for Netscape Navigator and Communicator +COMMENT= History cleaner for Netscape Navigator and Communicator -WANT_GNOME= yes +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= GTK1 DOCS + USE_GMAKE= yes USE_AUTOTOOLS= automake14 autoconf213 +CONFIGURE_ARGS= --disable-gtktest -.include +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README +PLIST_FILES= bin/comclear -.if ${HAVE_GNOME:Mgtk12}!="" +.include + +.if ${PORT_OPTIONS:MGTK1} USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk +.else +CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no .endif -# Do not install docs by default, see the ifdef'd post-install below. -post-configure: - ${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} comclear ${PREFIX}/bin) + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) +.endfor -.if !defined(NOPORTDOCS) -post-install: - cd ${WRKSRC} && ${GMAKE} install-docDATA -.endif - -.include +.include Property changes on: head/www/comclear/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/comclear/pkg-descr =================================================================== --- head/www/comclear/pkg-descr (revision 315058) +++ head/www/comclear/pkg-descr (revision 315059) @@ -1,11 +1,9 @@ -From the ComClear README: +ComClear is a history cleaner for Netscape Navigator and Communicator. +It allows a user to choose from deleting the cache, cookies, history +and drop-down list. -"ComClear is a history cleaner for Netscape Navigator and Communicator. It - allows a user to choose from deleting the cache, cookies, history and - drop-down list. +Comclear has both a command-line version and a GTK+ version, the latter +of which is run automatically when comclear is run from an X session. - Comclear has both a command-line version and a GTK+ version, the latter of - which is run automatically when comclear is run from an X session." - -Author: Luke Reeves -WWW: http://www.neuro-tech.net/comclearu.html +Author: Luke Reeves +WWW: http://lukereeves.com/ Property changes on: head/www/comclear/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property