aboutsummaryrefslogtreecommitdiff
path: root/converters/cl-babel
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371249
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357013
* Stage supportAntoine Brodin2014-02-151-18/+11
| | | | Notes: svn path=/head/; revision=344459
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Convert converters to MDOCS and MEXAMPLESAdam Weinberger2014-01-031-2/+4
| | | | Notes: svn path=/head/; revision=338556
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* Convert Makefile headers to the new format in my ports.Jimmy Olgeni2013-01-261-4/+0
| | | | Notes: svn path=/head/; revision=311016
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.Jimmy Olgeni2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279847
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add missing dependency on devel/cl-alexandria.Jimmy Olgeni2010-01-211-2/+5
| | | | Notes: svn path=/head/; revision=248278
* Add cl-babel, a charset encoding/decoding library, not unlike GNUJimmy Olgeni2010-01-204-0/+93
libiconv, but completely written in Common Lisp. Notes: svn path=/head/; revision=248220