[csw-devel] SF.net SVN: gar:[15019] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Jul 9 13:06:29 CEST 2011


Revision: 15019
          http://gar.svn.sourceforge.net/gar/?rev=15019&view=rev
Author:   dmichelsen
Date:     2011-07-09 11:06:29 +0000 (Sat, 09 Jul 2011)

Log Message:
-----------
ucspi-tcp: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/ucspi-tcp/
    csw/mgar/pkg/ucspi-tcp/Makefile
    csw/mgar/pkg/ucspi-tcp/branches/
    csw/mgar/pkg/ucspi-tcp/tags/
    csw/mgar/pkg/ucspi-tcp/trunk/
    csw/mgar/pkg/ucspi-tcp/trunk/Makefile
    csw/mgar/pkg/ucspi-tcp/trunk/checksums
    csw/mgar/pkg/ucspi-tcp/trunk/files/

Copied: csw/mgar/pkg/ucspi-tcp/Makefile (from rev 14858, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/ucspi-tcp/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ucspi-tcp/Makefile	2011-07-09 11:06:29 UTC (rev 15019)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/ucspi-tcp/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Copied: csw/mgar/pkg/ucspi-tcp/trunk/Makefile (from rev 15016, csw/mgar/pkg/djbdns/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/ucspi-tcp/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ucspi-tcp/trunk/Makefile	2011-07-09 11:06:29 UTC (rev 15019)
@@ -0,0 +1,70 @@
+NAME = ucspi-tcp
+VERSION = 0.88
+CATEGORIES = apps
+
+DESCRIPTION = Command-line tools for building TCP client-server applications
+define BLURB
+endef
+
+MASTER_SITES += http://cr.yp.to/ucspi-tcp/
+MASTER_SITES += http://smarden.org/pape/djb/manpages/
+DISTFILES += $(DISTNAME).tar.gz
+#DISTFILES += doc.tar.gz
+DISTFILES += $(DISTNAME)-man.tar.gz
+
+VENDOR_URL = http://cr.yp.to/ucspi-tcp.html
+LICENSE = README
+
+PACKAGES += CSWucspi-tcp
+SPKG_DESC_CSWucspi-tcp = Command-line tools for building TCP client-server applications
+OBSOLETED_BY_CSWucspi-tcp = CSWucspitcp
+CATALOGNAME_CSWucspitcp = ucspi_tcp_stub
+
+FILES += addcr
+FILES += argv0
+FILES += date@
+FILES += delcr
+FILES += finger@
+FILES += fixcrio
+FILES += http@
+FILES += mconnect-io
+FILES += rblsmtpd
+FILES += recordio
+FILES += tcpcat
+FILES += tcpclient
+FILES += tcprules
+FILES += tcprulescheck
+FILES += tcpserver
+FILES += mconnect
+FILES += who@
+
+CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS = custom
+TEST_SCRIPTS = custom
+INSTALL_SCRIPTS = custom
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+configure-custom:
+	@echo "==> Configuring $(NAME)"
+	@echo $(prefix) >$(WORKSRC)/conf-home
+	@echo $(CC) $(CFLAGS) >$(WORKSRC)/conf-cc
+	@echo $(CC) $(LDFLAGS) >$(WORKSRC)/conf-ld
+	@$(MAKECOOKIE)
+
+build-custom:
+	@echo "==> building $(NAME)"
+	cd $(WORKSRC) && gmake
+	@$(MAKECOOKIE)
+
+install-custom:
+	@echo "==> installing $(NAME)"
+	@echo "==> to $(DESTDIR)$(prefix)/bin"
+	rm -rf   $(DESTDIR)$(prefix)
+	mkdir -p $(DESTDIR)$(prefix)/bin
+	ginstall -m 755 $(addprefix $(WORKSRC)/,$(FILES)) $(DESTDIR)$(prefix)/bin 
+	mkdir -p $(DESTDIR)$(mandir)/man1
+	ginstall -m 644 $(WORKDIR)/$(DISTNAME)-man/*.1 $(DESTDIR)$(mandir)/man1
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/ucspi-tcp/trunk/checksums
===================================================================
--- csw/mgar/pkg/ucspi-tcp/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ucspi-tcp/trunk/checksums	2011-07-09 11:06:29 UTC (rev 15019)
@@ -0,0 +1,2 @@
+d33160cbd43bccbc0963d0499dfcebdb  ucspi-tcp-0.88-man.tar.gz
+39b619147db54687c4a583a7a94c9163  ucspi-tcp-0.88.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list