aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-08 11:14:51 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-08 11:14:51 +0000
commitcbb2d2887c4eeed442451fa864ce5812d4d1cbca (patch)
tree15a9fdd94979f8701997b35e5dc03117961d9be3
parent8ae153ce9e35a54b905a75939d92837e79341bd7 (diff)
downloadports-cbb2d2887c4eeed442451fa864ce5812d4d1cbca.tar.gz
ports-cbb2d2887c4eeed442451fa864ce5812d4d1cbca.zip
Remove expired port
Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=155497
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/amyc/Makefile40
-rw-r--r--www/amyc/distinfo3
-rw-r--r--www/amyc/files/patch-aclocal.m412
-rw-r--r--www/amyc/files/patch-configure.in18
-rw-r--r--www/amyc/files/patch-src::amyc_prefs.c19
-rw-r--r--www/amyc/pkg-descr9
-rw-r--r--www/amyc/pkg-plist6
9 files changed, 1 insertions, 108 deletions
diff --git a/MOVED b/MOVED
index 32dd7aa99915..8e9a65569c8a 100644
--- a/MOVED
+++ b/MOVED
@@ -2166,3 +2166,4 @@ www/adzap2squirm||2006-02-06|Remove expired port
graphics/linux-bmrt||2006-02-06|Remove dead project
www/jakarta-tomcat55|www/tomcat55|2006-02-07|Renamed (no longer a Jakarta project)
comms/qtpcr||2006-02-08|Remove expired port
+www/amyc||2006-02-08|Remove expired port
diff --git a/www/Makefile b/www/Makefile
index 730be414143b..a27f63bbc79a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -12,7 +12,6 @@
SUBDIR += adzap
SUBDIR += amaya
SUBDIR += amphetadesk
- SUBDIR += amyc
SUBDIR += analog
SUBDIR += aolserver
SUBDIR += aolserver-openacs-pg
diff --git a/www/amyc/Makefile b/www/amyc/Makefile
deleted file mode 100644
index 89a6d918a69d..000000000000
--- a/www/amyc/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: amyc
-# Date Created: 10 June 2001
-# Whom: Pete Fritchman <petef@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= amyc
-PORTVERSION= 0.9.159
-PORTREVISION= 4
-CATEGORIES= www
-MASTER_SITES= http://www.crevola.com/francois/amyc/
-
-MAINTAINER= petef@FreeBSD.org
-COMMENT= Display the contents of your Netscape cache
-
-DEPRECATED= no longer being actively developed
-EXPIRATION_DATE=2006-01-24
-
-USE_AUTOTOOLS= autoconf:213
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-USE_GNOME= gnomehack
-WANT_GNOME= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgtk12}!=""
-PLIST_SUB= WITH_GTK=""
-USE_GNOME+= gtk12
-PKGNAMESUFFIX= -gtk
-.else
-PLIST_SUB= WITH_GTK="@comment "
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/amyc/distinfo b/www/amyc/distinfo
deleted file mode 100644
index 3bf84b1f1a32..000000000000
--- a/www/amyc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (amyc-0.9.159.tar.gz) = 5c56091fb75bb3dfd31c5e1f2828d843
-SHA256 (amyc-0.9.159.tar.gz) = c70d1ff155a2ad7841fc81440a20b8002742dab68ea6b450d44857b8fee0c2bc
-SIZE (amyc-0.9.159.tar.gz) = 108629
diff --git a/www/amyc/files/patch-aclocal.m4 b/www/amyc/files/patch-aclocal.m4
deleted file mode 100644
index 546eda2834fd..000000000000
--- a/www/amyc/files/patch-aclocal.m4
+++ /dev/null
@@ -1,12 +0,0 @@
---- aclocal.m4.orig Wed Jun 27 15:31:51 2001
-+++ aclocal.m4 Wed Jun 27 15:32:46 2001
-@@ -395,6 +395,9 @@
- INSTOBJEXT=.mo
- fi
- fi
-+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
-+ INTLLIBS='-lintl'
-+ fi
- ])
-
- if test "$CATOBJEXT" = "NONE"; then
diff --git a/www/amyc/files/patch-configure.in b/www/amyc/files/patch-configure.in
deleted file mode 100644
index 58738244b06b..000000000000
--- a/www/amyc/files/patch-configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.in.orig Wed Jun 27 15:29:12 2001
-+++ configure.in Wed Jun 27 15:29:30 2001
-@@ -16,15 +16,10 @@
- USE_GTK=
- AM_PATH_GTK(1.2.0, USE_GTK=amycg, AC_MSG_WARN(AboutMyCache will not use GTK))
- AC_SUBST(USE_GTK)
--AC_CHECK_LIB(db1, dbopen,, AC_CHECK_LIB(db, dbopen,, AC_MSG_ERROR(AboutMyCache needs Berkeley DB 1.85)))
-
- dnl Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h unistd.h)
--AC_CHECK_HEADERS(db1/db.h, db1=true, db1=false)
--if test "x$db1" = "xfalse"; then
-- AC_CHECK_HEADERS(db_185.h,,AC_MSG_WARN(AboutMyCache needs Berkeley DB 1.85, but it can\'t fint it!!))
--fi
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
diff --git a/www/amyc/files/patch-src::amyc_prefs.c b/www/amyc/files/patch-src::amyc_prefs.c
deleted file mode 100644
index fea9156e2847..000000000000
--- a/www/amyc/files/patch-src::amyc_prefs.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/amyc_prefs.c.orig Fri Jun 8 18:21:45 2001
-+++ src/amyc_prefs.c Sun Jun 10 10:09:42 2001
-@@ -126,7 +126,7 @@
- }
- if (prefs->resultdirectory == NULL) {
- prefs->resultdirectory = malloc (LINE_LEN * sizeof (char));
-- sprintf (prefs->resultdirectory, "%s", "/tmp");
-+ sprintf (prefs->resultdirectory, "%s", getenv("HOME"));
- used_default_value = 1;
- }
-
-@@ -307,6 +307,7 @@
- sprintf (filename, "%s/result.html", prefs->resultdirectory);
- strtmp = give_correct_path ((char *)filename);
- output = fopen (strtmp, "w");
-+ printf ("Dumping results to %s\n", filename);
- if (output == NULL) {
- perror (strtmp);
- #warning TOTO: better error handling
diff --git a/www/amyc/pkg-descr b/www/amyc/pkg-descr
deleted file mode 100644
index ec3dcea38bfe..000000000000
--- a/www/amyc/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-"About my Cache" is a powerful utility to help you keep track of
-what's going on in Netscape's cache directory. It does basically
-the same as entering "about:cache", but provides a much better
-overview.
-
-WWW: http://www.crevola.com/about/
-
-- Pete
-petef@databits.net
diff --git a/www/amyc/pkg-plist b/www/amyc/pkg-plist
deleted file mode 100644
index 5dfea208e53b..000000000000
--- a/www/amyc/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/amyc
-%%WITH_GTK%%bin/amycg
-share/locale/fr/LC_MESSAGES/amyc.mo
-@dirrmtry share/locale/fr/LC_MESSAGES
-@dirrmtry share/locale/fr
-@dirrmtry share/locale