aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-config-tiny
diff options
context:
space:
mode:
Diffstat (limited to 'dev/perl/perl-config-tiny')
-rw-r--r--dev/perl/perl-config-tiny/Manifest3
-rw-r--r--dev/perl/perl-config-tiny/perl-config-tiny.mkbuild189
2 files changed, 192 insertions, 0 deletions
diff --git a/dev/perl/perl-config-tiny/Manifest b/dev/perl/perl-config-tiny/Manifest
new file mode 100644
index 0000000..a635f13
--- /dev/null
+++ b/dev/perl/perl-config-tiny/Manifest
@@ -0,0 +1,3 @@
+DIST Config-Tiny-2.12.tar.gz 16072 MD5 1df5a4ff37cd1d80532ddbe28015d1f0 RMD160 8c7c63fc14e206688b7aab76cc92d61b73c2dd44 SHA1 45360fdf2bd263fdb090d833a09ba3bc7e8578f8 SHA256 1a5b7f5e8245a3e7be859df571209353be30abc7292815ee0f459b8dc87cdb5b SHA512 3ec3fe3ccbf48355c9699454c2db9dbf16947c4c86ec97f2cb9ef92ac18b5a052fb631ad1fd2e37fa01c8b202ebc73599ad2110a58de544437b560794ffcbb72
+MKBUILD perl-config-tiny.mkbuild 5077 MD5 51a4ca86ca0663ba579353755072d404 RMD160 bbbf02d9cab974bf8e0b74311ea0bde8c68534e0 SHA1 cb5cc50019861a658a4fcf9414e28f90d0ce0491 SHA256 7a056589e2966b2ff290c58e1605d505f13af4bcd1892c6962993d8f3377d7f3 SHA512 b2ee571d6f2e841b621bf7396604cfe7ba835679b3edfce34e001d3d64e345c87c253e3100545ebd2481f72556bd640dda5804f86664605bec277d6346746e1a
+SLACKBUILD perl-config-tiny.SlackBuild 7083 MD5 1d6df7c9ace694fb567bda28165698cc RMD160 e6523e4821b1fabcddc70fb13845796ec29c481c SHA1 e288aaa7b0ad11efc1fc41179b348e40e8413cd9 SHA256 ba5a0c662ec5821d54e3bc345f27a95d6dadbe805228b3967023c456e10e9822 SHA512 f2e2f51bc47b17810ebb7c58e313a5c749a537e7cdc2ee382ae4110adaa2fb0e8d0e5a1689d44e71c7d343c9255005c3fd86ac4a5ccc1080aa072280aad10286
diff --git a/dev/perl/perl-config-tiny/perl-config-tiny.mkbuild b/dev/perl/perl-config-tiny/perl-config-tiny.mkbuild
new file mode 100644
index 0000000..d2bfa7c
--- /dev/null
+++ b/dev/perl/perl-config-tiny/perl-config-tiny.mkbuild
@@ -0,0 +1,189 @@
+#
+# This mkbuild is free software; you can redistribute it and/or modify it under the
+# terms of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or any later version.
+#
+# This mkbuild is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place - Suite 330, Boston, MA 02111-1307, USA
+#
+# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
+# Version $Rev: 824 $ - $Author: rhatto $
+
+#--------------------
+# Personal variables
+#--------------------
+# Author name
+[[SLACKBUILD AUTHOR]]="Alexandre Vieira de Souza"
+
+# Initials author name
+[[SLACKBUILD AUTHOR INITIALS]]="avs"
+
+#------------------------
+# Construction Variables
+#------------------------
+#
+# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
+[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Config-Tiny-2.12.tar.gz"
+
+# Source base name. if different from package name. Null ("") to default value.
+# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[SOURCE NAME]]=""
+
+# Package name. Null ("") to auto-set
+# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[PACKAGE NAME]]="perl-config-tiny"
+
+#
+# Package default ARCH
+# Default set is i486
+[[ARCH]]=""
+
+#
+# Package version. Null ("") to auto-set.
+# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[VERSION]]=""
+
+#
+# Package extension. Null ("") to auto-set
+# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[EXTENSION]]=""
+
+#
+# Build number.
+# Auto-set to default 1
+[[BUILD NUMBER]]=""
+
+#
+# Source Name construction string
+# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION
+[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION"
+
+#
+# Unpacker programa ("") to auto-set. Default "tar"
+# Unpacke Flags ("") to auto-set. Default flags to tar "--no-same-owner --no-same-permissions -xvf"
+[[UNPACKER]]=""
+[[UNPACKER FLAGS]]=""
+
+#
+# Dependency list input
+# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]"
+# Example:
+[[SLACK REQUIRED]]=""
+
+#
+# Decompress program
+# gz, tgz, bz2, set null ("") to auto-set
+# Auto-set, get DECOMPRESSOR from URL EXTENSION: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[DECOMPRESSOR]]=""
+
+#
+# Decompress check flag
+# gz, tgz, bz2, set null ("") to auto-set
+[[DECOMPRESSOR TEST FLAG]]=""
+
+#
+# Documentation files. Null ("") to auto-set commom doc-files:
+# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.*
+[[DOCUMENTATION FILES]]=""
+
+#
+# ./configure options
+[[OTHER CONFIGURE ARGS]]=""
+
+#
+# PREFIX. Default /usr
+[[PREFIX]]="/usr"
+
+#
+# Number of jobs
+[[NUMBER OF JOBS]]=""
+
+#---------------------
+# Others changes
+#---------------------
+#[[MD5SUM CODE]]=""
+#[[MD5SUM EXTENSION]]=""
+#[[SIGNING KEY]]=""
+#[[SIGNING KEY URL]]=""
+#[[SIGNING KEY ID]]=""
+#[[SIGNING URL]]=""
+#[[CONFIG FILES]]=""
+#[[PATCH URLS]]=""
+#[[REST OF DOINST.SH]]=""
+[[PATCH FILES]]=""
+[[NUMBER OF PREFIX SLASHES TO STRIP]]="1"
+
+# SlackBuild model
+[[SLACKBUILD MODEL]]="perl.mkSlackBuild"
+
+# SlackBuild PATH in Slack.Sarava tree
+#[[SLACKBUILD PATH]]="others/unclassified/$PKG_NAME"
+[[SLACKBUILD PATH]]="dev/perl/perl-config-tiny"
+
+#---------------------
+# SlackBuild Sections
+#---------------------
+# Default sections:
+# head, set_variables, slkflags, start_structure, untar_source,
+# make_package, install_package, build_package
+# Warning: don't remove '#>>' and "#<<" tags.
+#>> Start SlackBuild Sections:
+ on: head
+ on: slackbuildrc
+ on: set_variables
+ on: slkflags
+ on: error_codes
+ on: start_structure
+off: create_build_user_and_group
+ on: download_source
+off: download_patches
+off: svn_source
+off: git_source
+off: md5sum_download_and_check_0
+off: md5sum_download_and_check_1
+off: gpg_signature_check
+ on: manifest_check
+ on: untar_source
+off: patch_source
+off: pre_configure
+ on: configure
+off: pre_make_package
+ on: make_package
+off: pre_install_package
+ on: install_package
+off: post_install_package
+ on: strip_binaries
+off: compress_manpages
+off: compress_info_files
+off: copy_init_scripts
+off: copy_config_files
+ on: install_documentation
+ on: slackdesc
+off: move_config_files
+off: postinstall_script
+off: slack_required
+ on: build_package
+ on: clean_builds
+#<< End SlackBuild Sections
+
+#------------------
+# Sections changes
+#------------------
+#>slackdesc
+perl-config-tiny: perl-config-tiny
+perl-config-tiny:
+perl-config-tiny: Read/Write .ini style files with as little code
+perl-config-tiny: as possible.
+perl-config-tiny:
+perl-config-tiny:
+perl-config-tiny:
+perl-config-tiny:
+perl-config-tiny:
+perl-config-tiny: by avs
+perl-config-tiny:
+#<slackdesc