mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Restored sysutils/linux-e2fsprogs
Approved by: garga (mentor)
This commit is contained in:
parent
debc99398e
commit
a106e723b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169663
3 changed files with 31 additions and 0 deletions
|
@ -303,6 +303,7 @@
|
||||||
SUBDIR += lineakd
|
SUBDIR += lineakd
|
||||||
SUBDIR += linux-acu
|
SUBDIR += linux-acu
|
||||||
SUBDIR += linux-afaapps
|
SUBDIR += linux-afaapps
|
||||||
|
SUBDIR += linux-e2fsprogs
|
||||||
SUBDIR += linuxfdisk
|
SUBDIR += linuxfdisk
|
||||||
SUBDIR += lire
|
SUBDIR += lire
|
||||||
SUBDIR += livecd
|
SUBDIR += livecd
|
||||||
|
|
24
sysutils/linux-e2fsprogs/Makefile
Normal file
24
sysutils/linux-e2fsprogs/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: linux-e2fsprogs
|
||||||
|
# Date created: 2006-08-04
|
||||||
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= e2fsprogs
|
||||||
|
PORTVERSION= 1.38
|
||||||
|
CATEGORIES= security linux
|
||||||
|
PKGNAMEPREFIX= linux-
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-0.FC4.1
|
||||||
|
|
||||||
|
MAINTAINER= acm@FreeBSD.org
|
||||||
|
COMMENT= Utilities and library to manipulate ext2/3 filesystems (Linux version)
|
||||||
|
|
||||||
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
USE_LINUX_RPM= yes
|
||||||
|
LINUX_DIST_VER= 4
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
AUTOMATIC_PLIST=yes
|
||||||
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
6
sysutils/linux-e2fsprogs/distinfo.i386
Normal file
6
sysutils/linux-e2fsprogs/distinfo.i386
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
MD5 (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.i386.rpm) = 270af8bc53ed042b8f13eec0dcf5ba11
|
||||||
|
SHA256 (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.i386.rpm) = ee003810602cad6ed49768e707061645d34d88cb9f9ea289e0eabe4f3c393e3c
|
||||||
|
SIZE (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.i386.rpm) = 900279
|
||||||
|
MD5 (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.src.rpm) = 80c903dd4f3fbc20c6aa856c82b7aac3
|
||||||
|
SHA256 (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.src.rpm) = 246c6b666c058e1cc9aa40dc0decb839072fe93b1ea2fb99588b4f57aca8366e
|
||||||
|
SIZE (rpm/i386/fedora/4/e2fsprogs-1.38-0.FC4.1.src.rpm) = 3835902
|
Loading…
Add table
Reference in a new issue