darwinfiles-cvs Mailing List for The Darwin Files (Page 6)
Status: Alpha
Brought to you by:
jimmacr
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(94) |
Sep
(115) |
Oct
|
Nov
|
Dec
|
---|
From: <ji...@us...> - 2002-08-18 20:51:46
|
Update of /cvsroot/darwinfiles/packagetree/dev-libs/libiconv/files In directory usw-pr-cvs1:/tmp/cvs-serv31219/files Log Message: Directory /cvsroot/darwinfiles/packagetree/dev-libs/libiconv/files added to the repository |
From: <ji...@us...> - 2002-08-18 20:51:20
|
Update of /cvsroot/darwinfiles/packagetree/dev-libs/libiconv In directory usw-pr-cvs1:/tmp/cvs-serv31147 Added Files: ChangeLog libiconv-1.7.ebuild Log Message: Adding libiconv --- NEW FILE: ChangeLog --- # ChangeLog for dev-libs/libiconv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # $Header: /cvsroot/darwinfiles/packagetree/dev-libs/libiconv/ChangeLog,v 1.1 2002/08/18 20:51:17 jimmacr Exp $ *libiconv-1-7 (01 May 2002) 18 Aug 2002; James Ribar <ji...@us...> ChangeLog libiconv-1.7.ebuild : Modified For Use On Darwin. Includes a patch from the Fink Project to make it compile 01 May 2002; Spider <sp...@ge...> ChangeLog libiconv-1.7.ebuild : Added libiconv to portage for the first time, this is needed for glib in ppc --- NEW FILE: libiconv-1.7.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/dev-libs/libiconv/libiconv-1.7.ebuild,v 1.1 2002/08/18 20:51:17 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="This is a required for GTK+ in GNOME2" SRC_URI="ftp://ftp.gnu.org/pub/gnu/libiconv/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libiconv/index.html" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="ppc" DEPEND="" src_compile() { patch -p1 <${FILESDIR}/libiconv-1.7-5.patch || die econf || die mv man/Makefile man/Makefile.orig sed -e 's/mkdir/$(MKDIR)/' man/Makefile.orig > man/Makefile emake || die } src_install () { make MKDIR="mkdir -p" DESTDIR=${D} install || die } |
From: <ji...@us...> - 2002-08-18 20:50:26
|
Update of /cvsroot/darwinfiles/packagetree/dev-libs/libiconv In directory usw-pr-cvs1:/tmp/cvs-serv30926/libiconv Log Message: Directory /cvsroot/darwinfiles/packagetree/dev-libs/libiconv added to the repository |
From: <ji...@us...> - 2002-08-18 20:32:47
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/tar/files In directory usw-pr-cvs1:/tmp/cvs-serv27352 Added Files: digest-tar-1.13.25-r1 digest-tar-1.13.25-r2 tar.1 Log Message: Adding Tar --- NEW FILE: digest-tar-1.13.25-r1 --- MD5 6ef8c906e81eee441f8335652670ac4a tar-1.13.25.tar.gz 1312227 --- NEW FILE: digest-tar-1.13.25-r2 --- MD5 6ef8c906e81eee441f8335652670ac4a tar-1.13.25.tar.gz 1312227 --- NEW FILE: tar.1 --- .\" @(#)tar.1 1.11.1 93/19/22 PJV; .TH TAR 1 "22 September 1993" .SH NAME tar \- The GNU version of the tar archiving utility .SH SYNOPSIS .B tar [ .B \- ] .B A --catenate --concatenate \||\| c --create \||\| d --diff --compare \||\| r --append \||\| t --list \||\| u --update \||\| x -extract --get [ .B --atime-preserve ] [ .B -b, --block-size N ] [ .B -B, --read-full-blocks ] [ .B -C, --directory DIR ] [ .B --checkpoint ] [ .B -f, --file [HOSTNAME:]F ] [ .B --force-local ] [ .B -F, --info-script F --new-volume-script F ] [ .B -G, --incremental ] [ .B -g, --listed-incremental F ] [ .B -h, --dereference ] [ .B -i, --ignore-zeros ] [ .B -j, --bzip2 ] [ .B --ignore-failed-read ] [ .B -k, --keep-old-files ] [ .B -K, --starting-file F ] [ .B -l, --one-file-system ] [ .B -L, --tape-length N ] [ .B -m, --modification-time ] [ .B -M, --multi-volume ] [ .B -N, --after-date DATE, --newer DATE ] [ .B -o, --old-archive, --portability ] [ .B -O, --to-stdout ] [ .B -p, --same-permissions, --preserve-permissions ] [ .B -P, --absolute-names ] [ .B --preserve ] [ .B -R, --record-number ] [ .B --remove-files ] [ .B -s, --same-order, --preserve-order ] [ .B --same-owner ] [ .B --numeric-owner ] [ .B -S, --sparse ] [ .B -T, --files-from F ] [ .B --null ] [ .B --totals ] [ .B -v, --verbose ] [ .B -V, --label NAME ] [ .B --version ] [ .B -w, --interactive, --confirmation ] [ .B -W, --verify ] [ .B --exclude=FILE ] [ .B -X, --exclude-from FILE ] [ .B -Z, --compress, --uncompress ] [ .B -z, --gzip, --ungzip ] [ .B --use-compress-program PROG ] [ .B --block-compress ] [ .B --rsh-command=CMD ] [ .B -[0-7][lmh] ] .TP .I filename1 [ filename2, ... filenameN ] .TP .I directory1 [ directory2, ...directoryN ] .SH DESCRIPTION .LP This manual page documents the GNU version of .B tar , an archiving program designed to store and extract files from an archive file known as a .IR tarfile. A .IR tarfile may be made on a tape drive, however, it is also common to write a .IR tarfile to a normal file. The first argument to .B tar must be one of the options: .BR Acdrtux , followed by any optional functions. The final arguments to .B tar are the names of the files or directories which should be archived. The use of a directory name always implies that the subdirectories below should be included in the archive. .SH EXAMPLES .TP .B tar -xvvf foo.tar extract foo.tar .TP .B tar -xvvzf foo.tar.gz extract gzipped foo.tar.gz .TP .B tar -cvvf foo.tar foo/ tar contents of folder foo in foo.tar .SH "FUNCTION LETTERS" .TP .B One of the following options must be used: .TP .B -A, --catenate, --concatenate append tar files to an archive .TP .B -c, --create create a new archive .TP .B -d, --diff, --compare find differences between archive and file system .TP .B --delete delete from the archive (not for use on mag tapes!) .TP .B -r, --append append files to the end of an archive .TP .B -t, --list list the contents of an archive .TP .B -u, --update only append files that are newer than copy in archive .TP .B -x, --extract, --get extract files from an archive .SH "OTHER OPTIONS" .TP .B --atime-preserve don't change access times on dumped files .TP .B -b, --block-size N block size of Nx512 bytes (default N=20) .TP .B -B, --read-full-blocks reblock as we read (for reading 4.2BSD pipes) .TP .B -C, --directory DIR change to directory DIR .TP .B --checkpoint print directory names while reading the archive .TP .B -f, --file [HOSTNAME:]F use archive file or device F (default "-", meaning stdin/stdout) .TP .B --force-local archive file is local even if has a colon .TP .B -F, --info-script F --new-volume-script F run script at end of each tape (implies -M) .TP .B -G, --incremental create/list/extract old GNU-format incremental backup .TP .B -g, --listed-incremental F create/list/extract new GNU-format incremental backup .TP .B -h, --dereference don't dump symlinks; dump the files they point to .TP .B -i, --ignore-zeros ignore blocks of zeros in archive (normally mean EOF) .TP .B -j, --bzip2 filter archive through bzip2, use to decompress .bz2 files .TP .B --ignore-failed-read don't exit with non-zero status on unreadable files .TP .B -k, --keep-old-files keep existing files; don't overwrite them from archive .TP .B -K, --starting-file F begin at file F in the archive .TP .B -l, --one-file-system stay in local file system when creating an archive .TP .B -L, --tape-length N change tapes after writing N*1024 bytes .TP .B -m, --modification-time don't extract file modified time .TP .B -M, --multi-volume create/list/extract multi-volume archive .TP .B -N, --after-date DATE, --newer DATE only store files newer than DATE .TP .B -o, --old-archive, --portability write a V7 format archive, rather than ANSI format .TP .B -O, --to-stdout extract files to standard output .TP .B -p, --same-permissions, --preserve-permissions extract all protection information .TP .B -P, --absolute-paths don't strip leading `/'s from file names .TP .B --preserve like -p -s .TP .B -R, --record-number show record number within archive with each message .TP .B --remove-files remove files after adding them to the archive .TP .B -s, --same-order, --preserve-order list of names to extract is sorted to match archive .TP .B --same-owner create extracted files with the same ownership .TP .B --numeric-owner always use numbers for user/group names .TP .B -S, --sparse handle sparse files efficiently .TP .B -T, --files-from F get names to extract or create from file F .TP .B --null -T reads null-terminated names, disable -C .TP .B --totals print total bytes written with --create .TP .B -v, --verbose verbosely list files processed .TP .B -V, --label NAME create archive with volume name NAME .TP .B --version print tar program version number .TP .B -w, --interactive, --confirmation ask for confirmation for every action .TP .B -W, --verify attempt to verify the archive after writing it .TP .B --exclude=FILE exclude file FILE .TP .B -X, --exclude-from FILE exclude files listed in FILE .TP .B -Z, --compress, --uncompress filter the archive through compress .TP .B -z, --gzip, --ungzip filter the archive through gzip .TP .B --use-compress-program PROG filter the archive through PROG (which must accept -d) .TP .B --block-compress block the output of compression program for tapes .TP .B --rsh-command=CMD Use remote COMMAND instead of `rsh'. This option exists so that people who use something other than the standard `rsh' (e.g., a Kerberized `rsh') can access a remote device. .TP .B -[0-7][lmh] specify drive and density .SH BUGS .LP The GNU folks, in general, abhor man pages, and create info documents instead. The maintainer of tar falls into this category. This man page is neither complete, nor current, and was included in the Debian Linux packaging of tar entirely to reduce the frequency with which the lack of a man page gets reported as a bug in our defect tracking system. If you really want to understand tar, then you should run info and read the tar info pages, or use the info mode in emacs. |
From: <ji...@us...> - 2002-08-18 20:32:17
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/tar In directory usw-pr-cvs1:/tmp/cvs-serv27214 Added Files: ChangeLog tar-1.13.25-r1.ebuild tar-1.13.25-r2.ebuild Log Message: Adding Tar --- NEW FILE: ChangeLog --- # ChangeLog for sys-apps/tar # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/tar/ChangeLog,v 1.1 2002/08/18 20:32:14 jimmacr Exp $ *tar-1.13.19-r1.ebuild (14 July 2002) 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.19.ebuild : Added LICENSE, KEYWORDS, SLOT. 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.19-r1.ebuild : Added LICENSE, KEYWORDS, SLOT. *tar-1.13.18-r4.ebuild (14 July 2002) 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.18-r4.ebuild : Added LICENSE, KEYWORDS, SLOT. *tar-1.13.25-r2 (12 Apr 2002) 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.25.ebuild : Added LICENSE, KEYWORDS, SLOT. 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.25-r2.ebuild : Added LICENSE, KEYWORDS, SLOT. 12 Apr 2002; Spider <sp...@ge...> : Updating the tar with a symlink in /etc that allows remote-tar to work properly. Fix a cd to make dodoc and doman work *tar-1.13.25-r1 (1 Feb 2002) 14 Jul 2002; phoen][x <ph...@ge...> tar-1.13.25-r1.ebuild : Added LICENSE, KEYWORDS, SLOT. 1 Feb 2002; G.Bevin <gb...@ge...> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. --- NEW FILE: tar-1.13.25-r1.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/tar/tar-1.13.25-r1.ebuild,v 1.1 2002/08/18 20:32:14 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" DEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="" src_compile() { local myconf [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --program-transform-name=s/tar/gtar/ --prefix=/usr --bindir=/usr/bin \ --libexecdir=/usr/lib/misc --infodir=/usr/share/info --host=${CHOST} ${myconf} || die if [ -z "`use static`" ] then emake || die else emake LDFLAGS=-static || die fi } src_install() { make DESTDIR=${D} install || die #FHS 2.1 stuff dodir /usr/sbin cd ${D} mv usr/lib/misc/rmt usr/sbin/rmt.gnu dosym rmt.gnu /usr/sbin/rmt if [ -z "`use build`" ] then dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS doman ${FILESDIR}/tar.1 else rm -rf ${D}/usr/share fi ln -sf ${D}/usr/bin/gtar ${D}/usr/bin/tar ln -sf ${D}/usr/bin/gtar ${D}/usr/bin/gnutar } --- NEW FILE: tar-1.13.25-r2.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/tar/tar-1.13.25-r2.ebuild,v 1.1 2002/08/18 20:32:14 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/tar/" KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" DEPEND="nls? ( >=sys-devel/gettext-0.10.35 )" RDEPEND="" src_compile() { local myconf [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --program-transform-name=s/tar/gtar/ --prefix=/usr --bindir=/usr/bin \ --libexecdir=/usr/lib/misc --infodir=/usr/share/info --host=${CHOST} ${myconf} || die if [ -z "`use static`" ] then emake || die else emake LDFLAGS=-static || die fi } src_install() { make DESTDIR=${D} install || die #FHS 2.1 stuff dodir /usr/sbin cd ${D} mv usr/lib/misc/rmt usr/sbin/rmt.gnu dosym rmt.gnu /usr/sbin/rmt # a nasty yet required symlink: dodir /etc dosym /usr/sbin/rmt /etc/rmt cd ${S} if [ -z "`use build`" ] then dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS doman ${FILESDIR}/tar.1 else rm -rf ${D}/usr/share fi dordir /usr/bin dosym /usr/bin/gtar /usr/bin/tar dosym /usr/bin/gtar /usr/bin/gnutar } |
From: <ji...@us...> - 2002-08-18 20:31:39
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/tar/files In directory usw-pr-cvs1:/tmp/cvs-serv27035/files Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/tar/files added to the repository |
From: <ji...@us...> - 2002-08-18 20:31:24
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/tar In directory usw-pr-cvs1:/tmp/cvs-serv26974/tar Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/tar added to the repository |
From: <ji...@us...> - 2002-08-18 15:30:36
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/bzip2 In directory usw-pr-cvs1:/tmp/cvs-serv17043 Modified Files: bzip2-1.0.2-r1.ebuild bzip2-1.0.2-r2.ebuild Log Message: fixing some stuff Index: bzip2-1.0.2-r1.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bzip2-1.0.2-r1.ebuild 17 Aug 2002 18:27:05 -0000 1.1 --- bzip2-1.0.2-r1.ebuild 18 Aug 2002 15:30:32 -0000 1.2 *************** *** 8,12 **** ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" ! KEYWORDS="x86 ppc" SLOT="0" LICENSE="BZIP2" --- 8,12 ---- ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" ! KEYWORDS="ppc" SLOT="0" LICENSE="BZIP2" *************** *** 15,19 **** src_unpack() { unpack ${A} ! patch -p1 <${FILESDIR}/bzip2-1.0.2-1.diff || die } --- 15,19 ---- src_unpack() { unpack ${A} ! patch -p0 <${FILESDIR}/bzip2-1.0.2-1.diff || die } Index: bzip2-1.0.2-r2.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bzip2-1.0.2-r2.ebuild 17 Aug 2002 18:27:05 -0000 1.1 --- bzip2-1.0.2-r2.ebuild 18 Aug 2002 15:30:32 -0000 1.2 *************** *** 8,12 **** ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" ! KEYWORDS="x86 ppc" SLOT="0" LICENSE="BZIP2" --- 8,12 ---- ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" ! KEYWORDS="ppc" SLOT="0" LICENSE="BZIP2" |
From: <ji...@us...> - 2002-08-18 15:28:06
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/gzip/files In directory usw-pr-cvs1:/tmp/cvs-serv16504 Added Files: digest-gzip-1.2.4a-r6 digest-gzip-1.3.2 gzip-1.2.4a-r6.diff Log Message: Adding gzip --- NEW FILE: digest-gzip-1.2.4a-r6 --- MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz 220774 --- NEW FILE: digest-gzip-1.3.2 --- MD5 57bff96b6b4bcbb060566bdbed29485d gzip-1.3.2.tar.gz 311011 --- NEW FILE: gzip-1.2.4a-r6.diff --- --- gzip-1.2.4/gzip.c Thu Aug 19 15:39:43 1993 +++ gzip-1.2.4b/gzip.c Tue Jan 8 21:44:18 2002 @@ -1005,7 +1005,14 @@ #ifdef NO_MULTIPLE_DOTS char *dot; /* pointer to ifname extension, or NULL */ #endif + int max_suffix_len = (z_len > 3 ? z_len : 3); + /* Leave enough room in ifname or ofname for suffix: */ + if (strlen(iname) >= sizeof(ifname) - max_suffix_len) { + strncpy(ifname, iname, sizeof(ifname) - 1); + /* last byte of ifname is already zero and never overwritten */ + error("file name too long"); + } strcpy(ifname, iname); /* If input file exists, return OK. */ |
From: <ji...@us...> - 2002-08-18 15:27:40
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/gzip/files In directory usw-pr-cvs1:/tmp/cvs-serv16408/files Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/gzip/files added to the repository |
From: <ji...@us...> - 2002-08-18 15:27:08
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/gzip In directory usw-pr-cvs1:/tmp/cvs-serv16257 Added Files: ChangeLog gzip-1.2.4a-r6.ebuild gzip-1.3.2.ebuild Log Message: Adding gzip --- NEW FILE: ChangeLog --- # ChangeLog for sys-apps/gzip # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/gzip/ChangeLog,v 1.1 2002/08/18 15:27:04 jimmacr Exp $ *gzip-1.2.4a-r6.ebuild (14 July 2002) 14 Jul 2002; phoen][x <ph...@ge...> gzip-1.2.4a-r6.ebuild : Added KEYWORDS, SLOT. *gzip-1.3.2 (1 Feb 2002) 14 Jul 2002; phoen][x <ph...@ge...> gzip-1.3.2.ebuild : Added KEYWORDS, SLOT. 1 Feb 2002; G.Bevin <gb...@ge...> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. --- NEW FILE: gzip-1.2.4a-r6.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/gzip/gzip-1.2.4a-r6.ebuild,v 1.1 2002/08/18 15:27:04 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://prep.ai.mit.edu/gnu/gzip/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" KEYWORDS="ppc" SLOT="0" DEPEND="nls? ( sys-devel/gettext )" RDEPEND="" LICENSE="GPL-2" src_unpack() { unpack ${A} cd ${WORKDIR} patch -p0 < ${FILESDIR}/${PF}.diff } src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info ${myconf} || die emake || die } src_install() { dodir /usr/bin /usr/share/man/man1 make prefix=${D}/usr exec_prefix=${D}/usr mandir=${D}/usr/share/man/man1 infodir=${D}/usr/share/info install || die cd ${D}/usr/bin for i in gzexe zforce zgrep zmore znew zcmp do cp ${i} ${i}.orig sed -e "1d" -e "s:${D}::" ${i}.orig > ${i} rm ${i}.orig chmod 755 ${i} done if [ -z "`use build`" ] then cd ${D}/usr/share/man/man1 for i in gzexe gzip zcat zcmp zdiff zforce zgrep zmore znew do rm ${i}.1 ln -s gunzip.1.gz ${i}.1.gz done cd ${S} rm -rf ${D}/usr/man ${D}/usr/lib dodoc ChangeLog COPYING NEWS README THANKS TODO docinto txt dodoc algorithm.doc gzip.doc else rm -rf ${D}/usr fi } --- NEW FILE: gzip-1.3.2.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/gzip/gzip-1.3.2.ebuild,v 1.1 2002/08/18 15:27:04 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" DEPEND="nls? ( sys-devel/gettext )" RDEPEND="" src_unpack() { unpack ${A} cd ${WORKDIR} } src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --host=${CHOST} \ --prefix=/usr \ --exec-prefix=/ \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ ${myconf} || die emake || die } src_install() { dodir /usr/bin /usr/share/man/man1 make prefix=${D}/usr \ exec_prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die cd ${D}/usr/bin for i in gzexe zforce zgrep zmore znew zcmp do dosed -e "1d" -e "s:${D}::" ${i} chmod 755 ${i} done if [ -z "`use build`" ] then cd ${D}/usr/share/man/man1 rm -f gunzip.* zcmp.* zcat.* ln -s gzip.1.gz gunzip.1.gz ln -s zdiff.1.gz zcmp.1.gz ln -s gzip.1.gz zcat.1.gz cd ${S} rm -rf ${D}/usr/man ${D}/usr/lib dodoc ChangeLog COPYING NEWS README THANKS TODO docinto txt dodoc algorithm.doc gzip.doc else rm -rf ${D}/usr fi } |
From: <ji...@us...> - 2002-08-18 15:26:27
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/gzip In directory usw-pr-cvs1:/tmp/cvs-serv16120/gzip Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/gzip added to the repository |
From: <ji...@us...> - 2002-08-18 15:26:03
|
Update of /cvsroot/darwinfiles/packagetree/sys-devel/gettext/files In directory usw-pr-cvs1:/tmp/cvs-serv16031 Added Files: digest-gettext-0.11.1 Log Message: Adding Gettext --- NEW FILE: digest-gettext-0.11.1 --- MD5 f826d530cf91e19cacc2a964d3668e99 gettext-0.11.1.tar.gz 3086351 |
From: <ji...@us...> - 2002-08-18 15:25:32
|
Update of /cvsroot/darwinfiles/packagetree/sys-devel/gettext In directory usw-pr-cvs1:/tmp/cvs-serv15935 Added Files: ChangeLog gettext-0.11.1.ebuild Log Message: Adding Gettext --- NEW FILE: ChangeLog --- # ChangeLog for sys-devel/gettext # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # $Header: /cvsroot/darwinfiles/packagetree/sys-devel/gettext/ChangeLog,v 1.1 2002/08/18 15:25:30 jimmacr Exp $ *gettext-0.11.1 18 Aug 2002; Jim Ribar <ji...@us...> gettext-0.11.5.ebuild: Enabled Shared Libraries, And Since We Dont Have Glibc, allow everything to be installed 27 Mar 2002; Seemant Kulleen <se...@ge...> gettext-0.11.1.ebuild : Version bump -- copied old ebuild to new name. *gettext-0.10.40 (1 Feb 2002) 1 Feb 2002; G.Bevin <gb...@ge...> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. --- NEW FILE: gettext-0.11.1.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.1 2002/08/18 15:25:30 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc" src_unpack() { unpack ${A} cd ${S}/misc cp Makefile.in Makefile.in.orig #This fix stops gettext from invoking emacs to install the po mode sed -e '185,187d' Makefile.in.orig > Makefile.in || die #Eventually, installation of the po mode should be performed in pkg_postinst() } src_compile() { local myconf if [ -z "`use nls`" ] then myconf="--disable-nls" fi ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-included-gettext --enable-shared --host=${CHOST} ${myconf} || die emake || die } src_install() { make prefix=${D}/usr infodir=${D}/usr/share/info mandir=${D}/usr/share/man lispdir=${D}/usr/share/emacs/site-lisp install || die dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO if [ -d ${D}/usr/doc/gettext ] then mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html rm -rf ${D}/usr/doc fi exeopts -m0755 exeinto /usr/bin doexe misc/gettextize } |
From: <ji...@us...> - 2002-08-18 15:24:59
|
Update of /cvsroot/darwinfiles/packagetree/sys-devel/gettext/files In directory usw-pr-cvs1:/tmp/cvs-serv15769/files Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-devel/gettext/files added to the repository |
From: <ji...@us...> - 2002-08-18 15:24:45
|
Update of /cvsroot/darwinfiles/packagetree/sys-devel/gettext In directory usw-pr-cvs1:/tmp/cvs-serv15699/gettext Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-devel/gettext added to the repository |
From: <ji...@us...> - 2002-08-17 18:27:10
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/bzip2 In directory usw-pr-cvs1:/tmp/cvs-serv7234 Added Files: ChangeLog bzip2-1.0.2-r1.ebuild bzip2-1.0.2-r2.ebuild Log Message: Adding More Packages --- NEW FILE: ChangeLog --- # ChangeLog for sys-apps/bzip2 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/ChangeLog,v 1.1 2002/08/17 18:27:05 jimmacr Exp $ *bzip2-1.0.2-r2 (29 Jun 2002) 28 Jul 2002; Martin Schlemmer <az...@ge...> bzip2-1.0.2.ebuild : Also install /bin/bzcat with USE=build, as some apps need it, and it gets pulled in prematurely with gcc3 profile. 14 Jul 2002; phoen][x <ph...@ge...> bzip2-1.0.2.ebuild : Added KEYWORDS, SLOT. 14 Jul 2002; phoen][x <ph...@ge...> bzip2-1.0.2-r2.ebuild : Added KEYWORDS, SLOT. 29 Jun 2002; Daniel Robbins <dro...@ge...> : new rev of bzip2 that uses user-defined CFLAGS, but keeps existing "-fomit-frame-pointer" and "-fno-strength-reduce" options. *bzip2-1.0.2-r1 (21 Mar 2002) 14 Jul 2002; phoen][x <ph...@ge...> bzip2-1.0.2-r1.ebuild : Added KEYWORDS, SLOT. 21 Mar 2002; Seemant Kulleen <se...@ge...> bzip2-1.0.2-r1.ebuild : HTML documentation does not get gzipped any more. Thanks to st...@md... for pointing this out. *bzip2-1.0.2 (2 Feb 2002) 2 Feb 2002; M.Schlemmer <az...@ge...> bzip2-1.0.2.ebuild : Redo ebuild not to use the patches, as it makes things difficult between versions. Updated. *bzip2-1.0.1-r4 (1 Feb 2002) 14 Jul 2002; phoen][x <ph...@ge...> bzip2-1.0.1-r4.ebuild : Added KEYWORDS, SLOT. --- NEW FILE: bzip2-1.0.2-r1.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/bzip2-1.0.2-r1.ebuild,v 1.1 2002/08/17 18:27:05 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" KEYWORDS="x86 ppc" SLOT="0" LICENSE="BZIP2" src_unpack() { unpack ${A} patch -p1 <${FILESDIR}/bzip2-1.0.2-1.diff || die } src_compile() { emake all || die } src_install() { make install PREFIX=${D}/usr || die } --- NEW FILE: bzip2-1.0.2-r2.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v 1.1 2002/08/17 18:27:05 jimmacr Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" KEYWORDS="x86 ppc" SLOT="0" LICENSE="BZIP2" src_unpack() { unpack ${A} } src_compile() { patch -p0 <${FILESDIR}/bzip2-1.0.2-1.diff || die emake all || die } src_install() { make install PREFIX=${D}/usr || die } |
From: <ji...@us...> - 2002-08-17 18:26:23
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/files In directory usw-pr-cvs1:/tmp/cvs-serv7029 Added Files: bzip2-1.0.2-1.diff digest-bzip2-1.0.2-r1 digest-bzip2-1.0.2-r2 Log Message: Adding More Packages --- NEW FILE: bzip2-1.0.2-1.diff --- diff -ru bzip2-1.0.2/Makefile bzip2-1.0.2-patched/Makefile --- bzip2-1.0.2/Makefile Sat Jan 26 00:34:53 2002 +++ bzip2-1.0.2-patched/Makefile Sun Mar 31 00:15:27 2002 @@ -1,15 +1,18 @@ +# This Makefile builds a shared version of the library, +# libbz2.1.0.2.dylib, with install_name .../libbz2.1.dylib, +# on Darwin and Mac OS X. SHELL=/bin/sh # To assist in cross-compiling -CC=gcc +CC=cc AR=ar RANLIB=ranlib LDFLAGS= # Suitably paranoid flags to avoid bugs in gcc-2.7 BIGFILES=-D_FILE_OFFSET_BITS=64 -CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) +CFLAGS=-fno-common -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) # Where you want it installed when you do 'make install' PREFIX=/usr @@ -23,32 +26,29 @@ decompress.o \ bzlib.o -all: libbz2.a bzip2 bzip2recover test +all: libbz2.dylib bzip2 bzip2recover test -bzip2: libbz2.a bzip2.o +bzip2: libbz2.dylib bzip2.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 bzip2recover: bzip2recover.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o -libbz2.a: $(OBJS) - rm -f libbz2.a - $(AR) cq libbz2.a $(OBJS) - @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \ - -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \ - echo $(RANLIB) libbz2.a ; \ - $(RANLIB) libbz2.a ; \ - fi +libbz2.dylib: $(OBJS) + rm -f libbz2.dylib libbz2.*.dylib + $(CC) -dynamiclib -o libbz2.1.0.2.dylib $(OBJS) -install_name $(PREFIX)/lib/libbz2.1.dylib -compatibility_version 1.0.1 -current_version 1.0.2 + ln -s libbz2.1.0.2.dylib libbz2.1.dylib + ln -s libbz2.1.0.2.dylib libbz2.dylib check: test test: bzip2 @cat words1 - ./bzip2 -1 < sample1.ref > sample1.rb2 - ./bzip2 -2 < sample2.ref > sample2.rb2 - ./bzip2 -3 < sample3.ref > sample3.rb2 - ./bzip2 -d < sample1.bz2 > sample1.tst - ./bzip2 -d < sample2.bz2 > sample2.tst - ./bzip2 -ds < sample3.bz2 > sample3.tst + DYLD_LIBRARY_PATH=. ./bzip2 -1 < sample1.ref > sample1.rb2 + DYLD_LIBRARY_PATH=. ./bzip2 -2 < sample2.ref > sample2.rb2 + DYLD_LIBRARY_PATH=. ./bzip2 -3 < sample3.ref > sample3.rb2 + DYLD_LIBRARY_PATH=. ./bzip2 -d < sample1.bz2 > sample1.tst + DYLD_LIBRARY_PATH=. ./bzip2 -d < sample2.bz2 > sample2.tst + DYLD_LIBRARY_PATH=. ./bzip2 -ds < sample3.bz2 > sample3.tst cmp sample1.bz2 sample1.rb2 cmp sample2.bz2 sample2.rb2 cmp sample3.bz2 sample3.rb2 @@ -60,8 +60,9 @@ install: bzip2 bzip2recover if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi - if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi - if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi + if ( test ! -d $(PREFIX)/share ) ; then mkdir -p $(PREFIX)/share ; fi + if ( test ! -d $(PREFIX)/share/man ) ; then mkdir -p $(PREFIX)/share/man ; fi + if ( test ! -d $(PREFIX)/share/man/man1 ) ; then mkdir -p $(PREFIX)/share/man/man1 ; fi if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi cp -f bzip2 $(PREFIX)/bin/bzip2 cp -f bzip2 $(PREFIX)/bin/bunzip2 @@ -71,12 +72,14 @@ chmod a+x $(PREFIX)/bin/bunzip2 chmod a+x $(PREFIX)/bin/bzcat chmod a+x $(PREFIX)/bin/bzip2recover - cp -f bzip2.1 $(PREFIX)/man/man1 - chmod a+r $(PREFIX)/man/man1/bzip2.1 + cp -f bzip2.1 $(PREFIX)/share/man/man1 + chmod a+r $(PREFIX)/share/man/man1/bzip2.1 cp -f bzlib.h $(PREFIX)/include chmod a+r $(PREFIX)/include/bzlib.h - cp -f libbz2.a $(PREFIX)/lib - chmod a+r $(PREFIX)/lib/libbz2.a + cp -f libbz2.1.0.2.dylib $(PREFIX)/lib + chmod a+rx $(PREFIX)/lib/libbz2.1.0.2.dylib + (cd $(PREFIX)/lib && rm -f libbz2.1.dylib && ln -s libbz2.1.0.2.dylib libbz2.1.dylib) + (cd $(PREFIX)/lib && rm -f libbz2.dylib && ln -s libbz2.1.0.2.dylib libbz2.dylib) cp -f bzgrep $(PREFIX)/bin/bzgrep ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep @@ -87,18 +90,18 @@ cp -f bzdiff $(PREFIX)/bin/bzdiff ln $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp chmod a+x $(PREFIX)/bin/bzdiff - cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1 - chmod a+r $(PREFIX)/man/man1/bzgrep.1 - chmod a+r $(PREFIX)/man/man1/bzmore.1 - chmod a+r $(PREFIX)/man/man1/bzdiff.1 - echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzegrep.1 - echo ".so man1/bzgrep.1" > $(PREFIX)/man/man1/bzfgrep.1 - echo ".so man1/bzmore.1" > $(PREFIX)/man/man1/bzless.1 - echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1 + cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/share/man/man1 + chmod a+r $(PREFIX)/share/man/man1/bzgrep.1 + chmod a+r $(PREFIX)/share/man/man1/bzmore.1 + chmod a+r $(PREFIX)/share/man/man1/bzdiff.1 + echo ".so man1/bzgrep.1" > $(PREFIX)/share/man/man1/bzegrep.1 + echo ".so man1/bzgrep.1" > $(PREFIX)/share/man/man1/bzfgrep.1 + echo ".so man1/bzmore.1" > $(PREFIX)/share/man/man1/bzless.1 + echo ".so man1/bzdiff.1" > $(PREFIX)/share/man/man1/bzcmp.1 distclean: clean clean: - rm -f *.o libbz2.a bzip2 bzip2recover \ + rm -f *.o libbz2.dylib bzip2 bzip2recover \ sample1.rb2 sample2.rb2 sample3.rb2 \ sample1.tst sample2.tst sample3.tst --- NEW FILE: digest-bzip2-1.0.2-r1 --- MD5 ee76864958d568677f03db8afad92beb bzip2-1.0.2.tar.gz 665198 --- NEW FILE: digest-bzip2-1.0.2-r2 --- MD5 ee76864958d568677f03db8afad92beb bzip2-1.0.2.tar.gz 665198 |
From: <ji...@us...> - 2002-08-17 18:25:44
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/files In directory usw-pr-cvs1:/tmp/cvs-serv6914/files Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/bzip2/files added to the repository |
From: <ji...@us...> - 2002-08-17 18:25:26
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/bzip2 In directory usw-pr-cvs1:/tmp/cvs-serv6867/bzip2 Log Message: Directory /cvsroot/darwinfiles/packagetree/sys-apps/bzip2 added to the repository |
From: <ji...@us...> - 2002-08-14 02:59:48
|
Update of /cvsroot/darwinfiles/portage/cnf In directory usw-pr-cvs1:/tmp/cvs-serv3197 Modified Files: make.conf Log Message: Changed configuration to use darwinfiles mirror's Index: make.conf =================================================================== RCS file: /cvsroot/darwinfiles/portage/cnf/make.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** make.conf 11 Aug 2002 02:52:52 -0000 1.2 --- make.conf 14 Aug 2002 02:59:44 -0000 1.3 *************** *** 4,11 **** # Download sites: The main Gentoo Linux source mirror; specify as many # space-separated mirrors as you like. ! GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" # The main Gentoo Linux Portage server; specify a single Portage server. ! #SYNC="rsync://rsync.gentoo.org/gentoo-portage" # If you want/need rsync to use an HTTP proxy to make its connections, set --- 4,13 ---- # Download sites: The main Gentoo Linux source mirror; specify as many # space-separated mirrors as you like. ! GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles http://osdn.dl.sourceforge.net/sourceforge/darwinfiles" # The main Gentoo Linux Portage server; specify a single Portage server. ! SYNC="rsync://rsync.gentoo.org/gentoo-portage" ! #SYNC="cvs://:pserver:ano...@cv...:/cvsroot/darwinfiles/packagetree" ! # Note: when using cvs, you must do a first inital checkout manually # If you want/need rsync to use an HTTP proxy to make its connections, set |
From: <ji...@us...> - 2002-08-14 02:55:02
|
Update of /cvsroot/darwinfiles/portage/pym In directory usw-pr-cvs1:/tmp/cvs-serv2033 Modified Files: portage.py Log Message: Changed to support sf's file release system paths Index: portage.py =================================================================== RCS file: /cvsroot/darwinfiles/portage/pym/portage.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** portage.py 11 Aug 2002 02:48:58 -0000 1.2 --- portage.py 14 Aug 2002 02:54:57 -0000 1.3 *************** *** 915,919 **** filedict[myfile]=[] for y in range(0,len(locations)): ! filedict[myfile].append(locations[y]+"/distfiles/"+myfile) if myuri[:9]=="mirror://": eidx = myuri.find("/", 9) --- 915,919 ---- filedict[myfile]=[] for y in range(0,len(locations)): ! filedict[myfile].append(locations[y]+"/"+myfile) if myuri[:9]=="mirror://": eidx = myuri.find("/", 9) |
From: <ji...@us...> - 2002-08-13 01:27:35
|
Update of /cvsroot/darwinfiles/packagetree/dev-java In directory usw-pr-cvs1:/tmp/cvs-serv10437/dev-java Log Message: Directory /cvsroot/darwinfiles/packagetree/dev-java added to the repository |
From: <ji...@us...> - 2002-08-11 21:05:26
|
Update of /cvsroot/darwinfiles/packagetree/net-dialup In directory usw-pr-cvs1:/tmp/cvs-serv21193/net-dialup Log Message: Directory /cvsroot/darwinfiles/packagetree/net-dialup added to the repository |
From: <ji...@us...> - 2002-08-11 21:05:25
|
Update of /cvsroot/darwinfiles/packagetree/net-analyzer In directory usw-pr-cvs1:/tmp/cvs-serv21193/net-analyzer Log Message: Directory /cvsroot/darwinfiles/packagetree/net-analyzer added to the repository |