summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 19:49:18 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 19:49:18 +0800
commitac927b0ec53c548c6f4e208505168d63df4a09d3 (patch)
tree0190b3d84181ab297249c8221ca610f9c40a5d74 /www
parent876223f5d5b2dc0ef40079dc970cc80525355607 (diff)
downloadmarcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.gz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.bz2
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.lz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.xz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.zst
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7540 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/nscache/Makefile39
-rw-r--r--www/nscache/distinfo3
-rw-r--r--www/nscache/files/patch-ac10
-rw-r--r--www/nscache/pkg-descr22
-rw-r--r--www/nscache/pkg-plist11
5 files changed, 85 insertions, 0 deletions
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 <kris@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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 <sys/types.h>
+ #include <regex.h>
+ #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