darwinfiles-cvs Mailing List for The Darwin Files (Page 2)
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-09-16 14:41:18
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/libpng/files In directory usw-pr-cvs1:/tmp/cvs-serv28909 Removed Files: libpng-update-bins.sh libpng-update-libs.sh Log Message: Removing Old Stuff --- libpng-update-bins.sh DELETED --- --- libpng-update-libs.sh DELETED --- |
|
From: <ji...@us...> - 2002-09-16 13:32:53
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg
In directory usw-pr-cvs1:/tmp/cvs-serv3292
Modified Files:
jpeg-6b-r2.ebuild
Log Message:
Patching For Darwin
Index: jpeg-6b-r2.ebuild
===================================================================
RCS file: /cvsroot/darwinfiles/packagetree/media-libs/jpeg/jpeg-6b-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** jpeg-6b-r2.ebuild 16 Sep 2002 13:22:36 -0000 1.2
--- jpeg-6b-r2.ebuild 16 Sep 2002 13:32:49 -0000 1.3
***************
*** 13,19 ****
KEYWORDS="ppc"
! DEPEND="virtual/glibc"
src_compile() {
econf \
--- 13,22 ----
KEYWORDS="ppc"
! DEPEND=""
src_compile() {
+
+ cd $S
+ cp ${FILESDIR}/config.* .
econf \
|
|
From: <ji...@us...> - 2002-09-16 13:28:28
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg/files
In directory usw-pr-cvs1:/tmp/cvs-serv1809
Added Files:
config.guess config.sub
Log Message:
Patching For Darwin
--- NEW FILE: config.guess ---
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-09-04'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
[...1278 lines suppressed...]
/bin/universe = `(/bin/universe) 2>/dev/null`
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
/bin/arch = `(/bin/arch) 2>/dev/null`
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
UNAME_MACHINE = ${UNAME_MACHINE}
UNAME_RELEASE = ${UNAME_RELEASE}
UNAME_SYSTEM = ${UNAME_SYSTEM}
UNAME_VERSION = ${UNAME_VERSION}
EOF
exit 1
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:
--- NEW FILE: config.sub ---
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-09-07'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# can handle that machine. It does not imply ALL GNU software can.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[...1372 lines suppressed...]
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
vendor=atari
;;
-vos*)
vendor=stratus
;;
esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;;
esac
echo $basic_machine$os
exit 0
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:
|
|
From: <ji...@us...> - 2002-09-16 13:22:44
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg In directory usw-pr-cvs1:/tmp/cvs-serv32203 Modified Files: jpeg-6b-r2.ebuild Log Message: Patching for darwin Index: jpeg-6b-r2.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/media-libs/jpeg/jpeg-6b-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jpeg-6b-r2.ebuild 16 Sep 2002 13:16:24 -0000 1.1 --- jpeg-6b-r2.ebuild 16 Sep 2002 13:22:36 -0000 1.2 *************** *** 11,15 **** SLOT="0" LICENSE="as-is" ! KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" --- 11,15 ---- SLOT="0" LICENSE="as-is" ! KEYWORDS="ppc" DEPEND="virtual/glibc" |
|
From: <ji...@us...> - 2002-09-16 13:20:57
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/tiff/files
In directory usw-pr-cvs1:/tmp/cvs-serv31600
Added Files:
config.site config.site-3.5.6_beta digest-tiff-3.5.7-r1
Log Message:
Adding tiff
--- NEW FILE: config.site ---
JPEG="yes" # yes|no configure JPEG support (see below)
ZIP="yes" # yes|no configure Deflate support (see below)
HTML="yes" # yes|no install HTML documentation
DIR_BIN="${D}/usr/bin" # directory for tools
DIR_LIB="${D}/usr/lib" # directory for libraries
DIR_INC="${D}/usr/include" # directory for include files
DIR_MAN="${D}/usr/share/man" # directory for manual pages
DIRS_LIBINC="/usr/include"
DIR_JPEGLIB="/usr/lib"
DIR_GZLIB="/usr/lib" # directory for libz
DSOSUF="so"
--- NEW FILE: config.site-3.5.6_beta ---
JPEG="yes" # yes|no configure JPEG support (see below)
ZIP="yes" # yes|no configure Deflate support (see below)
HTML="yes" # yes|no install HTML documentation
DIR_BIN="${D}/usr/bin" # directory for tools
DIR_LIB="${D}/usr/lib" # directory for libraries
DIR_INC="${D}/usr/include" # directory for include files
DIR_MAN="${D}/usr/share/man" # directory for manual pages
DIRS_LIBINC="/usr/include"
DIR_JPEGLIB="/usr/lib"
DIR_GZLIB="/usr/lib" # directory for libz
DSOSUF="so"
--- NEW FILE: digest-tiff-3.5.7-r1 ---
MD5 82243b5ae9b7c9e492aeebc501680990 tiff-v3.5.7.tar.gz 951139
|
|
From: <ji...@us...> - 2002-09-16 13:20:34
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/tiff
In directory usw-pr-cvs1:/tmp/cvs-serv31476
Added Files:
ChangeLog tiff-3.5.7-r1.ebuild
Log Message:
Adding tiff
--- NEW FILE: ChangeLog ---
# ChangeLog for media-libs/tiff
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /cvsroot/darwinfiles/packagetree/media-libs/tiff/ChangeLog,v 1.1 2002/09/16 13:20:30 jimmacr Exp $
*tiff-3.5.7-r1 (21 Mar 2002)
21 Mar 2002; Seemant Kulleen <se...@ge...> tiff-3.5.7-r1.ebuild :
HTML documentation was getting gzipped. This is no longer the case, thanks
to st...@md... who pointed it out.
*tiff-3.5.7 (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: tiff-3.5.7-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/media-libs/tiff/tiff-3.5.7-r1.ebuild,v 1.1 2002/09/16 13:20:30 jimmacr Exp $
MY_P=${P/tiff-/tiff-v}
S=${WORKDIR}/${MY_P}
DESCRIPTION="libtiff"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${MY_P}.tar.gz"
HOMEPAGE="http://www.libtiff.org/"
DEPEND=">=media-libs/jpeg-6b
>=sys-libs/zlib-1.1.3-r2"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${A}
cd ${S}
cp ${FILESDIR}/config.site config.site
echo "DIR_HTML="${D}/usr/share/doc/${PF}/html"" >> config.site
}
src_compile() {
OPTIMIZER="${CFLAGS}" ./configure --noninteractive || die
emake || die
}
src_install() {
dodir /usr/{bin,lib,share/man,share/doc/${PF}/html}
dodir /usr/share/doc/${PF}/html
make INSTALL="/bin/sh ${S}/port/install.sh" install || die
preplib /usr
dodoc COPYRIGHT README TODO VERSION
}
|
|
From: <ji...@us...> - 2002-09-16 13:20:14
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/tiff/files In directory usw-pr-cvs1:/tmp/cvs-serv31387/files Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/tiff/files added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:20:03
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/tiff In directory usw-pr-cvs1:/tmp/cvs-serv31242/tiff Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/tiff added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:19:47
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files/9.12
In directory usw-pr-cvs1:/tmp/cvs-serv31156
Added Files:
Makefile.config
Log Message:
Adding netpbm
--- NEW FILE: Makefile.config ---
####This file was automatically created by 'configure.'
# This is a make file inclusion, to be included in all the Netpbm make
# files.
# This file is meant to contain variable settings that customize the
# build for a particular target system configuration.
# The distribution contains the file Makefile.config.in. You edit
# Makefile.config.in in ways relevant to your particular environment
# to create Makefile.config. The "configure" program will do this
# for you in simple cases.
# Some of the variables that the including make file must set for this
# file to work:
#
# SRCDIR: The directory at the top of the Netpbm source tree. Note that
# this is typically a relative directory, and it must be relative to the
# make file that includes this file. So it's normally "..".
#
# CDEBUG: temporary extra compiler options for every compile. Normally,
# you set this this via the Make command line, e.g. "make CDEBUG=-g" or
# "make CDEBUG=-Werror".
# STATICLIB = Y means to build the Netpbm and Tiff libraries (if
# built) as static libraries instead of shared. With static
# libraries, you should consider doing a merge build ('make merge')
# instead of the default to save disk space and memory.
#
# For cygwin, only static libraries work, so set STATICLIB = Y .
STATICLIB = N
#STATICLIB = Y
# The following are commands for the build process to use. These values
# do not get built into anything.
# The C compiler (including macro preprocessor)
#Tru64 (= Digital Unix):
#CC = cc
#CC = gcc
CC = gcc
# The linker.
LD = $(CC)
#LD = ld
#Tru64:
#LD = cc
#LD = gcc
# MAKE is set automatically by Make to what was used to invoke Make.
#INSTALL = ginstall
#Solaris:
#INSTALL = /usr/ucb/install
#Tru64:
#INSTALL = installbsd
#OSF1:
#INSTALL = installosf
#Red Hat Linux:
INSTALL = install
# STRIPFLAG is the option you pass to the above install program to make it
# strip unnecessary information out of binaries.
#STRIPFLAG = -s
# If you don't want to strip the binaries, just leave it null:
STRIPFLAG =
# Normally the man pages are installed using "install". But via this
# variable, you can use something else, for example a script that
# calls compress or pack. Mantocat, included with Netpbm, is used on
# systems which use man pages in the "cat" format.
MANCP = $(INSTALL) -m $(INSTALL_PERM_MAN)
#DJGPP/Windows:
#MANCP = $(SRCDIR)/mantocat
AR = ar
RANLIB = ranlib
# C compiler options
# gcc:
# -ansi and -Werror should work too, but are not included
# by default because there's no point in daring the build to fail.
# -pedantic isn't a problem because it causes at worst a warning.
CFLAGS = -pedantic -O3 -Wall -Wno-uninitialized $(CDEBUG)
# On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg.
#Tru64:
#CFLAGS = -O2 -std1 -DLONG_32 $(CDEBUG)
# EXE is a suffix that the linker puts on any executable it generates.
# In cygwin, this is .exe and most programs deal with its existence without
# us having to know about it. Some don't though, so set this:
EXE =
#Cygwin, DJGPP/Windows:
#EXE = .exe
# linker options.
LDFLAGS =
# Eunice users may want to use -noshare so that the executables can
# run standalone:
#LDFLAGS = -noshare
#Tru64:
#LDFLAGS = -call_shared
# Many systems, including SunOS and Solaris, and NetBSD, need options to
# tell where Netpbm libraries will be at runtime. Even if you don't need
# it, you may prefer to use it than to set up environment variables or
# configuration files at runtime to give the same information.
# For a traditional linker:
#LDFLAGS = -R$(INSTALLLIBS)
#If the linker is gcc (e.g. NetBSD):
#LDFLAGS = -Wl,--rpath,$(INSTALLLIBS)
# Linker options for created Netpbm shared libraries.
# Here, $(SONAME) resolves to the soname for the shared library being created.
# The following are gcc options. This works on GNU libc systems.
LDSHLIB = -shared -Wl,-soname,$(SONAME)
# You need -nostart instead of -shared on BeOS. Though the BeOS compiler is
# ostensibly gcc, it has the -nostart option, which is not mentioned in gcc
# documentation and doesn't exist in at least one non-BeOS installation.
# BeOS doesn't have sonames built in.
#LDSHLIB = -nostart
#LDSHLIB = -G
# Solaris, SunOS with GNU Ld:
# (You need -R here, as above, because the Netpbm
# libraries depend on each other. These systems have no soname option).
#LDSHLIB = -shared -R$(INSTALLLIBS)
# Solaris with Sun Ld:
#LDSHLIB = -Wl,-B,dynamic,-G,-h,$(SONAME)
#Tru64:
#LDSHLIB = -shared -expect_unresolved "*"
# On older systems, you have to make shared libraries out of position
# independent code, so you need -fpic or fPIC here. (The rule is: if
# -fpic works, use it. If it bombs, go to fPIC).
#CFLAGS_SHLIB =
# Solaris, SunOS, and NetBSD:
#CFLAGS_SHLIB = -fpic
CFLAGS_SHLIB = -fPIC
# The netpbm package contains a version of the Tiff library,
# libtiff. If you want to use your own, fill in the appropriate paths
# below for the library and its interface headers
# Put the location of the TIFF library here. Netpbm comes with a version
# of the TIFF library, so you can just specify the library in the Netpbm
# source tree unless you want to use your own TIFF library. If you
# specify the included TIFF library, 'make install' will also install it,
# but otherwise will not.
# Use the Tiff library included with Netpbm:
TIFFHDR_DIR = /usr/include
TIFFLIB_DIR = /usr/lib
#NetBSD:
#TIFFHDR_DIR = $(LOCALBASE)/include
#TIFFLIB_DIR = $(LOCALBASE)/lib
# OSF, Tru64:
#TIFFHDR_DIR = /usr/local1/DEC/include
#TIFFLIB_DIR = /usr/local1/DEC/lib
# If your Tiff library depends on libraries other than libc and libm,
# put the required linker options here.
TIFFLIB_LDFLAGS = -ljpeg -lz
# libtiff 3.5.5 with the lzw patch needs libz:
#TIFFLIB_LDFLAGS = -lz
# Put the location of your JPEG library here.
# If you want to build the jpeg converters or tiff
# converters that use jpeg compression in tiff files, you must have
# the jpeg library already installed. Put the locations of the link
# library and the interface header files here. If you do not have the
# JPEG library, and still want to successully build everything else,
# including non-JPEG versions of the tiff converters, put NONE for
# these.
# Special note for people using an already-installed Tiff library: If
# your library was built with the JPEG stuff statically linked in, you
# don't need the JPEG library and the tiff converters will still do jpeg.
# If your library references a dynamic JPEG library, you must specify
# at least JPEGLIB_DIR here, or the tiff converters will not build at
# all.
JPEGLIB_DIR = /usr/lib
JPEGHDR_DIR = /usr/include
# Netbsd:
#JPEGLIB_DIR = ${LOCALBASE}/lib
#JPEGHDR_DIR = ${LOCALBASE}/include
# OSF, Tru64:
#JPEGLIB_DIR = /usr/local1/DEC/lib
#JPEGHDR_DIR = /usr/local1/DEC/include
# Typical:
#JPEGLIB_DIR = /usr/local/lib
#JPEGHDR_DIR = /usr/local/include
# Don't build JPEG stuff:
#JPEGLIB_DIR = NONE
#JPEGHDR_DIR = NONE
# Put the location of your PNG library here. If you want to build the
# PNG converters you must have the PNG library already installed. Put
# the locations of the link library and the interface header files
# here. If you do not have the PNG library, and still want to
# successully build everything else, put NONE for these.
PNGLIB_DIR = /usr/lib
PNGHDR_DIR = /usr/include
# NetBSD:
#PNGLIB_DIR = $(LOCALBASE)/lib
#PNGHDR_DIR = $(LOCALBASE)/include
# OSF/Tru64:
#PNGLIB_DIR = /usr/local1/DEC/lib
#PNGHDR_DIR = /usr/local1/DEC/include
# Typical:
#PNGLIB_DIR = /usr/local/lib
#PNGHDR_DIR = /usr/local/include
# No PNG:
#PNGLIB_DIR = NONE
#PNGHDR_DIR = NONE
# Put the location of your zlib compression library here. You need it
# to build anything that needs the PNG library (see above). If you
# selected NONE for the PNG library, it doesn't matter what you specify
# here -- it won't get used.
ZLIB_DIR = /lib
ZHDR_DIR = /usr/include
# And the Utah Raster Toolkit (aka URT aka RLE) library:
URTHDR_DIR = $(SRCDIR)/urt
URTLIB_DIR = $(SRCDIR)/urt
# These are -l options to link in the network libraries. Often, these are
# built into the standard C library, so this can be null. If you don't
# want any network functions, make it NONE. The only thing that requires
# network functions is the option in ppmtompeg to run it on multiple
# computers simultaneously.
NETWORKLD = -lnsl
# Solaris, SunOS:
#NETWORKLD = -lsocket -lnsl
# Don't build network functions:
#DJGPP/Windows, Tru64:
# (there's some minor header problem that prevents network functions from
# building on Tru64 2000.10.06)
#NETWORKLD = NONE
VMS =
#VMS:
#VMS = yes
# The following variables are used only by 'make install' (and the
# variants of it). Paths here don't, for example, get built into any
# programs.
# EXCEPTION: If you used a -R $(INSTALL_LIBS) option above,
# then INSTALL_LIBS gets built into your shared libraries.
# File permissions for installed files.
# Note that on some systems (e.g. Solaris), 'install' can't use the
# mnemonic permissions - you have to use octal.
# binaries (pbmmake, etc)
INSTALL_PERM_BIN = 755 # u=rwx,go=rx
# shared libraries (libpbm.so, etc)
INSTALL_PERM_LIBD = 755 # u=rwx,go=rx
# static libraries (libpbm.a, etc)
INSTALL_PERM_LIBS = 644 # u=rw,go=r
# header files (pbm.h, etc)
INSTALL_PERM_HDR = 644 # u=rw,go=r
# man pages (pbmmake.1, etc)
INSTALL_PERM_MAN = 644 # u=rw,go=r
# data files (pnmtopalm color maps, etc)
INSTALL_PERM_DATA = 644 # u=rw,go=r
# Everything gets installed relative to directory INSTALL_PREFIX. If
# you're spreading Netpbm across your system, use "/".
# DEC Tru64:
#INSTALL_PREFIX = /usr/local1/DEC/packages/netpbm
# DJGPP/Windows:
#INSTALL_PREFIX = /djgpp
# Typical:
#INSTALL_PREFIX = /usr/local/
INSTALL_PREFIX = /usr
# Specify the directory where you want the executables.
# If you need scripts and binaries to be in different directories, you
# can set that up too.
INSTALLBINARIES = $(INSTALL_PREFIX)/bin
#INSTALLBINARIES = /usr/local/bin/netpbm
INSTALLSCRIPTS = $(INSTALLBINARIES)
# Specify the directory where you want the shared libraries
# installed. For this to be effective, you must have set up this location
# to be searched by your system's program executor for runtime libraries.
INSTALLLIBS = $(INSTALL_PREFIX)/lib
#INSTALLLIBS = /usr/local/lib/netpbm
# Specify the directories that you want the man page sources,
# plus the suffix you want them to have.
INSTALLMANUALS1 = $(INSTALL_PREFIX)/share/man/man1
SUFFIXMANUALS1 = 1
INSTALLMANUALS3 = $(INSTALL_PREFIX)/share/man/man3
SUFFIXMANUALS3 = 3
INSTALLMANUALS5 = $(INSTALL_PREFIX)/share/man/man5
SUFFIXMANUALS5 = 5
# Specify the directory where you want the interface header files for
# the Netpbm (and possibly Tiff) libraries installed.
INSTALLHDRS = $(INSTALL_PREFIX)/include
# Specify the directory where you want data files that the Netpbm programs
# access to be installed
INSTALLDATA = $(INSTALL_PREFIX)/share/netpbm
#NETPBMLIBSUFFIX is the suffix on the filename of the generated and installed
#Netpbm libraries. But you can't make it just anything, because there has to
#be a rule in the makefiles to make whatever the filename turns out to be.
#Only .a and .so work.
# For static libraries:
#NETPBMLIBSUFFIX = a
#LIBTIFFSUFFIX = a
# For shared libraries:
NETPBMLIBSUFFIX = so
LIBTIFFSUFFIX = so
####Lines above were copied from Makefile.config.in by 'configure'.
####Lines below were added by 'configure' based on the GNU platform.
INSTALL_PREFIX = /usr
# Some people specify PREFIX= on the command line, because that's conventional
ifneq ($(PREFIX)x,x)
INSTALL_PREFIX = $(PREFIX)
endif
NETPBMLIBSUFFIX=so
LIBTIFFSUFFIX=so
|
|
From: <ji...@us...> - 2002-09-16 13:19:25
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files In directory usw-pr-cvs1:/tmp/cvs-serv31034 Added Files: digest-netpbm-9.12-r2 Log Message: Adding netpbm --- NEW FILE: digest-netpbm-9.12-r2 --- MD5 6de9fb5133763d30f1ae707b4b115cfe netpbm-9.12.tgz 2057293 |
|
From: <ji...@us...> - 2002-09-16 13:19:02
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files/9.12 In directory usw-pr-cvs1:/tmp/cvs-serv30893/9.12 Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files/9.12 added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:18:51
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm
In directory usw-pr-cvs1:/tmp/cvs-serv30829
Added Files:
ChangeLog netpbm-9.12-r2.ebuild
Log Message:
Adding netpbm
--- NEW FILE: ChangeLog ---
# ChangeLog for media-libs/netpbm
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /cvsroot/darwinfiles/packagetree/media-libs/netpbm/ChangeLog,v 1.1 2002/09/16 13:18:48 jimmacr Exp $
06 Aug 2002; Maik Schreiber <bl...@ge...> netpbm-9.12-r2.ebuild:
Fixed Makefile.config to use user-defined CFLAGS.
*netpbm-9.12-r2 (12 Apr 2002)
12 Apr 2002; Spider <sp...@ge...> : update with cute new libpng 1.2.1
*netpbm-9.12-r1 (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: netpbm-9.12-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/media-libs/netpbm/netpbm-9.12-r2.ebuild,v 1.1 2002/09/16 13:18:48 jimmacr Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats"
SRC_URI="http://download.sourceforge.net/netpbm/${P}.tgz"
HOMEPAGE="http://netpbm.sourceforge.net/"
DEPEND=">=media-libs/jpeg-6b
>=media-libs/tiff-3.5.5
>=media-libs/libpng-1.2.1"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${A}
cd ${S}
sed <${FILESDIR}/${PV}/Makefile.config >Makefile.config \
-e "s|-O3|${CFLAGS}|"
}
src_compile() {
make || die
}
src_install () {
make INSTALL_PREFIX="${D}/usr/" install || die
insinto /usr/include/pbm
doins pnm/{pam,pnm}.h ppm/{ppm,pgm,pbm}.h
doins pbmplus.h shopt/shopt.h
dodoc COPYRIGHT.PATENT GPL_LICENSE.txt HISTORY \
Netpbm.programming README README.CONFOCAL README.DJGPP \
README.JPEG README.VMS netpbm.lsm
}
|
|
From: <ji...@us...> - 2002-09-16 13:18:37
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files In directory usw-pr-cvs1:/tmp/cvs-serv30740/files Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/netpbm/files added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:18:24
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/netpbm In directory usw-pr-cvs1:/tmp/cvs-serv30630/netpbm Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/netpbm added to the repository |
Update of /cvsroot/darwinfiles/packagetree/media-libs/libpng/files
In directory usw-pr-cvs1:/tmp/cvs-serv30550
Added Files:
digest-libpng-1.0.12-r1 digest-libpng-1.2.4
libpng-update-bins.sh libpng-update-libs.sh
Log Message:
Adding libpng
--- NEW FILE: digest-libpng-1.0.12-r1 ---
MD5 3329b745968e41f6f9e55a4d04a4964c libpng-1.0.12.tar.gz 481387
--- NEW FILE: digest-libpng-1.2.4 ---
MD5 6a5609d704bc6674339d77a11d44cbaf libpng-1.2.4.tar.gz 520206
--- NEW FILE: libpng-update-bins.sh ---
#!/bin/bash
if [ ! -f /usr/sbin/qpkg ]; then
if [ ! -f /usr/bin/qpkg ]; then
echo "qpkg not found, will emerge gentoolkit"
emerge gentoolkit
fi
fi
if [ -f /usr/sbin/qpkg ]; then
QPKG=/usr/sbin/qpkg
fi
if [ -f /usr/bin/qpkg ]; then
QPKG=/usr/bin/qpkg
fi
rm -f /tmp/pngstuff.*
echo "scanning /usr do not be alarmed of error messages"
find /usr -type f -perm +u+x | while read FOO; do
ldd "${FOO}" | grep libpng.so.2 && ${QPKG} -nc -f ${FOO} >>/tmp/pngstuff.bins
done
cat /tmp/pngstuff.bins |sort | uniq | sed 's:\(.*/.*\)-[0-9]\+.*:\1:g' >/tmp/pngstuff.bins.rebuild
echo "You will now need to rebuild the following packages"
echo "-----------"
cat /tmp/pngstuff.bins.rebuild
echo "-----------"
# cat /tmp/pngstuff.bins.rebuild | while read PACK; do emerge ${PACK}; done
echo "done, deleting tempfiles"
rm -f /tmp/pngstuff.*
--- NEW FILE: libpng-update-libs.sh ---
#!/bin/bash
if [ ! -f /usr/sbin/qpkg ]; then
if [ ! -f /usr/bin/qpkg ]; then
echo "qpkg not found, will emerge gentoolkit"
emerge gentoolkit
fi
fi
if [ -f /usr/sbin/qpkg ]; then
QPKG=/usr/sbin/qpkg
fi
if [ -f /usr/bin/qpkg ]; then
QPKG=/usr/bin/qpkg
fi
rm -f /tmp/pngstuff.*
echo "Scanning libraries. do not be alarmed of error messages"
find /usr/lib -type f -perm +u+x | while read LIB; do
ldd "${LIB}" | grep "libpng.so.2" && ${QPKG} -nc -f "${LIB}" >>/tmp/pngstuff.libs
done
cat /tmp/pngstuff.libs |sort | uniq | sed 's:\(.*/.*\)-[0-9]\+.*:\1:g' >/tmp/pngstuff.libs.rebuild
echo "You will now need to rebuild the following packages"
echo "------------"
cat /tmp/pngstuff.libs.rebuild
echo "------------"
# cat /tmp/pngstuff.libs.rebuild | while read PACK; do emerge ${PACK}; done
echo "--- Done with libraries ---"
rm -f /tmp/pngstuff.*
|
|
From: <ji...@us...> - 2002-09-16 13:17:45
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/libpng
In directory usw-pr-cvs1:/tmp/cvs-serv30408
Added Files:
ChangeLog libpng-1.0.12-r1.ebuild libpng-1.2.4.ebuild
Log Message:
Adding libpng
--- NEW FILE: ChangeLog ---
# ChangeLog for media-libs/libpng
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /cvsroot/darwinfiles/packagetree/media-libs/libpng/ChangeLog,v 1.1 2002/09/16 13:17:42 jimmacr Exp $
*libpng-1.2.4 libpng-1.2.3-r1 (09 Jul 2002)
09 Jul 2002; Seemant Kulleen <se...@ge...> libpng-1.2.4.ebuild,
libpng-1.2.3-r1.ebuild files/digest-libpng-1.2.3-r1 :
added a check to see if /usr/lib/libpng.so.3.1.2.1 exists, and to remove
it if it does, in pkg_postinst(). This is because upstream screwed up
somehow between 1.2.1 and 1.2.3
*libpng-1.2.4 (08 Jul 2002)
08 Jul 2002; Gabriele Giorgetti <st...@ge...> libpng-1.2.4.ebuild
files/digest-libpng-1.2.4 :
new version, I've been testing it for a while, but I'm leaving it masked
untill someone wiser (Seemant ? :) than me decides it is ready to go live.
*libpng-1.2.3 (26 May 2002)
26 May 2002; Seemant Kulleen <se...@ge...> libpng-1.2.3.ebuild
files/digest-libpng-1.2.3 :
Version bump, masked for now
20 Apr 2002; Seemant Kulleen <se...@ge...>
This has been masked for testing. testing shows that it stinks worse than
1.2.1, so it is being killed.
*libpng-1.2.2 (16 Apr 2002)
16 Apr 2002; Seemant Kulleen <se...@ge...>
Quick version update (new version fixes many bugs; whatever). Kaali in
#gentoo is to be thanked for finding the two bogus symlinks that the make
install process installs. Those are fixed with the two dosym operations
in src_install()
*libpng-1.0.12-r1 and libpng-1.2.1-r1 (13 April 2002)
13 April 2002; Bart Verwilst <ver...@ge...> ChangeLog :
In order to prevent users from having to almost completely rebuild their
system after they upgraded to 1.2.1, i'm adding SLOT's to 1.0.x and
1.2.x, so they can happily live together :o)
*libpng-1.0.12 (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: libpng-1.0.12-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/media-libs/libpng/libpng-1.0.12-r1.ebuild,v 1.1 2002/09/16 13:17:42 jimmacr Exp $
S=${WORKDIR}/${P}
DESCRIPTION="libpng"
SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${P}.tar.gz"
HOMEPAGE="http://www.libpng.org/"
SLOT="1.0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc sparc64"
DEPEND=">=sys-libs/zlib-1.1.3-r2"
src_compile() {
sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \
-e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \
-e "s:prefix=/usr:prefix=${D}/usr:" \
-e "s/-O3/${CFLAGS}/" \
scripts/makefile.linux > Makefile
make || die
}
src_install() {
dodir /usr/{include,lib}
make install prefix=${D}/usr || die
doman *.[35]
dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO
}
--- NEW FILE: libpng-1.2.4.ebuild ---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /cvsroot/darwinfiles/packagetree/media-libs/libpng/libpng-1.2.4.ebuild,v 1.1 2002/09/16 13:17:42 jimmacr Exp $
S=${WORKDIR}/${P}
DESCRIPTION="libpng"
SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${P}.tar.gz"
HOMEPAGE="http://www.libpng.org/"
SLOT="1.2"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc sparc64"
DEPEND=">=sys-libs/zlib-1.1.4"
src_compile() {
sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \
-e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \
-e "s/-O3/${CFLAGS}/" \
-e "s:prefix=/usr/local:prefix=/usr:" \
scripts/makefile.linux > Makefile
emake || die
}
src_install() {
dodir /usr/{include,lib}
dodir /usr/share/man
make \
DESTDIR=${D} \
MANPATH=/usr/share/man \
install || die
# rm ${D}/usr/lib/libpng.so
# rm ${D}/usr/lib/libpng.a
# rm ${D}/usr/include/png.h
# rm ${D}/usr/include/pngconf.h
doman *.[35]
dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO
}
pkg_postinst() {
# the libpng authors really screwed around between 1.2.1 and 1.2.3
if [ -f /usr/lib/libpng.so.3.1.2.1 ]
then
rm /usr/lib/libpng.so.3.1.2.1
fi
}
|
|
From: <ji...@us...> - 2002-09-16 13:17:23
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/libpng/files In directory usw-pr-cvs1:/tmp/cvs-serv30317/files Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/libpng/files added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:17:07
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/libpng In directory usw-pr-cvs1:/tmp/cvs-serv30250/libpng Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/libpng added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:16:45
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg/files In directory usw-pr-cvs1:/tmp/cvs-serv30121 Added Files: digest-jpeg-6b-r2 Log Message: Importing JPEG --- NEW FILE: digest-jpeg-6b-r2 --- MD5 dbd5f3b47ed13132f04c685d608a7547 jpegsrc.v6b.tar.gz 613261 |
|
From: <ji...@us...> - 2002-09-16 13:16:28
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg
In directory usw-pr-cvs1:/tmp/cvs-serv30018
Added Files:
ChangeLog jpeg-6b-r2.ebuild
Log Message:
Importing JPEG
--- NEW FILE: ChangeLog ---
# ChangeLog for media-libs/jpeg
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /cvsroot/darwinfiles/packagetree/media-libs/jpeg/ChangeLog,v 1.1 2002/09/16 13:16:24 jimmacr Exp $
*jpeg-6b-r2 (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: jpeg-6b-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/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.1 2002/09/16 13:16:24 jimmacr Exp $
MY_P=${PN}src.v${PV}
S=${WORKDIR}/${P}
DESCRIPTION="Library to load, handle and manipulate images in the JPEG format"
SRC_URI="ftp://ftp.uu.net/graphics/jpeg/${MY_P}.tar.gz"
HOMEPAGE="http://www.ijg.org/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc sparc64"
DEPEND="virtual/glibc"
src_compile() {
econf \
--enable-shared \
--enable-static || die
make || die
}
src_install() {
dodir /usr/{include,lib,bin,share/man/man1}
make \
prefix=${D}/usr \
mandir=${D}/usr/share/man/man1 \
install || die
dodoc README change.log structure.doc
}
|
|
From: <ji...@us...> - 2002-09-16 13:16:13
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg/files In directory usw-pr-cvs1:/tmp/cvs-serv29915/files Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/jpeg/files added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:16:01
|
Update of /cvsroot/darwinfiles/packagetree/media-libs/jpeg In directory usw-pr-cvs1:/tmp/cvs-serv29829/jpeg Log Message: Directory /cvsroot/darwinfiles/packagetree/media-libs/jpeg added to the repository |
|
From: <ji...@us...> - 2002-09-16 13:07:26
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/groff In directory usw-pr-cvs1:/tmp/cvs-serv27156 Modified Files: groff-1.18.ebuild Log Message: Patching For Darwin Index: groff-1.18.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/sys-apps/groff/groff-1.18.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** groff-1.18.ebuild 16 Sep 2002 13:00:11 -0000 1.1 --- groff-1.18.ebuild 16 Sep 2002 13:07:22 -0000 1.2 *************** *** 7,16 **** SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="x86 ppc sparc sparc64" SLOT="0" LICENSE="GPL-2" ! DEPEND="virtual/glibc ! media-libs/netpbm" src_compile() { --- 7,15 ---- SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" ! DEPEND="media-libs/netpbm" src_compile() { |
|
From: <ji...@us...> - 2002-09-16 13:06:09
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/groff In directory usw-pr-cvs1:/tmp/cvs-serv26875 Modified Files: groff-1.18-r1.ebuild Log Message: Patching For Darwin Index: groff-1.18-r1.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/sys-apps/groff/groff-1.18-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** groff-1.18-r1.ebuild 16 Sep 2002 13:00:11 -0000 1.1 --- groff-1.18-r1.ebuild 16 Sep 2002 13:06:06 -0000 1.2 *************** *** 8,17 **** HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="x86 sparc sparc64" SLOT="0" LICENSE="GPL-2" ! DEPEND="virtual/glibc ! media-libs/netpbm" src_unpack() { --- 8,16 ---- HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" ! DEPEND="media-libs/netpbm" src_unpack() { |
|
From: <ji...@us...> - 2002-09-16 13:04:43
|
Update of /cvsroot/darwinfiles/packagetree/sys-apps/groff In directory usw-pr-cvs1:/tmp/cvs-serv26350 Modified Files: groff-1.17.2-r2.ebuild Log Message: Patching For Darwin Index: groff-1.17.2-r2.ebuild =================================================================== RCS file: /cvsroot/darwinfiles/packagetree/sys-apps/groff/groff-1.17.2-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** groff-1.17.2-r2.ebuild 16 Sep 2002 13:00:11 -0000 1.1 --- groff-1.17.2-r2.ebuild 16 Sep 2002 13:04:35 -0000 1.2 *************** *** 8,16 **** HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="x86 sparc sparc64" SLOT="0" LICENSE="GPL-2" ! DEPEND="virtual/glibc" src_unpack() { --- 8,16 ---- HOMEPAGE="http://www.gnu.org/software/groff/groff.html" ! KEYWORDS="ppc" SLOT="0" LICENSE="GPL-2" ! DEPEND="" src_unpack() { |