Kill getbdf port: it's poorly documented, copyright is unclear...
and it does nothing more than X11's fstobdf does. (ok'd MAINTAINER)
This commit is contained in:
parent
4b4d39b3e4
commit
0ee734957a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2000/05/19 14:06:31 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2000/05/21 21:45:31 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
|
||||
#
|
||||
|
||||
@ -47,7 +47,6 @@
|
||||
# SUBDIR += fvwm
|
||||
# SUBDIR += fvwm2-english
|
||||
# SUBDIR += fvwm95
|
||||
SUBDIR += getbdf
|
||||
SUBDIR += gtk+
|
||||
SUBDIR += gtkglarea
|
||||
# SUBDIR += gwm
|
||||
|
@ -1,32 +0,0 @@
|
||||
# OpenBSD makefile for: getbdf
|
||||
# Date created: May 18 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.6 2000/04/09 17:38:43 espie Exp $
|
||||
#
|
||||
|
||||
DISTNAME= getbdf
|
||||
PKGNAME= getbdf-1.0
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.191
|
||||
FAKE=No
|
||||
MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LICENSE_TYPE= NONE
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
|
||||
USE_X11= yes
|
||||
WRKDIST= ${WRKDIR}
|
||||
ALL_TARGET= getbdf
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; \
|
||||
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/getbdf/README
Normal file
2
x11/getbdf/README
Normal file
@ -0,0 +1,2 @@
|
||||
No need for getbdf, as X11's fstobdf does the same thing and has a clear
|
||||
copyright.
|
@ -1,3 +0,0 @@
|
||||
MD5 (getbdf.tar.Z) = a72a7fdbc4a390ea51cc580d87442162
|
||||
RMD160 (getbdf.tar.Z) = 9dc23664b686d482737765d5638f01b986a9c15a
|
||||
SHA1 (getbdf.tar.Z) = 8d55c8348096ee8480f05186530e8a31037f11ae
|
@ -1,37 +0,0 @@
|
||||
*** Makefile.orig Wed Mar 7 17:23:09 1990
|
||||
--- Makefile Sat Aug 31 00:04:49 1996
|
||||
***************
|
||||
*** 1,22 ****
|
||||
OBJS= getbdf.o Xargs.o open_display.o
|
||||
|
||||
! # HP or SUN ?
|
||||
! #CFLAGS= -g -DHP
|
||||
! CFLAGS= -g
|
||||
|
||||
|
||||
getbdf: $(OBJS)
|
||||
! cc $(CFLAGS) $(OBJS) -o getbdf -lX11 -lm
|
||||
!
|
||||
!
|
||||
! getbdf.o: getbdf.c
|
||||
! cc -c $(CFLAGS) getbdf.c -I. -I/usr/include/X11
|
||||
!
|
||||
! Xargs.o: Xargs.c
|
||||
! cc -c $(CFLAGS) Xargs.c -I. -I/usr/include/X11
|
||||
!
|
||||
! open_display.o: open_display.c
|
||||
! cc -c $(CFLAGS) open_display.c -I. -I/usr/include/X11
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) getbdf
|
||||
--- 1,10 ----
|
||||
OBJS= getbdf.o Xargs.o open_display.o
|
||||
|
||||
! CFLAGS+= -I. -I${X11BASE}/include
|
||||
|
||||
|
||||
getbdf: $(OBJS)
|
||||
! cc $(CFLAGS) $(OBJS) -o getbdf -L${X11BASE}/lib -lX11 -lm
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) getbdf
|
@ -1,19 +0,0 @@
|
||||
*** getbdf.c.orig Wed Mar 7 17:16:41 1990
|
||||
--- getbdf.c Fri Aug 30 23:39:32 1996
|
||||
***************
|
||||
*** 33,39 ****
|
||||
|
||||
XFontStruct *font;
|
||||
|
||||
! #ifdef HP
|
||||
nint(x) double x;
|
||||
{
|
||||
int i;
|
||||
--- 33,39 ----
|
||||
|
||||
XFontStruct *font;
|
||||
|
||||
! #if defined(HP) || defined(__OpenBSD__)
|
||||
nint(x) double x;
|
||||
{
|
||||
int i;
|
@ -1 +0,0 @@
|
||||
convert any X server font to .bdf format
|
@ -1,3 +0,0 @@
|
||||
getbdf will convert anything your X server understands into the bdf format.
|
||||
Hence snftobdf, pcftobdf are not necessary. It is useful to convert a Latin
|
||||
font that you work with into bdf so that you may compare and edi.
|
@ -1 +0,0 @@
|
||||
bin/getbdf
|
Loading…
Reference in New Issue
Block a user