This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******/ (function(modules) { // webpackBootstrap | |
/******/ // The module cache | |
/******/ var installedModules = {}; | |
/******/ // The require function | |
/******/ function __webpack_require__(moduleId) { | |
/******/ // Check if module is in cache | |
/******/ if(installedModules[moduleId]) | |
/******/ return installedModules[moduleId].exports; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NO LONGER NEEDED COZ TRANSPARENT PROXY | |
http_proxy="http://proxy.iiit.ac.in:8080/" | |
https_proxy="http://proxy.iiit.ac.in:8080/" | |
ftp_proxy="http://proxy.iiit.ac.in:8080/" | |
no_proxy="localhost,127.0.0.1,.iiit.ac.in" | |
HTTP_PROXY="http://proxy.iiit.ac.in:8080/" | |
HTTPS_PROXY="http://proxy.iiit.ac.in:8080/" | |
FTP_PROXY="http://proxy.iiit.ac.in:8080/" | |
NO_PROXY="localhost,127.0.0.1,.iiit.ac.in" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} | |
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} | |
%global pear_name CakePHP | |
%global pear_channel pear.cakephp.org | |
Name: php-pear-%{pear_name} | |
Version: 2.5.7 | |
Release: 1%{?dist} | |
Summary: %{pear_name} Rapid Development Framework |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} | |
%global pear_channel pear.example.org | |
%global pear_channel_name example | |
Name: php-channel-%{pear_channel_name} | |
# Use REST version | |
Version: 1.3 | |
Release: 1%{?dist} | |
Summary: Adds %{pear_channel_name} channel to PEAR | |
Group: Development/Languages |
NewerOlder