diff --git a/MOVED b/MOVED index c71913c063a5..46e0b22a08e8 100644 --- a/MOVED +++ b/MOVED @@ -2688,3 +2688,5 @@ editors/ooodict-all||2007-01-05|Has expired: Size mismatch mail/distribute||2007-01-05|Has expired: Does not install net-im/gaim-rss-reader||2007-01-05|Has expired: Requires update to work with Gaim 0.82.1 sysutils/slay||2007-01-05|Has expired: Author doesn't see it as needed anymore +www/emp||2007-01-05|Has expired: project is shutting down +textproc/nfbtrans||2007-01-05|Has expired: Unfetchable diff --git a/textproc/Makefile b/textproc/Makefile index 2f49ce74fe5c..7c9bcd195751 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -304,7 +304,6 @@ SUBDIR += muse SUBDIR += nb-aspell SUBDIR += nds-aspell - SUBDIR += nfbtrans SUBDIR += nicetext SUBDIR += nl-aspell SUBDIR += nl-ispell diff --git a/textproc/nfbtrans/Makefile b/textproc/nfbtrans/Makefile deleted file mode 100644 index 21092d298dee..000000000000 --- a/textproc/nfbtrans/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: nfbtrans -# Date created: 30 Aug 1998 -# Whom: Masafumi NAKANE -# -# $FreeBSD$ -# - -PORTNAME= nfbtrans -PORTVERSION= 7.74 -CATEGORIES= textproc -MASTER_SITES= http://www.nfb.org/braille/nfbtrans/ -DISTNAME= nfbtr${PORTVERSION:S/.//} - -MAINTAINER= ports@FreeBSD.org -COMMENT= ASCII text to Grade Two braille translator - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -RESTRICTED= "Unclear copyright status" - -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -q -a -L -o -NO_WRKSUBDIR= yes -ALL_TARGET= freebsd -MAKEFILE= makefile - -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not install on ia64 or amd64 (segfault during install)" -.endif - -post-extract: - @${UNZIP_CMD} -q -L -a -o ${WRKSRC}/tables.zip -d ${WRKDIR}/tables - @${UNZIP_CMD} -q -L -a -o ${WRKSRC}/spanish.zip -d ${WRKDIR}/spanish - -do-install: - ${MKDIR} ${PREFIX}/share/nfbtrans/tables - ${INSTALL_PROGRAM} ${WRKSRC}/nfbtrans ${PREFIX}/bin -.for f in braille.tab back.tab english.dic nfbtrans.cnf menu.cnf - ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/nfbtrans -.endfor - @${CP} -pR ${WRKDIR}/tables ${PREFIX}/share/nfbtrans - @${CP} -pR ${WRKDIR}/spanish ${PREFIX}/share/nfbtrans -.if !defined(NOPORTDOCS) - @${ECHO} '~0 ~-pw=80 ~-ls=99 ~-pl=56 ~-if=12 ~-fc=. ~o5 ~p- ~-ip=0 ~-oc=1' \ - | ${CAT} - ${WRKSRC}/nfbtrans.fmt > ${WRKSRC}/nfbprint.fmt - @${WRKSRC}/nfbtrans st=${WRKSRC}/stat.txt qm=1 ob=oc=15 \ - ${WRKSRC}/nfbprint.fmt > ${WRKSRC}/nfbtrans.doc - ${MKDIR} ${PREFIX}/share/doc/nfbtrans -.for f in readme.txt nfbtrans.doc nfbtrans.fmt tvfreqs.fmt - ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/nfbtrans -.endfor -.endif - -.include diff --git a/textproc/nfbtrans/distinfo b/textproc/nfbtrans/distinfo deleted file mode 100644 index b7937f190095..000000000000 --- a/textproc/nfbtrans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nfbtr774.zip) = 46d45c0ef54b659aca8f773c08caa057 -SHA256 (nfbtr774.zip) = 87cad2aa875f44ad6035f5af080e02ecc23a8c3718e3e1943cb3a006c5fc93ec -SIZE (nfbtr774.zip) = 470847 diff --git a/textproc/nfbtrans/files/patch-aa b/textproc/nfbtrans/files/patch-aa deleted file mode 100644 index a45bde23c025..000000000000 --- a/textproc/nfbtrans/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- makefile.orig Fri Jan 4 18:23:22 2002 -+++ makefile Mon May 9 17:39:33 2005 -@@ -3,6 +3,11 @@ - #translation software written by the National Federation of the Blind - #compile under unix, MSVC, or djgpp - # -+#Installation prefix: -+PREFIX?=/usr/local -+#Library path: -+UNIX_PATH?=${PREFIX}/share/nfbtrans/ -+# - #The source and object files are as follows: - - SRCFILES=nfbtrans.c nfbpatch.c -@@ -10,8 +15,10 @@ - LIBS= -ltermcap - - #Compiler and linking flags are as follows: --CFLAGS=-O --CC=gcc -+#CFLAGS=-O -+#CC=gcc -+CFLAGS+=-O -DUNIX_PATH=\\\"${UNIX_PATH}\\\" -+CC?=gcc - LDFLAGS=-Bdynamic - - default: -@@ -23,6 +30,7 @@ - @echo "make linux" - @echo "make djgpp" - @echo "make msvc" -+ @echo "make freebsd" - all: nfbtrans - - djgppall: nfbtrans.exe -@@ -35,6 +43,9 @@ - - ultrix: - $(MAKE) CFLAGS=-O -+ -+freebsd: -+ ${MAKE} all CFLAGS="${CFLAGS} -Dfreebsd" - - linux: - $(MAKE) all CFLAGS="-O -Dlinux" diff --git a/textproc/nfbtrans/files/patch-ab b/textproc/nfbtrans/files/patch-ab deleted file mode 100644 index d2031d919800..000000000000 --- a/textproc/nfbtrans/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ ---- nfbtrans.c.orig Mon Nov 4 08:10:00 2002 -+++ nfbtrans.c Mon May 9 17:45:14 2005 -@@ -6,7 +6,9 @@ - #define LINT_ARGS - #define DOS - #else -+#ifndef UNIX_PATH - #define UNIX_PATH "/usr/local/lib/" -+#endif - #endif /* unix */ - #include - #include -@@ -27,7 +29,7 @@ - #include - #define MAXARGS 7 - #endif /* DOS */ --#if defined(sunos) || defined(linux) || defined(DJGPP) -+#if defined(sunos) || defined(linux) || defined(DJGPP) || defined(freebsd) - #define max(a,b) (((a) > (b)) ? (a) : (b)) - #define min(a,b) (((a) < (b)) ? (a) : (b)) - #endif diff --git a/textproc/nfbtrans/files/patch-ac b/textproc/nfbtrans/files/patch-ac deleted file mode 100644 index e34385ee7186..000000000000 --- a/textproc/nfbtrans/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- nfbpatch.c.orig Thu May 24 08:41:34 2001 -+++ nfbpatch.c Mon May 9 17:48:33 2005 -@@ -21,7 +21,9 @@ - #include - - #define CASE_SHIFT 32 /* diference between upper and lower case */ -+#ifndef freebsd - #define SYSVR4 /* use with gcc and solaris 2.1 see getpgrp. */ -+#endif - #ifdef ultrix - #define ECHOCTL TCTLECH - #endif -@@ -88,7 +90,7 @@ - int i; - - i = tcgetpgrp(0);/* Use stdin as the file descriptor */ --#ifdef SYSVR4 -+#if defined(SYSVR4) || defined(freebsd) - if (i == getpgrp()) - return (1); - #else diff --git a/textproc/nfbtrans/pkg-descr b/textproc/nfbtrans/pkg-descr deleted file mode 100644 index 8f18692a5de0..000000000000 --- a/textproc/nfbtrans/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -NFBTRANS is a very accurate Grade Two braille translator. It can also -back translate a Grade Two file into normal text. The program has -many options which allow the user to customize its operation. -Formatting commands can be used to generate Tables of Contents, ink -print page numbers, running headers and much more. Translation rules -are in a text file and can easily be modified by the user. The -program can be configured to hyphenate words to save space. - -- Max - -WWW: http://www.nfb.org/nfbtrans.htm diff --git a/textproc/nfbtrans/pkg-plist b/textproc/nfbtrans/pkg-plist deleted file mode 100644 index 51b71b8674ac..000000000000 --- a/textproc/nfbtrans/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/nfbtrans -share/doc/nfbtrans/nfbtrans.doc -share/doc/nfbtrans/nfbtrans.fmt -share/doc/nfbtrans/readme.txt -share/doc/nfbtrans/tvfreqs.fmt -share/nfbtrans/back.tab -share/nfbtrans/braille.tab -share/nfbtrans/english.dic -share/nfbtrans/menu.cnf -share/nfbtrans/nfbtrans.cnf -share/nfbtrans/spanish/span1.tab -share/nfbtrans/spanish/span2.tab -share/nfbtrans/spanish/spanish1.cnf -share/nfbtrans/spanish/spanish1.dic -share/nfbtrans/spanish/spanish2.cnf -share/nfbtrans/spanish/spanish2.dic -share/nfbtrans/tables/bhs_bhm.tab -share/nfbtrans/tables/danish.tab -share/nfbtrans/tables/dutch.tab -share/nfbtrans/tables/dutch3.tab -share/nfbtrans/tables/esperant.tab -share/nfbtrans/tables/german.tab -share/nfbtrans/tables/gnt.tab -share/nfbtrans/tables/iceland.tab -share/nfbtrans/tables/netcom.cap -share/nfbtrans/tables/norweg.tab -share/nfbtrans/tables/russian.tab -share/nfbtrans/tables/span2.tab -share/nfbtrans/tables/spanish.tab -share/nfbtrans/tables/swedish.tab -share/nfbtrans/tables/tables.doc -@dirrm share/nfbtrans/tables -@dirrm share/nfbtrans/spanish -@dirrm share/nfbtrans -@dirrm share/doc/nfbtrans diff --git a/www/Makefile b/www/Makefile index 145eea021050..b9dfe33b4bca 100644 --- a/www/Makefile +++ b/www/Makefile @@ -120,7 +120,6 @@ SUBDIR += emacs-w3m SUBDIR += emacs-w3m-emacs20 SUBDIR += emacs-w3m-xemacs21-mule - SUBDIR += emp SUBDIR += epiphany SUBDIR += epiphany-extensions SUBDIR += erwn diff --git a/www/emp/Makefile b/www/emp/Makefile deleted file mode 100644 index f4076889d49c..000000000000 --- a/www/emp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: emp -# Date created: Oct 20, 2003 -# Whom: Allan Bowhill -# -# $FreeBSD$ -# - -PORTNAME= emp -PORTVERSION= 0.94 -CATEGORIES= www -MASTER_SITES= http://home.blarg.net/~abowhill/ \ - ftp://userftp.blarg.net/users/abowhill/ - -MAINTAINER= allanb@u.washington.edu -COMMENT= CGI program to deliver hierarchy of web links - -HAS_CONFIGURE= yes - -DEPRECATED= project is shutting down -EXPIRATION_DATE= 2006-12-23 - -CGI_BIN= ${PREFIX}/www/cgi-bin - -do-install: - ${MKDIR} ${CGI_BIN} - ${INSTALL_PROGRAM} ${WRKSRC}/emp ${CGI_BIN}/emp.cgi - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/Samples/links.sample ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/Samples/emp.cfg ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include diff --git a/www/emp/distinfo b/www/emp/distinfo deleted file mode 100644 index 901a304f0219..000000000000 --- a/www/emp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (emp-0.94.tar.gz) = 2efe31692f9fb89b502cac5ec5dfedff -SHA256 (emp-0.94.tar.gz) = c5df12bd03c4fe8a32077817e5750dcf1c307d001c9d6b3f9863f9388e3b69ae -SIZE (emp-0.94.tar.gz) = 91648 diff --git a/www/emp/pkg-descr b/www/emp/pkg-descr deleted file mode 100644 index 3705e81ac57e..000000000000 --- a/www/emp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -EMP (Easy Maintenance Pages) is a heirarchical web delivery system. -It is written in C++. It is small, fast and has a clean appearance. -It makes a web site of categorized links that is easy to maintain. - -WWW: http://home.blarg.net/~abowhill/ diff --git a/www/emp/pkg-plist b/www/emp/pkg-plist deleted file mode 100644 index b4dd50730d8d..000000000000 --- a/www/emp/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -www/cgi-bin/emp.cgi -@dirrmtry www/cgi-bin -%%PORTDOCS%%%%DOCSDIR%%/README -%%EXAMPLESDIR%%/links.sample -%%EXAMPLESDIR%%/emp.cfg -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%