diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 19:02:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 19:02:59 +0000 |
commit | 813d8e999b5f135bbbfb757f6cbcdde2f1c1b0db (patch) | |
tree | 7502696794a586b85c5e15cf6798670f96ca8030 /print | |
parent | fb164db5dea18031b83e8e2b94d287441fadd865 (diff) | |
download | ports-813d8e999b5f135bbbfb757f6cbcdde2f1c1b0db.tar.gz ports-813d8e999b5f135bbbfb757f6cbcdde2f1c1b0db.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/bibcard/Makefile | 35 | ||||
-rw-r--r-- | print/bibcard/distinfo | 3 | ||||
-rw-r--r-- | print/bibcard/files/patch-02 | 72 | ||||
-rw-r--r-- | print/bibcard/files/patch-03 | 20 | ||||
-rw-r--r-- | print/bibcard/files/patch-04 | 12 | ||||
-rw-r--r-- | print/bibcard/pkg-descr | 2 | ||||
-rw-r--r-- | print/bibcard/pkg-plist | 3 |
8 files changed, 0 insertions, 148 deletions
diff --git a/print/Makefile b/print/Makefile index 130613ab69ff..8b1d8a3cb83d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -22,7 +22,6 @@ SUBDIR += asprint SUBDIR += auctex SUBDIR += axpoint - SUBDIR += bibcard SUBDIR += bibcursed SUBDIR += bibview SUBDIR += bjfilter360 diff --git a/print/bibcard/Makefile b/print/bibcard/Makefile deleted file mode 100644 index fc7010e00f14..000000000000 --- a/print/bibcard/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: bibcard -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# -# $FreeBSD$ -# - -PORTNAME= bibcard -PORTVERSION= 0.6.4 -CATEGORIES= print databases -MASTER_SITES= ftp://crl.nmsu.edu/pub/misc/ -DISTNAME= bibcard.6.4 -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 interface for editing BibTeX files - -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview - -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2007-01-03 - -NO_WRKSUBDIR= yes -USE_IMAKE= yes -MAN1= bibcard.1 - -pre-configure: - @${ECHO} "OPENWINHOME=${PREFIX}" \ - >> ${WRKSRC}/Imakefile - @${ECHO} "EXTRA_DEFINES= -DHAVE_STRCASECMP -DHAVE_STRSTR" \ - >> ${WRKSRC}/Imakefile - @${LN} -f ${WRKSRC}/bibcard.1 ${WRKSRC}/bibcard.man - -.include <bsd.port.mk> diff --git a/print/bibcard/distinfo b/print/bibcard/distinfo deleted file mode 100644 index 549147598019..000000000000 --- a/print/bibcard/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bibcard.6.4.tar.Z) = e1dd2a687377d49ab426f8d1a80f4edc -SHA256 (bibcard.6.4.tar.Z) = 8444ec400ece879fc6ed26b83a1a1d58bc34c97cd0ec3bd25dcc3eb92b5171d8 -SIZE (bibcard.6.4.tar.Z) = 69071 diff --git a/print/bibcard/files/patch-02 b/print/bibcard/files/patch-02 deleted file mode 100644 index 5cbd3f19e43c..000000000000 --- a/print/bibcard/files/patch-02 +++ /dev/null @@ -1,72 +0,0 @@ ---- bt_ex.c.orig Thu May 14 09:10:37 1992 -+++ bt_ex.c Sun Mar 31 19:35:56 2002 -@@ -212,7 +212,8 @@ - - - #define TOLOWER(c) (isupper(c)?tolower(c):(c)) -- -+ -+#ifndef HAVE_STRCASECMP - int - strcasecmp(s1,s2) - char *s1, *s2; -@@ -252,6 +253,8 @@ - return(0); - } - -+#endif -+ - /* strstr - find first occurrence of wanted in s - Copyright (C) 1989, Free Software Foundation. - -@@ -261,6 +264,7 @@ - #define CONST - #define SIZET int - -+#ifndef HAVE_STRSTR - #define NULL 0 - - char * /* found string, or NULL if none */ -@@ -286,29 +290,7 @@ - return(NULL); - return(scan); - } -- -- --char * /*A case insensitive version */ -- strcasestr(s, wanted) --CONST char *s; --CONST char *wanted; --{ -- register CONST char *scan; -- register SIZET len; -- register char firstc; -- extern int strcmp(); -- extern SIZET strlen(); -- -- firstc = ( isupper( *wanted) ? tolower( *wanted) : *wanted); -- len = strlen(wanted); -- for (scan = s; strncasecmp(scan, wanted, len) != 0; ) { -- -- if (*scan++ == '\0') -- return(NULL); -- } -- return(scan); --} -- -+#endif - - void toLower(s1) - -@@ -640,9 +622,11 @@ - /* limit for ATTR_LIST including a pad */ - #define MAX_XVIEW_ATTRIBUTES (255 - 20) - -+#if !(defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__bsdi__)) - extern char *malloc(); - extern int free(); - extern int strcmp(); -+#endif - - void - ReassignListEntries(list, entries) diff --git a/print/bibcard/files/patch-03 b/print/bibcard/files/patch-03 deleted file mode 100644 index 4ba5cd5b86de..000000000000 --- a/print/bibcard/files/patch-03 +++ /dev/null @@ -1,20 +0,0 @@ ---- bt_my_stubs.c.orig Thu May 14 09:10:09 1992 -+++ bt_my_stubs.c Tue Apr 8 15:27:47 1997 -@@ -62,7 +62,7 @@ - update_item(); - if(confirm_overwrite() == 0){ - if (xv_destroy_safe(bt_window1->window1) == XV_OK) -- exit(); -+ exit(0); - } - else - -@@ -459,7 +459,7 @@ - case MENU_NOTIFY: - if(confirm_overwrite() == 0){ - if (xv_destroy_safe(bt_window1->window1) == XV_OK) -- exit(); -+ exit(0); - } - break; - diff --git a/print/bibcard/files/patch-04 b/print/bibcard/files/patch-04 deleted file mode 100644 index fec30383195f..000000000000 --- a/print/bibcard/files/patch-04 +++ /dev/null @@ -1,12 +0,0 @@ ---- bt.h.orig Thu Sep 5 10:21:18 2002 -+++ bt.h Thu Sep 5 10:22:45 2002 -@@ -47,7 +47,9 @@ - #define LD_ERROR 98 - - extern char * strdup(); -+#if !defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(_bsdi__) - extern char * realloc(); -+#endif - #define set_str(x, new)\ - if (x) free(x); \ - if (new) x = strdup(new); \ diff --git a/print/bibcard/pkg-descr b/print/bibcard/pkg-descr deleted file mode 100644 index 45c83a75010c..000000000000 --- a/print/bibcard/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -BiBCard provides an Xview/X11 interface for entering bibilographies in -a natural format, while outputting BibTeX formatted files. diff --git a/print/bibcard/pkg-plist b/print/bibcard/pkg-plist deleted file mode 100644 index bde1fcc50f0b..000000000000 --- a/print/bibcard/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/bibcard -lib/help/bt.info |