mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
add alf 0.1
Abstract Large File
This commit is contained in:
parent
abe4e9ef60
commit
43bfd01cd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65599
@ -19,6 +19,7 @@
|
||||
SUBDIR += agenda-snow-libs
|
||||
SUBDIR += agenda-static-libs
|
||||
SUBDIR += ald
|
||||
SUBDIR += alf
|
||||
SUBDIR += allegro
|
||||
SUBDIR += anjuta
|
||||
SUBDIR += apr
|
||||
|
20
devel/alf/Makefile
Normal file
20
devel/alf/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: alf
|
||||
# Date created: Sep 4, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= alf
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= largefiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/alf/distinfo
Normal file
1
devel/alf/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (alf-0.1.tar.gz) = 3c04379f2ff3dc0d94a7a5a56b5580d3
|
1
devel/alf/pkg-comment
Normal file
1
devel/alf/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Abstract Large File
|
5
devel/alf/pkg-descr
Normal file
5
devel/alf/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Abstract Large File (ALF) project is a portable library for writing files
|
||||
that can be larger than 2GB or contain holes on systems that don't natively
|
||||
support one or both properties.
|
||||
|
||||
WWW: http://sourceforge.net/projects/largefiles/
|
9
devel/alf/pkg-plist
Normal file
9
devel/alf/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/alf/alf.h
|
||||
include/alf/common.h
|
||||
lib/libalf.a
|
||||
lib/libalf.la
|
||||
lib/libalf.so
|
||||
lib/libalf.so.0
|
||||
%%PYTHON_SITELIBDIR%%/alfmodule.a
|
||||
%%PYTHON_SITELIBDIR%%/alfmodule.la
|
||||
%%PYTHON_SITELIBDIR%%/alfmodule.so
|
Loading…
Reference in New Issue
Block a user