mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Support stage
This commit is contained in:
parent
b4165baf5e
commit
93ee166c0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340575
@ -8,20 +8,16 @@ CATEGORIES= devel
|
|||||||
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/
|
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/
|
||||||
|
|
||||||
MAINTAINER= manuelj.munoz@gmail.com
|
MAINTAINER= manuelj.munoz@gmail.com
|
||||||
COMMENT= A library for manipulating POSIX and GNU tar files
|
COMMENT= library for manipulating POSIX and GNU tar files
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-install:
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/lib/libtar.so.0 ${PREFIX}/lib
|
|
||||||
${LN} -sf libtar.so.0 ${PREFIX}/lib/libtar.so
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
.include "files/manpages"
|
|
||||||
|
|
||||||
CPPFLAGS+= -fPIC
|
CPPFLAGS+= -fPIC
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
post-install:
|
||||||
|
${INSTALL_LIB} ${WRKSRC}/lib/libtar.so.0 ${STAGEDIR}${PREFIX}/lib
|
||||||
|
${LN} -sf libtar.so.0 ${STAGEDIR}${PREFIX}/lib/libtar.so
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
||||||
|
@ -1,72 +0,0 @@
|
|||||||
MAN3= tar_open.3 \
|
|
||||||
tar_append_file.3 \
|
|
||||||
tar_block_read.3 \
|
|
||||||
th_read.3 \
|
|
||||||
th_set_from_stat.3 \
|
|
||||||
tar_extract_file.3 \
|
|
||||||
th_get_pathname.3 \
|
|
||||||
th_print_long_ls.3 \
|
|
||||||
tar_extract_all.3 \
|
|
||||||
libtar_hash_new.3 \
|
|
||||||
libtar_list_new.3
|
|
||||||
MLINKS= tar_open.3 tar_fdopen.3 \
|
|
||||||
tar_open.3 tar_fd.3 \
|
|
||||||
tar_open.3 tar_close.3 \
|
|
||||||
tar_append_file.3 tar_append_eof.3 \
|
|
||||||
tar_append_file.3 tar_append_regfile.3 \
|
|
||||||
tar_block_read.3 tar_block_write.3 \
|
|
||||||
th_read.3 th_write.3 \
|
|
||||||
th_set_from_stat.3 th_finish.3 \
|
|
||||||
th_set_from_stat.3 th_set_device.3 \
|
|
||||||
th_set_from_stat.3 th_set_group.3 \
|
|
||||||
th_set_from_stat.3 th_set_link.3 \
|
|
||||||
th_set_from_stat.3 th_set_mode.3 \
|
|
||||||
th_set_from_stat.3 th_set_path.3 \
|
|
||||||
th_set_from_stat.3 th_set_type.3 \
|
|
||||||
th_set_from_stat.3 th_set_user.3 \
|
|
||||||
tar_extract_file.3 tar_extract_blockdev.3 \
|
|
||||||
tar_extract_file.3 tar_extract_chardev.3 \
|
|
||||||
tar_extract_file.3 tar_extract_dir.3 \
|
|
||||||
tar_extract_file.3 tar_extract_fifo.3 \
|
|
||||||
tar_extract_file.3 tar_extract_hardlink.3 \
|
|
||||||
tar_extract_file.3 tar_extract_regfile.3 \
|
|
||||||
tar_extract_file.3 tar_extract_symlink.3 \
|
|
||||||
tar_extract_file.3 tar_skip_regfile.3 \
|
|
||||||
tar_extract_file.3 tar_set_file_perms.3 \
|
|
||||||
th_get_pathname.3 TH_ISBLK.3 \
|
|
||||||
th_get_pathname.3 TH_ISCHR.3 \
|
|
||||||
th_get_pathname.3 TH_ISDIR.3 \
|
|
||||||
th_get_pathname.3 TH_ISFIFO.3 \
|
|
||||||
th_get_pathname.3 TH_ISLNK.3 \
|
|
||||||
th_get_pathname.3 TH_ISLONGLINK.3 \
|
|
||||||
th_get_pathname.3 TH_ISLONGNAME.3 \
|
|
||||||
th_get_pathname.3 TH_ISREG.3 \
|
|
||||||
th_get_pathname.3 TH_ISSYM.3 \
|
|
||||||
th_get_pathname.3 th_get_crc.3 \
|
|
||||||
th_get_pathname.3 th_get_devmajor.3 \
|
|
||||||
th_get_pathname.3 th_get_devminor.3 \
|
|
||||||
th_get_pathname.3 th_get_gid.3 \
|
|
||||||
th_get_pathname.3 th_get_linkname.3 \
|
|
||||||
th_get_pathname.3 th_get_mode.3 \
|
|
||||||
th_get_pathname.3 th_get_mtime.3 \
|
|
||||||
th_get_pathname.3 th_get_size.3 \
|
|
||||||
th_get_pathname.3 th_get_uid.3 \
|
|
||||||
th_print_long_ls.3 th_print.3 \
|
|
||||||
tar_extract_all.3 tar_extract_glob.3 \
|
|
||||||
tar_extract_all.3 tar_append_tree.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_free.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_next.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_prev.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_search.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_add.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_getkey.3 \
|
|
||||||
libtar_hash_new.3 libtar_hash_del.3 \
|
|
||||||
libtar_list_new.3 libtar_list_free.3 \
|
|
||||||
libtar_list_new.3 libtar_list_next.3 \
|
|
||||||
libtar_list_new.3 libtar_list_prev.3 \
|
|
||||||
libtar_list_new.3 libtar_list_search.3 \
|
|
||||||
libtar_list_new.3 libtar_list_add.3 \
|
|
||||||
libtar_list_new.3 libtar_list_add_str.3 \
|
|
||||||
libtar_list_new.3 libtar_list_del.3 \
|
|
||||||
libtar_list_new.3 libtar_list_dup.3 \
|
|
||||||
libtar_list_new.3 libtar_list_merge.3
|
|
@ -4,3 +4,75 @@ include/libtar_listhash.h
|
|||||||
lib/libtar.a
|
lib/libtar.a
|
||||||
lib/libtar.so
|
lib/libtar.so
|
||||||
lib/libtar.so.0
|
lib/libtar.so.0
|
||||||
|
man/man3/TH_ISBLK.3.gz
|
||||||
|
man/man3/TH_ISCHR.3.gz
|
||||||
|
man/man3/TH_ISDIR.3.gz
|
||||||
|
man/man3/TH_ISFIFO.3.gz
|
||||||
|
man/man3/TH_ISLNK.3.gz
|
||||||
|
man/man3/TH_ISLONGLINK.3.gz
|
||||||
|
man/man3/TH_ISLONGNAME.3.gz
|
||||||
|
man/man3/TH_ISREG.3.gz
|
||||||
|
man/man3/TH_ISSYM.3.gz
|
||||||
|
man/man3/libtar_hash_add.3.gz
|
||||||
|
man/man3/libtar_hash_del.3.gz
|
||||||
|
man/man3/libtar_hash_free.3.gz
|
||||||
|
man/man3/libtar_hash_getkey.3.gz
|
||||||
|
man/man3/libtar_hash_new.3.gz
|
||||||
|
man/man3/libtar_hash_next.3.gz
|
||||||
|
man/man3/libtar_hash_prev.3.gz
|
||||||
|
man/man3/libtar_hash_search.3.gz
|
||||||
|
man/man3/libtar_list_add.3.gz
|
||||||
|
man/man3/libtar_list_add_str.3.gz
|
||||||
|
man/man3/libtar_list_del.3.gz
|
||||||
|
man/man3/libtar_list_dup.3.gz
|
||||||
|
man/man3/libtar_list_free.3.gz
|
||||||
|
man/man3/libtar_list_merge.3.gz
|
||||||
|
man/man3/libtar_list_new.3.gz
|
||||||
|
man/man3/libtar_list_next.3.gz
|
||||||
|
man/man3/libtar_list_prev.3.gz
|
||||||
|
man/man3/libtar_list_search.3.gz
|
||||||
|
man/man3/tar_append_eof.3.gz
|
||||||
|
man/man3/tar_append_file.3.gz
|
||||||
|
man/man3/tar_append_regfile.3.gz
|
||||||
|
man/man3/tar_append_tree.3.gz
|
||||||
|
man/man3/tar_block_read.3.gz
|
||||||
|
man/man3/tar_block_write.3.gz
|
||||||
|
man/man3/tar_close.3.gz
|
||||||
|
man/man3/tar_extract_all.3.gz
|
||||||
|
man/man3/tar_extract_blockdev.3.gz
|
||||||
|
man/man3/tar_extract_chardev.3.gz
|
||||||
|
man/man3/tar_extract_dir.3.gz
|
||||||
|
man/man3/tar_extract_fifo.3.gz
|
||||||
|
man/man3/tar_extract_file.3.gz
|
||||||
|
man/man3/tar_extract_glob.3.gz
|
||||||
|
man/man3/tar_extract_hardlink.3.gz
|
||||||
|
man/man3/tar_extract_regfile.3.gz
|
||||||
|
man/man3/tar_extract_symlink.3.gz
|
||||||
|
man/man3/tar_fd.3.gz
|
||||||
|
man/man3/tar_fdopen.3.gz
|
||||||
|
man/man3/tar_open.3.gz
|
||||||
|
man/man3/tar_set_file_perms.3.gz
|
||||||
|
man/man3/tar_skip_regfile.3.gz
|
||||||
|
man/man3/th_finish.3.gz
|
||||||
|
man/man3/th_get_crc.3.gz
|
||||||
|
man/man3/th_get_devmajor.3.gz
|
||||||
|
man/man3/th_get_devminor.3.gz
|
||||||
|
man/man3/th_get_gid.3.gz
|
||||||
|
man/man3/th_get_linkname.3.gz
|
||||||
|
man/man3/th_get_mode.3.gz
|
||||||
|
man/man3/th_get_mtime.3.gz
|
||||||
|
man/man3/th_get_pathname.3.gz
|
||||||
|
man/man3/th_get_size.3.gz
|
||||||
|
man/man3/th_get_uid.3.gz
|
||||||
|
man/man3/th_print.3.gz
|
||||||
|
man/man3/th_print_long_ls.3.gz
|
||||||
|
man/man3/th_read.3.gz
|
||||||
|
man/man3/th_set_device.3.gz
|
||||||
|
man/man3/th_set_from_stat.3.gz
|
||||||
|
man/man3/th_set_group.3.gz
|
||||||
|
man/man3/th_set_link.3.gz
|
||||||
|
man/man3/th_set_mode.3.gz
|
||||||
|
man/man3/th_set_path.3.gz
|
||||||
|
man/man3/th_set_type.3.gz
|
||||||
|
man/man3/th_set_user.3.gz
|
||||||
|
man/man3/th_write.3.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user