1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove expired port:

2013-01-12 devel/lbpp: Dead upstream since 2001
This commit is contained in:
Rene Ladan 2013-01-13 22:44:20 +00:00
parent 78344c76b2
commit 1071a300c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310347
6 changed files with 1 additions and 59 deletions

1
MOVED
View File

@ -4011,3 +4011,4 @@ x11/Terminal|x11/xfce4-terminal|2013-01-06|Project was renamed
textproc/p5-ack|textproc/ack|2013-01-06|Not just a perl module
sysutils/syslog-ng-rc|sysutils/syslog-ng-devel|2013-01-08|No longer used by our upline, use syslog-ng-devel instead
www/openbravoerp||2013-01-12|Has expired: incompatible with ant for building
devel/lbpp||2013-01-13|Has expired: Dead upstream since 2001

View File

@ -893,7 +893,6 @@
SUBDIR += kscope
SUBDIR += kyra
SUBDIR += lasi
SUBDIR += lbpp
SUBDIR += lcov
SUBDIR += leaktracer
SUBDIR += lemon

View File

@ -1,38 +0,0 @@
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= lbpp
PORTVERSION= 0.0.6b
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Front end to GCC from Liberty Basic source code
DEPRECATED= Dead upstream since 2001
EXPIRATION_DATE= 2013-01-12
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomelibs
MAKE_JOBS_UNSAFE= yes
post-patch:
@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g"
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} \
${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS =,CFLAGS+=,g ; \
s,-Wall -g,,g"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/lbpp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/liblb/libLB.a ${PREFIX}/lib
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: runaway process
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (lbpp-0.0.6b.tar.bz2) = 15e0475f149d5eaf13bdf1db6efbb6d61dc9fbd4b61d391d0055376c0e81847d
SIZE (lbpp-0.0.6b.tar.bz2) = 40060

View File

@ -1,16 +0,0 @@
LBPP is a front end to the GNU Common Compiler (GCC) that produces C
source code from Liberty Basic source code. This code then is fed to
GCC to produce an executable. It is similar to C++ compilers that
produce C code that then is compiled. It can be thought of either as
a GCC extension or a C translator. The architecture of LBPP was
designed to allow statements to be added dynamically without requiring
a recompile of the source. It accomplishes this by defining a
standard interface between C and Liberty Basic that allows C functions
to access all of the internal data of a Liberty Basic program. The
fact that all of the functionality of is based in a C library, porting
LBPP to a new platform requires only porting the library to the native
GUI system along with necessary modifications to allow the code to
compile. The translator should be ANSI C so porting should not be an
issue.
WWW: http://lbpp.sourceforge.net/

View File

@ -1,2 +0,0 @@
bin/lbpp
lib/libLB.a