Yaakov (Cygwin Ports) wrote:
> Right now I'm not in the position to have others committing to the Ports
> tree.  If you have something not already in the tree (and I don't mean
> just a version bump), you may send the .cygport and .src.patch to the
> list for the benefit of others.

Ok, attached.
(the same as are found in my latest cygwin packages' -src files)

>> PS: did you receive my previous off-the-list emails by any chance?
> Would you mind resending them to the list?  It'll make it easy for me to
> answer.

No need to: you answered to them already with previous sentence.

  Lapo
DESCRIPTION="The Ultimate Packer for executables"
HOMEPAGE="http://upx.sourceforge.net/";
SRC_URI="http://upx.sourceforge.net/download/${P}-src.tar.bz2";
SRC_DIR="${P}-src"

src_compile() {
  lndirs
  cd ${B}
  cygmake all exeext=.exe
}

src_install() {
  dobin ${B}/src/upx.exe
  dodoc ${B}/doc/*.txt
}
DESCRIPTION="The Ultimate Packer for executables"
HOMEPAGE="http://directory.fsf.org/project/whois/";
SRC_URI="http://ftp.debian.org/debian/pool/main/w/whois/${PN}_${PV}.tar.gz";

src_compile() {
  lndirs
  cd ${B}
  cygmake LDFLAGS=-lintl
}

src_install() {
  cd ${B}
  cyginstall BASEDIR=${D}
}
DESCRIPTION="A free distributed version control system"
HOMEPAGE="http://monotone.ca/";
SRC_URI="http://monotone.ca/downloads/${PV}/${P}.tar.gz";

CXXFLAGS+="-I/usr/include/boost-1_33_1/"
DESCRIPTION="Test your typing speed and get your fingers' CPS"
HOMEPAGE="http://tobias.eyedacor.org/typespeed/";
SRC_URI="http://tobias.eyedacor.org/typespeed/${P}.tar.gz";
NO_AUTOPOINT=yes

src_compile() {
#        cd ${S}
#        cygautoreconf
        cd ${B}
        cygconf
        cygmake
}
DESCRIPTION="A portable lossless data compression library"
HOMEPAGE="http://www.oberhumer.com/opensource/ucl/";
SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz";
NO_ACLOCAL=yes
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x 
depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x 
'*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x 
'*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x 
mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x 
Makefile.in -x makefile.in -x configure -x gnome-doc-utils.make -x 
gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x xmldocs.make 
origsrc/ucl-1.03/configure.ac src/ucl-1.03/configure.ac
--- origsrc/ucl-1.03/configure.ac       2004-07-20 01:01:47.000000000 +0200
+++ src/ucl-1.03/configure.ac   2007-11-24 16:09:09.921875000 +0100
@@ -48,7 +48,7 @@
 AM_MAINTAINER_MODE
 
 if test -z "$ac_abs_top_srcdir"; then
-    _AC_SRCPATHS(.)
+    _AC_SRCDIRS(.)
 fi
 if test -r .Conf.settings1; then
     . ./.Conf.settings1
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x 
depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x 
'*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x 
'*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x 
mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x 
gnome-doc-utils.make -x gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x 
xmldocs.make origsrc/whois-4.7.24/Makefile src/whois-4.7.24/Makefile
--- origsrc/whois-4.7.24/Makefile       2007-09-18 15:05:34.000000000 +0200
+++ src/whois-4.7.24/Makefile   2007-11-24 17:49:57.312500000 +0100
@@ -1,4 +1,4 @@
-prefix = /usr/local
+prefix = /usr
 
 OPTS := -O2
 
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x 
depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x 
'*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x 
'*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x 
mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x 
Makefile.in -x makefile.in -x configure -x gnome-doc-utils.make -x 
gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x xmldocs.make 
origsrc/typespeed-0.6.4/testsuite/Makefile.am 
src/typespeed-0.6.4/testsuite/Makefile.am
--- origsrc/typespeed-0.6.4/testsuite/Makefile.am       2007-11-29 
22:40:09.000000000 +0100
+++ src/typespeed-0.6.4/testsuite/Makefile.am   2007-12-01 12:28:11.415142600 
+0100
@@ -1,5 +1,5 @@
 CC = gcc
-AM_CFLAGS = -I../src -Wall -W -pedantic -std=c99
+AM_CFLAGS = -I$(srcdir)/../src -Wall -W -pedantic -std=c99
 
 localedir = $(datadir)/locale
 AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DTVERSION=\"v$(VERSION)\" -DTEST
@@ -21,21 +21,21 @@
 t_unescstr_SOURCES = t_unescstr.c
 nodist_t_unescstr_SOURCES = file.c menu.c misc.c network.c typespeed.c
 
-file.o: ../src/file.c ../src/pathnames.h ../src/typespeed.h
-       $(COMPILE) -c ../src/file.c
+file.o: $(srcdir)/../src/file.c $(srcdir)/../src/pathnames.h 
$(srcdir)/../src/typespeed.h
+       $(COMPILE) -c $(srcdir)/../src/file.c
 
-menu.o: ../src/menu.c ../src/typespeed.h
-       $(COMPILE) -c ../src/menu.c
+menu.o: $(srcdir)/../src/menu.c $(srcdir)/../src/typespeed.h
+       $(COMPILE) -c $(srcdir)/../src/menu.c
 
-misc.o: ../src/misc.c ../src/typespeed.h
-       $(COMPILE) -c ../src/misc.c
+misc.o: $(srcdir)/../src/misc.c $(srcdir)/../src/typespeed.h
+       $(COMPILE) -c $(srcdir)/../src/misc.c
 
-misc-ctest.o: ../src/misc.c ../src/typespeed.h
-       $(COMPILE) -DCOLORTEST -c -o misc-ctest.o ../src/misc.c
+misc-ctest.o: $(srcdir)/../src/misc.c $(srcdir)/../src/typespeed.h
+       $(COMPILE) -DCOLORTEST -c -o misc-ctest.o $(srcdir)/../src/misc.c
 
-network.o: ../src/network.c ../src/typespeed.h
-       $(COMPILE) -c ../src/network.c
+network.o: $(srcdir)/../src/network.c $(srcdir)/../src/typespeed.h
+       $(COMPILE) -c $(srcdir)/../src/network.c
 
-typespeed.o: ../src/typespeed.c
-       $(COMPILE) -DTEST -c ../src/typespeed.c
+typespeed.o: $(srcdir)/../src/typespeed.c
+       $(COMPILE) -DTEST -c $(srcdir)/../src/typespeed.c
 
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to