diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-28 09:01:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-28 09:01:57 +0000 |
commit | e5b7d01def61695381ddee8a060638bb0fdf0810 (patch) | |
tree | 7870dbacc868f04f8456ce46619070d96ef6f82d | |
parent | 0969c23a4eecceaf4ce8448c2ae3384641bbe1b6 (diff) | |
download | ports-e5b7d01def61695381ddee8a060638bb0fdf0810.tar.gz ports-e5b7d01def61695381ddee8a060638bb0fdf0810.zip |
2009-07-28 games/amy: mastersite disappeared, does not build on recent version
2009-07-28 security/hashish: "does not compile"
2009-07-19 security/smtpmap: depends on GCC 2.95 which has not been available for 9+ months
Notes
Notes:
svn path=/head/; revision=238491
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/amy/Makefile | 49 | ||||
-rw-r--r-- | games/amy/distinfo | 6 | ||||
-rw-r--r-- | games/amy/pkg-descr | 9 | ||||
-rw-r--r-- | games/amy/pkg-plist | 18 | ||||
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/hashish/Makefile | 33 | ||||
-rw-r--r-- | security/hashish/distinfo | 3 | ||||
-rw-r--r-- | security/hashish/files/patch-src::main.cpp | 14 | ||||
-rw-r--r-- | security/hashish/pkg-descr | 8 | ||||
-rw-r--r-- | security/smtpmap/Makefile | 36 | ||||
-rw-r--r-- | security/smtpmap/distinfo | 3 | ||||
-rw-r--r-- | security/smtpmap/files/patch-include::small_socket.h | 12 | ||||
-rw-r--r-- | security/smtpmap/files/patch-include::types.h | 20 | ||||
-rw-r--r-- | security/smtpmap/files/patch-makefile.conf | 15 | ||||
-rw-r--r-- | security/smtpmap/files/patch-src::makefile | 16 | ||||
-rw-r--r-- | security/smtpmap/pkg-descr | 12 | ||||
-rw-r--r-- | security/smtpmap/pkg-plist | 5 |
19 files changed, 3 insertions, 262 deletions
@@ -4122,3 +4122,6 @@ R-sp|R-cran-sp|2009-07-17|Port was renamed lang/gcc-ooo|lang/gcc43|2009-07-18|Not used by OpenOffice any more, superseded by gcc43 security/altivore||2009-07-19|Removed editors/openoffice.org-2-devel||2009-07-21|Removed +games/amy||2009-07-28|Has expired: mastersite disappeared, does not build on recent version +security/hashish||2009-07-28|Has expired: "does not compile" +security/smtpmap||2009-07-28|Has expired: depends on GCC 2.95 which has not been available for 9+ months diff --git a/games/Makefile b/games/Makefile index 56cf51058cf8..6a2ad8b346e7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -38,7 +38,6 @@ SUBDIR += allacrost SUBDIR += amoebax SUBDIR += amphetamine - SUBDIR += amy SUBDIR += an SUBDIR += anagramarama SUBDIR += angband diff --git a/games/amy/Makefile b/games/amy/Makefile deleted file mode 100644 index f4505ebca2e7..000000000000 --- a/games/amy/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: amy -# Date created: 30 Jan 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# -# $FreeBSD$ -# - -PORTNAME= amy -PORTVERSION= 0.8.7 -CATEGORIES= games -MASTER_SITES= http://tgreiner.net/ -DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2 -EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A chess program for playing and analyzing games - -LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install - -DEPRECATED= mastersite disappeared, does not build on recent version -EXPIRATION_DATE= 2009-07-28 - -NOT_FOR_ARCHS= sparc64 alpha - -MAN6= Amy.6 - -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.if ${ARCH} == "amd64" -BROKEN= Segfault during build on amd64 -.endif - -post-extract: - ${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \ - ${WRKSRC}/PGN/ClassicGames.pgn - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/games/amy/distinfo b/games/amy/distinfo deleted file mode 100644 index 0dba9c03a922..000000000000 --- a/games/amy/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (amy-0.8.7.tar.gz) = cce5f5ecb043cb66ec55d3ac1658dc3a -SHA256 (amy-0.8.7.tar.gz) = 66cf918caa87b7818613fceafeba428fe02c2d1d8c41591e98e3921436e2e6e3 -SIZE (amy-0.8.7.tar.gz) = 250455 -MD5 (ClassicGames.pgn.bz2) = 87a741347572c2f616e5228bdd0e637b -SHA256 (ClassicGames.pgn.bz2) = 1a81b5e575c806de556dc23b963a814179f49d2b4f3340f5c0f3977ad3b748bd -SIZE (ClassicGames.pgn.bz2) = 1621810 diff --git a/games/amy/pkg-descr b/games/amy/pkg-descr deleted file mode 100644 index 474dc8b31191..000000000000 --- a/games/amy/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A chess program for playing and analyzing games. Amy comes complete with -an opening book build from about 12000 master games. Please read the -README file to find out how build your own book or use endgame tablebases. - -The user interface is command line based. For a graphical user interface -install xboard (xboard) and use the '-fcp Amy' switch to play -against Amy. - -WWW: http://www.tgreiner.net/software.html diff --git a/games/amy/pkg-plist b/games/amy/pkg-plist deleted file mode 100644 index 71c550e98b4d..000000000000 --- a/games/amy/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/Amy -%%DATADIR%%/Book.db -%%DATADIR%%/Eco.db -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/amy.css -%%PORTDOCS%%%%DOCSDIR%%/ch01.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s04.html -%%PORTDOCS%%%%DOCSDIR%%/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/ch03.html -%%PORTDOCS%%%%DOCSDIR%%/ch03s02.html -%%PORTDOCS%%%%DOCSDIR%%/ch03s03.html -%%PORTDOCS%%%%DOCSDIR%%/ch03s04.html -%%PORTDOCS%%%%DOCSDIR%%/ch04.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% diff --git a/security/Makefile b/security/Makefile index a2cfae471d97..eeb730d52896 100644 --- a/security/Makefile +++ b/security/Makefile @@ -178,7 +178,6 @@ SUBDIR += hackbot SUBDIR += hafiye SUBDIR += hamachi - SUBDIR += hashish SUBDIR += heimdal SUBDIR += hlfl SUBDIR += hmap @@ -757,7 +756,6 @@ SUBDIR += slurpie SUBDIR += slush SUBDIR += smap - SUBDIR += smtpmap SUBDIR += smtpscan SUBDIR += smurflog SUBDIR += sniff diff --git a/security/hashish/Makefile b/security/hashish/Makefile deleted file mode 100644 index fcf03518bc8a..000000000000 --- a/security/hashish/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: hashish -# Date Created: May 7, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= hashish -PORTVERSION= 1.1a -PORTREVISION= 7 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Hashish-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GUI file and string hashing utility - -BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp - -USE_WX= 2.4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -PLIST_FILES= bin/hashish - -BROKEN= does not compile -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2009-07-28 - -.include <bsd.port.mk> diff --git a/security/hashish/distinfo b/security/hashish/distinfo deleted file mode 100644 index 30efcec3fde8..000000000000 --- a/security/hashish/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Hashish-1.1a.tar.gz) = a35ca32d919127f413f4c035e88b58b3 -SHA256 (Hashish-1.1a.tar.gz) = 9771ae8eca93c15c21042212ef19191553c565abdc20c3dbe2f783e428dc6fcb -SIZE (Hashish-1.1a.tar.gz) = 73594 diff --git a/security/hashish/files/patch-src::main.cpp b/security/hashish/files/patch-src::main.cpp deleted file mode 100644 index 2d6e98418f03..000000000000 --- a/security/hashish/files/patch-src::main.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/main.cpp.orig Sun Dec 12 21:15:50 2004 -+++ src/main.cpp Sun Dec 12 21:16:30 2004 -@@ -398,9 +398,9 @@ - hashFilter = new HashFilter(*hash, new Base64Encoder(new StringSink(outstring), false)); - - if ((m_rbox->GetSelection() == 0)) -- FileSource file1(m_filename->GetValue().c_str(), true, new Redirector(*hashFilter, false)); -+ FileSource file1(m_filename->GetValue().c_str(), true, new Redirector(*hashFilter)); - else -- StringSource string1(m_string->GetValue().c_str(), true, new Redirector(*hashFilter, false)); -+ StringSource string1(m_string->GetValue().c_str(), true, new Redirector(*hashFilter)); - - hashFilter->MessageEnd(); - diff --git a/security/hashish/pkg-descr b/security/hashish/pkg-descr deleted file mode 100644 index 86ae35fbddb6..000000000000 --- a/security/hashish/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Hashish is a file and string hashing utility that computes cryptograhpic -hashes. It is cross platform and includes a gui front end. Supports drag -and drop file hashing. Hex and Base64. - -Hashing algorithms: MD5, SHA-1, SHA-2 (256/384/512), RIPEMD-160, - HAVAL (3/4/5), Tiger, CRC32, Panama. - -WWW: http://hashish.sourceforge.net/ diff --git a/security/smtpmap/Makefile b/security/smtpmap/Makefile deleted file mode 100644 index d175d44f57ca..000000000000 --- a/security/smtpmap/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: smtpmap -# Date created: 26 decembre 2002 -# Whom: Hubert Tournier <hubert@frbsd.org> -# -# $FreeBSD$ -# - -PORTNAME= smtpmap -PORTVERSION= 0.8 -PORTREVISION= 3 -CATEGORIES= security mail net -MASTER_SITES= http://www.frbsd.org/dist/ - -MAINTAINER= hubert@frbsd.org -COMMENT= An SMTP software identifier - -DEPRECATED= depends on GCC 2.95 which has not been available for 9+ months -IGNORE= ${DEPRECATED} -EXPIRATION_DATE=2009-07-19 - -MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" -USE_BZIP2= yes -USE_GMAKE= yes -MAKEFILE= makefile - -post-patch: - @${REINPLACE_CMD} -e 's|-j 5||g' ${WRKSRC}/makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/smtpmap ${PREFIX}/bin - ${INSTALL} -d ${DATADIR} -.for file in fingerprints-conf fingerprints-return fingerprints-rfc - ${INSTALL_DATA} ${WRKSRC}/share/${file} ${DATADIR} -.endfor - -.include <bsd.port.mk> diff --git a/security/smtpmap/distinfo b/security/smtpmap/distinfo deleted file mode 100644 index 2a8c9cb9ac59..000000000000 --- a/security/smtpmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (smtpmap-0.8.tar.bz2) = d01a24967d55290a1564251cef8f8cb4 -SHA256 (smtpmap-0.8.tar.bz2) = c99d570e88cf1f5819fd4a8370bf107083c2d1253edb30db80602275f9b3d0f6 -SIZE (smtpmap-0.8.tar.bz2) = 55699 diff --git a/security/smtpmap/files/patch-include::small_socket.h b/security/smtpmap/files/patch-include::small_socket.h deleted file mode 100644 index 304e062016a2..000000000000 --- a/security/smtpmap/files/patch-include::small_socket.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/small_socket.h.orig Tue Oct 29 19:16:01 2002 -+++ include/small_socket.h Tue Jun 17 01:30:21 2003 -@@ -8,8 +8,8 @@ - #define __SMALL_SOCKET_H - - extern "C" { --#include <sys/socket.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/time.h> // For NetBSD compatibility - #include <netinet/in.h> - #include <fcntl.h> diff --git a/security/smtpmap/files/patch-include::types.h b/security/smtpmap/files/patch-include::types.h deleted file mode 100644 index f1011d5f76d2..000000000000 --- a/security/smtpmap/files/patch-include::types.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/types.h.orig Wed Dec 25 23:26:52 2002 -+++ include/types.h Wed Dec 25 23:27:14 2002 -@@ -13,7 +13,7 @@ - #ifndef __TYPES_H - #define __TYPES_H - --#ifdef __linux__ -+#ifdef __FreeBSD__ - typedef bool BOOL; - typedef float double32; - typedef double double64; -@@ -29,7 +29,7 @@ - - typedef signed short sint16; - typedef unsigned short uint16; --#endif // __linux__ -+#endif // __FreeBSD__ - - #ifdef __sparc__ - typedef bool BOOL; diff --git a/security/smtpmap/files/patch-makefile.conf b/security/smtpmap/files/patch-makefile.conf deleted file mode 100644 index 8a81166b4a97..000000000000 --- a/security/smtpmap/files/patch-makefile.conf +++ /dev/null @@ -1,15 +0,0 @@ ---- makefile.conf.orig Thu Oct 31 23:37:00 2002 -+++ makefile.conf Tue Jun 17 01:20:41 2003 -@@ -4,9 +4,6 @@ - # Internal Configuration, do not touch - TMPDIR=.smtpmap-$(VERSION) --CC=g++ --#CFLAGS=-O -Wall -pg -g -D_PREFIX=\"$(PREFIX)\" --CFLAGS=-O -Wall -g3 -D_PREFIX=\"$(PREFIX)\" --INC=-I ../include --LIBS= -+CC=$(CXX) -+CFLAGS+=-D_PREFIX=\"$(PREFIX)\" -+INC+=-I../include -I/usr/include - DEPFLAG=-M $(INC) --PREFIX=/usr diff --git a/security/smtpmap/files/patch-src::makefile b/security/smtpmap/files/patch-src::makefile deleted file mode 100644 index 0052fdb716ec..000000000000 --- a/security/smtpmap/files/patch-src::makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- src/makefile.orig Wed Aug 14 22:12:02 2002 -+++ src/makefile Sun Oct 24 10:39:46 2004 -@@ -5,11 +5,11 @@ - include $(TOPDIR)/makefile.conf - - all smtpmap-sub: small_socket.o mstring.o mfile.o scanner_smtp.o smtpmap.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o -- $(CC) $(CFLAGS) $(INC) small_socket.o mstring.o mfile.o scanner_smtp.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o smtpmap.o -o smtpmap -+ $(CC) $(CFLAGS) $(LDFLAGS) $(INC) small_socket.o mstring.o mfile.o scanner_smtp.o fp_return.o fp_rfc.o fp.o fp_conf.o scanner_server.o smtpmap.o -o smtpmap - - - %.o:%.cpp -- $(CC) $(CFLAGS) $(INC) -c $*.cpp -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(INC) -c $*.cpp - - clean:: - @echo Cleaning up diff --git a/security/smtpmap/pkg-descr b/security/smtpmap/pkg-descr deleted file mode 100644 index d3216629125f..000000000000 --- a/security/smtpmap/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Smtpmap is able to identify the running smtp software on a given host. -It shows the probability of the server version, and uses three -different fingerprinting technologies to maximize the probabilities. -It can also be used to look if there is any smtp service running on -the given port. - -Smtpmap is a program from Dennis Lubert <plasmahh@gmx.net>. - -WWW: http://web.archive.org/web/20050309080404/http://plasmahh.hopto.org/down_tool - -- Hubert Tournier -hubert@frbsd.org diff --git a/security/smtpmap/pkg-plist b/security/smtpmap/pkg-plist deleted file mode 100644 index 882ace694504..000000000000 --- a/security/smtpmap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/smtpmap -%%DATADIR%%/fingerprints-conf -%%DATADIR%%/fingerprints-return -%%DATADIR%%/fingerprints-rfc -@dirrm %%DATADIR%% |