pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tcc-devel: Rename to tcc-git
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 25 22:31:29 2016 +0200
Changeset: 853d6a88210e22cc2011f595a4a328582d30c4ab
Modified Files:
Makefile
Added Files:
tcc-git/DESCR
tcc-git/Makefile
tcc-git/PLIST
Removed Files:
tcc-devel/DESCR
tcc-devel/Makefile
tcc-devel/PLIST
Log Message:
tcc-devel: Rename to tcc-git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=853d6a88210e22cc2011f595a4a328582d30c4ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
tcc-devel/DESCR | 19 -------------------
tcc-devel/Makefile | 37 -------------------------------------
tcc-devel/PLIST | 15 ---------------
tcc-git/DESCR | 19 +++++++++++++++++++
tcc-git/Makefile | 37 +++++++++++++++++++++++++++++++++++++
tcc-git/PLIST | 15 +++++++++++++++
7 files changed, 72 insertions(+), 72 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index bb4929d..a954853 100644
--- a/Makefile
+++ b/Makefile
@@ -3993,7 +3993,7 @@ SUBDIR+= taskserver
SUBDIR+= tc-git
SUBDIR+= tc-hasida-table
SUBDIR+= tcc
-SUBDIR+= tcc-devel
+SUBDIR+= tcc-git
SUBDIR+= tcl-curl
SUBDIR+= tcl-iwidgets
SUBDIR+= tcmplex-panteltje
diff --git a/tcc-devel/DESCR b/tcc-devel/DESCR
deleted file mode 100644
index 9762d1f..0000000
--- a/tcc-devel/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
------------------------------------------------------------------------
-Features:
---------
-- SMALL! You can compile and execute C code everywhere, for example on
- rescue disks.
-- FAST! tcc generates optimized x86 code. No byte code
- overhead. Compile, assemble and link about 7 times faster than 'gcc
- -O0'.
-- UNLIMITED! Any C dynamic library can be used directly. TCC is
- heading torward full ISOC99 compliance. TCC can of course compile
- itself.
-- SAFE! tcc includes an optional memory and bound checker. Bound
- checked code can be mixed freely with standard code.
-- Compile and execute C source directly. No linking or assembly
- necessary. Full C preprocessor included.
-- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
- line of your C source, and execute it directly from the command
- line.
diff --git a/tcc-devel/Makefile b/tcc-devel/Makefile
deleted file mode 100644
index cf2e535..0000000
--- a/tcc-devel/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/07 17:17:25 asau Exp $
-#
-
-DISTNAME= tcc-devel-${TCC_VER}
-CATEGORIES= lang
-
-MAINTAINER= rumcic%gmail.com@localhost
-HOMEPAGE= http://www.tinycc.org/
-COMMENT= The Smallest ANSI C compiler
-
-
-USE_TOOLS+= gmake
-HAS_CONFIGURE= yes
-NO_CHECKSUM= yes
-REPLACE_PERL+= texi2pod.pl
-
-.include "../../mk/bsd.prefs.mk"
-
-TCC_VER!= ${DATE} +%Y%m%d
-
-.if ${OPSYS} != "Linux"
-SUBST_CLASSES+= ldl
-SUBST_FILES.ldl= Makefile
-SUBST_STAGE.ldl= post-patch
-SUBST_SED.ldl= -e 's,LIBS=,\#LIBS,'
-.endif
-
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-
-GIT_REPOSITORIES= tcc
-GIT_REPO.tcc= http://repo.or.cz/tinycc.git
-GIT_BRANCH.tcc= mob
-
-WRKSRC= ${WRKDIR}/tcc
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tcc-devel/PLIST b/tcc-devel/PLIST
deleted file mode 100644
index f366f87..0000000
--- a/tcc-devel/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:20 thomasklausner Exp $
-bin/tcc
-include/libtcc.h
-lib/libtcc.a
-lib/tcc/bcheck.o
-lib/tcc/include/float.h
-lib/tcc/include/iso646.h
-lib/tcc/include/stdarg.h
-lib/tcc/include/stdbool.h
-lib/tcc/include/stddef.h
-lib/tcc/include/tcclib.h
-lib/tcc/include/varargs.h
-lib/tcc/libtcc1.a
-man/man1/tcc.1
-share/doc/tcc/tcc-doc.html
diff --git a/tcc-git/DESCR b/tcc-git/DESCR
new file mode 100644
index 0000000..9762d1f
--- /dev/null
+++ b/tcc-git/DESCR
@@ -0,0 +1,19 @@
+Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
+-----------------------------------------------------------------------
+Features:
+--------
+- SMALL! You can compile and execute C code everywhere, for example on
+ rescue disks.
+- FAST! tcc generates optimized x86 code. No byte code
+ overhead. Compile, assemble and link about 7 times faster than 'gcc
+ -O0'.
+- UNLIMITED! Any C dynamic library can be used directly. TCC is
+ heading torward full ISOC99 compliance. TCC can of course compile
+ itself.
+- SAFE! tcc includes an optional memory and bound checker. Bound
+ checked code can be mixed freely with standard code.
+- Compile and execute C source directly. No linking or assembly
+ necessary. Full C preprocessor included.
+- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
+ line of your C source, and execute it directly from the command
+ line.
diff --git a/tcc-git/Makefile b/tcc-git/Makefile
new file mode 100644
index 0000000..cf2e535
--- /dev/null
+++ b/tcc-git/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.2 2012/10/07 17:17:25 asau Exp $
+#
+
+DISTNAME= tcc-devel-${TCC_VER}
+CATEGORIES= lang
+
+MAINTAINER= rumcic%gmail.com@localhost
+HOMEPAGE= http://www.tinycc.org/
+COMMENT= The Smallest ANSI C compiler
+
+
+USE_TOOLS+= gmake
+HAS_CONFIGURE= yes
+NO_CHECKSUM= yes
+REPLACE_PERL+= texi2pod.pl
+
+.include "../../mk/bsd.prefs.mk"
+
+TCC_VER!= ${DATE} +%Y%m%d
+
+.if ${OPSYS} != "Linux"
+SUBST_CLASSES+= ldl
+SUBST_FILES.ldl= Makefile
+SUBST_STAGE.ldl= post-patch
+SUBST_SED.ldl= -e 's,LIBS=,\#LIBS,'
+.endif
+
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+
+GIT_REPOSITORIES= tcc
+GIT_REPO.tcc= http://repo.or.cz/tinycc.git
+GIT_BRANCH.tcc= mob
+
+WRKSRC= ${WRKDIR}/tcc
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tcc-git/PLIST b/tcc-git/PLIST
new file mode 100644
index 0000000..f366f87
--- /dev/null
+++ b/tcc-git/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:20 thomasklausner Exp $
+bin/tcc
+include/libtcc.h
+lib/libtcc.a
+lib/tcc/bcheck.o
+lib/tcc/include/float.h
+lib/tcc/include/iso646.h
+lib/tcc/include/stdarg.h
+lib/tcc/include/stdbool.h
+lib/tcc/include/stddef.h
+lib/tcc/include/tcclib.h
+lib/tcc/include/varargs.h
+lib/tcc/libtcc1.a
+man/man1/tcc.1
+share/doc/tcc/tcc-doc.html
Home |
Main Index |
Thread Index |
Old Index