pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import suse_fpc-13.1 as wip/suse131_fpc.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 17 15:34:28 2015 +0200
Changeset:	abcb44941b23cb53730f9f42090c22761af2287a

Added Files:
	suse131_fpc/DESCR
	suse131_fpc/Makefile
	suse131_fpc/distinfo

Log Message:
Import suse_fpc-13.1 as wip/suse131_fpc.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

Freepascal is a free 32/64bit Pascal Compiler. It comes with a run-time library
and is fully compatible with Turbo Pascal 7.0 and nearly Delphi compatible.
Some extensions are added to the language, like function overloading and
generics. Shared libraries can be linked. This package contains commandline
compiler and utils. Provided units are the runtime library (RTL), free
component library (FCL) and the base and extra packages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=abcb44941b23cb53730f9f42090c22761af2287a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 suse131_fpc/DESCR    | 10 ++++++++++
 suse131_fpc/Makefile | 13 +++++++++++++
 suse131_fpc/distinfo |  8 ++++++++
 3 files changed, 31 insertions(+)

diffs:
diff --git a/suse131_fpc/DESCR b/suse131_fpc/DESCR
new file mode 100644
index 0000000..6e7814d
--- /dev/null
+++ b/suse131_fpc/DESCR
@@ -0,0 +1,10 @@
+Linux compatibility package based on the openSUSE Linux distribution.
+Please visit http://www.opensuse.org/ for more information about openSUSE
+Linux.
+
+Freepascal is a free 32/64bit Pascal Compiler. It comes with a run-time library
+and is fully compatible with Turbo Pascal 7.0 and nearly Delphi compatible.
+Some extensions are added to the language, like function overloading and
+generics. Shared libraries can be linked. This package contains commandline
+compiler and utils. Provided units are the runtime library (RTL), free
+component library (FCL) and the base and extra packages.
diff --git a/suse131_fpc/Makefile b/suse131_fpc/Makefile
new file mode 100644
index 0000000..6ca32f6
--- /dev/null
+++ b/suse131_fpc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+PKGNAME=	suse_fpc-${SUSE_VERSION}
+CATEGORIES=	emulators
+RPMEDUPKGS+=	fpc-2.6.4-2.1.${SUSE_ARCH}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Linux compatibility package for Free Pascal Compiler
+
+EMUL_MODULES.linux=	base
+
+.include "../../emulators/suse131_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/suse131_fpc/distinfo b/suse131_fpc/distinfo
new file mode 100644
index 0000000..6ccd539
--- /dev/null
+++ b/suse131_fpc/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+SHA1 (suse131/fpc-2.6.4-2.1.i586.rpm) = 92b1cc727de2a2f14d56b3dc6e2939cfdae95a6d
+RMD160 (suse131/fpc-2.6.4-2.1.i586.rpm) = fbb43fc8ba1e6160e049e5cc783c928fa1c86d45
+Size (suse131/fpc-2.6.4-2.1.i586.rpm) = 19850216 bytes
+SHA1 (suse131/fpc-2.6.4-2.1.x86_64.rpm) = c94c2f6be75970e5eb431d33b548a8a66754fb4a
+RMD160 (suse131/fpc-2.6.4-2.1.x86_64.rpm) = 25c319348448a7d24f2333a86b5b2307709f621e
+Size (suse131/fpc-2.6.4-2.1.x86_64.rpm) = 21106683 bytes


Home | Main Index | Thread Index | Old Index