SYNOPSIS use Convert::UU qw(uudecode uuencode); $encoded_string = uuencode($string,[$filename],[$mode]); ($string,$filename,$mode) = uudecode($string); $string = uudecode($string); # in scalar context DESCRIPTION uuencode() takes as the first argument a scalar that is to be uuencoded. Alternatively a filehandle may be passed that must be opened for reading. It returns the uuencoded string including begin and end. Second and third argument are optional and specify filename and mode. If unspecified these default to "uuencode.uu" and 644. uudecode() takes a string as argument which will be uudecoded. If the argument is a filehandle this will be read instead. Leading and trailing garbage will be ignored. The function returns the uudecoded string for the first begin/end pair. In array context it returns an array whose first element is the uudecoded string, the second is the filename and the third is the mode. >index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* libgnomekbd is a gnome3 components nowBaptiste Daroussin2021-02-061-2/+2
* Remove libgtkhtmlBaptiste Daroussin2021-02-051-4/+1
* Update KDE Release-Service to 20.12.2Tobias C. Berner2021-02-051-2/+2
* Make USES=python without argument mean 3.6+.Mathieu Arnold2021-02-041-3/+7
* Remove expired gstreamer 0.xBaptiste Daroussin2021-02-042-99/+1
* Mk/bsd.port.mk: Remove support for FreeBSD 12.1 which reached end-of-life today.Rene Ladan2021-02-011-3/+3
* graphics/gstreamer*-plugins-opencv: fix fallout form OpenCV-4.5.1 upgradeTobias C. Berner2021-02-011-1/+1
* In some cases one may want to use GCC to build something when itsGerald Pfeifer2021-01-301-0/+32
* Mk/Uses/kde.mk: Allow ports that use the KDE framework to build regressionJason E. Hale2021-01-221-2/+6
* Mk/Uses/kde.mk: Minor clean-upJason E. Hale2021-01-221-13/+9
* compiler.mk: Update clang dependency to v10; clean up duplicationJoseph Mingrone2021-01-221-95/+9
* Revert r562049 which I committed by mistake.Gerald Pfeifer2021-01-191-2/+2
* GCC_DEFAULT now sits at 10, so remove the special setting we added forGerald Pfeifer2021-01-192-4/+2
* Update qscintilla2 to 2.11.6Loïc Bartoletti2021-01-191-1/+1
* Update KDE Frameworks to 5.78.0Tobias C. Berner2021-01-181-1/+1
* Mk/Uses/python.mk: Remove PY_SPHINX shared macroDanilo G. Baio2021-01-151-2/+0
* Update GCC_DEFAULT from 9 to 10.Mark Linimon2021-01-141-1/+1
* Remove now unused PY_IPADDRESS and PY_TYPING and their ports.Rene Ladan2021-01-131-8/+0
* Remove unused PY_PATHLIB references and its definition.Rene Ladan2021-01-111-2/+0
* Update KDE Plasma Desktop to 5.20.5Tobias C. Berner2021-01-091-1/+1
* Update KDE Release Service ports to 20.12.1Tobias C. Berner2021-01-091-2/+2
* Mk/Uses/go.mk: Explicitly set modules-aware mode depending on "modules" argumentDmitri Goutnik2021-01-081-1/+3
* Prefer checking libncursesw.so for base ncursesBaptiste Daroussin2021-01-071-1/+1
* Uses/cabal.mk: Add "nodefault" argument.Gleb Popov2021-01-071-7/+16
* Follow up on devel/py-futures port removal in r559976Rene Ladan2021-01-061-6/+0
* Follow up on graphics/py-pillow6 port removal in r559976Rene Ladan2021-01-061-1/+0
* Uses/cabal.mk: More correct fix for EXTRACT_ONLY problem from r559679.Gleb Popov2021-01-041-3/+6
* Update comment: add llvm 10 and 11Sunpoet Po-Chuan Hsieh2021-01-041-1/+1
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-031-25/+2
* Unregister expired PHP 7.2Rene Ladan2020-12-312-8/+4
* Uses/cabal.mk: Set EXTRACT_ONLY based on DISTFILES value, just like bsd.port....Gleb Popov2020-12-311-4/+4
* Switch default GCC for powerpc64le to 10.Piotr Kubaj2020-12-301-1/+3
* Mk/Uses/python.mk: introduce PYTHON_EXT_SUFFIX variableDima Panov2020-12-241-0/+8
* Update PY_PYGMENTSSunpoet Po-Chuan Hsieh2020-12-201-2/+2
* Actually change the MONO_DEFAULT now that lang/mono5.10 exists. ThisMark Linimon2020-12-191-1/+1
* Fix r558402Sunpoet Po-Chuan Hsieh2020-12-191-3/+1
* lang/mono5.10 has now been committed, so change the comment.Mark Linimon2020-12-191-2/+4
* Commit documentation change (apparently forgotten in r556253).Mark Linimon2020-12-181-1/+1
* Commit documentation change (apparently forgotten in r556265).Mark Linimon2020-12-181-1/+1
* Define new value MONO_DEFAULT. Not yet used in ports tree (WIP).Mark Linimon2020-12-181-0/+2
* Update KDE Frameworks to 5.77.0Tobias C. Berner2020-12-171-1/+1
* Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to...Loïc Bartoletti2020-12-161-4/+4
* USES=gnome: unregister unused py-gobject optionRene Ladan2020-12-121-5/+1
* Update KDE Applications to 20.12Tobias C. Berner2020-12-121-8/+12
* PyQt: fix flavorsLoïc Bartoletti2020-12-111-0/+1
* Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0Loïc Bartoletti2020-12-092-17/+20
* Unregister expired databases/db6 and remove it as an option.Rene Ladan2020-12-041-10/+3
* New port: databases/db18 Oracle Berkeley DB, Release 18.1Matthias Andree2020-12-022-7/+17
* Remove graphics/jpeg which has expired in favor of graphics/jpeg-turboRene Ladan2020-12-022-2/+2
* Update KDE Plasma Desktop to 5.20.4Tobias C. Berner2020-12-021-1/+1
* Switch default version of Ruby from 2.6 to 2.7.Matthias Fechner2020-11-281-1/+1
* - Change lazarus default to 2.0.10Jose Alonso Cardenas Marquez2020-11-251-1/+1
* - Change FPC default version to 3.2.0Jose Alonso Cardenas Marquez2020-11-251-1/+1
* - Update to 3.2.0Jose Alonso Cardenas Marquez2020-11-251-9/+21
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
* Update KDE Frameworks to 5.76Tobias C. Berner2020-11-241-1/+1
* Add new default-version variant for librsvg2Tobias C. Berner2020-11-212-2/+8
* Revert parts of r555738 which were probably not meant to be committedMateusz Piotrowski2020-11-201-3/+0
* Add education virtual categoryAdam Weinberger2020-11-202-5/+13
* - Update multimedia/gstreamermm to 1.10.0Dmitry Marakasov2020-11-171-2/+2
* Ignore readelf's return value.Mathieu Arnold2020-11-161-1/+1
* remove left-over references to net/samba410 after r554446Christoph Moench-Tegeder2020-11-142-2/+2
* gecko: bump LLVM_DEFAULT to 11Jan Beich2020-11-131-0/+4
* Ensure go modules cannot fetch missing modules via networkDave Cottlehuber2020-11-121-0/+1
* www/firefox: update to 83.0Jan Beich2020-11-121-2/+2
* Update KDE Plasma Desktop to 5.20.3Tobias C. Berner2020-11-121-1/+1
* Ignore grep return value.Mathieu Arnold2020-11-111-1/+2
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-1122-0/+29
* Add powerpc64le since it uses the same CPU models as powerpc64.Piotr Kubaj2020-11-102-2/+2
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-102-0/+10
* Update PY_SPHINXSunpoet Po-Chuan Hsieh2020-11-091-2/+2
* Update KDE Apps to 20.08.3Tobias C. Berner2020-11-061-2/+2
* Backout r554139.Mathieu Arnold2020-11-0622-29/+0
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-0622-0/+29
* Fix a typoMateusz Piotrowski2020-11-031-1/+1
* Discourage users from using DO_NADAMateusz Piotrowski2020-11-031-0/+4
* Unregister removed gtkmm20 from USES=gnomeRene Ladan2020-11-021-4/+1
* Fix INDEX after r553767Rene Ladan2020-11-011-4/+2
* gecko: drop bogus comment r553595Jan Beich2020-10-291-1/+1
* gecko: unbreak with non-default CC/CXXJan Beich2020-10-291-1/+4
* Update KDE Plasma Desktop to 5.20.2Tobias C. Berner2020-10-281-1/+1
* PECL pdflib is deprecated and doesn't support PHP 8.0.Alex Dupre2020-10-271-4/+4
* json extension is included in lang/php80Antoine Brodin2020-10-231-5/+5
* Update KDE Plasma Desktop to 5.20.1Tobias C. Berner2020-10-231-1/+1
* Use @rmemptyBaptiste Daroussin2020-10-221-6/+1
* Fix `make index`Li-Wen Hsu2020-10-221-4/+4
* Welcome PHP 8.0 RC 2 to the ports treeTorsten Zuehlsdorff2020-10-221-6/+10
* Fix permissionsSteve Wills2020-10-201-0/+0
* RevertSteve Wills2020-10-191-81/+10
* Make executable.Matthias Andree2020-10-171-0/+0
* Bump minimally supported FreeBSD version to 11.4Rene Ladan2020-10-171-1/+1
* Tools/scripts/sed_checked.sh: make more usefulMatthias Andree2020-10-171-10/+81
* x11/plasma5-plasma-desktop: fix kde.mk componentTobias C. Berner2020-10-161-1/+1
* Remove the pygtk2 infrastructure which is not used anymoreBaptiste Daroussin2020-10-161-5/+1
* Update comment: add pgsql 13Sunpoet Po-Chuan Hsieh2020-10-161-1/+1
* [NEW PORT] lang/lua54 - Lua 5.4.1Kyle Evans2020-10-162-2/+2
* Update KDE Frameworks to 5.75.0Tobias C. Berner2020-10-161-1/+1
* bsd.sites.mk: Unify MASTER_SITE_PHP and switch to HTTPSKoichiro Iwao2020-10-151-10/+1
* Update KDE Plasma Desktop to 5.20.0Tobias C. Berner2020-10-151-7/+6
* Set default Samba port to 4.12 version, as 4.10 is EOLed and 4.11 will follow...Timur I. Bakeyev2020-10-151-1/+1
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1
* Add libunwind for aarch64, powerpc64 and powerpc64le.Piotr Kubaj2020-10-131-4/+4
* - Repocopy lang/python38 --> lang/python39 and update to 3.9.0Wen Heping2020-10-122-6/+6
* Add lang/ruby30 (Ruby 3.0.0 Preview 1)Koichiro Iwao2020-10-122-5/+26
* Mk/bsd.ruby.mk: Remove RUBY24 leftoversKoichiro Iwao2020-10-111-2/+0
* Mk/bsd.port.mk: Remove no-op USE_LIBRUBY variableKoichiro Iwao2020-10-111-1/+1
* KDE Release Service 20.08.2 updateTobias C. Berner2020-10-101-2/+2
* lang/ruby27: Update to 2.7.2Koichiro Iwao2020-10-091-2/+2
* Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5Loïc Bartoletti2020-10-051-127/+100
* Bump MINIMAL_PKG_VERSION to 1.15.9 after the @sample symlink fix.Emmanuel Vadot2020-10-041-1/+1
* Bump the minimal revision required for pkg, due to the fixes in pkg 1.15.8Baptiste Daroussin2020-10-021-1/+1
* Bump the minimal pkg version to 1.15.6Emmanuel Vadot2020-10-021-1/+1
* Fix dependency on metacityBaptiste Daroussin2020-10-011-1/+1
* bsd.gstreamer.mk: remove expired py-gstreamer plugin.Rene Ladan2020-09-301-12/+0
* bsd.port.mk: clarify intended usage of REINPLACE_ARGSKyle Evans2020-09-301-1/+3
* bsd.port.mk: Handle incorrect binary aliases gracefullyMateusz Piotrowski2020-09-281-1/+6
* Add "env" to the list of python.mk's valid argsMateusz Piotrowski2020-09-281-1/+1
* Actually allow to select from the varity of Samba ports.Timur I. Bakeyev2020-09-281-1/+1
* Make samba413 port visible.Timur I. Bakeyev2020-09-281-1/+1
* Print the name of the problematic archive on failed extractionMateusz Piotrowski2020-09-281-0/+1
* The kent SourceForge mirror no longer exists.Tim Bishop2020-09-251-1/+1
* Welcome PostgreSQL 13Palle Girgensohn2020-09-241-1/+1
* Update list of possible JAVA_DEFAULT valuesGreg Lewis2020-09-221-1/+1
* Update PY_PYGMENTSSunpoet Po-Chuan Hsieh2020-09-221-2/+2
* Mk/bsd.default-versions.mk: Update PGSQL_DEFAULT to 12Kevin Bowling2020-09-221-1/+1
* textproc/py-pygments is no longer compatible with python27 so add a PY_PYGMEN...Antoine Brodin2020-09-211-0/+2
* Unregister expired Python 3.5Rene Ladan2020-09-202-6/+6
* Use correct target-cpu for power* CPU'sPiotr Kubaj2020-09-192-0/+4
* mesa-libs: Add glesv1 libEmmanuel Vadot2020-09-191-1/+2
* gecko: drop ancient sparc64 workaroundJan Beich2020-09-181-3/+0
* gecko: drop python2 dependency after r548882Jan Beich2020-09-181-4/+3
* Fix a typo in a commentMateusz Piotrowski2020-09-181-1/+1
* Update KDE Frameworks to 5.74.0Tobias C. Berner2020-09-151-1/+1
* Switch default version of PHP from 7.2 to 7.4.Torsten Zuehlsdorff2020-09-141-1/+1
* Make dependency of devel/gvfs optional for a several different portsTobias C. Berner2020-09-131-1/+1
* python.mk: Mention python 3.8Li-Wen Hsu2020-09-081-1/+1
* Add support for openjdk15Greg Lewis2020-09-081-3/+6
* Mk/bsd.gecko.mk: fix build with defined CPUTYPE on powerpc64 (and possibly ot...Piotr Kubaj2020-09-071-1/+1
* Clean up MASTER_SITE_GNU: ftp.cse.yzu.edu.tw is not workingSunpoet Po-Chuan Hsieh2020-09-061-1/+0
* devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bum...Gleb Popov2020-09-061-1/+7
* Update KDE Applications (release-service) to 20.08.1Tobias C. Berner2020-09-031-2/+2
* Mk/Use/python.mk: Do not surround package list entries in quotesJoseph Mingrone2020-09-011-1/+2
* Update KDE Plasma Desktop to 5.19.5Tobias C. Berner2020-09-011-1/+1
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-311-1/+1
* Add graphics/linux-c7-librsvg2, needed by x11-toolkits/linux-c7-gtk3.Tijl Coosemans2020-08-301-0/+1
* Add textproc/linux-c7-libcroco, needed by upcoming graphics/linux-c7-librsvg2.Tijl Coosemans2020-08-301-0/+1
* Fix dependency lines after r545533Tobias C. Berner2020-08-231-2/+2
* gecko: add native OSS support, replacing ALSA as fallbackJan Beich2020-08-221-2/+0
* [NEW PORTS] x11-toolkits/qt5-quick3d and x11-toolkits/qt5-quicktimelineLoïc Bartoletti2020-08-202-4/+10
* www/firefox: update to 80.0Jan Beich2020-08-181-1/+1
* Finish py-wxPython28 removal and unbreak INDEXAntoine Brodin2020-08-151-3/+0
* KDE's August 2020 Apps UpdateTobias C. Berner2020-08-142-8/+4
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-131-6/+6
* - Update master_sites for older packages.Stephen Montgomery-Smith2020-08-111-2/+2
* KDE Frameworks: update to 5.73.0Tobias C. Berner2020-08-091-1/+1
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
* Move script to a more appropriate location.Mathieu Arnold2020-08-032-1/+14
* - Update wording/style on REINPLACE_CMD checksRyan Steinmetz2020-08-031-1/+1
* Update the default Perl version to 5.32.Mathieu Arnold2020-08-031-1/+1
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-311-1/+1
* Add a note that there should be an exp-run before a default version changeAntoine Brodin2020-07-291-0/+4
* Update KDE Plasma Desktop to 5.19.4Tobias C. Berner2020-07-291-1/+1
* Mk: unregister expired PostgreSQL 9.4Rene Ladan2020-07-252-2/+2
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-07-241-2/+2
* Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geograph...Alexandre C. Guimarães2020-07-241-3/+19
* Update version selection logic for USES= luaKyle Evans2020-07-241-12/+25
* Minor aesthetic changes prepare big diff for PyQt5.Loïc Bartoletti2020-07-241-83/+83
* Use macro PKG_QUERY instead of hardcoded pkg queryBaptiste Daroussin2020-07-221-1/+1
* Update KDE Framewokrs to 5.72Tobias C. Berner2020-07-222-7/+7
* At present, the policy implemented in Mk/Scripts/qa.sh prevents meDan Langille2020-07-211-1/+6
* Pod::Parser was removed from perl5 in 5.31.0.Mathieu Arnold2020-07-201-0/+7
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-1/+1
* bsd.default-versions.mk: Update possible values for the MySQL family.Rene Ladan2020-07-151-1/+1
* databases/mariadb105-server: Unbreak runtimeBernard Spil2020-07-131-0/+1
* www/apache24: enable syslog for suexecJochen Neumeister2020-07-121-1/+5
* Update KDE's Application (release-service) to 20.04.3Tobias C. Berner2020-07-101-3/+3
* Update PYNUMPYSunpoet Po-Chuan Hsieh2020-07-101-1/+1
* Update KDE Plasma Desktop to 5.19.3Tobias C. Berner2020-07-081-1/+1
* Fix overlays when using flavors.Mathieu Arnold2020-07-061-7/+8
* Update Qt5 to 5.15Tobias C. Berner2020-07-061-1/+1
* Chanse update of devel/libffiNiclas Zeising2020-07-052-4/+4
* A PLIST file is supposed to be self contained, reset owner/group/modeMathieu Arnold2020-06-251-0/+1
* Make sure rc files are owned by root:wheel with a sensible mode.Mathieu Arnold2020-06-251-1/+1
* Update KDE Plasma Desktop to 5.19.2Tobias C. Berner2020-06-241-1/+1
* www/firefox: update to 78.0Jan Beich2020-06-231-1/+1
* Simplify a comment after r531883 | gerald | 2020-04-16 (which in turnGerald Pfeifer2020-06-211-2/+2
* Mk/bsd.gecko.mk: add devel/binutils to BUILD_DEPENDSPiotr Kubaj2020-06-191-0/+1
* Update KDE Frameworks to 5.71.0Tobias C. Berner2020-06-171-2/+2
* Add audio/linux-c7-gsm, required by audio/linux-c7-libsndfile.Tijl Coosemans2020-06-171-0/+1
* KDE Plasma Desktop -- update to 5.19.1Tobias C. Berner2020-06-171-1/+1
* Remove logic for specifying version of gcc-aux. It has been OBE sinceMark Linimon2020-06-141-12/+2
* Update KDE's Application (release-service) to 20.04.2Tobias C. Berner2020-06-131-2/+2
* Update KDE Plasma Desktop to 5.19.0Tobias C. Berner2020-06-091-3/+9
* Add Perl 5.32.0-RC1.Mathieu Arnold2020-06-082-2/+6
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-051-1/+1
* databases/db48: Axe. Expired 25 months ago, no users left.Matthias Andree2020-06-021-13/+7
* Let people know that scons with python 2 is EOL.Mathieu Arnold2020-06-021-0/+2
* Update GNU and kernel.org mirror listsMatthias Andree2020-06-021-10/+17
* Now that GCC 10.1 has been released and lang/gcc10 arrived to trackGerald Pfeifer2020-06-021-2/+2
* Unregister expired Perl 5.26Rene Ladan2020-05-312-7/+3
* Add support for test-only dependencies in pyqt.mkTobias C. Berner2020-05-311-2/+6
* Mk/Uses/cabal.mk: Modify make-use-cabal target to also show some build tools ...Gleb Popov2020-05-281-0/+3
* gecko: add missing Wayland dependency with libglvndJan Beich2020-05-281-0/+1
* www/firefox: update to 77.0Jan Beich2020-05-261-0/+1
* Add Python flavor supportSunpoet Po-Chuan Hsieh2020-05-261-6/+20
* Add another couple of helper variables when using USE_GITHUB.Mathieu Arnold2020-05-20