mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
imported port for linux-libraries
This is part of the linux-compatibility setup Obtained from: an old slackware dist Approved by: asami (I hope ;-) )
This commit is contained in:
parent
81aae64e74
commit
c8d80a8275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2390
32 changed files with 272 additions and 0 deletions
16
emulators/linux_base-6/Makefile
Normal file
16
emulators/linux_base-6/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-6/distinfo
Normal file
1
emulators/linux_base-6/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-6/pkg-comment
Normal file
1
emulators/linux_base-6/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-6/pkg-descr
Normal file
16
emulators/linux_base-6/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-62/Makefile
Normal file
16
emulators/linux_base-62/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-62/distinfo
Normal file
1
emulators/linux_base-62/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-62/pkg-comment
Normal file
1
emulators/linux_base-62/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-62/pkg-descr
Normal file
16
emulators/linux_base-62/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-8/Makefile
Normal file
16
emulators/linux_base-8/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-8/distinfo
Normal file
1
emulators/linux_base-8/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-8/pkg-comment
Normal file
1
emulators/linux_base-8/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-8/pkg-descr
Normal file
16
emulators/linux_base-8/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-rh-9/Makefile
Normal file
16
emulators/linux_base-rh-9/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-rh-9/distinfo
Normal file
1
emulators/linux_base-rh-9/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-rh-9/pkg-comment
Normal file
1
emulators/linux_base-rh-9/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-rh-9/pkg-descr
Normal file
16
emulators/linux_base-rh-9/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-suse-9.1/Makefile
Normal file
16
emulators/linux_base-suse-9.1/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-suse-9.1/distinfo
Normal file
1
emulators/linux_base-suse-9.1/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-suse-9.1/pkg-comment
Normal file
1
emulators/linux_base-suse-9.1/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-suse-9.1/pkg-descr
Normal file
16
emulators/linux_base-suse-9.1/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-suse-9.2/Makefile
Normal file
16
emulators/linux_base-suse-9.2/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-suse-9.2/distinfo
Normal file
1
emulators/linux_base-suse-9.2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-suse-9.2/pkg-comment
Normal file
1
emulators/linux_base-suse-9.2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-suse-9.2/pkg-descr
Normal file
16
emulators/linux_base-suse-9.2/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base-suse-9.3/Makefile
Normal file
16
emulators/linux_base-suse-9.3/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base-suse-9.3/distinfo
Normal file
1
emulators/linux_base-suse-9.3/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base-suse-9.3/pkg-comment
Normal file
1
emulators/linux_base-suse-9.3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base-suse-9.3/pkg-descr
Normal file
16
emulators/linux_base-suse-9.3/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
16
emulators/linux_base/Makefile
Normal file
16
emulators/linux_base/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 1.0
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= linux_lib
|
||||
CATEGORIES= emulators
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
PREFIX= /compat/linux/
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/linux_base/distinfo
Normal file
1
emulators/linux_base/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_lib.tar.gz) = d868e04e7ff8425f1f0528fef7c03b9a
|
1
emulators/linux_base/pkg-comment
Normal file
1
emulators/linux_base/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
These are the libraries necessary for linux compat
|
16
emulators/linux_base/pkg-descr
Normal file
16
emulators/linux_base/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
These libraries are part of the linux compatibility options
|
||||
for FreeBSD. To get linux compat working you will need
|
||||
|
||||
1) A linux binary such as doom, Wingz, or maple
|
||||
|
||||
2) a kernel with ``options LINUX_COMPAT'' in the config file
|
||||
|
||||
3) these libraries
|
||||
|
||||
4) the linux compat lkm (ie run /usr/bin/linux)
|
||||
|
||||
then run the linux binary.
|
||||
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
Loading…
Add table
Reference in a new issue