aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-03-21 13:08:39 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-03-21 13:08:39 +0000
commit8bf6e881b87271d5e404c96e5bff8fe417656c3a (patch)
tree3205f131f5e0d5f55c4399c80ffb20ebea2acb58
parentb1d0083ab158dcbf7ced5c9a42585030f2b0f486 (diff)
downloadports-8bf6e881b87271d5e404c96e5bff8fe417656c3a.tar.gz
ports-8bf6e881b87271d5e404c96e5bff8fe417656c3a.zip
Notes
-rw-r--r--LEGAL1
-rw-r--r--MOVED2
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/vrml2pov/Makefile34
-rw-r--r--graphics/vrml2pov/distinfo2
-rw-r--r--graphics/vrml2pov/pkg-descr3
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/fidelio/Makefile31
-rw-r--r--net-p2p/fidelio/distinfo2
-rw-r--r--net-p2p/fidelio/files/patch-aa16
-rw-r--r--net-p2p/fidelio/files/patch-intl::Makefile.in15
-rw-r--r--net-p2p/fidelio/files/patch-src::trackers.c11
-rw-r--r--net-p2p/fidelio/pkg-descr24
-rw-r--r--net-p2p/fidelio/pkg-plist7
14 files changed, 2 insertions, 148 deletions
diff --git a/LEGAL b/LEGAL
index 06a964735572..3ec20e6ce13e 100644
--- a/LEGAL
+++ b/LEGAL
@@ -496,7 +496,6 @@ VTK-* math/vtk Portions contain patented
vtkmpeg2encode.tar.gz multimedia/vtkmpeg2encode The MPEG2 format and
all software that uses it is
subject to patent restrictions
-vrml2pov-src* graphics/vrml2pov Redistribution is not allowed
waeijiro-fpw-* japanese/waeijiro-fpw The original dictionary is not
free
warsow/* games/linux-warsow Redistribution is limited, art
diff --git a/MOVED b/MOVED
index f329cee6dbcc..10dfdb3572f9 100644
--- a/MOVED
+++ b/MOVED
@@ -3256,3 +3256,5 @@ databases/py25-bsddb||2012-03-18|Has expired: This was only needed for mail/py-s
www/p5-Apache-AddHostPath||2012-03-20|Has expired: Only works with mod_perl 1 which is removed
www/p5-Apache-Archive||2012-03-20|Has expired: Requires mod_perl 1 which is gone
editors/openoffice.org-3-RC||2012-03-20|Removed
+graphics/vrml2pov||2012-03-21|Has expired: "unfetchable"
+net-p2p/fidelio||2012-03-21|Has expired: Hotline services does not exists anymore
diff --git a/graphics/Makefile b/graphics/Makefile
index eef954be77cc..d786a340256a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -975,7 +975,6 @@
SUBDIR += visionworkbench
SUBDIR += visprint
SUBDIR += vp
- SUBDIR += vrml2pov
SUBDIR += webp
SUBDIR += whirlgif
SUBDIR += white_dune
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile
deleted file mode 100644
index b11a8cc153a2..000000000000
--- a/graphics/vrml2pov/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: vrml2pov
-# Date created: 31 December 2007
-# Whom: Martin Dieringer <dieringe@zedat.fu-berlin.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vrml2pov
-PORTVERSION= 0.7
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/
-DISTNAME= vrml2pov-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Convert VRML files to POVRay source
-
-RESTRICTED= Redistribution is not allowed
-
-BROKEN= unfetchable
-DEPRECATED= "${BROKEN}"
-EXPIRATION_DATE= 2012-03-21
-
-USE_ZIP= yes
-USE_GMAKE= yes
-MAKEFILE= makefile
-
-PLIST_FILES= bin/vrml2pov
-NO_WRKSUBDIR= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vrml2pov ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/graphics/vrml2pov/distinfo b/graphics/vrml2pov/distinfo
deleted file mode 100644
index b8c6488db634..000000000000
--- a/graphics/vrml2pov/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vrml2pov-src.zip) = 3c6d7984c314c790bad666612873c637c10416d1ddfdf84dc3115a430323a345
-SIZE (vrml2pov-src.zip) = 56267
diff --git a/graphics/vrml2pov/pkg-descr b/graphics/vrml2pov/pkg-descr
deleted file mode 100644
index 39679261e8fa..000000000000
--- a/graphics/vrml2pov/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Program to convert VRML files to POVRay source.
-
-WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 2c594a01b671..d8aa1995d1a4 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -26,7 +26,6 @@
SUBDIR += eiskaltdcpp-gtk
SUBDIR += eiskaltdcpp-lib
SUBDIR += eiskaltdcpp-qt
- SUBDIR += fidelio
SUBDIR += frost
SUBDIR += gkremldk
SUBDIR += gnewtellium
diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile
deleted file mode 100644
index 0b49a17079d2..000000000000
--- a/net-p2p/fidelio/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: fidelio
-# Date created: 13 November 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fidelio
-PORTVERSION= 1.0.b1
-PORTREVISION= 8
-CATEGORIES= net-p2p gnome
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0b1
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A GNOME client for Hotline
-
-DEPRECATED= Hotline services does not exists anymore
-EXPIRATION_DATE= 2012-03-20
-
-USE_GNOME= gnomehack gnomelibs gnomeprefix
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/net-p2p/fidelio/distinfo b/net-p2p/fidelio/distinfo
deleted file mode 100644
index 452c4e6fda33..000000000000
--- a/net-p2p/fidelio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fidelio-1.0b1.tar.gz) = ffb00189b7aa3c7559ec17114a7772e082e64b28e60a665bc0180dca5f4d6e30
-SIZE (fidelio-1.0b1.tar.gz) = 344574
diff --git a/net-p2p/fidelio/files/patch-aa b/net-p2p/fidelio/files/patch-aa
deleted file mode 100644
index 74dee6e096ac..000000000000
--- a/net-p2p/fidelio/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/Makefile.in.orig Fri Dec 21 06:16:28 2001
-+++ src/Makefile.in Fri Dec 21 06:16:45 2001
-@@ -119,11 +119,11 @@
- fidelio_SOURCES = bookmarks.c bookmarks.h chat.c chat.h files.c files.h filelist.c filelist.h filetransfer.c filetransfer.h filethread.c filethread.h guiprefs.c guiprefs.h guiutils.c guiutils.h hldat.c hldat.h hotline.h login.c login.h main.c main.h network.c network.h news.c news.h news15.c news15.h pixmap.c pixmap.h privchat.c privchat.h privs.c privs.h protocol.c protocol.h server.c server.h smalltrans.c smalltrans.h tasks.c tasks.h threads.c threads.h trackers.c users.c users.h userlist.c userlist.h userwidget.c userwidget.h
-
-
--fidelio_LDADD = -lgthread
-+fidelio_LDADD =
-
- hlforw_SOURCES = hlforw.c threads.c protocol.c network.c tasks.c guiprefs.c hldat.c pixmap.c
-
--hlforw_LDADD = -lgthread
-+hlforw_LDADD =
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
diff --git a/net-p2p/fidelio/files/patch-intl::Makefile.in b/net-p2p/fidelio/files/patch-intl::Makefile.in
deleted file mode 100644
index 009c39e7f1d5..000000000000
--- a/net-p2p/fidelio/files/patch-intl::Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- intl/Makefile.in.orig 2000-05-05 03:02:56.000000000 -0500
-+++ intl/Makefile.in 2011-03-25 13:34:41.000000000 -0500
-@@ -201,12 +201,2 @@
-
--# The dependency for intlh.inst is different in gettext and all other
--# packages. Because we cannot you GNU make features we have to solve
--# the problem while rewriting Makefile.in.
--@GT_YES@intlh.inst: intlh.inst.in ../config.status
--@GT_YES@ cd .. \
--@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
--@GT_YES@ $(SHELL) ./config.status
--@GT_NO@.PHONY: intlh.inst
--@GT_NO@intlh.inst:
--
- # Tell versions [3.59,3.63) of GNU make not to export all variables.
diff --git a/net-p2p/fidelio/files/patch-src::trackers.c b/net-p2p/fidelio/files/patch-src::trackers.c
deleted file mode 100644
index 37a2b774d4a6..000000000000
--- a/net-p2p/fidelio/files/patch-src::trackers.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/trackers.c.orig Wed Feb 21 00:25:03 2001
-+++ src/trackers.c Tue Jun 24 22:07:41 2003
-@@ -134,8 +134,6 @@
- }
- return 0;
- }
--#else
--extern int strcasestr(const char *a, const char*b);
- #endif
-
- static void show_servers(){
diff --git a/net-p2p/fidelio/pkg-descr b/net-p2p/fidelio/pkg-descr
deleted file mode 100644
index 14a4ce39f523..000000000000
--- a/net-p2p/fidelio/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-Fidelio is a GNOME client for Hotline, a proprietary protocol that combines
-ftp-like, irc-like and news-like functions in one package.
-
-Fidelio is currently fully functional as a non-administative client, with the
-exception of banners and private chat.
-
-Feature include:
- o Multiple concurrent connections;
- o Single window per server connection;
- o Tree-structured bookmarks;
- o Trackers and searchable index of servers;
- o Userlist and public chat in one pane;
- o Private chat;
- o Both flat (v. 1.2) and threaded news support, with posting of news;
- o Ignore messages and chat of users;
- o Private Messages;
- o Sounds on events;
- o Multiple icon set loading;
- o Use of custom icon sets for buttons;
- o Uploading, donwloading, resuming of file transfers;
- o Per-donwload and per-upload bandwidth caps;
- o Server-side and client-side file queues.
-
-WWW: http://fidelio.sourceforge.net/
diff --git a/net-p2p/fidelio/pkg-plist b/net-p2p/fidelio/pkg-plist
deleted file mode 100644
index 38eec7542de2..000000000000
--- a/net-p2p/fidelio/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/fidelio
-share/fidelio.default
-share/locale/de/LC_MESSAGES/fidelio.mo
-share/locale/el/LC_MESSAGES/fidelio.mo
-share/locale/fr/LC_MESSAGES/fidelio.mo
-share/locale/it/LC_MESSAGES/fidelio.mo
-share/locale/pt_BR/LC_MESSAGES/fidelio.mo