Skip to content

Commit

Permalink
g15composer-3.2 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Mar 22, 2016
1 parent a2693ed commit f175161
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
60 changes: 60 additions & 0 deletions g15composer/README
@@ -0,0 +1,60 @@
g15composer
------------------------------------------
Scriptable command interface to libg15render(3) drawing functions

Runtime requirements:
cygwin-2.4.1-1
libg15daemon_client1-1.9.5.3-1bl2
libg15render1-1.2-1bl2

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.25-4
bison-3.0.4-1
cygport-0.21.0-1
flex-2.5.39-1
gcc-core-5.3.0-3
make-4.1-1

Canonical website:
https://sourceforge.net/projects/g15tools/

Canonical download:
mirror://sourceforge/g15tools/g15composer-3.2.tar.bz2

-------------------------------------------

Build instructions:
1. unpack g15composer-3.2-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./g15composer-3.2-X.cygport all

This will create:
/usr/src/g15composer-3.2-X-src.tar.xz
/usr/src/g15composer-3.2-X.tar.xz

-------------------------------------------

Files included in the binary package:

(g15composer)
/usr/bin/g15composer.exe
/usr/share/doc/Cygwin/g15composer.README
/usr/share/doc/g15composer/AUTHORS
/usr/share/doc/g15composer/COPYING
/usr/share/doc/g15composer/ChangeLog
/usr/share/doc/g15composer/NEWS
/usr/share/doc/g15composer/README
/usr/share/man/man1/g15composer.1.gz

------------------

Port Notes:

----- version 3.2-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>

10 changes: 10 additions & 0 deletions g15composer/g15composer-3.2-1bl1.cygport
@@ -0,0 +1,10 @@
HOMEPAGE="https://sourceforge.net/projects/g15tools/"
SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"

CATEGORY="Utils"
SUMMARY="Scriptable command interface to libg15render(3) drawing functions"
DESCRIPTION="${SUMMARY}"

CYGCONF_ARGS="
--enable-ttf
"
12 changes: 12 additions & 0 deletions g15composer/g15composer-3.2-1bl1.src.patch
@@ -0,0 +1,12 @@
diff -wuprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x aclocal.m4 -x configure -x config.h -x '*.h.in' -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/g15composer-3.2/Makefile.am src/g15composer-3.2/Makefile.am
--- origsrc/g15composer-3.2/Makefile.am 2008-01-25 11:44:00.000000000 +0900
+++ src/g15composer-3.2/Makefile.am 2016-03-22 08:46:56.263379400 +0900
@@ -3,8 +3,6 @@ g15composer_SOURCES = g15composer.c g15c
EXTRA_DIST = g15composer.l g15composer.y debian examples doc
noinst_HEADERS = g15composer.h g15c_logo.h
man1_MANS = $(top_srcdir)/doc/g15composer.1
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-doc_DATA = AUTHORS ChangeLog COPYING NEWS README

g15composer.tab.c: g15composer.lex.c g15composer.y g15composer.h
$(YACC) -b g15composer -d g15composer.y

0 comments on commit f175161

Please sign in to comment.