mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Import of xtar, a tar file browser.
Closes PR 1526. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
This commit is contained in:
parent
014ad9c257
commit
3275a8ea37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4660
9 changed files with 94 additions and 0 deletions
19
misc/xtar/Makefile
Normal file
19
misc/xtar/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: xtar
|
||||
# Version required: 1.4
|
||||
# Date created: 31 Jul 1996
|
||||
# Whom: shanee@rabbit.augusta.de
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xtar-1.4
|
||||
CATEGORIES= misc x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= utilities
|
||||
|
||||
MAINTAINER= shanee@rabbit.augusta.de
|
||||
|
||||
REQUIRES_MOTIF= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/xtar/distinfo
Normal file
1
misc/xtar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xtar-1.4.tar.gz) = 22f025636e59f7a0438dc244fb2867d5
|
12
misc/xtar/files/patch-aa
Normal file
12
misc/xtar/files/patch-aa
Normal file
|
@ -0,0 +1,12 @@
|
|||
*** common/str.c.orig Wed Jul 31 18:04:12 1996
|
||||
--- common/str.c Wed Jul 31 18:04:27 1996
|
||||
***************
|
||||
*** 283,289 ****
|
||||
char *str_error(int errnum)
|
||||
{
|
||||
extern int sys_nerr;
|
||||
- extern char *sys_errlist[];
|
||||
static char ebuf[40]; /* 64-bit number + slop */
|
||||
|
||||
if ((unsigned int)errnum < sys_nerr)
|
||||
--- 283,288 ----
|
19
misc/xtar/files/patch-ab
Normal file
19
misc/xtar/files/patch-ab
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** xtar.c.orig Wed Jul 31 18:16:22 1996
|
||||
--- xtar.c Wed Jul 31 18:15:30 1996
|
||||
***************
|
||||
*** 1164,1170 ****
|
||||
static int xtar_attributes(TAR_FILE *tf, char *filename)
|
||||
{
|
||||
int retval = 0;
|
||||
! struct utimbuf utimbuf;
|
||||
|
||||
/* If the file type is not a directory then try and set the access
|
||||
permissions. We exclude directories because if write permission
|
||||
--- 1164,1170 ----
|
||||
static int xtar_attributes(TAR_FILE *tf, char *filename)
|
||||
{
|
||||
int retval = 0;
|
||||
! struct utimbuf {char utimbuf;} utimbuf;
|
||||
|
||||
/* If the file type is not a directory then try and set the access
|
||||
permissions. We exclude directories because if write permission
|
19
misc/xtar/files/patch-ac
Normal file
19
misc/xtar/files/patch-ac
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** XTar.tmpl.orig Mon Jul 17 14:04:17 1995
|
||||
--- XTar.tmpl Tue Nov 19 17:43:02 1996
|
||||
***************
|
||||
*** 27,33 ****
|
||||
XMINC = -I/usr/include/Motif1.2
|
||||
XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
|
||||
#else
|
||||
! XMLIB = -lXm
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
||||
--- 27,33 ----
|
||||
XMINC = -I/usr/include/Motif1.2
|
||||
XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
|
||||
#else
|
||||
! XMLIB = ${MOTIFLIB}
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
15
misc/xtar/files/patch-ad
Normal file
15
misc/xtar/files/patch-ad
Normal file
|
@ -0,0 +1,15 @@
|
|||
*** XTar.ad.orig Mon Jul 17 14:00:59 1995
|
||||
--- XTar.ad Tue Nov 19 17:46:59 1996
|
||||
***************
|
||||
*** 1,5 ****
|
||||
!!!! Help document !!!!
|
||||
! XTar*helpDoc: /usr/local/lib/X11/xtar/xtar.doc
|
||||
|
||||
!!! Set this to true if you want push buttons !!!
|
||||
XTar*showPB: False
|
||||
--- 1,5 ----
|
||||
!!!! Help document !!!!
|
||||
! XTar*helpDoc: /usr/X11R6/lib/X11/xtar/xtar.doc
|
||||
|
||||
!!! Set this to true if you want push buttons !!!
|
||||
XTar*showPB: False
|
1
misc/xtar/pkg-comment
Normal file
1
misc/xtar/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
View and manipulate contents of a tar file.
|
4
misc/xtar/pkg-descr
Normal file
4
misc/xtar/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
XTar is a Motif program for viewing and manipulating tar
|
||||
archives (which may be compressed). The contents of the
|
||||
archive are displayed in the main window and various
|
||||
options are available from pulldown and popup menus.
|
4
misc/xtar/pkg-plist
Normal file
4
misc/xtar/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/xtar
|
||||
lib/X11/xtar/xtar.doc
|
||||
lib/X11/app-defaults/XTar
|
||||
man/man1/xtar.1.gz
|
Loading…
Add table
Reference in a new issue