Add agenda-static-libs 1.2.0, static libraries which are needed to
develop for Agenda VR3 PDA. PR: 31404 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
parent
902350eb0a
commit
b3dbec7ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49621
6 changed files with 65 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += adabroker
|
||||
SUBDIR += agenda-headers
|
||||
SUBDIR += agenda-libs
|
||||
SUBDIR += agenda-static-libs
|
||||
SUBDIR += ald
|
||||
SUBDIR += allegro
|
||||
SUBDIR += amulet
|
||||
|
|
24
devel/agenda-static-libs/Makefile
Normal file
24
devel/agenda-static-libs/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: agenda-static-libs
|
||||
# Date created: 20 October 2001
|
||||
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= agenda-static-libs
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lev.serebryakov.spb.ru/download/agenda/
|
||||
|
||||
MAINTAINER= lev@serebryakov.spb.ru
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TARGET_PLATFORM}/include/stdio.h:${PORTSDIR}/devel/agenda-headers
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
TARGET_PLATFORM=mipsel-linux
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && tar --exclude '*.orig' -cf - *) \
|
||||
| (cd ${PREFIX}/${TARGET_PLATFORM} && tar xf -)
|
||||
.include <bsd.port.mk>
|
1
devel/agenda-static-libs/distinfo
Normal file
1
devel/agenda-static-libs/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (agenda-static-libs-1.2.0.tar.bz2) = ae1ee493830e7c98eac8047ff6e32319
|
1
devel/agenda-static-libs/pkg-comment
Normal file
1
devel/agenda-static-libs/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Static libraries which are needed to develop for Agenda VR3 PDA
|
8
devel/agenda-static-libs/pkg-descr
Normal file
8
devel/agenda-static-libs/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
All static libraries, which are need to develop for Agenda VR3 PDA.
|
||||
Agenda VR3 uses Linux VR (mipsel-linux gcc target) as OS.
|
||||
So, this libraries was build with gcc-2.97 for mipsel-linux
|
||||
target.
|
||||
|
||||
This libraries need also to build mipsel-linux-gcc port.
|
||||
|
||||
WWW: http://dev.agendacomputing.org/
|
30
devel/agenda-static-libs/pkg-plist
Normal file
30
devel/agenda-static-libs/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
mipsel-linux/lib/Mcrt1.o
|
||||
mipsel-linux/lib/crt1.o
|
||||
mipsel-linux/lib/crti.o
|
||||
mipsel-linux/lib/crtn.o
|
||||
mipsel-linux/lib/gcrt1.o
|
||||
mipsel-linux/lib/libBrokenLocale.a
|
||||
mipsel-linux/lib/libbsd-compat.a
|
||||
mipsel-linux/lib/libc.a
|
||||
mipsel-linux/lib/libcclient.a
|
||||
mipsel-linux/lib/libcrypt.a
|
||||
mipsel-linux/lib/libdb.a
|
||||
mipsel-linux/lib/libdl.a
|
||||
mipsel-linux/lib/libexpat.a
|
||||
mipsel-linux/lib/libfl.a
|
||||
mipsel-linux/lib/libg.a
|
||||
mipsel-linux/lib/libiberty.a
|
||||
mipsel-linux/lib/libieee.a
|
||||
mipsel-linux/lib/libm.a
|
||||
mipsel-linux/lib/libmcheck.a
|
||||
mipsel-linux/lib/libnsl.a
|
||||
mipsel-linux/lib/libposix.a
|
||||
mipsel-linux/lib/libpthread.a
|
||||
mipsel-linux/lib/libresolv.a
|
||||
mipsel-linux/lib/libscribclient.a
|
||||
mipsel-linux/lib/libstdc++.a
|
||||
mipsel-linux/lib/libstdc++.la
|
||||
mipsel-linux/lib/libsupc++.a
|
||||
mipsel-linux/lib/libsupc++.la
|
||||
mipsel-linux/lib/libtermcap.a
|
||||
mipsel-linux/lib/libutil.a
|
Loading…
Reference in a new issue