From ac927b0ec53c548c6f4e208505168d63df4a09d3 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 4 Oct 2006 11:49:18 +0000 Subject: - LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7540 df743ca5-7f9a-e211-a948-0013205c9059 --- www/nscache/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ www/nscache/distinfo | 3 +++ www/nscache/files/patch-ac | 10 ++++++++++ www/nscache/pkg-descr | 22 ++++++++++++++++++++++ www/nscache/pkg-plist | 11 +++++++++++ 5 files changed, 85 insertions(+) create mode 100644 www/nscache/Makefile create mode 100644 www/nscache/distinfo create mode 100644 www/nscache/files/patch-ac create mode 100644 www/nscache/pkg-descr create mode 100644 www/nscache/pkg-plist (limited to 'www') diff --git a/www/nscache/Makefile b/www/nscache/Makefile new file mode 100644 index 000000000..800556bca --- /dev/null +++ b/www/nscache/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: nscache +# Date created: 04 March 2000 +# Whom: Kris Kennaway +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= nscache +PORTVERSION= 0.6 +PORTREVISION= 4 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.idata.sk/~ondrej/sw/ +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= Netscape cache browser + +USE_GNOME= gnomehier gtk12 +USE_GETOPT_LONG= yes +USE_GMAKE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} --disable-gnome +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +post-install: + ${INSTALL_DATA} ${WRKSRC}/nscache.desktop \ + ${PREFIX}/share/gnome/apps/Internet + ${INSTALL_DATA} ${WRKSRC}/nscache.xpm \ + ${PREFIX}/share/gnome/pixmaps + +.include diff --git a/www/nscache/distinfo b/www/nscache/distinfo new file mode 100644 index 000000000..e7ae94afe --- /dev/null +++ b/www/nscache/distinfo @@ -0,0 +1,3 @@ +MD5 (nscache-0.6.tgz) = aa88ad458be394a2fccac39906226cff +SHA256 (nscache-0.6.tgz) = 88474cb1158337cbab22354d08d54b8bcd291c7f5d76a342491ebd4bf61416bb +SIZE (nscache-0.6.tgz) = 132422 diff --git a/www/nscache/files/patch-ac b/www/nscache/files/patch-ac new file mode 100644 index 000000000..d9cde7ef7 --- /dev/null +++ b/www/nscache/files/patch-ac @@ -0,0 +1,10 @@ +--- src/re.h.orig Sun Nov 12 23:09:38 2000 ++++ src/re.h Tue Jan 16 03:06:40 2001 +@@ -3,6 +3,7 @@ + + #ifdef HAVE_REGEX + #ifdef HAVE_REGEX_H ++#include + #include + #endif + diff --git a/www/nscache/pkg-descr b/www/nscache/pkg-descr new file mode 100644 index 000000000..034d18e34 --- /dev/null +++ b/www/nscache/pkg-descr @@ -0,0 +1,22 @@ +from nscache's README: + +NScache is simple program for viewing and amanging contents of Netscape(tm) +browsers cache directory. + +It have very easy user interface writen by using of GTK+1.2 widget libraries. +It shows 3 levels tree of cache contents. At first level are protocols, at +second level are servers and at third level are regular documents. + +For each document there is shown its URL, name of cache file, its size, +MIME type, encoding type, character set for HTML documents, modification +time, access time and time when document expires. + +When you press right mouse button inside tree list, you can make any action +on selected item. You can save file from cache to other location, you can +remove files and entries from chache (one or all entries for server), or you +can compute numbers of documents in subtrees and size of all documets in +subtree. You can launch any viewer command on cache file or on source URL. +The viewers you can assign to any MIME type. You can also copy selected URL +to clipboard. + +WWW: http://www.idata.sk/~ondrej/nscache/ diff --git a/www/nscache/pkg-plist b/www/nscache/pkg-plist new file mode 100644 index 000000000..c67f02bef --- /dev/null +++ b/www/nscache/pkg-plist @@ -0,0 +1,11 @@ +bin/nscache +share/locale/de/LC_MESSAGES/nscache.mo +share/locale/es/LC_MESSAGES/nscache.mo +share/locale/fr/LC_MESSAGES/nscache.mo +share/locale/it/LC_MESSAGES/nscache.mo +share/locale/ja/LC_MESSAGES/nscache.mo +share/locale/pt_BR/LC_MESSAGES/nscache.mo +share/locale/sk/LC_MESSAGES/nscache.mo +share/locale/tr/LC_MESSAGES/nscache.mo +share/gnome/apps/Internet/nscache.desktop +share/gnome/pixmaps/nscache.xpm -- cgit v1.2.3