mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
New port linux-e2fsprogs: RPM of the a set of utilities and library
to manipulate an ext2 filesystem
This commit is contained in:
parent
afd7ffb3ae
commit
c23e07244d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75758
@ -122,6 +122,7 @@
|
||||
SUBDIR += libchk
|
||||
SUBDIR += libretto-config
|
||||
SUBDIR += linux-acu
|
||||
SUBDIR += linux-e2fsprogs
|
||||
SUBDIR += lire
|
||||
SUBDIR += livecd
|
||||
SUBDIR += lmmon
|
||||
|
22
sysutils/linux-e2fsprogs/Makefile
Normal file
22
sysutils/linux-e2fsprogs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: linux e2fsprogs
|
||||
# Date created: Sat Feb 15 19:19:59 UTC 2003
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= e2fsprogs
|
||||
CATEGORIES= sysutils linux
|
||||
|
||||
COMMENT= RPM of the a set of utilities and library to manipulate an ext2 filesystem
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
PORTVERSION= 1.19.4
|
||||
RPM_SET= e2fsprogs-1.19-4.${MACHINE_ARCH}.rpm
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PORTVERSION= 1.19.5
|
||||
RPM_SET= e2fsprogs-1.19-5.${MACHINE_ARCH}.rpm
|
||||
.endif
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
1
sysutils/linux-e2fsprogs/distinfo.alpha
Normal file
1
sysutils/linux-e2fsprogs/distinfo.alpha
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/e2fsprogs-1.19-5.alpha.rpm) = 90b0e8fdbaf8c0fefa9a1044cb0505da
|
1
sysutils/linux-e2fsprogs/distinfo.i386
Normal file
1
sysutils/linux-e2fsprogs/distinfo.i386
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/e2fsprogs-1.19-4.i386.rpm) = c3727effeebcdc86a4c3ee60c154218f
|
4
sysutils/linux-e2fsprogs/pkg-descr
Normal file
4
sysutils/linux-e2fsprogs/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A linux rpm port of a set of utilities and library to manipulate
|
||||
an ext2 filesystem
|
||||
|
||||
WWW: http://e2fsprogs.sourceforge.net/
|
47
sysutils/linux-e2fsprogs/pkg-plist.alpha
Normal file
47
sysutils/linux-e2fsprogs/pkg-plist.alpha
Normal file
@ -0,0 +1,47 @@
|
||||
lib/libcom_err.so.2.0
|
||||
lib/libe2p.so.2.3
|
||||
lib/libext2fs.so.2.4
|
||||
lib/libss.so.2.0
|
||||
lib/libuuid.so.1.2
|
||||
sbin/badblocks
|
||||
sbin/debugfs
|
||||
sbin/dumpe2fs
|
||||
sbin/e2fsck
|
||||
sbin/e2label
|
||||
sbin/fsck
|
||||
sbin/fsck.ext2
|
||||
sbin/fsck.ext3
|
||||
sbin/mke2fs
|
||||
sbin/mkfs.ext2
|
||||
sbin/resize2fs
|
||||
sbin/tune2fs
|
||||
usr/bin/chattr
|
||||
usr/bin/lsattr
|
||||
usr/bin/uuidgen
|
||||
usr/sbin/mklost+found
|
||||
usr/share/doc/e2fsprogs-1.19/README
|
||||
usr/share/doc/e2fsprogs-1.19/RELEASE-NOTES
|
||||
usr/share/man/man1/chattr.1.gz
|
||||
usr/share/man/man1/lsattr.1.gz
|
||||
usr/share/man/man1/uuidgen.1.gz
|
||||
usr/share/man/man8/badblocks.8.gz
|
||||
usr/share/man/man8/debugfs.8.gz
|
||||
usr/share/man/man8/dumpe2fs.8.gz
|
||||
usr/share/man/man8/e2fsck.8.gz
|
||||
usr/share/man/man8/e2label.8.gz
|
||||
usr/share/man/man8/fsck.8.gz
|
||||
usr/share/man/man8/mke2fs.8.gz
|
||||
usr/share/man/man8/mklost+found.8.gz
|
||||
usr/share/man/man8/resize2fs.8.gz
|
||||
usr/share/man/man8/tune2fs.8.gz
|
||||
@exec ln -sf %D/usr/lib/libcom_err.so.2.0 %D/usr/lib/libcom_err.so.2
|
||||
@unexec rm -f %D/usr/lib/libcom_err.so.2
|
||||
@exec ln -sf %D/usr/lib/libe2p.so.2.3 %D/usr/lib/libe2p.so.2
|
||||
@unexec rm -f %D/usr/lib/libe2p.so.2
|
||||
@exec ln -sf %D/usr/lib/libext2fs.so.2.4 %D/usr/lib/libext2fs.so.2
|
||||
@unexec rm -f %D/usr/lib/libext2fs.so.2
|
||||
@exec ln -sf %D/usr/lib/libuuid.so.1.2 %D/usr/lib/libuuid.so.1
|
||||
@unexec rm -f %D/usr/lib/libuuid.so.1
|
||||
@exec ln -sf %D/usr/lib/libss.so.2.0 %D/usr/lib/libss.so.2
|
||||
@unexec rm -f %D/usr/lib/libss.so.2
|
||||
@dirrm usr/share/doc/e2fsprogs-1.19
|
47
sysutils/linux-e2fsprogs/pkg-plist.i386
Normal file
47
sysutils/linux-e2fsprogs/pkg-plist.i386
Normal file
@ -0,0 +1,47 @@
|
||||
lib/libcom_err.so.2.0
|
||||
lib/libe2p.so.2.3
|
||||
lib/libext2fs.so.2.4
|
||||
lib/libss.so.2.0
|
||||
lib/libuuid.so.1.2
|
||||
sbin/badblocks
|
||||
sbin/debugfs
|
||||
sbin/dumpe2fs
|
||||
sbin/e2fsck
|
||||
sbin/e2label
|
||||
sbin/fsck
|
||||
sbin/fsck.ext2
|
||||
sbin/fsck.ext3
|
||||
sbin/mke2fs
|
||||
sbin/mkfs.ext2
|
||||
sbin/resize2fs
|
||||
sbin/tune2fs
|
||||
usr/bin/chattr
|
||||
usr/bin/lsattr
|
||||
usr/bin/uuidgen
|
||||
usr/sbin/mklost+found
|
||||
usr/share/doc/e2fsprogs-1.19/README
|
||||
usr/share/doc/e2fsprogs-1.19/RELEASE-NOTES
|
||||
usr/share/man/man1/chattr.1.gz
|
||||
usr/share/man/man1/lsattr.1.gz
|
||||
usr/share/man/man1/uuidgen.1.gz
|
||||
usr/share/man/man8/badblocks.8.gz
|
||||
usr/share/man/man8/debugfs.8.gz
|
||||
usr/share/man/man8/dumpe2fs.8.gz
|
||||
usr/share/man/man8/e2fsck.8.gz
|
||||
usr/share/man/man8/e2label.8.gz
|
||||
usr/share/man/man8/fsck.8.gz
|
||||
usr/share/man/man8/mke2fs.8.gz
|
||||
usr/share/man/man8/mklost+found.8.gz
|
||||
usr/share/man/man8/resize2fs.8.gz
|
||||
usr/share/man/man8/tune2fs.8.gz
|
||||
@exec ln -sf %D/usr/lib/libcom_err.so.2.0 %D/usr/lib/libcom_err.so.2
|
||||
@unexec rm -f %D/usr/lib/libcom_err.so.2
|
||||
@exec ln -sf %D/usr/lib/libe2p.so.2.3 %D/usr/lib/libe2p.so.2
|
||||
@unexec rm -f %D/usr/lib/libe2p.so.2
|
||||
@exec ln -sf %D/usr/lib/libext2fs.so.2.4 %D/usr/lib/libext2fs.so.2
|
||||
@unexec rm -f %D/usr/lib/libext2fs.so.2
|
||||
@exec ln -sf %D/usr/lib/libuuid.so.1.2 %D/usr/lib/libuuid.so.1
|
||||
@unexec rm -f %D/usr/lib/libuuid.so.1
|
||||
@exec ln -sf %D/usr/lib/libss.so.2.0 %D/usr/lib/libss.so.2
|
||||
@unexec rm -f %D/usr/lib/libss.so.2
|
||||
@dirrm usr/share/doc/e2fsprogs-1.19
|
Loading…
Reference in New Issue
Block a user