aboutsummaryrefslogtreecommitdiff
path: root/devel/libtar
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-04-26 11:50:01 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-04-26 11:50:01 +0000
commite7cd3d1f4eee9eda36fdaec4b0ce3cf89178f13d (patch)
tree72672c5303d83398ed34953f33ce648c3dc521d1 /devel/libtar
parentff9fbae35ab7e8f9dfb95c8e4c896ed14eba2231 (diff)
downloadports-e7cd3d1f4eee9eda36fdaec4b0ce3cf89178f13d.tar.gz
ports-e7cd3d1f4eee9eda36fdaec4b0ce3cf89178f13d.zip
Add missing manpages to files/manpages.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=41919
Diffstat (limited to 'devel/libtar')
-rw-r--r--devel/libtar/Makefile2
-rw-r--r--devel/libtar/files/manpages11
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile
index d40a7bf64f4c..23f8ac7eac81 100644
--- a/devel/libtar/Makefile
+++ b/devel/libtar/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/devel/libtar/files/manpages b/devel/libtar/files/manpages
index c1f9d123695e..33012324fbc5 100644
--- a/devel/libtar/files/manpages
+++ b/devel/libtar/files/manpages
@@ -10,6 +10,7 @@ TH_ISSYM.3 \
libtar_hash_delete.3 \
libtar_hash_insert.3 \
libtar_hash_kill.3 \
+libtar_hash_new.3 \
libtar_hash_read.3 \
libtar_hash_read_reset.3 \
libtar_hash_value.3 \
@@ -17,25 +18,31 @@ libtar_list_add.3 \
libtar_list_del.3 \
libtar_list_kill.3 \
libtar_list_match.3 \
+libtar_list_new.3 \
libtar_list_read.3 \
libtar_list_read_reset.3 \
libtar_list_reverse_read.3 \
libtar_list_reverse_read_reset.3 \
tar_append_eof.3 \
+tar_append_file.3 \
tar_append_regfile.3 \
tar_append_tree.3 \
+tar_block_read.3 \
tar_block_write.3 \
tar_close.3 \
+tar_extract_all.3 \
tar_extract_blockdev.3 \
tar_extract_chardev.3 \
tar_extract_dir.3 \
tar_extract_fifo.3 \
+tar_extract_file.3 \
tar_extract_glob.3 \
tar_extract_hardlink.3 \
tar_extract_regfile.3 \
tar_extract_symlink.3 \
tar_fd.3 \
tar_fdopen.3 \
+tar_open.3 \
tar_set_file_perms.3 \
tar_skip_regfile.3 \
th_finish.3 \
@@ -46,10 +53,14 @@ th_get_gid.3 \
th_get_linkname.3 \
th_get_mode.3 \
th_get_mtime.3 \
+th_get_pathname.3 \
th_get_size.3 \
th_get_uid.3 \
th_print.3 \
+th_print_long_ls.3 \
+th_read.3 \
th_set_device.3 \
+th_set_from_stat.3 \
th_set_group.3 \
th_set_link.3 \
th_set_mode.3 \