diff options
author | xdoctor <xdoctor@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2010-07-30 22:22:11 +0000 |
---|---|---|
committer | xdoctor <xdoctor@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2010-07-30 22:22:11 +0000 |
commit | 38fbc922763f300344bf212f1a48a17334233413 (patch) | |
tree | 85479b7c3594c6227f78ff4e849b95c554f7b70a /dev/perl | |
parent | 9f51d3f7ebb59856b13758aadb6a883961b02005 (diff) | |
download | mkbuilds-38fbc922763f300344bf212f1a48a17334233413.tar.gz mkbuilds-38fbc922763f300344bf212f1a48a17334233413.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@546 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'dev/perl')
30 files changed, 2695 insertions, 24 deletions
diff --git a/dev/perl/perl-cairo/Manifest b/dev/perl/perl-cairo/Manifest new file mode 100644 index 0000000..0329ab3 --- /dev/null +++ b/dev/perl/perl-cairo/Manifest @@ -0,0 +1,3 @@ +DIST Cairo-1.061.tar.gz 90604 MD5 08cd5e847f61858651fc4de769066e88 RMD160 eeed3fc830276a794b145ab9da2770e3cb856a65 SHA1 534500b85935a0fbfaeff76b4ff04067021cd8c7 SHA256 1d253f9d48bd36efdd4b962c169659182126baac9a6c6bb820406b48de9367a0 SHA512 57d22bd6c514a8319453ddabe87b643f4014168dff7abb22a7290981469399031ddea128fdb06e166cf8a98d9096a441bbfb45d4a7c30fa991444e6a9af31212 +MKBUILD perl-cairo.mkbuild 4971 MD5 e084b370b5eb94268f5ba41da88d54cf RMD160 b4e4064ac970bd60db35377966f7fabef175d998 SHA1 881b4e6b467a31b38ee0cb6c5cca8e69fa4f6a95 SHA256 497dfb1cd93c1ba8d22c4dd9c05b8f19ee8f3ae9c88a1fd679912ec6d94208da SHA512 b67feba3f818907f79312a3342ca81bd952f9a392311f326a8da6baa0b21527543e860274675ce7190cb6a0c900029ca6facef3bcb848536356e9d3971efbd8e +SLACKBUILD perl-cairo.SlackBuild 6954 MD5 35ae85a1d90ebe4198a815d366880ed1 RMD160 2a9d2f802115a98fc5b01cd7bd74df52cc0ea1c1 SHA1 e2dd9417163434c542f45276cf9554405696802f SHA256 76f5102a225ddc0ee08b1b122685e229c7ad4d913447f80fd6a7207f40f0be3d SHA512 958ba78eae3702e680938f2c207393cff7328d2b94be814a8b08c69e0372c6c118c4414c9e3f501923bc67229138c6f974e6a4d0665d45035e8f35d8bdb1038b diff --git a/dev/perl/perl-cairo/perl-cairo.mkbuild b/dev/perl/perl-cairo/perl-cairo.mkbuild new file mode 100644 index 0000000..3a279d4 --- /dev/null +++ b/dev/perl/perl-cairo/perl-cairo.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/T/TS/TSCH/Cairo-1.061.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-cairo" + +# +# 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-cairo" + +#--------------------- +# 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-cairo: perl-cairo +perl-cairo: +perl-cairo: Perl bindings to the cairo graphics library. +perl-cairo: +perl-cairo: +perl-cairo: +perl-cairo: +perl-cairo: +perl-cairo: +perl-cairo: by avs +perl-cairo: +#<slackdesc diff --git a/dev/perl/perl-carp-clan/Manifest b/dev/perl/perl-carp-clan/Manifest new file mode 100644 index 0000000..ccc0981 --- /dev/null +++ b/dev/perl/perl-carp-clan/Manifest @@ -0,0 +1,4 @@ +DIST Carp-Clan-6.04.tar.gz 19345 MD5 b6316bc51bb530d994f2784615939fb2 RMD160 b12853d3739e430dd125407a0b542bc7a1069dd1 SHA1 c280f20b15ec960af16e1b23d01864a9597332e0 SHA256 542e13ece92d40545b8ba6626cfc6ed73071c6cbf6a5537ca126c41b349ae1ec SHA512 cd4193c5b244ce73d9a27c4f22aafebb6054602aefcb665a9da23c45fc9dc2687cb070883a5080709d7ee4b2644c4db6e94a3f91d7e2dcc9d850f17d2633097a +MISC perl-carp-clan.mkbuild~ 4945 MD5 6af84e10073344f6db8a5daad05d1913 RMD160 778e01d0399b8a920a666fa7f85360d0003518e0 SHA1 4fce323697db24435d31c9089d38a5a5c1d24a65 SHA256 78b46e05b40160245de0cb70e66660c22744396f40cff1bb5d6ce8c4ddb559e5 SHA512 e8fa9bbba5e9f3f8d8b18d933911d8bfb16464d9ba729236e17acbafef2bae861083f3a266a2ca1bddadb8420c01e36055a620714b9140ed468576fa6678338a +MKBUILD perl-carp-clan.mkbuild 4987 MD5 dd099fcf5ce1736052b1ddc4606bbf75 RMD160 0b99d3aea59f24c888602ccbf64db40514cd051a SHA1 4b85b06481c75b817b4494c4d4f754cc5a3e8c88 SHA256 d242a456f2693ebe8ab9191dc0d9c1ca21fe7e2a82851a39778cde8847e9f06b SHA512 a0d3d2ae9350cb9bb81fed03a92285541654a3301b87738934bcb0f8bdc437ad9ad9d20c943c3e5c7e2d64c88be4a45118ef4fbd5f83dba9b1e48a2039b51e3e +SLACKBUILD perl-carp-clan.SlackBuild 6985 MD5 4df8e91d9e55afb7b7a5d787f7231436 RMD160 81ce407619d83fcece975c7227d4ddc3eafa9470 SHA1 5128520942bd7be123b5fd6f5d3e2c3b14ddcc91 SHA256 1518b2e2f0bf50c828def6a4a85b53ffc7b26f513a22d06c1586a8b3bc8c9187 SHA512 d59f66d3e8552d9df44a5e7f16f33e9c651da3accb1115e5d44d700bd6ca098bb2eeeb0a01712dd89aaf4fac2b02ebd61768c37c73d018f34fd3796101d1739a diff --git a/dev/perl/perl-carp-clan/perl-carp-clan.mkbuild b/dev/perl/perl-carp-clan/perl-carp-clan.mkbuild new file mode 100644 index 0000000..9342569 --- /dev/null +++ b/dev/perl/perl-carp-clan/perl-carp-clan.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/S/ST/STBEY/Carp-Clan-6.04.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-carp-clan" + +# +# 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-carp-clan" + +#--------------------- +# 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-carp-clan: perl-carp-clan +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: +perl-carp-clan: by avs +perl-carp-clan: +#<slackdesc 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 diff --git a/dev/perl/perl-date-calc/Manifest b/dev/perl/perl-date-calc/Manifest new file mode 100644 index 0000000..04eb6dd --- /dev/null +++ b/dev/perl/perl-date-calc/Manifest @@ -0,0 +1,3 @@ +DIST Date-Calc-6.3.tar.gz 168967 MD5 9b64555b7051c1beb6b61daead2d01b3 RMD160 5591594c553eae276ffcd6c0b781b6621f04b8b2 SHA1 05464e935cf2340fe72e3d81264ed633dc728926 SHA256 3eb66188af89abc65b71e9852808d5d6b4bea7a606c55f2ae52c229bfc5bdb93 SHA512 74d755e07c2c1601b3f9ae630a60142367a8b6aa11223da57334b05b363fe636f2d77eeb5cce273122e1f090bc917c8b833370451a7a402637f29305523c2385 +MKBUILD perl-date-calc.mkbuild 5023 MD5 67e504b5dd5760d76e0789250edd9f91 RMD160 d41a8e38f490cc463447677ca97d84fa87bd1508 SHA1 7d589cf3112717eb6f0736e51a3c367a62161fc5 SHA256 700179d5ea5275893037823da7b97674e88a51d02daed4e2e8572aa409435762 SHA512 9a18422fcfc77216a98baa305c8a93a5d7262d30804d6c5d0cf4d8f0efb3089236d6cc95f9c4cd662035c12471f6b59c7f7c28be553fd3d31eec0dd629249f6c +SLACKBUILD perl-date-calc.SlackBuild 7020 MD5 78e9a2bb0bdf9eb129102cba9a5248c6 RMD160 2d083ed143f159c9f360e4357d7f5427a804370a SHA1 1f91196d3039ad279c5c18ca12ec04fba6e39451 SHA256 8a69c95c9c84a75aa48d3e51f5cc3570a620b26cba968125e561f44baeaa4726 SHA512 ca998a7ea1dd97b7b83bb704eb5bace9108d734cade856654e0618f99283dbfcdf769896fe779d1ea2aa04af05a4de41468dbbceedf00c294b70a72b661597a4 diff --git a/dev/perl/perl-date-calc/perl-date-calc.mkbuild b/dev/perl/perl-date-calc/perl-date-calc.mkbuild new file mode 100644 index 0000000..04117be --- /dev/null +++ b/dev/perl/perl-date-calc/perl-date-calc.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/S/ST/STBEY/Date-Calc-6.3.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-date-calc" + +# +# 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-date-calc" + +#--------------------- +# 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-date-calc: perl-date-calc +perl-date-calc: +perl-date-calc: Gregorian calendar date calculations +perl-date-calc: +perl-date-calc: +perl-date-calc: +perl-date-calc: +perl-date-calc: +perl-date-calc: +perl-date-calc: by avs +perl-date-calc: +#<slackdesc diff --git a/dev/perl/perl-extutils-depends/Manifest b/dev/perl/perl-extutils-depends/Manifest new file mode 100644 index 0000000..9be1fbb --- /dev/null +++ b/dev/perl/perl-extutils-depends/Manifest @@ -0,0 +1,3 @@ +DIST ExtUtils-Depends-0.302.tar.gz 11001 MD5 db46426f0599668da95c21b53b532508 RMD160 7424b3c6d58c2b22f84f2d5930a4d73e5d859577 SHA1 94a5e869b53acfd94632fcbabd7dd6568bb4f778 SHA256 e9f48c9ccf34036b2913ce85556499e79c186b78cff5af0e56989f0d1da1a0c9 SHA512 056cbd44df9e85d52c9d7f3c5919b8574934d850f1a6efbff4a174bc5da2be5e728c69b6460220eba4ccc09f1903d57047d6feb0be333eb322dba5efd2839207 +MKBUILD perl-extutils-depends.mkbuild 4986 MD5 278b4bbdf1c06608dd7a35ada0884653 RMD160 4ab5d25046fd364816f86640724c94fbb078ebb4 SHA1 e75d65222168a4dd5855af4e54ee81de035d4a6d SHA256 0aa7160b0f62b6c38dd874fcbb02189401150f5147a97dfebc94c90340128045 SHA512 914299a06f85127c0603e60cee03319d02dbe91c9727345437896c838b99684b955f4e354c2ddb2e2f18e7d26ad7d792b4303a3516a57f22fcd7b859bbd21221 +SLACKBUILD perl-extutils-depends.SlackBuild 7013 MD5 f6b8e03d672bc5df8eed049b342e6612 RMD160 78bf776b325c87d8b6381307f3b3d74f63169fd7 SHA1 6f291b9598bccc052fa766116d780802060c1080 SHA256 ed7524f0ce36e8ffd72a5cbbffc791f5cc45303d4f41dca2aeb0b2eb94b01b05 SHA512 3baab69b99a0483b7bedb526e40401c49b613c6d6bff25a529edb3f586b7c4fbf077f44a7e5190868d840a9e94ce52d174e2c1e6b8617d89370dae63660c6e41 diff --git a/dev/perl/perl-extutils-depends/perl-extutils-depends.mkbuild b/dev/perl/perl-extutils-depends/perl-extutils-depends.mkbuild new file mode 100644 index 0000000..9d0bbee --- /dev/null +++ b/dev/perl/perl-extutils-depends/perl-extutils-depends.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]]="ftp://cpan.pair.com/modules/by-module/ExtUtils/ExtUtils-Depends-0.302.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-extutils-depends" + +# +# 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-extutils-depends" + +#--------------------- +# 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-extutils: perl-extutils +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +perl-extutils: +#<slackdesc diff --git a/dev/perl/perl-extutils-pkgconfig/Manifest b/dev/perl/perl-extutils-pkgconfig/Manifest new file mode 100644 index 0000000..35dc822 --- /dev/null +++ b/dev/perl/perl-extutils-pkgconfig/Manifest @@ -0,0 +1,3 @@ +DIST ExtUtils-PkgConfig-1.12.tar.gz 8429 MD5 8fc5c0b30cfda2048ec87ae418cc3508 RMD160 c13d4dfa7c526d93967b5edcfe079d89d9151bdb SHA1 cb61eb3c4dd6d4689ce945e3f7b8d3a1f9db7dc8 SHA256 6330b9d1165363837ac1ab014888e3d908f8fb9eb76b31a36096d0e504f6ff42 SHA512 6a43c97df171b3f076bdc3a20734e4fa0637bc2ce996a7acbe54b385bea56b00e275d1ec025f01c092ca3d153969eb88b51ded8d9245fd2a16501c2562eb9ac3 +MKBUILD perl-extutils-pkgconfig.mkbuild 5495 MD5 197196687a7f282875ccbbfe5184bdd8 RMD160 bcf7e335fa4077a3d4d8cbde5dc9389fbae35ff1 SHA1 d10c05473328040b9d493db229e08ae8bf6c37de SHA256 6fa622b9f9af8c8c18b25936b9e39a275fae739199f6b362d4b7f5c884a0147a SHA512 16750a485bd212a37c88573c01922a1af9c0d3bd6f19419d501487ca32621a3ad3fc358f62c5b4c20d04d7eb1b9086e9e3b584c16c564910f4b3727a6dd6de17 +SLACKBUILD perl-extutils-pkgconfig.SlackBuild 7529 MD5 2b8a705117939be0e4a0693a77154efc RMD160 acaadbb1b803ad03f5a599ab685a89b4b566e265 SHA1 2ca512a76c4b6c569e13e55c23be1fa6d20c11a3 SHA256 427b14ccaac1e358097ad67cab5644228caf53710a405a5c5b0ccc91ee5cf3ce SHA512 d73d3b7ae69db9e20cce846caa02bcf3e824b717f39e17f09f54f111e20542311d3aacc7dda87f98d01e2cca2e05f1c64353dfd46828f0599d535a3f6a364ab6 diff --git a/dev/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mkbuild b/dev/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mkbuild new file mode 100644 index 0000000..aab5d9c --- /dev/null +++ b/dev/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.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]]="ftp://cpan.pair.com/modules/by-module/ExtUtils/ExtUtils-PkgConfig-1.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-extutils-pkgconfig" + +# +# 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-extutils-pkgconfig" + +#--------------------- +# 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-extutils-pkgconfig: perl-extutils-pkgconfig +perl-extutils-pkgconfig: +perl-extutils-pkgconfig: The pkg-config program retrieves information about installed libraries, +perl-extutils-pkgconfig: usually for the purposes of compiling against and linking to them. +perl-extutils-pkgconfig: ExtUtils::PkgConfig is a very simplistic interface to this utility, +perl-extutils-pkgconfig: intended for use in the Makefile.PL of perl extensions which bind +perl-extutils-pkgconfig: libraries that pkg-config knows. It is really just boilerplate code +perl-extutils-pkgconfig: that you would've written yourself. +perl-extutils-pkgconfig: +perl-extutils-pkgconfig: by avs +perl-extutils-pkgconfig: +#<slackdesc diff --git a/dev/perl/perl-file-find-rule/Manifest b/dev/perl/perl-file-find-rule/Manifest new file mode 100644 index 0000000..21c0eb6 --- /dev/null +++ b/dev/perl/perl-file-find-rule/Manifest @@ -0,0 +1,4 @@ +DIST File-Find-Rule-0.32.tar.gz 15534 MD5 1b43810c6b8fd4ee5cee8046e1e05ff4 RMD160 5bf2e80501d01e3ee4c24b437ad9b7f58ad80b36 SHA1 3cdb5d0efe0d509027469cd1edc1e4d20e964c84 SHA256 2df3c0d38ad622f7b70ad25a77ff5b387912ed1be92c89c44da62399e688ac39 SHA512 d97b691045407152d3510bd26c6b953b88e582bc1f0ad551f9e59d4b8dc3dfeb5d91a3fb20c8eb52f07383e13832ace2de1d500a5ccc9d30f357150e715b86b7 +MKBUILD perl-file-find-rule.mkbuild 5235 MD5 7429002dfc967b245081d13968d31e50 RMD160 698702d28ec31f59f4cb3877b43daf666c412ce5 SHA1 f8460dfad6fdf93f1e61a66ac6f12bd598e858bd SHA256 e463dfa73564ddcb0352c0172f9e3054a949800ac8e64817c8926575cf1301f9 SHA512 9c63126b5a01d4eaf563497afbe6df00c9acd8eb92833b822668500512ab88380a4915200339e4bbf1c91b3dcfe089df1f4a3c6f7be3b4112e0b17630427f8e8 +SLACK-REQUIRED slack-required 117 MD5 81a831bbf4cdf3a1f910b35a2d29a304 RMD160 ac3bb4576983468cc0e7d251b11b828703f80531 SHA1 93ee04a8fc5d8710d481e456d7828467e6fa808d SHA256 d02132d4ad5187a7161ef0fd12f24d2f4c079da698c9cc1a64eadba6008db865 SHA512 ab0ce893bbed2b6fb52fdc9c2b66fc148087acceedb5f81f466d20e2c67f6df2ea6e8c4c3825d3be6b5ad49d81cf533995cb27400635e1e6848100e24690b66d +SLACKBUILD perl-file-find-rule.SlackBuild 7252 MD5 b4ff61ad5f6f43001befabb56c1bf732 RMD160 04576164ce4133a52f267cc40037a8d16969c216 SHA1 6b678dc89710463d5c05e35fbf6d1533fe30ca56 SHA256 5a45eb94a9fb7140a4718a71cfcd4ed1e0d22a7b54e149caf6f6ec2d8037daa1 SHA512 1f5cec2aef6c36d7151b7688020e1f9391d0daf9142c97b90068779374cf58c7af841a98d1b034d67e4d7be65cf75b378217831830a1e8cae3ff23a96391e994 diff --git a/dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild b/dev/perl/perl-file-find-rule/perl-file-find-rule.mkbuild new file mode 100644 index 0000000..2d50cd9 --- /dev/null +++ b/dev/perl/perl-file-find-rule/perl-file-find-rule.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/R/RC/RCLAMP/File-Find-Rule-0.32.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-file-find-rule" + +# +# 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]]="perl-number-compare: perl-text-glob" + +# +# 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-file-find-rule" + +#--------------------- +# 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-file-find-rule: perl-file-find-rule +perl-file-find-rule: +perl-file-find-rule: File::Find::Rule is a friendlier interface to File::Find. It allows yuou +perl-file-find-rule: to build rules which specify the desired files and directories. +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: +perl-file-find-rule: by avs +perl-file-find-rule: +#<slackdesc diff --git a/dev/perl/perl-glib2/Manifest b/dev/perl/perl-glib2/Manifest new file mode 100644 index 0000000..555e187 --- /dev/null +++ b/dev/perl/perl-glib2/Manifest @@ -0,0 +1,4 @@ +DIST Glib-1.222.tar.gz 267164 MD5 2f1af85d768920625f8d4a3ff9b75cc4 RMD160 22e9336f7c96abe9d4a60d0ad809d9603191570b SHA1 526bbd4058a0cbbef22b5a87d07f8f3dbd7fae0d SHA256 d891e169e2bfa0f022bb8def546db8893f687d31c008a3475c9c6481dc403c68 SHA512 187bddd0be84194631b10d168d012602bb24a557a17fbd5b8a529b21e3280036cdd8d08b9e84a171c18ba9bb0ef7c2b188ca5bbbdd4e27660efd11a8be52b936 +MKBUILD perl-glib2.mkbuild 5332 MD5 473136cf43f2c5e8a692955312084fad RMD160 536bf0f20d9231ae4ad5fd77403dd48b95898706 SHA1 be050a33dfef9d19a0d91590c607bd41366d636f SHA256 6c9182dfd7cf0965fea2d0917673d57f312f56ed67f8ad9215fc63a594d124ce SHA512 f1a261489d67eba23fc1e200b5e27013c24f00197a7dff52a8191823bf4d8ef34aafd0d8e69eeda5f8e4ae15a842b9f68935f3ef79f3b40c0f5dcf3d11fec0ff +SLACK-REQUIRED slack-required 118 MD5 82e31083ff788aef2a2ce459567d767e RMD160 cc730c24bf3ecceff247b8c2bf4a1ec9d304b816 SHA1 4ed7d5191224ccf7f954f4b6f3af7da63f11a3d8 SHA256 ab381770feb3b39b36d3be4af7535b9f663d0d4c95c4a1109f026fd81175d43a SHA512 809bb1680524e0dc8c8979eba5bb9e3d5201e02fdb4d969e4e6c7196ecefccb230f8712c1f6711dcf51cf34921781f963fc25beb2848539392a2b4c36a0a5248 +SLACKBUILD perl-glib2.SlackBuild 7314 MD5 723411632c7213c08c522aaa184dbe3e RMD160 0d00bfe26cf4348b62cdfbf98dec893705eac9f2 SHA1 57cb05552dc86de5b1835364d2b9977076ae1d9d SHA256 d4014732dd5a0ddbdca5fcd766f85574b9bc176ce0058cc7dd150aa16a346e45 SHA512 090d4b2db832c2e59ac725580a021755ab90a16eab693b35da36fc9fced2a4eef83b378a1735baf5eb18df79d09631e3af8c368310b99e9eb3e942a187223c45 diff --git a/dev/perl/perl-glib2/perl-glib2.mkbuild b/dev/perl/perl-glib2/perl-glib2.mkbuild new file mode 100644 index 0000000..7f85256 --- /dev/null +++ b/dev/perl/perl-glib2/perl-glib2.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://freefr.dl.sourceforge.net/sourceforge/gtk2-perl/Glib-1.222.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-glib2" + +# +# 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]]="perl-extutils-depends: perl-extutils-pkgconfig" + +# +# 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-glib2" + +#--------------------- +# 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-glib2: perl-glib2 +perl-glib2: +perl-glib2: This module provides perl access to GLib and GLib's GObject libraries. +perl-glib2: GLib is a portability and utility library; GObject provides a generic +perl-glib2: type system with inheritance and a powerful signal system. Together +perl-glib2: these libraries are used as the foundation for many of the libraries +perl-glib2: that make up the Gnome environment, and are used in many unrelated +perl-glib2: projects. +perl-glib2: +perl-glib2: by avs +perl-glib2: +#<slackdesc diff --git a/dev/perl/perl-gtk2/Manifest b/dev/perl/perl-gtk2/Manifest new file mode 100644 index 0000000..7c4c9ed --- /dev/null +++ b/dev/perl/perl-gtk2/Manifest @@ -0,0 +1,4 @@ +DIST Gtk2-1.222.tar.gz 713908 MD5 8f8a170b33dc2cf4e69769e97c05185a RMD160 f135139d2ef12878539f4fb147cf1bad5e6970db SHA1 1d8aa9684bd454fc98b1fc29d961583617b3d566 SHA256 f7dc37fe9a3ca8879900faaa4b199e24e1e5180ad6e39a44a7866f1aac19b987 SHA512 1caaebe34bcc8cabd973bc1286ccad0b09293df288ab47635d04eb035c546e6ab53b87f54eb1d3ada0c589743eaeadabfb0f30f84e4478cf8003203db25cc00d +MKBUILD perl-gtk2.mkbuild 5012 MD5 6a601ef41bbd7fe218bca62c8449834a RMD160 4671117ea86e2d8c59106cd2ea27ad62aa0f5a42 SHA1 8d0fc53f9b61d7a2857c5f1d1df7feb9597d23b9 SHA256 b8d920097e3104f9df8b3240e4653a93d26e8027518f71333a8968ecab0a8ba1 SHA512 973ce6088dd526c259551a9db235d9f46607785c491b7fc310c1e4532e219cd2acd6f56ca44fd98faa7a96b5c17b0b2d514e5365763863e786ee789c73eaeb19 +SLACK-REQUIRED slack-required 163 MD5 874751847517216077acc9789da210ee RMD160 0a9550e4c423ebb990a73cfa6ccbd04f099b13d0 SHA1 dc4f4161318985f55d98b1d338185e541edafa13 SHA256 008407d4d8cd1e395dfe76ffd577ac8c5fcae64c2f6c327cba7419cd6c191372 SHA512 5a773a5d1f46e301f4fbad1759e62ffefa6e413ab6da02c1979075bbe6af918b70981bf1eb24d63296b56bc213692776cdb9e9c0174457a5ab32826cc2be291c +SLACKBUILD perl-gtk2.SlackBuild 6989 MD5 66129a9d308a3dc42a811cea1cea8c43 RMD160 2ff062aa88817e4e9110802806f05d600a664332 SHA1 42ba1065eb659d12069115291f7ec89feeb60fd2 SHA256 c19a9a569931ca0ebf6349bec887e651615ec2191270ae9f527b2eda8f5fa32d SHA512 4b711c3e9c38dda4ac4668be8abb0647f6c4235d9adc3827c6c781ad1cf19eed0929ca5583c737083871c721ec775b925ff92a8314eae6aeb645669aae0a8e66 diff --git a/dev/perl/perl-gtk2/perl-gtk2.mkbuild b/dev/perl/perl-gtk2/perl-gtk2.mkbuild new file mode 100644 index 0000000..eff3292 --- /dev/null +++ b/dev/perl/perl-gtk2/perl-gtk2.mkbuild @@ -0,0 +1,188 @@ +# +# 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://prdownloads.sourceforge.net/gtk2-perl/Gtk2-1.222.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-gtk2" + +# +# 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]]="perl-extutils-depends: perl-extutils-pkgconfig: perl-cairo: perl-pango: perl-glib2" + +# 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-gtk2" + +#--------------------- +# 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 +Gtk2: Gtk2 +Gtk2: +Gtk2: The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical +Gtk2: user interface library. +Gtk2: +Gtk2: +Gtk2: +Gtk2: +Gtk2: +Gtk2: by avs +Gtk2: +#<slackdesc diff --git a/dev/perl/perl-libwww/Manifest b/dev/perl/perl-libwww/Manifest new file mode 100644 index 0000000..8a873c5 --- /dev/null +++ b/dev/perl/perl-libwww/Manifest @@ -0,0 +1,3 @@ +DIST libwww-perl-5.836.tar.gz 270101 MD5 424325417ed5a85700e604317872b588 RMD160 13cfeab7a4f142c2cf875ae74ed3b804b0189ce7 SHA1 db49fd767db9852848479899b4989611c12f8bcb SHA256 dbac3cec8b52a817cb12ec7c55bf36b62beafb495c5e0d53627861f8f0837068 SHA512 6ad57f56d4181a497dcc481badcd1329ee9b08c0b6487107968d791035285d1790a08d373c16d37326ee04550862bcc79cfa693587515b49928a37d4d1d77033 +MKBUILD perl-libwww.mkbuild 4975 MD5 007e733497dc72875551e161b1a74921 RMD160 614c45efdca105a89226a91bebc41f203fc02bda SHA1 332392713376a7250a826e2005a0a956a4fcaf91 SHA256 b1d96eb0ff876608237965b7ec6c0999a9f9345ba143be30d02bda8e393a4384 SHA512 db60b1654121a53250a16e89500e2e49d709da0a221c46be7e1b32358c1e364326aa0df86a6672a9aec7a3caff87323c4647a1b5a38d26ef9b5a653b884e6802 +SLACKBUILD perl-libwww.SlackBuild 6962 MD5 4b760056b95270a55cb41bdd1727ca95 RMD160 5193ae7994251331fd2a2fb2109f92c34aee7368 SHA1 bb1629df98f3384062bc53c06a87bef5695006da SHA256 2827116c1d6add41dfb15da1439352340a4e4cf386a8b33ea0175ebe5025bb8f SHA512 cceebaa570fd2bf9281e9a792b6895d7557a0b487e8ad5110993baf9d50803316b1b441806823d21dd55f886d23738fc3e8fcaa69a4121c63fe83c0ab0ad986a diff --git a/dev/perl/perl-libwww/perl-libwww.mkbuild b/dev/perl/perl-libwww/perl-libwww.mkbuild new file mode 100644 index 0000000..c920725 --- /dev/null +++ b/dev/perl/perl-libwww/perl-libwww.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/G/GA/GAAS/libwww-perl-5.836.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-libwww" + +# +# 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-libwww" + +#--------------------- +# 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-libwww: perl-libwww +perl-libwww: +perl-libwww: Perl library for WWW access. +perl-libwww: +perl-libwww: +perl-libwww: +perl-libwww: +perl-libwww: +perl-libwww: +perl-libwww: by avs +perl-libwww: +#<slackdesc diff --git a/dev/perl/perl-locale-gettext/Manifest b/dev/perl/perl-locale-gettext/Manifest new file mode 100644 index 0000000..3a0e209 --- /dev/null +++ b/dev/perl/perl-locale-gettext/Manifest @@ -0,0 +1,3 @@ +DIST gettext-1.05.tar.gz 7693 MD5 f3d3f474a1458f37174c410dfef61a46 RMD160 767adfce05b8fe77ddd7d3814951822746cf6e4b SHA1 705f519ad61b4a8c522d8aaf98425e0bd21709f2 SHA256 27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694 SHA512 ce58940be16b7f2b3bde8f321f142486b38874018d37267ecf0587f44a0ea6c7a2d86fc22ce4ac78f3c9cc521e1ef7142009dd8d050aa45bb12a0e64959d37b1 +MKBUILD perl-locale-gettext.mkbuild 5097 MD5 15b6eafa01ec92a30e246933deb44efc RMD160 e0bf075243c77e51370db89552ac1ba199ad2e34 SHA1 7d7fb59d35dec7be4ec4d57ca903a6e0224334f2 SHA256 75587ae013f2f9c70e0e00047639d234b896d59e6746a56e5e529ab5a997d0cf SHA512 fda32e602e8114794d411fdfb9a177a0f22feed88a0a332a92ea51c8d07fff7396d6297871428b149ae3bd0918d8c7a2e340def5a876097d3e7352cb34629493 +SLACKBUILD perl-locale-gettext.SlackBuild 7115 MD5 15320968c117c5790fd66be89954326e RMD160 085bd462b171ebcef584ffe64926fa42df236a04 SHA1 fb2989be78d570ada64cbd0f3ce4f7d0812c7a45 SHA256 cfc336d4395e03e19b72a251054c874713e51253d17dda54ce4336bea12d981b SHA512 9636ae9b5c9a49933a3b45d101f149d3b139e19aa75aaadfe1f70406176e30f383c298872a4468796cb5ead720c9ce07f22b1970bde22a7759bdf8bb5828935d diff --git a/dev/perl/perl-locale-gettext/perl-locale-gettext.mkbuild b/dev/perl/perl-locale-gettext/perl-locale-gettext.mkbuild new file mode 100644 index 0000000..4500630 --- /dev/null +++ b/dev/perl/perl-locale-gettext/perl-locale-gettext.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/P/PV/PVANDRY/gettext-1.05.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-locale-gettext" + +# +# 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-locale-gettext" + +#--------------------- +# 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-localle-gettex: Gettex +perl-localle-gettex: +perl-localle-gettex: A Perl module for accessing the GNU locale utilities. +perl-localle-gettex: +perl-localle-gettex: +perl-localle-gettex: +perl-localle-gettex: +perl-localle-gettex: +perl-localle-gettex: +perl-localle-gettex: by avs +perl-localle-gettex: +#<slackdesc diff --git a/dev/perl/perl-net-dns/Manifest b/dev/perl/perl-net-dns/Manifest index 9425049..8505461 100644 --- a/dev/perl/perl-net-dns/Manifest +++ b/dev/perl/perl-net-dns/Manifest @@ -1,24 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST Net-DNS-0.65.tar.gz 157633 MD5 54e5a12a20de39b954a93723927ac789 RMD160 69e8dbf5536905b851305ef0f11952df737b9229 SHA1 cbda6a5bf7fbf7fd160266625b5a1c672ea0c8f0 SHA256 eefc554ed7adaeb824373235d85313d0a0aeca373913deb6568f8d95b6c81ad7 SHA512 eff55b7566a2e3d495b0049faed425f25a0f0e1eb3320aee22f20a594f3b9426e168caca54279f5294c7079d18d2e4e06c3bbed763862b7f5053245617fbfa6e -MKBUILD perl-net-dns.mkbuild 2424 MD5 cd8eddf6b799746705369c902a623774 RMD160 487f1a1ca98bf897550ef2f9d6e476189e262e3c SHA1 42951d1cdf03ae5ed2324475ecc5df3cf6873df9 SHA256 5fbf93529c847a47e49ac10ce86edfadb0153f53b4c4f6d39c99769aedbe4260 SHA512 dd7cf4ec7d091e647e43e8837c9bb65619ad8f0c7dce8b8f21d38393e6e5b3012caf15f724b5e539c8fa46033a51cee3dfbae301fd317e15a069f118b5168d1d +DIST Net-DNS-0.66.tar.gz 172366 MD5 1635d876324e3c2f6e277d5778bfe94c RMD160 25f52d4d2fb10e9be6f136ff09be75d91ef7f537 SHA1 1f1f78c11542916460821a0686d4b6c401bf3fc9 SHA256 ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823 SHA512 ecfadb8fac104674fec23558d625ea607dc4e2f993d907ae654269dcc4f191f45377e5cf1b5b32e44d26fecdc51c8e48ba451678f0bf4a317b8d9e10e2dc28fe +MKBUILD perl-net-dns.mkbuild 2424 MD5 0142c4ac76aaa075309449da7bcd7d2c RMD160 36422a77abfef1a8fb715b4c5fbf13df082ce570 SHA1 7355226d2fb5539d9982194562c117034d28dc76 SHA256 2156471cdd03d2156b5341602456bb77f5c2edc89be0f8c8499e8c1386e83a65 SHA512 0790488ff282a568d427a4a5019dfaeca1f17d963555e8db42b2c038e15e14561ecf4ffcc230b9ba8e4f80539c952aac20db96b16cb778c5abd870ff8bcb9dd6 SLACK-REQUIRED slack-required 145 MD5 da327b14f7b4b6bf8013821cba4a66c7 RMD160 2b85a56082f12a8f6d8effcfa31f266452dc5234 SHA1 0667cf872ccf82ca2058be8ff744cba8e0acd971 SHA256 47993c1ecb62926535201b27b1d20121555c0a8419a519651c2294dae3be182d SHA512 99dc8b069f287b6bc063297db889677191479c5bc3502a48f498ef4cd871dd39970ad5c1cc8fc0aece946e6b9014ae5eb4621e073dd04e077fbdba2c7f571783 -SLACKBUILD perl-net-dns.SlackBuild 7109 MD5 c464c0521361bd308af2c99e447175a5 RMD160 be685294adf4a5cd79f18362ca58d84bd286abd1 SHA1 6f1e6d750b8678f261cb13a87bb007d8fc502726 SHA256 e795b56ce072b16b6221eeafa6dfc17ffb16c5803aec6fa258506d19f797fdc5 SHA512 c07e32a6d1300c1db820a7859a4b7966b3c1ab2108c9aa1fde7a0929417d7dc8ab5ea07eaf811fcd768a52cb54d33749c4cf7cb9a3e7772930d332f47b4d99ef ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.9 (GNU/Linux) - -iQIcBAEBCAAGBQJKsEo5AAoJEEHL93ESzgeiDRAQAJj3YbZSaMdU5T7DPV8231AO -JjV1b6e8eK4VM49gVw0PFMdsj3/xXVuf3G9nfL2AsZXMF9TDrcEzIkVcKTNK/oQL -lOzLhg+wqvDE8KGS0OR8gydPdqQ6PeL9KIhkEWM9JpsJ1pyNhhLeCzWA7sN+MEgO -+xCUPQZ2BaprNwtswLKgxO2oLQbaSgp4qXpeyA9VZ4UGm5Uy9aaGjbLGRerUuV2e -VLSbMQhWb74AFSNtr8h8aK1l8xjxFDoMB+5pYkav7ltfMMK41m+EcSell6W3zceQ -QQshzunKmzUyCpaa3bABxqPk9PTr+XMJEFt5jU6LXfI/kKUaYtWYebxMppcKKorT -yRaEGvDweAy/GGK3bLfZsH79r4AeIP+/AelEtvWQWHlzN7LN42bwrVImWOphSy2W -j8GXd5QDwkyhEouxjc6X1WPF8iW/WTkNrQVWEIdaH6zo4jMRFBXO+Kb3wsr5ydUy -RgC01hDSvCyxgQ9+RMswkdHChLuJRsWImPseTTySLLfbEwqr6iRTSR9Od7bR8CAr -G63wEu3iE3vNktAF5rWfSuHkpZV0C7rv79hsKVRTnfcav1QitZuCLmmLxx4dgdTV -RrSZF8asZ1gil3pskZhsweclTaUpBP9fskjrAyrjvrUjQm6dphQMpnsAZHFuZxi+ -JbiKNVOZSb/ooKvyO+9e -=qsxN ------END PGP SIGNATURE----- +SLACKBUILD perl-net-dns.SlackBuild 7170 MD5 746ab2d22e47bee3f8b1557e71b540ab RMD160 8def3e7234e8dd5855154b8d65b5fbdb3133a4b0 SHA1 0399a8dd379efae88a73faa6fa8ef6a048afb8da SHA256 47692f7f287e7f649c6e8d60833b0c89554d22bdda8ba66c4d2112826db512fa SHA512 88df99327fda2c1d3a997d1f695c1a6b65b3cc4dfdd2072c19bfc6d8dbf2c2939f97958e528cfbe79533b08ff41bbe0e4e1af06be92b41f5876f4f722927dbd5 diff --git a/dev/perl/perl-net-dns/perl-net-dns.mkbuild b/dev/perl/perl-net-dns/perl-net-dns.mkbuild index 9df9652..c39e7a4 100644 --- a/dev/perl/perl-net-dns/perl-net-dns.mkbuild +++ b/dev/perl/perl-net-dns/perl-net-dns.mkbuild @@ -29,7 +29,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.65.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.66.tar.gz" # Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' diff --git a/dev/perl/perl-number-compare/Manifest b/dev/perl/perl-number-compare/Manifest new file mode 100644 index 0000000..95950cb --- /dev/null +++ b/dev/perl/perl-number-compare/Manifest @@ -0,0 +1,3 @@ +DIST Number-Compare-0.01.tar.gz 2123 MD5 519a4434e35033e9bd034d27cd2fd299 RMD160 f97c3d5185840c82894343f15cc99ab625e743d7 SHA1 d768ceab714b50fe1fa8e7d9133de736f58fb7b7 SHA256 32b5b0a73b54bbd8fbaadffb0e5a8532bc4da18a934b949e1cc68dae162d49ef SHA512 489768607d16d7a34330dd2ff17958f8a958b7be642019978478501096ef7d891e8753197b830529b1a41bd00f21aad5f180f374cd744f04759a041a90b44681 +MKBUILD perl-number-compare.mkbuild 5188 MD5 2ed19fde0994fee9dc356a3381135bf9 RMD160 f50100756aad66b96bf0f54aa60fcdc4546a19e1 SHA1 bb7cb53fe0fb260e52bd1833199bffb405f646f8 SHA256 de88aefeaa6201b053c4fd4a231b362abe59d44b2c4894efebf468644bef2401 SHA512 9f5769aa7eaf98c6dda7db3b46690f019679f6cf4cd23dd4705b17d39291bbb0a1d34af597f8712cccffdb7835dfd75cbe82c1109cf90589afd5cf2034029422 +SLACKBUILD perl-number-compare.SlackBuild 7206 MD5 97b5b04e85dec34f865fe69b8b30d19f RMD160 bfda307b86f44095a670457fcd36b59ee7bae637 SHA1 caf4a61107556ea9d40fa5a2c7c1c9fa03d556c8 SHA256 4dbfb11b445926dfbcf1265ad7ec0cd7daa0412bdf1690ea499bcbbd1d8a6d9f SHA512 682f8cd197b2234d0426c2fc100b275df6bbbf935fba69b73c39bb34d5f34cd52132c2adb4f90dc113042a7368150fd47549ba261f3f952c3bddd5bd565203c9 diff --git a/dev/perl/perl-number-compare/perl-number-compare.mkbuild b/dev/perl/perl-number-compare/perl-number-compare.mkbuild new file mode 100644 index 0000000..3435df0 --- /dev/null +++ b/dev/perl/perl-number-compare/perl-number-compare.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/R/RC/RCLAMP/Number-Compare-0.01.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-number-compare" + +# +# 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-number-compare" + +#--------------------- +# 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-number-compare: perl-number-compare +perl-number-compare: +perl-number-compare: +perl-number-compare: Number::Compare compiles a simple comparison to an anonymous subroutine, +perl-number-compare: which you can call with a value to be tested again. +perl-number-compare: +perl-number-compare: +perl-number-compare: +perl-number-compare: +perl-number-compare: by avs +perl-number-compare: +#<slackdesc diff --git a/dev/perl/perl-text-glob/Manifest b/dev/perl/perl-text-glob/Manifest new file mode 100644 index 0000000..1c26a51 --- /dev/null +++ b/dev/perl/perl-text-glob/Manifest @@ -0,0 +1,3 @@ +DIST Text-Glob-0.08.tar.gz 3780 MD5 39a1a3e890cd5d3f51a707579098bc1c RMD160 624380d3cd1825a200fb43dc834f8a6c5f243ceb SHA1 86b6a5e4cff2589d733975277b6f101b949ee975 SHA256 245fa911e22fa3f14ee76e5419e7501c52ae37bef9a65538fd7e4b21685e8937 SHA512 3d320142b75bab90ff86b62a353c6b6c3c1b1e825ea69628c2620b3e399975fe09cc09ee30ace6140f6e35013d16ef1b0a9dc3e2bc1f768c960cb053ca1f61cc +MKBUILD perl-text-glob.mkbuild 5187 MD5 cd6a8b1857fc1bae486a78c4d295f3e6 RMD160 35061987e9408178265c4c3387681b96adc8cca5 SHA1 4c382c78feb87ee1df4e1e4dd8160e18aeaa56d4 SHA256 5dc7da7cee8bb5a1dda44b8fc6a06b81bfbcefbd26ded26ed779dbdbfbbfd08d SHA512 178584c9727d6c3469c743cf7c8b6c951e2c2347448d650ed549d0c9ac0de2689bad1c3b22561052cc020d5273bacb6e2886eb2a898d875b6af032893df7c356 +SLACKBUILD perl-text-glob.SlackBuild 7185 MD5 ec7a1d910528835a36d3ca4b94b35e76 RMD160 f0b4fd6de557bd68fa00029adb5214cc9c345bbf SHA1 8186c44d51ac8c5133498637802b5ebfbac76d95 SHA256 fd69a6d5c94bcd8c99891316b5ba5d9fbfc930496981c7aa165677d4fec53caf SHA512 9b03e1993c35809a6bdca0bd9e9fdfdb43aa9d588d331454f7eac7e6378a5261f2f03d3dfa79d994c3198ce8efed82d46394b3020eed0de51c473cb898742bb6 diff --git a/dev/perl/perl-text-glob/perl-text-glob.mkbuild b/dev/perl/perl-text-glob/perl-text-glob.mkbuild new file mode 100644 index 0000000..68b308d --- /dev/null +++ b/dev/perl/perl-text-glob/perl-text-glob.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://ftp.pucpr.br/CPAN/modules/by-module/Sub/RCLAMP/Text-Glob-0.08.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-text-glob" + +# +# 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-text-glob" + +#--------------------- +# 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-text-glob: perl-text-glob +perl-text-glob: +perl-text-glob: Text::Glob implements glob style matching that cam be used to matche against text, +perl-text-glob: rather than fetching names from a filesystem. If you want to do full file +perl-text-glob: globbing use File::Glob module instead. +perl-text-glob: +perl-text-glob: +perl-text-glob: +perl-text-glob: +perl-text-glob: by avs +perl-text-glob: +#<slackdesc diff --git a/dev/perl/perl-tk-prefs/Manifest b/dev/perl/perl-tk-prefs/Manifest new file mode 100644 index 0000000..f9046a6 --- /dev/null +++ b/dev/perl/perl-tk-prefs/Manifest @@ -0,0 +1,3 @@ +DIST Tk-Preferences-0.2.tar.gz 4194 MD5 cf2d510b6ad8ce529465b993ee0c2688 RMD160 4a0b83e689c4781a7a9f2fd18d9f3312cfc53603 SHA1 f6cd2f8d4ad67ff0ac33edfd6decf533c42cecc6 SHA256 aa8d071df8ac1ef68f358f3b1dff2a4d15d115b53ab4ef57cb270f8d0166fbd5 SHA512 421009b6391556faac02b6678d2dcaef5c7472883391acec5ae03dad6d1cd7b484507fc71872b9258168861a918bc7053e79d675f7a6518036dcb7a029a041bd +MKBUILD perl-tk-prefs.mkbuild 4970 MD5 f47b66b8a9065a61935fcccdf00edeee RMD160 42302e5266acdaa2d5ecb381c3ab0d89e791a17a SHA1 b9f1df8b3233f1e3f466b495aa5fd6f50d04d955 SHA256 927d08eaca79e5176e2e730b6cc95543f14cd3ce8a325c387f1a0fa81cfda6a9 SHA512 257a3065faed81503781ebe5a181963c9634dc73221f6e2c48a833023d1eabda96d8855a4a155082a2996ba407a713dfe70ef83d70ec4a8d28f34a6860a69696 +SLACKBUILD perl-tk-prefs.SlackBuild 6963 MD5 5f0d982c4bc884e7fe627eaec29dc606 RMD160 f063a3104d8bca51a6b2add566799b34813df40e SHA1 feaa6fbdcbb7438914d16f23ed721fb5d3ab6226 SHA256 8977f9fdd86013fdfe7d863f06113ae35e9349b584a91164267e185f6d82dda8 SHA512 0d5ad5f1525e93843af98b9422c67c751ed0d06635e679c0b27f132bfb8fc5c00e5e513f86199de37f81220c574daf49f1516ffd92f07a2cdebb1911b71e38ec diff --git a/dev/perl/perl-tk-prefs/perl-tk-prefs.mkbuild b/dev/perl/perl-tk-prefs/perl-tk-prefs.mkbuild new file mode 100644 index 0000000..2297448 --- /dev/null +++ b/dev/perl/perl-tk-prefs/perl-tk-prefs.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/AH/AHICOX/Tk-Preferences-0.2.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-tk-prefs" + +# +# 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-tk-prefs" + +#--------------------- +# 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-tk-prefs: perl-tk-prefs +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +perl-tk-prefs: +#<slackdesc |