From bdf92717a4f37fcfe0ce1311dee7aaf0dacb23e6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 15 Jul 2011 16:16:39 +0000 Subject: updated README to purge old stuff svn path=/trunk/; revision=15154 --- packages/Makefile | 43 ++++++------------------------------------- 1 file changed, 6 insertions(+), 37 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 92eeb6ee..93a40193 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -38,38 +38,17 @@ CYCLONE_BUILD := $(shell grep CYCLONE_BUILD \ cut -d '"' -f 2) CYCLONE_VERSION := $(CYCLONE_MAJOR_VERSION) $(CYCLONE_RELEASE) $(CYCLONE_BUILD) - -GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \ - sed -n 's|.*GEM_VERSION = "\(.*\)".*|\1|p') +GEM_VERSION := $(shell sed -n 's|.*GEM_VERSION_MAJOR ||p' $(gem_src)/src/Base/GemVersion.h).$(shell sed -n 's|.*GEM_VERSION_MINOR ||p' $(gem_src)/src/Base/GemVersion.h) MAXLIB_VERSION := $(shell grep "define VERSION" \ $(externals_src)/maxlib/maxlib.c | cut -d '"' -f 2) -OSC_VERSION := $(shell grep "define VERSION" $(externals_src)/OSCx/src/OSC.c | \ +OSCX_VERSION := $(shell grep "define VERSION" $(externals_src)/OSCx/src/OSC.c | \ cut -d '"' -f 2) PDP_VERSION := $(shell grep PDP_VERSION= $(externals_src)/pdp/configure.ac | \ cut -d '=' -f 2) -PIDIP_VERSION := $(shell grep _VERSION= $(externals_src)/pidip/configure.ac | \ - cut -d '"' -f 2) - -PMPD_VERSION := $(shell grep "define VERSION" \ - $(externals_src)/pmpd/pmpd.c | cut -d '"' -f 2) - - -TOXY_MAJOR_VERSION := $(shell grep TOXY_VERSION \ - $(externals_src)/miXed/toxy/build_counter | cut -d ' ' -f 3 | \ - cut -d '"' -f 2) -TOXY_RELEASE := $(shell grep TOXY_RELEASE \ - $(externals_src)/miXed/toxy/build_counter | cut -d ' ' -f 3 | \ - cut -d '"' -f 2) -TOXY_BUILD := $(shell grep TOXY_BUILD \ - $(externals_src)/miXed/toxy/build_counter | cut -d ' ' -f 3 | \ - cut -d '"' -f 2) -TOXY_VERSION := $(TOXY_MAJOR_VERSION) $(TOXY_RELEASE) $(TOXY_BUILD) - - ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \ grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2) @@ -355,27 +334,17 @@ endif echo "

" >> $(README_FILE) echo "Many others not listed have contributed their time and effort, this is just a list of the current developers in the SourceForge project. But really, every Pd user is a developer and is encouraged to contribute to the CVS repository." >> $(README_FILE) echo "

" >> $(README_FILE) - echo "

Included Versions

" >> $(README_FILE) - echo "

These externals are all included from the Pd CVS repository:

" >> $(README_FILE) + echo "

Included Libraries

" >> $(README_FILE) + echo "

To find out about which libraries are included in Pd-extended, see Libraries in Pd-extended. Here's some of the libraries that are included:

" >> $(README_FILE) echo "" >> $(README_FILE) - echo "(this package was built on `date`)
" >> $(README_FILE) + echo "

(this package was built on `date`)

" >> $(README_FILE) echo "" >> $(README_FILE) -- cgit v1.2.1