mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add ntfsprogs 1.9.1, utilities and library to manipulate NTFS
partitions. PR: ports/66406 Submitted by: Florent Thoumie <flz@xbsd.org>
This commit is contained in:
parent
f455d7e395
commit
e4a967c5d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108729
5 changed files with 114 additions and 0 deletions
|
@ -241,6 +241,7 @@
|
|||
SUBDIR += ndir
|
||||
SUBDIR += no-login
|
||||
SUBDIR += npadmin
|
||||
SUBDIR += ntfsprogs
|
||||
SUBDIR += nut
|
||||
SUBDIR += nvclock
|
||||
SUBDIR += nwclient
|
||||
|
|
56
sysutils/ntfsprogs/Makefile
Normal file
56
sysutils/ntfsprogs/Makefile
Normal file
|
@ -0,0 +1,56 @@
|
|||
# New ports collection makefile for: ntfsprogs
|
||||
# Date created: May 8 2004
|
||||
# Whom: Florent Thoumie <flz@xbsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ntfsprogs
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= linux-ntfs
|
||||
|
||||
MAINTAINER= flz@xbsd.org
|
||||
COMMENT= Utilities and library to manipulate NTFS partitions
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.3
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN8= mkntfs.8 \
|
||||
ntfscat.8 \
|
||||
ntfsclone.8 \
|
||||
ntfscluster.8 \
|
||||
ntfsfix.8 \
|
||||
ntfsinfo.8 \
|
||||
ntfslabel.8 \
|
||||
ntfsls.8 \
|
||||
ntfsprogs.8 \
|
||||
ntfsresize.8 \
|
||||
ntfsundelete.8
|
||||
|
||||
.if defined(WITH_GNOMEVFS2)
|
||||
USE_GNOME= gnomevfs2
|
||||
PLIST_SUB= GNOMEVFS2=""
|
||||
MAN8+= libntfs-gnomevfs.8
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-gnome-vfs
|
||||
PLIST_SUB= GNOMEVFS2="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_GNOMEVFS2)
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "You can define the following for additional features:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "WITH_GNOMEVFS2 - Installs Gnome-VFS-2.0 libntfs interface.
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^transform.*||' ${WRKSRC}/Makefile.in \
|
||||
${WRKSRC}/libntfs/Makefile.in \
|
||||
${WRKSRC}/ntfsprogs/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/ntfsprogs/distinfo
Normal file
2
sysutils/ntfsprogs/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (ntfsprogs-1.9.1.tar.gz) = 6f83d5f06dc542a42adc3325d5c3fb6c
|
||||
SIZE (ntfsprogs-1.9.1.tar.gz) = 648665
|
9
sysutils/ntfsprogs/pkg-descr
Normal file
9
sysutils/ntfsprogs/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
The goals of this project are: create a new Linux kernel driver for the NTFS
|
||||
file system (v1.2 and later 3.0), user space utilities (e.g. format, ntfs
|
||||
check, etc.) and a library to avoid code duplication and provide access to
|
||||
NTFS to other GPLed programs.
|
||||
|
||||
WWW: http://linux-ntfs.sourceforge.net/
|
||||
|
||||
- Florent Thoumie
|
||||
flz@xbsd.org
|
46
sysutils/ntfsprogs/pkg-plist
Normal file
46
sysutils/ntfsprogs/pkg-plist
Normal file
|
@ -0,0 +1,46 @@
|
|||
bin/ntfscat
|
||||
bin/ntfscluster
|
||||
bin/ntfsfix
|
||||
bin/ntfsinfo
|
||||
bin/ntfsls
|
||||
%%GNOMEVFS2%%etc/gnome-vfs-2.0/modules/libntfs.conf
|
||||
include/ntfs/attrib.h
|
||||
include/ntfs/attrlist.h
|
||||
include/ntfs/bitmap.h
|
||||
include/ntfs/bootsect.h
|
||||
include/ntfs/compat.h
|
||||
include/ntfs/compress.h
|
||||
include/ntfs/debug.h
|
||||
include/ntfs/device.h
|
||||
include/ntfs/device_io.h
|
||||
include/ntfs/dir.h
|
||||
include/ntfs/endians.h
|
||||
include/ntfs/gnome-vfs-method.h
|
||||
include/ntfs/gnome-vfs-module.h
|
||||
include/ntfs/inode.h
|
||||
include/ntfs/layout.h
|
||||
include/ntfs/lcnalloc.h
|
||||
include/ntfs/list.h
|
||||
include/ntfs/logfile.h
|
||||
include/ntfs/mft.h
|
||||
include/ntfs/mst.h
|
||||
include/ntfs/runlist.h
|
||||
include/ntfs/security.h
|
||||
include/ntfs/support.h
|
||||
include/ntfs/types.h
|
||||
include/ntfs/unistr.h
|
||||
include/ntfs/volume.h
|
||||
%%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.a
|
||||
%%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.la
|
||||
%%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so
|
||||
%%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so.1
|
||||
%%GNOMEVFS2%%lib/libntfs.a
|
||||
%%GNOMEVFS2%%lib/libntfs.la
|
||||
%%GNOMEVFS2%%lib/libntfs.so
|
||||
%%GNOMEVFS2%%lib/libntfs.so.5
|
||||
sbin/mkntfs
|
||||
sbin/ntfsclone
|
||||
sbin/ntfslabel
|
||||
sbin/ntfsresize
|
||||
sbin/ntfsundelete
|
||||
@dirrm include/ntfs
|
Loading…
Add table
Reference in a new issue