scrape @endfake. I haven't been able to finish this in... ten years.
time to let it go.
This commit is contained in:
parent
190bd8ff78
commit
e96697a76b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2013/04/04 16:03:55 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2014/01/11 11:22:43 espie Exp $
|
||||
|
||||
COMMENT= portable speedy lossless data compression library
|
||||
|
||||
DISTNAME= lzo-1.08
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= archivers devel
|
||||
MASTER_SITES= ${HOMEPAGE}download/LZO-v1/
|
||||
SHARED_LIBS += lzo 1.0 # .1.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2013/04/04 16:03:55 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/01/11 11:22:43 espie Exp $
|
||||
include/lzo1.h
|
||||
include/lzo16bit.h
|
||||
include/lzo1a.h
|
||||
@ -14,7 +14,6 @@ include/lzoutil.h
|
||||
lib/liblzo.a
|
||||
lib/liblzo.la
|
||||
@lib lib/liblzo.so.${LIBlzo_VERSION}
|
||||
@endfake
|
||||
share/doc/lzo/
|
||||
share/doc/lzo/LTEST.TXT
|
||||
share/doc/lzo/LZO.FAQ
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2013/03/10 22:55:02 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2014/01/11 11:22:43 espie Exp $
|
||||
|
||||
COMMENT= u-law to gsm encoding audio converter and library
|
||||
|
||||
DISTNAME= gsm-1.0.13
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.quut.com/gsm/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
@ -1,11 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/04/05 19:09:32 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/01/11 11:22:43 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/tcat
|
||||
@bin bin/toast
|
||||
bin/untoast
|
||||
include/gsm.h
|
||||
lib/libgsm.a
|
||||
@endfake
|
||||
@man man/man1/tcat.1
|
||||
@man man/man1/toast.1
|
||||
@man man/man1/untoast.1
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2013/03/10 22:55:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2014/01/11 11:22:43 espie Exp $
|
||||
|
||||
COMMENT= network audio player
|
||||
DISTNAME= rplay-3.3.2
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS= rplay 0.0
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2005/12/23 15:07:06 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2014/01/11 11:22:43 espie Exp $
|
||||
%%SHARED%%
|
||||
include/rplay.h
|
||||
@comment include/rxposix.h
|
||||
lib/librplay.a
|
||||
@comment lib/librx.a
|
||||
@endfake
|
||||
bin/rplay
|
||||
bin/rptp
|
||||
@comment include/rxposix.h
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:45:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2014/01/11 11:22:43 espie Exp $
|
||||
|
||||
COMMENT= tools and library routines for working with GIF images
|
||||
|
||||
DISTNAME= libungif-4.1.4
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
SHARED_LIBS= gif 5.4 \
|
||||
ungif 5.4
|
||||
CATEGORIES= graphics
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/11/09 21:17:20 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2014/01/11 11:22:43 espie Exp $
|
||||
@conflict giflib-*
|
||||
%%SHARED%%
|
||||
bin/gif2epsn
|
||||
@ -35,7 +35,6 @@ lib/libgif.a
|
||||
lib/libgif.la
|
||||
lib/libungif.a
|
||||
lib/libungif.la
|
||||
@endfake
|
||||
share/doc/libungif/
|
||||
share/doc/libungif/README
|
||||
share/doc/libungif/UNCOMPRESSED_GIF
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2013/07/15 09:31:03 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2014/01/11 11:22:43 espie Exp $
|
||||
|
||||
COMMENT= C library to produce PDF files
|
||||
|
||||
DISTNAME= pdflib-4.0.3
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES= print
|
||||
SHARED_LIBS= pdf 2.3
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/04/17 21:36:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2014/01/11 11:22:43 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/pdflib-config
|
||||
include/pdflib.h
|
||||
lib/libpdf.a
|
||||
lib/libpdf.la
|
||||
@endfake
|
||||
share/doc/pdflib/
|
||||
share/doc/pdflib/PDFlib-license.pdf
|
||||
share/doc/pdflib/PDFlib-manual.pdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user