From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/tmake/DESCR | 16 ++++++++++++++++ devel/tmake/PLIST | 25 +++++++++++++++++++++++++ devel/tmake/pkg/DESCR | 16 ---------------- devel/tmake/pkg/PLIST | 25 ------------------------- 4 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 devel/tmake/DESCR create mode 100644 devel/tmake/PLIST delete mode 100644 devel/tmake/pkg/DESCR delete mode 100644 devel/tmake/pkg/PLIST (limited to 'devel/tmake') diff --git a/devel/tmake/DESCR b/devel/tmake/DESCR new file mode 100644 index 00000000000..2a3d7b95552 --- /dev/null +++ b/devel/tmake/DESCR @@ -0,0 +1,16 @@ +tmake is an easy-to-use tool from Trolltech to create and maintain +makefiles for software projects. It can be a painful task to manage +makefiles manually, especially if you develop for more than one platform +or use more than one compiler. tmake automates and streamlines this +process and lets you spend your valuable time on writing code, not +makefiles. + +Our main motivation for developing tmake was that we spent far too much +time maintaining makefiles for Qt, +our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix, +Microsoft Windows, and around 15 different C++ compilers. We looked at +GNU autoconf, but it was Unix-specific and not flexible enough in our +opinion. Our makefile system also had to deal with Qt meta object compiler +(moc) issues. The moc program extracts meta information from C++ files and +generates a C++ file with data tables etc. It takes extra work to add +makefile rules for the moc and wanted to automate this task. diff --git a/devel/tmake/PLIST b/devel/tmake/PLIST new file mode 100644 index 00000000000..4e9b60596e5 --- /dev/null +++ b/devel/tmake/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:27:05 zuntum Exp $ +bin/progen +bin/tmake +lib/tmake/${LOWER_OPSYS}-g++/app.t +lib/tmake/${LOWER_OPSYS}-g++/lib.t +lib/tmake/${LOWER_OPSYS}-g++/subdirs.t +lib/tmake/${LOWER_OPSYS}-g++/tmake.conf +lib/tmake/unix/app.t +lib/tmake/unix/generic.t +lib/tmake/unix/lib.t +lib/tmake/unix/subdirs.t +share/doc/tmake/m-linux-gcc.html +share/doc/tmake/m-win32-msvc.html +share/doc/tmake/tmake.html +share/doc/tmake/tmake_ref.html +share/examples/tmake/hello.cpp +share/examples/tmake/hello.h +share/examples/tmake/hello.pro +share/examples/tmake/main.cpp +share/examples/tmake/wc.t +@dirrm share/examples/tmake +@dirrm share/doc/tmake +@dirrm lib/tmake/${LOWER_OPSYS}-g++ +@dirrm lib/tmake/unix +@dirrm lib/tmake diff --git a/devel/tmake/pkg/DESCR b/devel/tmake/pkg/DESCR deleted file mode 100644 index 2a3d7b95552..00000000000 --- a/devel/tmake/pkg/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -tmake is an easy-to-use tool from Trolltech to create and maintain -makefiles for software projects. It can be a painful task to manage -makefiles manually, especially if you develop for more than one platform -or use more than one compiler. tmake automates and streamlines this -process and lets you spend your valuable time on writing code, not -makefiles. - -Our main motivation for developing tmake was that we spent far too much -time maintaining makefiles for Qt, -our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix, -Microsoft Windows, and around 15 different C++ compilers. We looked at -GNU autoconf, but it was Unix-specific and not flexible enough in our -opinion. Our makefile system also had to deal with Qt meta object compiler -(moc) issues. The moc program extracts meta information from C++ files and -generates a C++ file with data tables etc. It takes extra work to add -makefile rules for the moc and wanted to automate this task. diff --git a/devel/tmake/pkg/PLIST b/devel/tmake/pkg/PLIST deleted file mode 100644 index 8d038caf498..00000000000 --- a/devel/tmake/pkg/PLIST +++ /dev/null @@ -1,25 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/25 14:55:59 dmcmahill Exp $ -bin/progen -bin/tmake -lib/tmake/${LOWER_OPSYS}-g++/app.t -lib/tmake/${LOWER_OPSYS}-g++/lib.t -lib/tmake/${LOWER_OPSYS}-g++/subdirs.t -lib/tmake/${LOWER_OPSYS}-g++/tmake.conf -lib/tmake/unix/app.t -lib/tmake/unix/generic.t -lib/tmake/unix/lib.t -lib/tmake/unix/subdirs.t -share/doc/tmake/m-linux-gcc.html -share/doc/tmake/m-win32-msvc.html -share/doc/tmake/tmake.html -share/doc/tmake/tmake_ref.html -share/examples/tmake/hello.cpp -share/examples/tmake/hello.h -share/examples/tmake/hello.pro -share/examples/tmake/main.cpp -share/examples/tmake/wc.t -@dirrm share/examples/tmake -@dirrm share/doc/tmake -@dirrm lib/tmake/${LOWER_OPSYS}-g++ -@dirrm lib/tmake/unix -@dirrm lib/tmake -- cgit v1.2.3