Netscape is gone long ago, this port has no use now
This commit is contained in:
parent
eb5699f5fe
commit
072aac5500
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343141
5 changed files with 1 additions and 52 deletions
1
MOVED
1
MOVED
|
@ -5440,3 +5440,4 @@ math/matlab-R2012a-installer|matlab-installer|2014-02-04|Now it can handle any M
|
|||
games/deal||2014-02-05|Abandonware
|
||||
graphics/nurbs++||2014-02-05|Broken on all supported versions
|
||||
japanese/grep|textproc/gnugrep|2014-02-06|Official version properly support multi-byte, consider using textproc/gnugrep
|
||||
www/comclear||2014-02-06|Netscape doesn't exists anymore
|
||||
|
|
|
@ -108,7 +108,6 @@
|
|||
SUBDIR += cntlm
|
||||
SUBDIR += cocoon
|
||||
SUBDIR += codeigniter
|
||||
SUBDIR += comclear
|
||||
SUBDIR += coppermine
|
||||
SUBDIR += cowboy
|
||||
SUBDIR += cplanet
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
# Created by: roam@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= comclear
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://lukereeves.com/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= History cleaner for Netscape Navigator and Communicator
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= GTK1 DOCS
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= automake14 autoconf213
|
||||
CONFIGURE_ARGS= --disable-gtktest
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
|
||||
PLIST_FILES= bin/comclear
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK1}
|
||||
USE_GNOME+= gtk12
|
||||
.else
|
||||
CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} comclear ${PREFIX}/bin)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (comclear-1.2.tar.gz) = fabf7d7bfe1845fb4534027f3a781f08d46f37d773322ca2c1d4749a672a03c6
|
||||
SIZE (comclear-1.2.tar.gz) = 43157
|
|
@ -1,9 +0,0 @@
|
|||
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.
|
||||
|
||||
Author: Luke Reeves <luke@neuro-tech.net>
|
||||
WWW: http://lukereeves.com/
|
Loading…
Reference in a new issue