diff options
author | ache <ache@FreeBSD.org> | 1995-03-26 02:21:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-03-26 02:21:28 +0000 |
commit | 1543ff9f68ddc3bc58d275ee4a7982fd8c2dffb9 (patch) | |
tree | 7cd5186d0766da3d33715d95ff021b336ac8e5e2 /archivers | |
parent | d683ecae337575b5d4a6a0603bbb2f16e41d818e (diff) | |
download | FreeBSD-ports-1543ff9f68ddc3bc58d275ee4a7982fd8c2dffb9.zip FreeBSD-ports-1543ff9f68ddc3bc58d275ee4a7982fd8c2dffb9.tar.gz |
Upgrade
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 6 | ||||
-rw-r--r-- | archivers/gshar+gunshar/distinfo | 2 | ||||
-rw-r--r-- | archivers/gshar+gunshar/files/patch-aa | 89 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-comment | 2 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-descr | 6 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-plist | 6 | ||||
-rw-r--r-- | archivers/sharutils/Makefile | 6 | ||||
-rw-r--r-- | archivers/sharutils/distinfo | 2 | ||||
-rw-r--r-- | archivers/sharutils/files/patch-aa | 89 | ||||
-rw-r--r-- | archivers/sharutils/pkg-comment | 2 | ||||
-rw-r--r-- | archivers/sharutils/pkg-descr | 6 | ||||
-rw-r--r-- | archivers/sharutils/pkg-plist | 6 |
12 files changed, 198 insertions, 24 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index c55050f..162c970 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: gshar+gunshar -# Version required: 4.1.3 +# Version required: 4.1.4 # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 04:44:59 ache Exp $ +# $Id: Makefile,v 1.2 1994/12/28 05:08:54 ache Exp $ # -DISTNAME= sharutils-4.1.3 +DISTNAME= sharutils-4.1.4 MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} diff --git a/archivers/gshar+gunshar/distinfo b/archivers/gshar+gunshar/distinfo index 69065b9..321d30b 100644 --- a/archivers/gshar+gunshar/distinfo +++ b/archivers/gshar+gunshar/distinfo @@ -1 +1 @@ -MD5 (sharutils-4.1.3.tar.gz) = d10841ab1435a366f296fe2396c271c2 +MD5 (sharutils-4.1.4.tar.gz) = 9efe11708a9c869189a4efb918b0916c diff --git a/archivers/gshar+gunshar/files/patch-aa b/archivers/gshar+gunshar/files/patch-aa new file mode 100644 index 0000000..31dec6e --- /dev/null +++ b/archivers/gshar+gunshar/files/patch-aa @@ -0,0 +1,89 @@ +*** Makefile.in.orig Wed Feb 22 22:31:33 1995 +--- Makefile.in Sun Mar 26 05:58:40 1995 +*************** +*** 18,24 **** + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +! PROGRAMS = @PROGRAMS@ + CATALOGS = de.msg fr.msg nl.msg sv.msg + + @SET_MAKE@ +--- 18,25 ---- + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +! PROGRAMS = shar unshar +! SCRIPTS = mail-files mailshar remsync + CATALOGS = de.msg fr.msg nl.msg sv.msg + + @SET_MAKE@ +*************** +*** 167,176 **** + getopt.o getopt1.o: getopt.h + xgetcwd.o: pathmax.h + +! .SUFFIXES: .msg .tt +! .tt.msg: +! cd $(srcdir) && \ +! make-msg $*.tt $(PACKAGE).cod > $*.tmp && mv $*.tmp $@ + + $(CATALOGS): $(PACKAGE).cod + +--- 168,177 ---- + getopt.o getopt1.o: getopt.h + xgetcwd.o: pathmax.h + +! #.SUFFIXES: .msg .tt +! #.tt.msg: +! # cd $(srcdir) && \ +! # make-msg $*.tt $(PACKAGE).cod > $*.tmp && mv $*.tmp $@ + + $(CATALOGS): $(PACKAGE).cod + +*************** +*** 215,220 **** +--- 216,225 ---- + $(INSTALL_PROGRAM) $$name \ + $(bindir)/`echo $$name | sed '$(transform)'`; \ + done ++ for name in $(SCRIPTS); do \ ++ $(INSTALL_DATA) $$name $(bindir); \ ++ chmod 755 $(bindir)/$$name; \ ++ done + for name in $(CATALOGS); do \ + lang=`echo $$name | sed 's/.msg$$//'`; \ + $(srcdir)/mkinstalldirs $(localedir)/$$lang; \ +*************** +*** 237,251 **** + + install-man: + $(srcdir)/mkinstalldirs $(man1dir) $(man5dir) +! for name in shar unshar uuencode; do \ + $(INSTALL_DATA) $(srcdir)/$$name.1 \ + $(man1dir)/`echo $$name | sed '$(transform)'`$(man1ext); \ + done +! rm -f $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! ln $(man1dir)/`echo uuencode | sed '$(transform)'`$(man1ext) \ +! $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! $(INSTALL_DATA) $(srcdir)/uuencode.5 \ +! $(man5dir)/`echo uuencode | sed '$(transform)'`$(man5ext) + + uninstall-man: + for name in shar unshar uudecode uuencode; do \ +--- 242,256 ---- + + install-man: + $(srcdir)/mkinstalldirs $(man1dir) $(man5dir) +! for name in shar unshar; do \ + $(INSTALL_DATA) $(srcdir)/$$name.1 \ + $(man1dir)/`echo $$name | sed '$(transform)'`$(man1ext); \ + done +! # rm -f $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! # ln $(man1dir)/`echo uuencode | sed '$(transform)'`$(man1ext) \ +! # $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! # $(INSTALL_DATA) $(srcdir)/uuencode.5 \ +! # $(man5dir)/`echo uuencode | sed '$(transform)'`$(man5ext) + + uninstall-man: + for name in shar unshar uudecode uuencode; do \ diff --git a/archivers/gshar+gunshar/pkg-comment b/archivers/gshar+gunshar/pkg-comment index a7764ea..5b6fbdc 100644 --- a/archivers/gshar+gunshar/pkg-comment +++ b/archivers/gshar+gunshar/pkg-comment @@ -1 +1 @@ -Allow packing and unpacking of shell archives +Allow packing and unpacking of shell archives, v4.1.4 diff --git a/archivers/gshar+gunshar/pkg-descr b/archivers/gshar+gunshar/pkg-descr index 1e97f57..e2fd166 100644 --- a/archivers/gshar+gunshar/pkg-descr +++ b/archivers/gshar+gunshar/pkg-descr @@ -7,9 +7,3 @@ is initially derived from public domain. Some modules and other code sections are freely borrowed from other GNU distributions, bringing `shar' under the terms of the GNU General Public License. -`uuencode' prepares a file for transmission over an electronic -channel which ignores or otherwise mangles the eight bit (high -order bit) of bytes. `uudecode' does the converse transformation. -They are derived from the BSD NET/2 distribution. If you have more -powerful `uuencode' and `uudecode' already available, you may want -to use `./configure --disable-uucode' to prevent their installation. diff --git a/archivers/gshar+gunshar/pkg-plist b/archivers/gshar+gunshar/pkg-plist index 1da9d17..8617adb 100644 --- a/archivers/gshar+gunshar/pkg-plist +++ b/archivers/gshar+gunshar/pkg-plist @@ -1,10 +1,14 @@ @cwd /usr/local info/sharutils.info +info/remsync.info bin/gshar bin/gunshar +bin/mailshar +bin/mail-files +bin/remsync man/man1/gshar.1 man/man1/gunshar.1 -man/man1/guuencode.1 share/locale/de/sharutils.msg share/locale/fr/sharutils.msg share/locale/sv/sharutils.msg +share/locale/nl/sharutils.msg diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index c55050f..162c970 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: gshar+gunshar -# Version required: 4.1.3 +# Version required: 4.1.4 # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 04:44:59 ache Exp $ +# $Id: Makefile,v 1.2 1994/12/28 05:08:54 ache Exp $ # -DISTNAME= sharutils-4.1.3 +DISTNAME= sharutils-4.1.4 MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ GNU_CONFIGURE= YES CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} diff --git a/archivers/sharutils/distinfo b/archivers/sharutils/distinfo index 69065b9..321d30b 100644 --- a/archivers/sharutils/distinfo +++ b/archivers/sharutils/distinfo @@ -1 +1 @@ -MD5 (sharutils-4.1.3.tar.gz) = d10841ab1435a366f296fe2396c271c2 +MD5 (sharutils-4.1.4.tar.gz) = 9efe11708a9c869189a4efb918b0916c diff --git a/archivers/sharutils/files/patch-aa b/archivers/sharutils/files/patch-aa new file mode 100644 index 0000000..31dec6e --- /dev/null +++ b/archivers/sharutils/files/patch-aa @@ -0,0 +1,89 @@ +*** Makefile.in.orig Wed Feb 22 22:31:33 1995 +--- Makefile.in Sun Mar 26 05:58:40 1995 +*************** +*** 18,24 **** + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +! PROGRAMS = @PROGRAMS@ + CATALOGS = de.msg fr.msg nl.msg sv.msg + + @SET_MAKE@ +--- 18,25 ---- + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +! PROGRAMS = shar unshar +! SCRIPTS = mail-files mailshar remsync + CATALOGS = de.msg fr.msg nl.msg sv.msg + + @SET_MAKE@ +*************** +*** 167,176 **** + getopt.o getopt1.o: getopt.h + xgetcwd.o: pathmax.h + +! .SUFFIXES: .msg .tt +! .tt.msg: +! cd $(srcdir) && \ +! make-msg $*.tt $(PACKAGE).cod > $*.tmp && mv $*.tmp $@ + + $(CATALOGS): $(PACKAGE).cod + +--- 168,177 ---- + getopt.o getopt1.o: getopt.h + xgetcwd.o: pathmax.h + +! #.SUFFIXES: .msg .tt +! #.tt.msg: +! # cd $(srcdir) && \ +! # make-msg $*.tt $(PACKAGE).cod > $*.tmp && mv $*.tmp $@ + + $(CATALOGS): $(PACKAGE).cod + +*************** +*** 215,220 **** +--- 216,225 ---- + $(INSTALL_PROGRAM) $$name \ + $(bindir)/`echo $$name | sed '$(transform)'`; \ + done ++ for name in $(SCRIPTS); do \ ++ $(INSTALL_DATA) $$name $(bindir); \ ++ chmod 755 $(bindir)/$$name; \ ++ done + for name in $(CATALOGS); do \ + lang=`echo $$name | sed 's/.msg$$//'`; \ + $(srcdir)/mkinstalldirs $(localedir)/$$lang; \ +*************** +*** 237,251 **** + + install-man: + $(srcdir)/mkinstalldirs $(man1dir) $(man5dir) +! for name in shar unshar uuencode; do \ + $(INSTALL_DATA) $(srcdir)/$$name.1 \ + $(man1dir)/`echo $$name | sed '$(transform)'`$(man1ext); \ + done +! rm -f $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! ln $(man1dir)/`echo uuencode | sed '$(transform)'`$(man1ext) \ +! $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! $(INSTALL_DATA) $(srcdir)/uuencode.5 \ +! $(man5dir)/`echo uuencode | sed '$(transform)'`$(man5ext) + + uninstall-man: + for name in shar unshar uudecode uuencode; do \ +--- 242,256 ---- + + install-man: + $(srcdir)/mkinstalldirs $(man1dir) $(man5dir) +! for name in shar unshar; do \ + $(INSTALL_DATA) $(srcdir)/$$name.1 \ + $(man1dir)/`echo $$name | sed '$(transform)'`$(man1ext); \ + done +! # rm -f $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! # ln $(man1dir)/`echo uuencode | sed '$(transform)'`$(man1ext) \ +! # $(man1dir)/`echo uudecode | sed '$(transform)'`$(man1ext) +! # $(INSTALL_DATA) $(srcdir)/uuencode.5 \ +! # $(man5dir)/`echo uuencode | sed '$(transform)'`$(man5ext) + + uninstall-man: + for name in shar unshar uudecode uuencode; do \ diff --git a/archivers/sharutils/pkg-comment b/archivers/sharutils/pkg-comment index a7764ea..5b6fbdc 100644 --- a/archivers/sharutils/pkg-comment +++ b/archivers/sharutils/pkg-comment @@ -1 +1 @@ -Allow packing and unpacking of shell archives +Allow packing and unpacking of shell archives, v4.1.4 diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr index 1e97f57..e2fd166 100644 --- a/archivers/sharutils/pkg-descr +++ b/archivers/sharutils/pkg-descr @@ -7,9 +7,3 @@ is initially derived from public domain. Some modules and other code sections are freely borrowed from other GNU distributions, bringing `shar' under the terms of the GNU General Public License. -`uuencode' prepares a file for transmission over an electronic -channel which ignores or otherwise mangles the eight bit (high -order bit) of bytes. `uudecode' does the converse transformation. -They are derived from the BSD NET/2 distribution. If you have more -powerful `uuencode' and `uudecode' already available, you may want -to use `./configure --disable-uucode' to prevent their installation. diff --git a/archivers/sharutils/pkg-plist b/archivers/sharutils/pkg-plist index 1da9d17..8617adb 100644 --- a/archivers/sharutils/pkg-plist +++ b/archivers/sharutils/pkg-plist @@ -1,10 +1,14 @@ @cwd /usr/local info/sharutils.info +info/remsync.info bin/gshar bin/gunshar +bin/mailshar +bin/mail-files +bin/remsync man/man1/gshar.1 man/man1/gunshar.1 -man/man1/guuencode.1 share/locale/de/sharutils.msg share/locale/fr/sharutils.msg share/locale/sv/sharutils.msg +share/locale/nl/sharutils.msg |